1632895f90ae61d18e1f3bd32c00aa9aa13b7c4b
[gnus] / lisp / ChangeLog
1 2011-02-28  Julien Danjou  <julien@danjou.info>
2
3         * sieve.el (sieve-buffer-script-name): New local variable to store
4         sieve script name.
5         (sieve-edit-script): Store sieve script name.
6         (sieve-upload): Use sieve script name when uploading.
7         (sieve-upload): Use substitute-command-keys.
8         (sieve-edit-script): Use substitute-command-keys.
9         (sieve-refresh-scriptlist): Use substitute-command-keys.
10         (sieve-manage-mode-map): Define keymap properly.
11         (sieve-manage-mode): Do not set mode name manually, change mode-name to
12         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
13         Remove commented code about cvs.
14         (sieve-manage-quit): New function.
15         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
16
17 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18
19         * gnus-group.el (gnus-import-other-newsrc-file): New function.
20
21 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
22
23         * auth-source.el (auth-source-search): Cache empty result sets.
24
25         * password-cache.el (password-in-cache-p): Convenience function to
26         check if a key is in the cache, even if the value is nil.
27
28         * auth-source.el (auth-source-save-behavior): New variable to replace
29         `auth-source-never-create'.
30         (auth-source-netrc-create): Use it.
31         (auth-source-never-save): Remove.
32
33 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
34
35         * nnimap.el (nnimap-stream): Doc fix.
36         (nnimap-open-connection-1): Reverse the order of the ports to that the
37         prompted-for port is first.
38
39         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
40         retrieval by the no-group selection.
41
42         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
43         numerical parameters.
44
45 2011-02-25  Julien Danjou  <julien@danjou.info>
46
47         * gnus-gravatar.el: Use gnus-with-article-buffer.
48
49         * gnus-art.el (gnus-with-article-buffer): Check that the
50         gnus-article-buffer is alive.
51
52 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
53
54         * auth-source.el (auth-source-creation-prompts): New variable to manage
55         creation-time prompts.
56         (auth-source-search): Document it.
57         (auth-source-format-prompt): Add utility function.
58         (auth-source-netrc-create): Don't default the user name to
59         user-login-name.  Use `auth-source-creation-prompts' and some default
60         prompts for user, host, port, and password (the default generic prompt
61         remains ugly).
62         (auth-source-never-save): Add customizable option to never save info.
63         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
64         mode excursion.
65
66 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
67
68         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
69         argument that XEmacs doesn't support.
70
71         * dgnushack.el (dgnushack-compile): Exclude color.el from being
72         compiled for Emacsen having no `libxml-parse-html-region' support.
73
74         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
75
76         * lpath.el: Bind buffer-save-without-query for XEmacs.
77
78 2011-02-23  Julien Danjou  <julien@danjou.info>
79
80         * gnus-art.el (article-make-date-line): Ignore errors if time is
81         invalid and not convertible.
82         (article-make-date-line): Only add lapsed time if time is not nil.
83
84 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
85
86         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
87         `read-char-choice' for backwards compatibility.
88         (auth-source-netrc-element-or-first): New function to DTRT for
89         parameter extraction.
90         (auth-source-netrc-create): Use it and fix multiple parameter print
91         bug.  Use the default passed from above (given-default) or the
92         built-in (user-login-name for :user).
93
94 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
95
96         * gnus-start.el (gnus-dribble-read-file): Set
97         buffer-save-without-query, since we always want to save the dribble
98         file, probably.
99
100         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
101         nnimap.
102
103         * gnus-sum.el (gnus-user-date-format-alist): Renamed back again from
104         -summary- since it's a user-visible variable.
105
106         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
107         first time you use the new Gnus.
108
109 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
110
111         * auth-source.el: Don't load netrc.el.
112         (auth-sources): Search ~/.netrc as well by default.
113         (auth-source-debug): Add 'trivia option for extra output.
114         (auth-source-do-trivia): Use it.
115         (auth-source-search): Simplify logic to use
116         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
117         appropriate.  Don't keep a running count at this level.  Layer :create
118         and :delete options appropriately on the first and second passes.
119         Don't track the backend with the search results.
120         (auth-source-search-backends): New function to search a list of
121         backends for a processed spec.
122         (auth-source-netrc-parse): Cache all netrc files, making
123         auth-source-netrc-cache an alist keyed by the file name and using the
124         file mtime as the caching criterion.  Keep the obfuscated data secret
125         with a lexical bind.
126         (auth-source-netrc-search): Don't calculate the length of the results
127         unnecessarily.
128         (auth-source-search-backends): Fix bug.
129         (auth-source-netrc-create): Rework prompts.
130
131 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
132
133         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
134         Lower case names of search constraints.
135         (nnir-run-query): Cache and reuse search constraints for all imap
136         servers.
137
138 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
139
140         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
141         after exit.
142         (gnus-setup-message): Define missing variable from last checkin.
143
144         * gnus-sum.el (gnus-summary-show-article): When called with t as the
145         value, show the raw article.
146
147 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
148
149         * gnus.el: No Gnus v0.13 is released.
150
151 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
152
153         * nnimap.el (nnimap-open-connection-1): Revert last change, since
154         auth-source now accepts numbers.
155
156         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
157         spec, too.
158         (auth-source-ensure-strings): New function.
159
160         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
161         (gnus-article-setup-buffer): Always restart the date timer so that user
162         changes to the frequency is respected.
163
164         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
165         port numbers, so make sure it gets that if nnimap-server-port is
166         explicit.
167
168 2011-02-21  Simon Josefsson  <simon@josefsson.org>
169
170         * nnimap.el (nnimap-inbox): Doc fix.
171
172 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
173
174         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
175         Autoload.  Add optional arg FRAME, and pass it to color-values.
176         (color-complement): Caller changed.  Doc fix.
177         (color-gradient): Rewrite for better clarity and efficiency.
178
179 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
180
181         * shr-color.el (shr-color->hexadecimal): Use renamed function names
182         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
183         color-lab-to-srgb.
184
185 2011-02-20  Drew Adams  <drew.adams@oracle.com>
186
187         * color.el: First part of merge from hexrgb.el.
188         (color-rgb-to-hex): Rename from color-rgb->hex.
189         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
190         saturation to zero if the value is too small.
191         (color-rgb-to-hsl): Rename from color-rgb->hsl.
192         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
193         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
194         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
195         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
196         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
197         (color-cie-de2000): Doc fix.
198
199 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
200
201         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
202         given method as in the group name if we're using an extended method.
203         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
204         command, if we're using that, instead of waiting for the beginning.
205
206         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
207         we're sure to get unique server names, and we don't output two async
208         commands in the same buffer.  This fixes an NNTP hang for some users.
209
210 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
211
212         * gnus.el: No Gnus v0.11 is released.
213
214 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
215
216         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
217         summary buffer before reading going to the next buffer.  This avoids
218         putting the point in the group buffer if you `C-g' the command.
219
220         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
221         cache (for now) to make ~/.authinfo.gpg files usable.
222
223         * nnfolder.el (copyright-update): Define for the compiler.
224
225         * auth-source.el (auth-source-search): Fix unbound variable.
226
227 2011-02-19  Glenn Morris  <rgm@gnu.org>
228
229         * gnus.el (gnus-meta): Doc fix.
230
231 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
232
233         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
234         in case it's not yet loaded.
235
236 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
237
238         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
239         line we're waiting for.
240
241 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
242
243         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
244         face with line-width greater than zero will cause RET in gnus summary
245         buffer to scroll down article page-wise because auto vscroll happens,
246         it should be temporalily disabled when doing a scroll-up.
247
248 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
249
250         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
251         outputs from the server.
252
253 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
254
255         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
256         later so that bbdb can hook in easier.
257
258 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
259
260         * auth-source.el (auth-source-search): Don't try to create credentials
261         if the caller doesn't want that.
262         (auth-source-search): If we don't find a match, don't bug out on
263         non-bound variables.
264         (auth-source-search): Only ask a single backend to create the
265         credentials.
266
267         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
268         logging.
269         (nnimap-credentials): Protect against auth-source-search returning nil.
270         (nnimap-request-list): Protect against not being able to open the
271         server.
272
273 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
274
275         * auth-source.el (auth-source-search): Do a two-phase search, one with
276         no :create to get the responses from all backends.
277
278         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
279         when getting credentials.
280
281         * gnus-util.el (gnus-delete-duplicates): New function.
282
283 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
284
285         * nnimap.el (nnimap-credentials): Instead of picking the first port as
286         a creation default, pass the whole port list down.  It will be
287         completed.
288
289         * auth-source.el (auth-source-search): Updated docs to talk about
290         multiple creation choices.
291         (auth-source-netrc-create): Accept a list as a value (from the search
292         parameters) and do completion on that list.  Keep a separate netrc line
293         with the password obscured for showing the user.
294
295         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
296         first choice to `auth-source-search' so it will be used for entry
297         creation instead of the server's Gnus-specific name.
298         (nnimap-credentials): Rely on the auth-source library to select which
299         port is actually wanted in the new netrc entry, so don't override
300         `auth-source-creation-defaults'.
301
302         * auth-source.el (auth-source-netrc-parse): Use :port instead of
303         :protocol and accept a missing user, host, or port as a wildcard match.
304         (auth-source-debug): Default to off.
305
306         (auth-source-netrc-search, auth-source-netrc-create)
307         (auth-source-secrets-search, auth-source-secrets-create)
308         (auth-source-user-or-password, auth-source-backend, auth-sources)
309         (auth-source-backend-parse-parameters, auth-source-search): Use :port
310         instead of :protocol.
311
312         * nnimap.el (nnimap-credentials): Pass a port default to
313         `auth-source-search' in case an entry needs to be created.
314         (nnimap-open-connection-1): Use :port instead of :protocol.
315
316 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
317
318         * auth-source.el: Bind load-path when loading EIEIO from
319         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
320         21.4 doesn't support, to `require'.
321         (auth-source-secrets-search): Use mm-delete-duplicates instead of
322         delete-dups that is not available in XEmacs 21.4.
323
324 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
325
326         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
327         as EIEIO must also be loaded when auth-source.el is being
328         byte-compiled.
329
330 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
331
332         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
333
334         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
335
336         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
337
338         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
339
340         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
341
342         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
343
344         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
345
346         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
347         necessary.
348
349 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
350
351         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
352         nil means that nnimap doesn't get updated.
353
354 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
355
356         * auth-source.el (auth-source-netrc-create): Return a synthetic search
357         result when the user doesn't want to write to the file.
358         (auth-source-netrc-search): Expect a synthetic result and proceed
359         accordingly.
360         (auth-source-cache-expiry): New variable to override
361         `password-cache-expiry'.
362         (auth-source-remember): Use it.
363
364         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
365         parameter.  Create entry if necessary by using :create t.
366         (nnimap-open-connection-1): Don't pass `inhibit-create'.
367
368 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
369
370         * auth-source.el (auth-source-debug): Enable by default and don't
371         mention the obsolete `auth-source-hide-passwords'.
372         (auth-source-do-warn): New function to debug unconditionally.
373         (auth-source-do-debug): Use it.
374         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
375         and for Secrets API entries when the secrets.el library is not
376         available.
377
378 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
379
380         * gnus-sum.el (gnus-propagate-marks): Default to nil.
381         (gnus-summary-exit): Kill the correct article buffer on exit from a
382         `C-d' group.
383
384         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
385         gnus-propagate-marks.
386
387         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
388         before killing the buffers so that a non-full window conf gets handled
389         correctly.
390         (gnus-summary-exit): Ditto.
391         (gnus-summary-read-group-1): Ditto.
392
393         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
394         async code again so that we can debug it properly.
395
396         * message.el (message-reply): Take an optional switch-buffer parameter
397         so that Gnus window confs are respected better.
398
399 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
400
401         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
402         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
403         docstring.
404         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
405         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
406         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
407         Login collection is "Login" and not "login".
408
409 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
410
411         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
412         multiple headers.
413
414         * nnimap.el (nnimap-inhibit-logging): New variable.
415         (nnimap-log-command): Don't log login commands.
416
417         * auth-source.el (auth-source-netrc-search): The asserts seem to want
418         to have more parameters.
419
420         * nnimap.el (nnimap-send-command): Mark the command time for each
421         command, so that we don't get NOOPs stepping on our toes.
422
423         * gnus-art.el (article-date-ut): Get the date from the Date header on
424         `t'.
425
426 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
427
428         * auth-source.el (auth-source-search): Use copy-sequence instead of
429         the cl.el copy-list.
430
431 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
432
433         * imap.el: Bring it back (revert
434         84d800cd31de3064f0ed39617d725709a2f8f42f).
435
436 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
437
438         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
439         Improve prompt.
440
441 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
442
443         * gnus-art.el (gnus-article-mode-line-format): Remove the article
444         washing status from the default format.  It isn't very informative.
445
446 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
447
448         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
449         Gcc processing on imap.
450
451 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
452
453         * imap.el: Remove file.  All the functionality is in nnimap.el.
454
455 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
456
457         * message.el (message-bury): Don't pop up a new window when selected
458         window is dedicated.
459
460 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
461
462         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
463
464 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
465
466         * sieve-manage.el: Autoload `auth-source-search'.
467         (sieve-sasl-auth): Use it.
468
469 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
470
471         * nnimap.el: Autoload `auth-source-forget+'.
472         (nnimap-open-connection-1): Use it if the connection fails.
473
474         * auth-source.el: Require `password-cache'.
475         (auth-source-hide-passwords, auth-source-cache): Remove and mark
476         obsolete.
477         (auth-source-magic): Marker for `password-cache' keys.
478         (auth-source-do-cache): Update docstring.
479         (auth-source-search): Use and check cache.
480         (auth-source-forget-all-cached, auth-source-remember)
481         (auth-source-recall, auth-source-forget, auth-source-forget+)
482         (auth-source-specmatchp): Caching support functions.
483         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
484         Remove and obsolete.
485         (auth-source-user-or-password): Remove caching to further discourage
486         using it.  Always hide passwords.
487
488         * password-cache.el (password-cache-remove): Accept secrets that are
489         not strings.
490
491 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
492
493         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
494         code for now, since it doesn't work for all users.
495
496 2011-02-09  Julien Danjou  <julien@danjou.info>
497
498         * message.el (message-options): Make message-options really buffer
499         local.
500
501 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
502
503         * mail-source.el: Autoload `auth-source-search'.
504         (mail-source-keyword-map): Note order matters.
505         (mail-source-set-1): Get all the mail-source source values and
506         defaults and search auth-source on those if needed.  This can all
507         probably be simplified.
508
509         * nnimap.el: Autoload `auth-source-search'.
510         (nnimap-credentials): Use it.
511         (nnimap-open-connection-1): Ask for the virtual server and physical
512         address in one shot.
513
514         * nntp.el: Autoload `auth-source-search'.
515         (nntp-send-authinfo): Use it.  Note TODO.
516
517 2011-02-08  Julien Danjou  <julien@danjou.info>
518
519         * shr.el (shr-tag-body): Add support for text attribute in body
520         markups.
521
522         * message.el (message-options): Make message-options a local variable.
523
524 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
525
526         * auth-source.el (auth-source-secrets-search)
527         (auth-source-user-or-password): Use `append' instead of `nconc'.
528         (auth-source-user-or-password): Build return list better and protect
529         against nil :secret.
530
531 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
532
533         * nnimap.el (nnimap-update-info): Refactor slightly.
534         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
535         (nnimap-update-info): Clean up slightly.
536         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
537         characters.
538         (nnimap-process-quirk): Rename function to avoid collision.
539         (nnimap-update-info): Fix macrology bug-out.
540         (nnimap-update-info): Simplify split history test.
541
542 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
543
544         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
545         `secrets-get-attributes' instead of `secrets-get-attribute'.
546         (auth-source-secrets-search): Limit search when `max' is greater than
547         number of results.
548
549 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
550
551         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
552         part not returning any data.
553
554         * proto-stream.el (open-protocol-stream): Document the return value.
555
556 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
557
558         * auth-source.el (auth-source-secrets-search): Add examples.
559
560 2011-02-06  Julien Danjou  <julien@danjou.info>
561
562         * message.el (message-setup-1): Handle message-generate-headers-first
563         set to t.
564
565 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
566
567         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
568         API with a string "secrets:collection-name" and with 'default.
569         (auth-source-backend-parse): Parse "secrets:collection-name" and
570         'default.  Recurse on parses instead of repeating code.  Use the
571         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
572         message when ignoring a source.
573         (auth-source-search): List ignored search keys at the top level.
574         (auth-source-netrc-create): Use `case' instead of `cond'.
575         (auth-source-secrets-search): Created with TODOs.
576         (auth-source-secrets-create): Created with TODOs.
577         (auth-source-retrieve, auth-source-create, auth-source-delete)
578         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
579         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
580         (auth-source-user-or-password-sftp)
581         (auth-source-user-or-password-smtp): Removed.
582         (auth-source-user-or-password): Deprecated and modified to be a wrapper
583         around `auth-source-search'.  Not tested thoroughly.
584
585 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
586
587         * auth-source.el: Bring in assoc and eioeio libraries.
588         (secrets-enabled): New variable to track the status of the Secrets API.
589         (auth-source-backend): New EIOEIO class to represent a backend.
590         (auth-source-creation-defaults): New variable to set prompt defaults
591         during token creation (see the `auth-source-search' docstring for
592         details).
593         (auth-sources): Simplify to allow a simple string as a netrc backend
594         spec.
595         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
596         (auth-source-backend-parse-parameters): Fill in the backend parameters.
597         (auth-source-search): Main auth-source API entry point.
598         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
599         (auth-source-search-collection): Helper function for searching.
600         (auth-source-netrc-parse, auth-source-netrc-normalize)
601         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
602         Supports search, create, and delete.
603         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
604         backend stubs.
605         (auth-source-user-or-password): Call `auth-source-search' but it's not
606         ready yet.
607
608 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
609
610         * message.el (message-setup-1): Remove the read-only stuff, since it
611         doesn't work under XEmacs, for some reason.
612
613         * gnus-sum.el (gnus-user-date): Rename back from
614         gnus-summary-user-date since user code refers to it.
615
616         * shr.el (shr-render-td): Store the actual background colour used.
617
618         * message.el (message-setup-1): Don't bind the constant
619         -forbidden-properties.
620         (message-setup-1): Revert previous change, since it needs to bind the
621         props to insert them.
622         (message-resend): Allow removing the read-only separator line.
623
624 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
625
626         * nnimap.el (nnimap-request-accept-article): Give an error message if
627         the APPEND wasn't successful.
628
629 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
630
631         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
632         that have no groups.
633
634 2011-02-03  Julien Danjou  <julien@danjou.info>
635
636         * gnus-draft.el: Remove progn around gnus-draft-setup.
637
638 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
639
640         * gnus-start.el (gnus-read-active-for-groups): This function is never
641         called with a nil `infos', so clean that up.
642         (gnus-get-unread-articles): Request active files from primary/secondary
643         methods that have no groups (yet).
644
645 2011-02-03  Julien Danjou  <julien@danjou.info>
646
647         * message.el (message-setup-1): Always generate References first.
648         (message-mail): Return the return value of message-setup, not always t.
649         (message-setup-1): Insert mail-header-separator with read-only and
650         intangible properties set.
651
652         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
653         user-date in docstring.
654
655         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
656
657         * gnus.el (gnus-summary-line-format): Mention &user-date format in
658         docstring.
659
660         * gnus.el (gnus-user-date-format-alist): Change default value. Use
661         defcustom, with type and group. Move from gnus-util.el. Rename to
662         gnus-summary-user-date-format-alist.
663
664 2011-02-03  Glenn Morris  <rgm@gnu.org>
665
666         * nnimap.el (gnus-fetch-headers): Declare.
667
668         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
669
670 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
671
672         * message.el (message-forward-make-body-digest-plain)
673         (message-followup, message-reply): Clean up things noted by Stefan.
674
675         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
676         gnus-article-update-date-headers is nil.
677         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
678         it didn't really work with defcustom.
679         (article-update-date-lapsed): Make sure the window start doesn't move,
680         either.
681
682 2011-02-01  Julien Danjou  <julien@danjou.info>
683
684         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
685         format.
686
687         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
688         standard in Emacs nowadays.
689
690         * color.el (color-gradient): Add a color-gradient function.
691
692 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
693
694         * message.el (message-expand-name): Don't trust the return value of
695         bbdb-complete-name.
696         (message-check-news-header-syntax): Remove unused var `start'.
697         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
698         (message-inhibit-body-encoding): Move to before first use.
699         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
700         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
701         (Organization, Message-ID, Date, mh-previous-window-config):
702         Defvar the vars using dynamic scoping.
703
704 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
705
706         * shr.el (shr-render-td): Only do colours at the final rendering.
707         Should be slightly faster.
708         (shr-insert-table): Fix up TD background colours when doing the
709         vertical padding.
710
711         * gnus-art.el (article-date-ut): Protect against articles with no Date
712         header.
713         (article-update-date-lapsed): Don't use current-column to find the
714         horizontal position.  It's fragile in the presence of \003 characters.
715
716         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
717
718 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
719
720         * gnus-art.el (article-transform-date): Rewrite to still work when
721         there are several rfc2822 parts.
722         (article-transform-date): Fix infinite recursion.
723         (article-date-ut): Replace infinitely many Date headers with a single
724         one when called interactively.
725
726         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
727         secure manner.
728
729         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
730         move around by not using save-window-excursion.  It seems to work...
731
732 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
733
734         * gnus-art.el (article-make-date-line): Work for user-defined format.
735
736 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
737
738         * nntp.el (nntp-retrieve-group-data-early)
739         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
740         fetching functions.
741
742         * gnus-start.el (gnus-read-active-for-groups): Read the active files
743         thoroughly for all backends that have no known groups.  This should
744         allow new nnml methods to retrieve mail.
745
746         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
747         that Gnus doesn't know exists again.
748
749         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
750         (gnus-treat-date-ut): Ditto.
751         (gnus-article-update-date-header): Renamed.
752         (gnus-treat-date-local): Removed.
753         (gnus-treat-date-english): Removed.
754         (gnus-treat-date-lapsed): Removed.
755         (gnus-treat-date-combined-lapsed): Removed.
756         (gnus-treat-date-original): Removed.
757         (gnus-treat-date-iso8601): Removed.
758         (gnus-treat-date-user-defined): Removed.
759         (gnus-article-date-headers): New variable to control all the date
760         header options.
761         (article-date-ut): Rewrite to allow using the new way to format date
762         headers(s).
763
764 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
765
766         * nnmail.el (nnmail-article-group): Check for a direct fancy split
767         method.
768         (nnmail-article-group): A better test for fanciness.
769
770         * nnimap.el (nnimap-request-head): Protect against not finding the
771         article by Message-ID.
772
773 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
774
775         * gnus-art.el (article-update-date-lapsed): Try a better way to really
776         keep point at the "same place".
777
778 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
779
780         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
781         data if the group is unactivated.
782
783 2011-01-28  Julien Danjou  <julien@danjou.info>
784
785         * gnus-win.el: Remove dead function gnus-window-configuration-element.
786         (gnus-all-windows-visible-p): Remove old compatibility code.
787         (gnus-window-top-edge): Add docstring.
788
789         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
790
791 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
792
793         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
794         older request-update-info.
795
796         * gnus-art.el (article-make-date-line): Limit the length a bit more.
797
798 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
799
800         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
801         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
802
803 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
804
805         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
806         groups.  This makes the nndraft:queue group pop up if it's not already
807         there.
808
809         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
810         messages" logic, which was reversed.
811
812         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
813         the "same place" even if point is on the line being replaced.
814         (article-update-date-lapsed): Allow updating both the combined lapsed
815         and the lapsed headers.
816         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
817         (article-make-date-line): Limit the number of segments dynamically to
818         avoid too-long lines.
819
820 2011-01-27  Julien Danjou  <julien@danjou.info>
821
822         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
823         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
824
825 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
826
827         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
828         Use plist-get instead of the cl function getf.
829
830 2011-01-27  Glenn Morris  <rgm@gnu.org>
831
832         * gnus-util.el (float-time): Get rid of compiler warning, again.
833
834 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
835
836         * shr.el (shr-put-color): Special-case background colours: Do put them
837         at the blank parts at the front of the lines.
838
839         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
840         exit hook to nix out all data on readedness on group exit.
841
842         * gnus-util.el (float-time): If float-time is bound, always use it on
843         all Emacsen.  It's unclear why the subrp check was there.
844         (time-date): Require to make some autoload issues on XEmacs go away.
845
846         * shr.el (shr-put-color): Don't do the box padding in tables, since
847         they're already padded.
848
849 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
850
851         * gnus-art.el (gnus-article-next-page): When the last line of the
852         article is displayed, scroll down once more instead of going to the
853         next article at once.
854         (article-lapsed-string): Refactor out and allow specifying how many
855         segments you want.
856         (gnus-article-setup-buffer): Start updating the lapsed header directly.
857         (gnus-article-update-lapsed-header): New variable.
858
859         * shr.el: Revert change that made headings use different-sized faces.
860         The Emacs display engine isn't advanced enough that, for instance,
861         tables can comfortably use differntly-sized faces.
862
863 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
864
865         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
866         used.
867         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
868         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
869         we're using an encrypted connection.
870
871         * proto-stream.el: Alter the interface functions to also return the
872         actual stream type used: network or tls.
873
874 2011-01-25  Julien Danjou  <julien@danjou.info>
875
876         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
877         (mm-display-javascript-inline): New function.
878
879         * mm-decode.el (mm-inline-media-tests): Add application/javascript
880         viewing function.
881
882 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
883
884         * shr.el (shr-expand-newlines): Fix variable name.
885
886 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
887
888         * shr.el (shr-expand-newlines): Make nested boxes work.
889
890 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
891
892         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
893         backgrounds.
894         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
895         in a more sensible manner.
896
897 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
898
899         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
900         if EPG is loaded.
901
902 2011-01-24  Julien Danjou  <julien@danjou.info>
903
904         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
905         tags.
906
907 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
908
909         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
910         commands.
911
912         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
913         in the article buffer.
914         (gnus-gravatar-insert): Use blank space from the current buffer to
915         avoid breaking text properties.  This makes X-Sent updating work again.
916
917         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
918
919 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
920
921         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
922         fix the bug in url-http.el instead.
923
924         * shr.el (shr-image-fetched): Ditto.
925
926         * shr.el (shr-image-fetched): Avoid having point move in the article
927         buffer.
928
929         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
930         buffer after being called.  It's apparently being killed by url.el, and
931         killing it made point move to end-of-buffer in a random buffer.
932
933         * shr.el (shr-image-fetched): Ditto.
934
935 2011-01-23  Julien Danjou  <julien@danjou.info>
936
937         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
938
939         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
940         text/x-org.
941
942 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
943
944         * gnus-sum.el (gnus-summary-move-article): Protect against backends
945         (i.e., nnimap) returning nil as the article number.
946
947 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
948
949         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
950         "DelSp" parameter in RFC3676.
951
952 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
953
954         * message.el (message-check-recipients): Display the encoded version of
955         the bogus address if they differ.
956
957         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
958         after sending.
959
960         * gnus-agent.el (gnus-agent-send-mail): Ditto.
961
962         * gnus-group.el (gnus-group-refresh-group): New convenience function.
963
964         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
965         group buffer after sending the queue.
966
967         * gnus-agent.el (gnus-agent-send-mail): Ditto.
968
969 2011-01-22  Julien Danjou  <julien@danjou.info>
970
971         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
972
973 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
974
975         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
976         nested related parts.
977
978         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
979         unexpired articles.  This fixes the regression that led expiry marks to
980         disappear from nnfolder groups.
981
982 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
983
984         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
985         Don't confuse the "ret" of "retrograde" with RET.
986
987 2011-01-21  Julien Danjou  <julien@danjou.info>
988
989         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
990         than mm-insert-inline.
991
992 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
993
994         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
995         Widen article buffer.
996
997 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
998
999         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1000         the temp buffer.
1001         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1002
1003 2011-01-20  Julien Danjou  <julien@danjou.info>
1004
1005         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1006
1007         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1008         than mm-insert-inline to insert inline part: this respect
1009         mm-inline-media-tests displayers.
1010
1011         * mm-view.el (mm-display-shell-script-inline): New function.
1012
1013         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1014
1015         * mm-uu.el (mm-uu-type-alist): Add org block.
1016         (mm-uu-org-src-code-block-extract): New function.
1017
1018         * mm-view.el (mm-display-org-inline): New function.
1019
1020         * mm-decode.el (mm-automatic-display): Add text/org.
1021
1022         * mailcap.el (mailcap-mime-extensions): Add .org.
1023
1024 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1025
1026         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1027         gnus-article-add-buttons.
1028
1029 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1030
1031         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1032         From header with a date and "nobody" as the sender.
1033
1034 2011-01-19  Julien Danjou  <julien@danjou.info>
1035
1036         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1037         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1038         if you have the same regexp several times.
1039         (gnus-button-push): Fix matching when regexp is symbol.
1040
1041 2011-01-15  Glenn Morris  <rgm@gnu.org>
1042
1043         * message.el (message-mail): A compose-mail function should
1044         accept headers as strings.
1045
1046 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1047
1048         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1049         Add :vert-only tags.
1050         (message-mail): New arg RETURN-ACTION.
1051         (message-return-action): New var.
1052         (message-bury): Use it.
1053         (message-mode): Make it buffer-local.
1054         (message-send-and-exit): Always call message-bury.
1055
1056         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1057         message-mail.
1058
1059 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1060
1061         * nnimap.el (nnimap-convert-partial-article): Protect against
1062         zero-length body parts.
1063
1064         * mm-decode.el (mm-preferred-alternative-precedence):
1065         Discourage showing empty parts.
1066
1067         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1068         and stuff if the backend didn't return the article number.  This fixes
1069         an Exchange-related nnimap bug.
1070
1071         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1072         group window, because it does the wrong thing when a separate frame
1073         displays the group buffer.
1074
1075         * proto-stream.el (open-protocol-stream): Protect against the low-level
1076         transport functions returning nil.
1077
1078 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1079
1080         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1081         (mml2015-epg-find-usable-secret-key): New function.
1082         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1083         mml2015-epg-find-usable-key (Bug#7797).
1084         (mml2015-epg-encrypt): Ditto.
1085
1086 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1087
1088         * dgnushack.el (rot13-string): Fix the way to get the argument.
1089
1090 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1091
1092         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1093
1094 2011-01-03  Glenn Morris  <rgm@gnu.org>
1095
1096         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1097
1098         * sieve.el (sieve-open-server): Give a more explicit error if
1099         sieve-manage-open returns nil.  (Bug#7720)
1100
1101 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1102
1103         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1104
1105 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1106
1107         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1108         This avoids sending passwords in plain text over non-encrypted
1109         channels.
1110
1111         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1112
1113         * nnimap.el (nnimap-login): Refactored out into own function, and
1114         implement CRAM-MD5.
1115         (nnimap-wait-for-line): Refactored out.
1116
1117         * mm-view.el (mml-smime): Require.
1118
1119 2010-12-20  David Engster  <deng@eml.cc>
1120
1121         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1122         use EPG to decrypt S/MIME messages instead of openssl.
1123
1124 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1125
1126         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1127
1128         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1129         status is the group clearly is unreachable.
1130
1131         * auth-source.el (auth-source-create): Add the optional second
1132         parameter to `local-variable-p' to be compatible with XEmacs.
1133
1134 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1135
1136         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1137         work when using a compressed nnml folder.
1138
1139 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1140
1141         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1142         backends after sanitising on entry, because this never makes sense:
1143         If the articles have gone missing, then the data no longer exists on
1144         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1145         overwrite anything anyway.
1146
1147         * shr.el (shr-insert-document): Bind shr-width dynamically to
1148         window-width if it's nil.
1149
1150 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1151
1152         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1153         with the meaning of using the full emacs window width for rendering.
1154
1155 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1156
1157         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1158         case when sender is not given.
1159
1160 2010-12-23  Julien Danjou  <julien@danjou.info>
1161
1162         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1163         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1164         the addresses, otherwise we might misplaced the gravatar.
1165
1166 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1167
1168         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1169         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1170         obsolete in Emacs.
1171
1172 2010-12-20  Julien Danjou  <julien@danjou.info>
1173
1174         * gnus-util.el (gnus-rescale-image): Revert last change.
1175
1176 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1177
1178         * binhex.el: Improve commentary (Bug#7482).
1179
1180 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1181
1182         * gnus-group.el (gnus-group-delete-articles): New command.
1183
1184 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1185
1186         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1187
1188 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1189
1190         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1191         here, since it's up to the backends to do CRLF removal if their
1192         protocol has it.
1193
1194         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1195
1196 2010-12-17  Julien Danjou  <julien@danjou.info>
1197
1198         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1199         they are from file. Can also scale up.
1200
1201 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1202
1203         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1204         gnus-use-agent.
1205         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1206
1207         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1208
1209 2010-12-17  Julien Danjou  <julien@danjou.info>
1210
1211         * gravatar.el (gravatar-retrieve-synchronously): New function.
1212         (gravatar-get-data): Make more robust.
1213
1214 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1215
1216         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1217
1218 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1219
1220         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1221         to really consider the last line.
1222
1223 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1224
1225         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1226         list of recipient keys, or use symmetric encryption if not a list.
1227         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1228         EPA override, replacing the call to `netrc-store-data'.
1229
1230 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1231
1232         * gnus-srvr.el: Avoid passing nil regexp argument to
1233         delete-matching-lines.
1234
1235 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1236
1237         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1238         fetching stops when Gnus exits.
1239
1240         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1241         function.
1242         (nnfolder-request-expire-articles): Save all the buffers after doing
1243         expiry.
1244
1245         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1246         the last article", since that led to serious performance regressions
1247         when expiring nnml groups.
1248
1249 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1250
1251         * nnir.el: Improve customizations.
1252
1253 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1254
1255         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1256
1257         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1258         group has been killed.
1259         (gnus-group-yank-group): Ditto.
1260
1261         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1262
1263         * nnimap.el (nnimap-request-update-group-status): New function.
1264
1265         * gnus-int.el (gnus-request-update-group-status): New interface
1266         function.
1267
1268         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1269         copying read-ness to the backends.
1270
1271         * nnimap.el (nnimap-quirk): New function.
1272         (nnimap-retrieve-group-data-early): Use it.
1273         (nnimap-quirks): New alist.
1274
1275 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1276
1277         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1278         don't delete it within indentation.
1279
1280 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1281
1282         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1283         previous line.
1284
1285 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1286
1287         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1288         QRESYNC command by deleting a superfluous space which broke Cyrus
1289         servers.  This change will break other servers that are buggy the other
1290         way around.
1291
1292 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1293
1294         * spam.el: Reindent and fix long lines.
1295         (spam-copy-or-move-routine): Exclude invalid move destinations.
1296
1297 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1298
1299         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1300         installed the registry.
1301
1302 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1303
1304         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1305
1306 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1307
1308         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1309         groupname doesn't contain "gmane".
1310
1311 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1312
1313         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1314         and netrc-bound-and-true-p bindings.
1315         (netrc-parse): Cache the netrc contents.
1316
1317         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1318         (gnus-1): Don't create the nndrafts group twice.
1319         (gnus-setup-news): There's no need to read the active file here, since
1320         that's done again later on a per-backend basis.
1321         (gnus-start-draft-setup): Make sure that the new group is started out
1322         empty.
1323
1324         * gnus-agent.el (gnus-agentize): Don't create the queue group
1325         automatically on startup.  It'll be created later, if needed.
1326
1327         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1328         of automatically subscribed groups.
1329         (gnus-auto-subscribed-categories): New variable.
1330         (gnus-matches-options-n): Use it.
1331         (gnus-default-subscribed-newsgroups): Remove unused variable.
1332         (gnus-start-draft-setup): Message a bit less.
1333
1334 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1335
1336         * nnir.el (nnir-run-imap): Return article list in order of increasing
1337         UID.
1338
1339 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1340
1341         * gnus-sum.el (gnus-summary-enter-digest-group):
1342         Mention gnus-auto-select-on-ephemeral-exit.
1343
1344         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1345         convention of the network-only option.
1346
1347 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1348
1349         * proto-stream.el (proto-stream-open-network-only): New function to
1350         have a way to specify non-STARTTLS upgrade connections.
1351
1352 2010-12-10  Julien Danjou  <julien@danjou.info>
1353
1354         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1355         email address is nil.
1356
1357         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1358
1359 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1360
1361         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1362         deletion.
1363         (nnir-run-imap): Only need to parse list once.
1364
1365 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1366
1367         * shr.el (shr-tag-script): Ignore <script>.
1368         (shr-tag-label): Add <label> support.
1369
1370 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1371
1372         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1373
1374         * shr.el (shr-image-displayer): Work for images lined side by side.
1375
1376 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1377
1378         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1379         parameter, since XEmacs doesn't accept t as a parameter.
1380
1381 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1382
1383         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1384         ids.
1385         (nnir-run-gmane): Simplify groupspec formatting.
1386         (nnir-request-expire-articles): New function.
1387
1388 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1389
1390         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1391         overflow, possibly.
1392
1393         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1394         (shr-render-td): Handle td style="" better.
1395         (shr-tag-table): Use the color from the style sheet.
1396         (shr-render-td): Make sure we copy over all the overlays, too.
1397
1398 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1399
1400         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1401         (nnir-request-article): Improve article retrieval.
1402
1403 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1404
1405         * mm-util.el (mm-extra-numeric-entities): New variable.
1406
1407         * mm-url.el (mm-url-decode-entities):
1408         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1409
1410         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1411
1412 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1413
1414         * message.el: Use completion-at-point.
1415         (message-completion-function): New fun, extracted from message-tab.
1416         (message-mode): Use it for completion-at-point-functions.
1417         (message-tab): Use it and completion-at-point.
1418
1419 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1420
1421         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1422         character if a non-breakable character follows.
1423
1424 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1425
1426         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1427         any stream.
1428
1429         * shr.el (shr-tag-font): Colorize the region.
1430         (shr-tag-body): Ditto.
1431         (shr-tag-font): Actually let the styles be inherited instead of
1432         overwriting them.
1433         (shr-tag-font): Get the background color right.
1434         (shr-tag-style): Ignore all <style> tags for the moment.
1435
1436         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1437         a Message-ID to avoid having nnimap depend on gnus-sum.
1438
1439         * shr.el (shr-descend): Only colorize something if we have a node that
1440         sets colors.
1441
1442 2010-12-06  Julien Danjou  <julien@danjou.info>
1443
1444         * shr.el (shr-render-td): Render td content with shr-descend, so style
1445         will be applied to <td> too.
1446         (shr-colorize-region): Colorize region even if we only have a background.
1447         (shr-tag-body): Fix color and background color inheritance.
1448         Do not recolorize after shr-generic.
1449         (shr-tag-font): Let shr-generic colorize via inheritance.
1450
1451 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1452
1453         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1454
1455 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1456
1457         * nnir.el (nnir-request-move-article): Remove obsolete code.
1458
1459 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1460
1461         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1462
1463 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1464
1465         * gnus-sum.el (gnus-summary-respool-article): The completion function
1466         expects a list instead of an alist.
1467
1468         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1469         string as the parameter.
1470
1471         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1472
1473         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1474         styles.
1475         (shr-colorize-region): New function.
1476         (shr-insert-background-overlay): Remove.
1477         (shr-render-td): Background setting should be taken care of on a higher
1478         level.
1479         (shr-tag-body): Use post-hoc colorizations.
1480         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1481         (shr-put-color-1): Don't overwrite old colors.
1482         (shr-colorize-region): When the background color isn't explicit, use
1483         a fixed background.
1484
1485         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1486         nnmail variables.
1487
1488 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1489
1490         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1491         unless necessary.
1492
1493 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1494
1495         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1496         server.
1497
1498 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1499
1500         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1501         so that TAB works.
1502
1503         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1504         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1505
1506         * shr.el (shr-urlify): Show the URL before the title to avoid
1507         misleading URLs.
1508
1509 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1510
1511         * shr.el (shr-urlify): Display the title in <a> tags.
1512
1513 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1514
1515         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1516
1517 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1518
1519         * nnir.el: Rearrange code to allow macros to be autoloaded by
1520         gnus-sum.el.
1521         (nnir-retrieve-headers-override-function): Make this variable
1522         customizable.
1523         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1524
1525         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1526         from nnir.el.
1527
1528 2010-12-03  Julien Danjou  <julien@danjou.info>
1529
1530         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1531
1532 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1533
1534         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1535         allow optional argument `environment'.
1536
1537 2010-12-03  Glenn Morris  <rgm@gnu.org>
1538
1539         * mm-extern.el (message-goto-body): Update declaration.
1540
1541 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1542
1543         * gnus-util.el (gnus-macroexpand-all): New function.
1544
1545         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1546         instead of macroexpand-all that is unavailable in XEmacs.
1547
1548 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1549
1550         * nnir.el (nnir-summary-line-format): New variable.
1551         (nnir-mode): Use it.
1552         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1553         (nnir-article-ids): Reimplement as defsubst.
1554         (nnir-retrieve-headers): Don't mangle the subject header.
1555         (nnir-run-imap): Use 100 as RSV score.
1556         (nnir-run-find-grep): Fix for full server searching.
1557         (nnir-run-gmane): Better restriction to gmane groups.
1558
1559         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1560         summary buffers.
1561
1562 2010-12-02  Julien Danjou  <julien@danjou.info>
1563
1564         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1565
1566         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1567
1568         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1569         support.
1570
1571 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1572
1573         * nnir.el: Update to handle the registry better.
1574         (autoload): Silence byte-compiler.
1575         (nnir-open-server): Add a hook for nnir groups.
1576         (nnir-request-move-article): Don't mangle the header. Better to use
1577         formating variables (which will be added in the future).
1578         (nnir-registry-action): Update the registry using the original article
1579         group name.
1580         (nnir-mode): Install nnir-specific hooks for updating the registry.
1581
1582         * gnus-sum.el
1583         (gnus-article-original-subject,gnus-newsgroup-original-name):
1584         Remove obsolete variables.
1585         (gnus-summary-move-article): Remove use of obsolete variables.
1586         (gnus-summary-local-variables): Make move and delete hooks local to
1587         summary buffers.
1588
1589 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1590
1591         * rtree.el: New file.
1592
1593 2010-12-01  Julien Danjou  <julien@danjou.info>
1594
1595         * message.el (message-user-organization): Do not use
1596         gnus-local-organization.
1597
1598         * gnus.el: Remove gnus-local-organization.
1599
1600         * gnus-msg.el: Remove nastygram thing.
1601
1602 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1603
1604         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1605         funcall.
1606
1607 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1608
1609         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1610         names.
1611
1612         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1613         characters.
1614
1615         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1616         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1617         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
1618         (gnus-gravatar-transform-address): Use mail-extract-address-components
1619         that supports non-ASCII names rather than mail-header-parse-addresses.
1620
1621 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1622
1623         * proto-stream.el (open-protocol-stream): All starttls connections are
1624         handled by the network handler.
1625
1626 2010-11-30  Julien Danjou  <julien@danjou.info>
1627
1628         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1629         (nnimap-open-connection-1): Fix PREAUTH.
1630
1631         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1632
1633 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1634
1635         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1636         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1637         (shr-insert): Use them.
1638         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1639
1640 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1641
1642         * nnir.el (nnir-request-move-article): Bail out if original group
1643         doesn't support article moves.
1644         (nnir-get-active): Improve active list retrieval.
1645
1646 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1647
1648         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1649
1650 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1651
1652         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1653         seem to accept strings-with-numbers as port numbers,
1654
1655 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1656
1657         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1658         change the registry.
1659
1660 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1661
1662         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1663         delete-dups that is not available in XEmacs 21.4.
1664
1665         * mm-util.el (mm-delete-duplicates): Add comment.
1666
1667 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1668
1669         * nnir.el (nnir-ignored-newsgroups): New variable.
1670         (nnir-get-active): Use it.
1671
1672 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1673
1674         * proto-stream.el (proto-stream-open-network): Add some comments.
1675
1676         * nntp.el (nntp-open-connection): Provide a :success condition.
1677
1678         * nnimap.el (nnimap-open-connection-1): Ditto.
1679
1680         * proto-stream.el (proto-stream-open-network): See what the response to
1681         the STARTTLS command is.
1682
1683         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1684         backwards compatibility).
1685         (nnimap-open-connection-1): Really respect nnimap-server-port.
1686
1687         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1688         TLS upgrades we don't really care about the identity of the peer.
1689         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1690         that what we've checked for.
1691         (proto-stream-always-use-starttls): Only default to t if
1692         open-gnutls-stream exists.
1693         (proto-stream-open-network): If STARTTLS failed, then just open a
1694         normal connection.
1695         (proto-stream-open-network): Wait until the greeting before doing
1696         STARTTLS.
1697
1698         * nntp.el (nntp-open-connection): Report what the connection error is.
1699
1700         * proto-stream.el (open-protocol-stream): Rename from
1701         open-proto-stream.
1702
1703 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1704
1705         * nnimap.el (nnimap-stream): Change default to `undecided'.
1706         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1707         first, and then network.
1708         (nnimap-open-connection-1): Respect nnimap-server-port.
1709         (nnimap-open-connection): Be more backwards-compatible.
1710
1711         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1712         (proto-stream-open-starttls): De-duplicate the starttls code.
1713         (proto-stream-open-starttls): Folded back into the main function.
1714         (proto-stream-open-network): Fix typo in the gnutls path.
1715         (proto-stream-command): Refactor out.
1716
1717         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1718
1719         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1720         starttls.el STARTTLS.
1721
1722         * color.el (color-lab->srgb): Fix function call name.
1723
1724         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1725         if we're using tls.el.
1726         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1727         built in, then don't try to establish a STARTTLS connection.
1728
1729         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1730         servers.
1731
1732         * proto-stream.el (open-proto-stream): Use network, not stream.
1733         (open-proto-stream): Add a way to specify what the end of a command is.
1734
1735         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1736         connections types.
1737         (nntp-open-network-stream): Remove.
1738         (nntp-open-ssl-stream): Remove.
1739         (nntp-open-tls-stream): Remove.
1740         (nntp-ssl-program): Remove.
1741
1742         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1743
1744 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1745
1746         * nnir.el: Fix typos.
1747         (nnir-retrieve-headers-override-function): Rename variable to reflect
1748         new semantics.
1749         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1750         macros.
1751         (nnir-request-article, nnir-request-move-article): Use them.
1752         (nnir-categorize): New function.
1753         (nnir-run-query): Use it.
1754         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1755         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1756         sorted.
1757         (nnir-group-full-name): Use gnus-group-full-name instead.
1758         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1759         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1760
1761 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1762
1763         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1764
1765         * proto-stream.el: New library to provide protocol-specific
1766         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1767         protocols.
1768         (open-proto-stream): Complete the documentation.
1769         (proto-stream-open-network): Fix some typos.
1770
1771         * nnimap.el (nnimap-open-connection): Use it.
1772
1773 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1774
1775         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1776         negotiation.
1777
1778 2010-11-26  Julien Danjou  <julien@danjou.info>
1779
1780         * color.el: Rename various rgb functions to srgb.
1781
1782 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1783
1784         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1785         names.
1786
1787 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1788
1789         * shr.el (shr-insert): Revert last change.
1790         (shr-find-fill-point): Never leave point being at bol;
1791         relax the kinsoku limitation when rendering tables.
1792
1793 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1794
1795         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1796         results from -accept-article.
1797
1798         * shr-color.el: Require cl when compiling.
1799
1800         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1801         checkin.
1802
1803         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1804
1805         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1806
1807         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1808         'add and 'delete to set backend marks.
1809
1810         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1811
1812         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1813
1814         * nntp.el (nntp-request-set-mark): Use it.
1815
1816         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1817
1818         * nnml.el (nnml-request-set-mark): Ditto.
1819
1820         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1821         introduces regressions in article selection.
1822         (nnimap-find-uid-response): New function.
1823         (nnimap-request-accept-article): Use the UID returned, if any.
1824         (nnimap-request-move-article): Use the UID returned, if any.
1825         (nnimap-get-groups): Reimplement to work with folded lines.
1826         (nnimap-find-uid-response): The UID is the last element in the list.
1827         (nnimap-request-set-mark): Extend syntax with 'set.
1828
1829         * nnml.el (nnml-request-set-mark): Ditto.
1830
1831         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1832
1833         * nntp.el (nntp-request-set-mark): Ditto.
1834
1835 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1836
1837         * message.el (message-called-interactively-p): A temporary macro.
1838         (message-goto-body): Use it temporarily.
1839
1840 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1841
1842         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1843         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1844         (nnimap-last-response-string): Fix last unfolding fix.
1845
1846 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1847
1848         * shr.el (shr-insert): Fix the way to fold lines.
1849
1850 2010-11-25  Julien Danjou  <julien@danjou.info>
1851
1852         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1853
1854         * color.el: Rename from color-lab.el
1855         (color-rgb->hex): Add.
1856         (color-complement): Add.
1857         (color-complement-hex): Add.
1858
1859         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1860
1861 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1862
1863         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1864         don't exist.
1865
1866 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1867
1868         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1869         assuming that article displaying or another mml-preview may be
1870         interrupted for an error or for the like.
1871
1872         * shr.el (shr-get-background): Fix argument name.
1873
1874 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1875
1876         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1877
1878         * gnus-sum.el (gnus-summary-include-articles): New function.
1879
1880         * message.el (message-goto-body): called-interactively-p needs a
1881         parameter, so use `any'.
1882
1883         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1884         clear marks before moving, since they're synced from the Gnus side
1885         first.
1886
1887         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1888         (gnus-summary-move-article): Copy over all marks before moving, so that
1889         IMAP doesn't think a new article has arrived.
1890
1891 2010-11-24  Julien Danjou  <julien@danjou.info>
1892
1893         * shr.el (shr-insert-background-overlay): Fix typo.
1894         (shr-render-td): Copy the background before rendering.
1895
1896         * shr-color.el (shr-color-visible): Fix docstring.
1897
1898         * shr.el (shr-tag-table): Add bgcolor support.
1899         (shr-render-td): Add bgcolor support.
1900         (shr-get-background): Add.
1901         (shr-insert-foreground-overlay): Use shr-get-background.
1902
1903         * message.el (message-goto-body): Use called-interactively-p.
1904         (message-in-body-p): message-goto-body returns point.
1905
1906 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1907
1908         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1909         Fixes something or other in Emacs 23, and is backwards compatible.
1910
1911         * message.el (message-goto-body): Remove the <#secure special-casing,
1912         which is too special.
1913
1914         * shr.el (shr-parse-style): Drop !important from styles.
1915
1916 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1917
1918         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1919         this function to return incorrect results when calling it with an
1920         explicit article argument different from
1921         (gnus-summary-article-number).
1922
1923 2010-11-24  Julien Danjou  <julien@danjou.info>
1924
1925         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1926         (shr-tag-body): Add background support.
1927         (shr-descend): Add background support.
1928         (shr-tag-title): Add.
1929
1930         * shr-color.el (shr-color-visible): Really return original background
1931         if fixed.
1932
1933 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1934
1935         * shr.el (shr-color-check): Protect against non-existant colour names.
1936
1937 2010-11-24  Julien Danjou  <julien@danjou.info>
1938
1939         * color-lab.el: Require 'cl when compiling.
1940
1941         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1942
1943         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1944         matched part.
1945
1946         * color-lab.el: Fix all expt calls to use float type.
1947
1948 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1949
1950         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1951         expression to shr-color-check as is.
1952
1953         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1954
1955         * color-lab.el: Add coding cookie.
1956         (float-pi): Use eval-and-compile.
1957
1958         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1959         compiled for Emacsen having no `libxml-parse-html-region' support.
1960
1961 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1962
1963         * shr.el (shr-insert-color-overlay): Split stuff like
1964         "#444444 !important" to find the real colour.
1965         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1966         parse <font color="red"> entries.
1967
1968 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1969
1970         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1971         point when parsing headers.
1972
1973         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1974         is positioned properly when parsing headers.
1975
1976 2010-11-23  Julien Danjou  <julien@danjou.info>
1977
1978         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1979
1980         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1981
1982         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1983
1984         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1985         Use shr-color-hue-to-rgb.
1986         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1987
1988 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1989
1990         * shr.el (shr-color->hexadecimal): Autoload.
1991         (shr-descend): Add color to all tags.
1992
1993 2010-11-22  Julien Danjou  <julien@danjou.info>
1994
1995         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1996         shr-color->hexadecimal.
1997
1998         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1999         RGB() or HSL() color representation.
2000
2001         * shr.el (shr-tag-font): Add.
2002         (shr-tag-color-check): New function to get better colors.
2003         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2004         tag-span.
2005
2006         * shr-color.el: New file.
2007
2008         * color-lab.el: New file.
2009
2010         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2011
2012 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2013
2014         * nnir.el: Fix typo in comments.
2015         (nnir-run-imap): Simplify code. No need to reverse artlist.
2016         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2017
2018 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2019
2020         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2021
2022         * nnimap.el (nnimap-get-capabilities): Refactor out.
2023         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2024
2025 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2026
2027         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2028         appearing when `mm-uu-hide-markers' is nil.
2029
2030 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2031
2032         * nnimap.el (nnimap-unselect-group): Make into its own function.
2033         (nnimap-request-rename-group): Unselect group before renaming.
2034         This had gotten lost somewhere.
2035         (nnimap-request-accept-article): Keep track of examined groups, and
2036         unselect the group before APPENDing to read-only groups.
2037         (nnimap-request-move-article): Clear flags before moving so that they
2038         can be re-set later.
2039
2040 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2041
2042         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2043         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2044
2045 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2046
2047         * gnus-art.el (gnus-mime-display-single)
2048         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2049         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2050         parameter.
2051
2052 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2053
2054         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2055         (shr-table-vertical-line): New variable.
2056         (shr-insert-table): Use it.
2057
2058 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2059
2060         * gnus-html.el (gnus-html-wash-images): Don't display images if
2061         gnus-inhibit-images is non-nil; register displayer for cid images.
2062         (gnus-html-display-image): Work for cid image.
2063         (gnus-html-insert-image): Allow arguments.
2064         (gnus-html-put-image): Inhibit read-only.
2065         (gnus-html-prefetch-images): Don't prefetch images if
2066         gnus-inhibit-images is non-nil.
2067
2068 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2069
2070         * shr.el (shr-put-image): Break lines when inserting big pictures.
2071
2072 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2073
2074         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2075         sender, thanks Katsumi Yamaoka.
2076
2077 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2078
2079         * nnir.el (nnir-run-imap): Reverse the article list for each group
2080         rather than the whole list.
2081
2082 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2083
2084         * shr.el (shr-image-displayer): Protect function against non-existent
2085         image source.
2086
2087         * gnus-art.el (gnus-inhibit-images): New user option.
2088         (gnus-mime-display-single): Don't display image if it is non-nil.
2089
2090         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2091         gnus-inhibit-images.
2092
2093         * shr.el (shr-image-displayer): New function.
2094         (shr-tag-img): Use it.
2095
2096 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2097
2098         * mml2015.el (mml2015-epg-sign): Use From header.
2099
2100 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2101
2102         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2103
2104         * gnus-util.el (gnus-find-text-property-region): Return markers.
2105
2106         * shr.el (shr-tag-img): Put a displayer in the text property.
2107
2108         * gnus-util.el (gnus-find-text-property-region): New utility function.
2109
2110         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2111         (gnus-html-show-images): Remove.
2112
2113         * gnus-art.el (gnus-article-show-images): New, more general function.
2114
2115         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2116         image url text properties.
2117
2118         * shr.el: Ditto.
2119
2120         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2121         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2122
2123 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2124
2125         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2126         work for two or more articles.
2127
2128 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2129
2130         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2131         divide an image that's in an html article to two or more when washing
2132         non-ASCII characters in alt text of it.
2133
2134 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2135
2136         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2137         smime-decrypt-region using function argument.
2138         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2139
2140         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2141
2142         * smime.el (smime-decrypt-region): Catch it.
2143
2144 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2145
2146         * smime.el (smime-mode-map): Move initialization into declaration.
2147         (gnus-run-mode-hooks): Don't autoload.
2148         (smime-mode): Use define-derived-mode.
2149
2150 2010-11-11  Glenn Morris  <rgm@gnu.org>
2151
2152         * smime.el (from): Restrict declaration to XEmacs.
2153
2154         * nnir.el (gnus-group-topic-name): Autoload.
2155
2156 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2157
2158         * shr.el (shr-insert): Don't break long line if it is because of
2159         kinsoku-bol characters in the line end.
2160
2161 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2162
2163         * nnir.el (nnir-request-move-article): Fix to provide original group
2164         and subject.
2165         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2166         been retrieved.
2167
2168         * gnus-sum.el (gnus-summary-move-article): Use original group and
2169         subject for virtual articles such as those in an nnir summary buffer.
2170
2171 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2172
2173         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2174         least 21.5).
2175
2176         * smime.el (from): Declare it again for XEmacs.
2177
2178 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2179
2180         * message.el (message-resend): Don't disable encoding unless it's
2181         already encoded.
2182
2183         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2184         low-numbered articles.
2185
2186 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2187
2188         * rfc2047.el (rfc2047-syntax-table): Simplify.
2189
2190         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2191
2192         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2193         set-char-table-range for XEmacs.
2194
2195 2010-11-10  Glenn Morris  <rgm@gnu.org>
2196
2197         * time-date.el (time-to-seconds): Always an alias on Emacs,
2198         never a real function.
2199         (with-no-warnings): Remove compat stub, now unused.
2200         (time-less-p): Doc fix.
2201         (time-to-number-of-days): Simplify.
2202
2203         * smime.el (from): Remove unused declaration.
2204
2205         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2206         (gnus-float-time): On Emacs, always an alias.
2207
2208         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2209         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2210
2211 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2212
2213         * dgnushack.el: Don't use ignore-errors in the top level form since it
2214         is unavailable in XEmacs even if cl is loaded.
2215
2216         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2217
2218 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2219
2220         * shr.el (browse-url-mailto): Autoload.
2221
2222         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2223
2224         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2225         regexp doesn't need quoting.
2226
2227 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2228
2229         * message.el (message-subject-trailing-was-ask-regexp)
2230         (message-subject-trailing-was-regexp): Match was: in addition to was.
2231
2232 2010-11-09  Glenn Morris  <rgm@gnu.org>
2233
2234         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2235         (nnbabyl-check-mbox): Use point-at-bol.
2236
2237 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2238
2239         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2240
2241         * message.el (message-mailto): New function.
2242         (message-mailto): Should accept other parameters.
2243         (message-mailto): Remove since it duplicates browse-url-mailto
2244         functionality.
2245
2246 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2247
2248         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2249         methods.
2250         (gnus-read-active-file): Ditto.
2251
2252         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2253         ": " from the prompt.
2254         (gnus-group-make-group): Ditto.
2255
2256 2010-11-07  Glenn Morris  <rgm@gnu.org>
2257
2258         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2259         (gnus-bookmark-kill-line): Use point-at-eol.
2260
2261 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2262
2263         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2264         asterisks in From header.
2265
2266 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2267
2268         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2269         string to avoid making the From headers syntactically invalid.
2270
2271         * message.el (message-send-mail): Don't insert courtesy messages if the
2272         message already has List-Post and List-ID messages.
2273
2274 2010-11-06  Glenn Morris  <rgm@gnu.org>
2275
2276         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2277         `condition', `type', `length' a prefix.
2278         (gnus-treat-predicate): Update for above name changes.
2279
2280 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2281
2282         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2283         binding.  Handled by `gnus-summary-refer-thread' instead.
2284         (nnir-warp-to-article): New backend function.
2285
2286         * nnimap.el (nnimap-request-thread): Force dependency updating.
2287
2288         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2289         (gnus-summary-refer-thread): Rework to improve thread-referral.
2290
2291         * gnus-int.el (gnus-warp-to-article): New function.
2292
2293         * gnus-sum.el (gnus-summary-article-map): Bind it.
2294
2295 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2296
2297         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2298         gnus-summary-refer-thread.
2299
2300         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2301         headers.
2302         (gnus-summary-limit-include-thread): Prevent articles in thread from
2303         being cut in gnus-cut-threads.
2304         (gnus-summary-refer-thread): Limit retrieved headers to those in
2305         thread.
2306
2307 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2308
2309         * message.el (message-send-mail): Use the value of
2310         message-courtesy-message from the message buffer.
2311
2312         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2313
2314         * shr.el (shr-browse-url): Implement mailto: URLs.
2315
2316         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2317         "raw".
2318
2319         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2320         if it's already selected.
2321
2322         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2323
2324 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2325
2326         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2327         to measure the length and truncate alt text.
2328
2329 2010-11-03  Glenn Morris  <rgm@gnu.org>
2330
2331         * nndiary.el (nndiary-generate-nov-databases-1)
2332         (nndiary-generate-active-info): Rename dynamic variable `files' to
2333         something less generic.
2334
2335 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2336
2337         * nnir.el (nnir-request-move-article): Call the underlying backend to
2338         move articles from nnir.
2339
2340 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2341
2342         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2343
2344 2010-11-02  Julien Danjou  <julien@danjou.info>
2345
2346         * nnir.el: Remove wais support.
2347
2348 2010-11-02  Glenn Morris  <rgm@gnu.org>
2349
2350         * gnus-html.el: Reorder requirements to quieten compiler.
2351
2352 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2353
2354         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2355         properly for XEmacs as well.
2356         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2357         (gnus-article-natural-long-line-p): Use window-width rather than
2358         frame-width.
2359
2360 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2361
2362         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2363         (nnir-read-parms): Don't modify query.
2364         (nnir-run-query): Add ability to search topic on current line.
2365         (nnir-get-active): Clean up.
2366
2367 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2368
2369         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2370         degenerate articles.
2371
2372         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2373         (gnus-print-buffer): Just print the buffer as is, without any copying
2374         to a buffer and then re-highlighting.
2375
2376         * nnimap.el (nnimap-request-group): Store the new updated info.
2377         (nnimap-request-group): Select the group when we don't know whether it
2378         exists or not.
2379
2380         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2381         groups.
2382
2383         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2384         groups.
2385
2386         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2387         groups.
2388
2389         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2390         long-lines case by only filling the long lines.
2391
2392         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2393         (bug #7311).
2394
2395 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2396
2397         * shr.el: No need to declare `declare-function' since shr.el is for
2398         only Emacsen that provide `libxml-parse-html-region'.
2399
2400         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2401         effective only in a file it is referred to.
2402
2403 2010-11-01  Glenn Morris  <rgm@gnu.org>
2404
2405         * mm-util.el (gnus-completing-read): Autoload.
2406         (mm-read-coding-system): Simplify Emacs definition.
2407
2408         * nnmail.el (gnus-activate-group):
2409         * nnimap.el (gnutls-negotiate):
2410         * nntp.el (netrc-parse): Fix declarations.
2411
2412 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2413
2414         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2415         string-match-p in Emacs >=23.
2416
2417         * gnus-msg.el (gnus-configure-posting-styles)
2418         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2419
2420 2010-11-01  Glenn Morris  <rgm@gnu.org>
2421
2422         * nnir.el (declare-function): Add compat stub.
2423         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2424         (nnir-run-gmane): Require 'mm-url.
2425
2426         * mm-util.el (mm-string-to-multibyte): Simplify.
2427
2428         * shr.el (declare-function): Add compat stub.
2429         (url-cache-create-filename): Declare.
2430         (mm-disable-multibyte, widget-convert-button): Autoload.
2431
2432         * smime.el (ldap-search): Declare.
2433         (smime-cert-by-ldap-1): Require ldap on Emacs.
2434
2435         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2436         (nnimap-keepalive): Use gnus-float-time.
2437
2438         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2439         (mail-source-delete-crash-box): Use gnus-float-time.
2440
2441         * gnus-dired.el (gnus-completing-read): Autoload.
2442
2443         * mm-view.el (gnus-rescale-image): Autoload.
2444
2445         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2446
2447         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2448
2449         * sieve-manage.el: Require 'cl when compiling.
2450
2451         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2452         (gnus-iswitchb-completing-read): Require iswitchb.
2453         (gnus-select-frame-set-input-focus): Silence compiler.
2454
2455 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2456
2457         * message.el (message-subject-trailing-was-query): Change default to t,
2458         since I think that's what most people want.
2459
2460         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2461         appending for easier debugging.
2462         (nnimap-wait-for-connection): Take a regexp.
2463         (nnimap-request-accept-article): Wait for the continuation line before
2464         sending anything unless we're streaming.
2465
2466         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2467         leave the header washing to take place.
2468
2469 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2470
2471         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2472         regular expression match and replace in posting styles.
2473
2474 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2475
2476         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2477         an entire server.
2478         (nnir-get-active): New function.
2479         (nnir-run-imap): Use it.
2480         (nnir-run-gmane): Who knew, gmane search returns an article score!
2481
2482         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2483         server on the current line with nnir.
2484
2485 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2486
2487         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2488         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2489         left edge.
2490         (gnus-article-foldable-buffer): Skip past the prefix when determining
2491         raggedness.
2492
2493         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2494         the raw article, and change `C-u g' to show the article without doing
2495         treatments.
2496
2497         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2498         on to `gnus-treat-article'.
2499         (gnus-inhibit-article-treatments): New variable.
2500
2501         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2502
2503         * gnus-art.el (gnus-treatment-function-alist): Have
2504         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2505         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2506         sections.
2507
2508         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2509         parameter.
2510         (gnus-article-fill-cited-long-lines): New function.
2511         (gnus-article-fill-cited-article): Allow filling only long sections.
2512
2513         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2514         and non-punctuation (like after the apostrophe in "'We").
2515
2516         * gnus-sum.el (gnus-summary-select-article): Make sure
2517         gnus-original-article-buffer is alive.
2518
2519         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2520         reflect the order they're in in the digest.
2521
2522         * gnus.el (gnus-group-startup-message): Move point to the start of the
2523         buffer.
2524
2525         * nnimap.el (nnimap-capability): New function.
2526         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2527         is set.
2528
2529 2010-10-31  David Engster  <dengste@eml.cc>
2530
2531         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2532         conform with changes to gnus-completing-read.
2533
2534 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2535
2536         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2537
2538 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2539
2540         * nnir.el: Move defvar, defcustom around to keep file organized
2541         and keep byte-compiler quiet.
2542         (nnir-read-parms): Accept search-engine as arg.
2543         (nnir-run-query): Pass search-engine as arg.
2544         (nnir-search-engine): Remove.
2545
2546 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2547
2548         * shr.el (shr-generic): The text nodes should be text, not :text.
2549
2550         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2551         later in the file.
2552
2553 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2554
2555         * nnir.el: General clean up.  Allow searching with multiple engines.
2556         Allow separate extra-parameters for each engine.
2557         Batch queries when possible.
2558         (nnir-imap-default-search-key,nnir-method-default-engines):
2559         Add customize interface.
2560         (nnir-run-gmane): New engine.
2561         (nnir-engines): Use it.  Qualify all prompts with engine name.
2562         (nnir-search-engine): Remove global variable.
2563         (nnir-run-hyrex): Restore for now.
2564         (nnir-extra-parms,nnir-search-history): New variables.
2565         (gnus-group-make-nnir-group): Use them.
2566         (nnir-group-server): Remove in favor of gnus-group-server.
2567         (nnir-request-group): Avoid searching twice.
2568         (nnir-sort-groups-by-server): New function.
2569
2570 2010-10-30  Julien Danjou  <julien@danjou.info>
2571
2572         * gnus-group.el: Remove gnus-group-fetch-control.
2573
2574         * gnus-start.el (gnus-find-new-newsgroups):
2575         Remove gnus-check-first-time-used.
2576
2577         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2578
2579 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2580
2581         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2582         set on groups that don't have \* permanentflags.
2583
2584 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2585
2586         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2587         control the background color.
2588         (shr-tag-img): Ignore very small web bug type images.
2589         (shr-put-image): Add help-echo alt texts to the images.
2590         (shr-tag-video): Show the video poster image.
2591
2592 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2593
2594         * shr.el (shr-table-depth): New variable.
2595         (shr-tag-table-1): Only insert the images after the top-level table.
2596
2597         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2598
2599         * gnus-util.el (gnus-list-memq-of-list): New function.
2600
2601         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2602         selected.
2603         (nnimap-unsplittable-articles): New slot.
2604         (nnimap-new-articles): Use it.
2605
2606 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2607
2608         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2609         move to the previous line on `M-g'.
2610
2611 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2612
2613         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2614         *-request-group, which seems unnecessary.
2615
2616         * nnimap.el (nnimap-quote-specials): Function copied over from
2617         imap.el.
2618         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2619         they support that.  Suggested by Tom Regner.
2620
2621 2010-10-29  Julien Danjou  <julien@danjou.info>
2622
2623         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2624         defalias.
2625         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2626
2627         * gnus.el: Remove `gnus-nntp-service' variable.
2628         (gnus-secondary-servers): Make obsolete.
2629         (gnus-nntp-server): Make obsolete.
2630
2631         * gnus-start.el (gnus-1): Remove x-splash calls.
2632
2633         * gnus-ems.el (gnus-x-splash): Remove.
2634
2635         * gnus.el (gnus-group-startup-message): Simplify/update code.
2636
2637         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2638         definition.
2639
2640         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2641         capability before doing anything.
2642         (gnus-group-insert-group-line): Remove useless
2643         gnus-group-remove-excess-properties.
2644
2645 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2646
2647         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2648
2649 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2650
2651         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2652         config after reselecting.
2653
2654 2010-10-28  Julien Danjou  <julien@danjou.info>
2655
2656         * shr.el (shr-put-image): Use point even if only inserting text.
2657         (shr-put-image): Save excursion when inserting alt text on non-graphic
2658         display, so the behaviour is the same when we are on a graphic display.
2659
2660         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2661
2662 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2663
2664         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2665         (gnus-mime-copy-part): Check coding system, not charset.
2666         (gnus-mime-view-part-externally): Never remove part.
2667         (gnus-mime-view-part-internally): Don't remove part here.
2668         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2669         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2670         multipart/alternative.
2671
2672         * mm-decode.el (mm-display-part): Take optional arg `force'.
2673
2674 2010-10-26  Julien Danjou  <julien@danjou.info>
2675
2676         * gnus-group.el (gnus-group-default-list-level): Add this function to
2677         compute the default list level.
2678         (gnus-group-default-list-level): Add possibility to use a function.
2679
2680 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2681
2682         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2683
2684         * gnus-group.el (gnus-group-completing-read)
2685         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2686         gnus-replace-in-string.
2687
2688 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2689
2690         * shr.el (shr-tag-div): Add.
2691
2692         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2693
2694 2010-10-25  Julien Danjou  <julien@danjou.info>
2695
2696         * gnus-util.el: Remove `gnus-with-local-quit'.
2697
2698         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2699
2700 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2701
2702         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2703         the original article buffer.
2704
2705 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2706
2707         * nnimap.el (nnimap-request-head): New function.
2708         (nnimap-request-move-article): Try to be slighly faster by not
2709         requesting the entire message when moving.
2710         (nnimap-transform-headers): Don't bug out on bodiless articles.
2711         (nnimap-send-command): Have no outstanding messages if the IMAP server
2712         doesn't support streaming.
2713         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2714
2715 2010-10-24  Julien Danjou  <julien@danjou.info>
2716
2717         * message.el (message-default-headers): Fix type.
2718
2719 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2720
2721         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2722         prefetching images.
2723
2724         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2725         backend for unknown groups.  This is mainly useful for nnimap groups.
2726
2727         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2728         group isn't covered by the agent.
2729
2730 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2731
2732         * nnir.el (nnir-method-default-engines): New variable.
2733         (nnir-run-query): Use it.
2734         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2735         (gnus-summary-nnir-goto-thread): Change group if needed.
2736
2737         * gnus-group.el (gnus-group-group-map): Add key binding for
2738         gnus-group-make-nnir-group.
2739
2740 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2741
2742         * shr.el (shr-tag-object): Add.
2743
2744         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2745         original article buffer live.
2746         (gnus-summary-select-article-buffer):
2747         Mention gnus-widen-article-buffer.
2748
2749 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2750
2751         * shr.el (shr-tag-strong): Add.
2752
2753 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2754
2755         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2756         group names.  They mess up the group buffer badly.
2757
2758         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2759
2760         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2761         instead of the summary one.
2762
2763 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2764
2765         * mml.el (mml-preview): Work properly when editing article.
2766
2767         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2768         gnus-have-read-active-file if it's already been in.
2769
2770 2010-10-22  Tom Tromey  <tromey@redhat.com>
2771
2772         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2773         gnus-group-completing-read.
2774
2775 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2776
2777         * message.el (message-mode-map): Don't bind M-; to comment region, to
2778         allow the global comment-dwim to work.
2779
2780 2010-10-21  Julien Danjou  <julien@danjou.info>
2781
2782         * message.el (message-setup-1): Allow message-default-headers to be a
2783         function.
2784
2785 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2786
2787         * shr.el (shr-tag-table): Simplify.
2788
2789 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2790
2791         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2792         to avoid trying to snarf invalid stuff.
2793
2794         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2795
2796         * gnus.el (gnus-message-archive-group): Quote value.
2797         (gnus-message-archive-group): Mark as changed.
2798
2799         * shr.el (shr-add-font): Don't put the font properties on the newline
2800         or the indentation.
2801
2802         * message.el (message-fix-before-sending): Change options when sending
2803         non-printable characters.
2804
2805         * gnus.el (gnus-message-archive-method): Change the default to
2806         monthly outgoing groups.
2807
2808         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2809         that have gotten new numbers.
2810
2811         * nnimap.el (nnimap-request-replace-article): New function.
2812
2813 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2814
2815         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2816         (nnrss-request-article): Don't use special html washing code.
2817
2818 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2819
2820         * shr.el (shr-tag-table): Remove useless nconc.
2821
2822 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2823
2824         * gnus-art.el (article-wash-html): Simplify and remove the charset
2825         stuff.  Use the normal html rendering code instead of the special html
2826         washing code.
2827
2828         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2829         `gnus-w3m' symbols.
2830         (mm-text-html-washer-alist): Remove.
2831
2832         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2833         (mm-inline-media-tests): Remove use.
2834         (mm-text-html-renderer): Change default to the `shr' symbol.
2835
2836         * mm-view.el (mm-inline-text-html): Remove use.
2837
2838         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2839         `gnus-blocked-images' to be a function.
2840         (gnus-article-wash-function): Remove.
2841
2842 2010-10-20  Julien Danjou  <julien@danjou.info>
2843
2844         * spam.el (spam-list-of-processors): Mark as obsolete.
2845
2846         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2847         (nnimap-insert-partial-structure): Fix boundary detection.
2848
2849 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2850
2851         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2852         run file-truename on remote files.  This can be expensive and even
2853         prevent one from editing drafts if some unrelated buffer has a stale
2854         connection.
2855
2856 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2857
2858         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2859         kinsoku-eol regardless of shr-kinsoku-shorten.
2860         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2861         (shr-tag-table): Support caption, thead, and tfoot.
2862
2863 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2864
2865         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2866         lines.
2867         (shr-save-contents): New command and keystroke.
2868
2869         * nndoc.el (nndoc-type-alist): Add git support.
2870         (nndoc-git-type-p): New function.
2871         (nndoc-transform-git-article): Ditto.
2872         (nndoc-transform-git-headers): Ditto.
2873         (nndoc-transform-git-headers): Generate Subject headers.
2874
2875         * shr.el (shr-parse-style): New function.
2876         (shr-tag-span): Ditto.
2877
2878         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2879         to `G G' to avoid collisions.
2880
2881 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2882
2883         * shr.el: Load kinsoku if necessary.
2884         (shr-kinsoku-shorten): New internal variable.
2885         (shr-find-fill-point): Make kinsoku shorten text line if
2886         shr-kinsoku-shorten is bound to non-nil.
2887         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2888         shr-indentation too when testing if table is wider than frame width.
2889         (shr-insert-table): Use `string-width' instead of `length' to measure
2890         text width.
2891         (shr-insert-table-ruler): Make sure indentation is done at bol.
2892
2893 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2894
2895         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2896         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2897         undecoded network data.
2898
2899 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2900
2901         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2902         name in the mode line spec so that the mode line menu works
2903         (bug #2431).
2904
2905         * message.el (message-get-reply-headers): If we're fed `to-address',
2906         then always use that.
2907
2908         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2909         aren't so wide as to need to switch off the edit menu.
2910
2911         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2912         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2913
2914         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2915         `M-g'.
2916         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2917         the permanent marks.
2918
2919 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2920
2921         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2922         Splitting according to references/in-reply-to obeys the ignore-groups
2923         variable, while splitting by sender and subject do not.
2924
2925 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2926
2927         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2928         alist, so that we can look for non-Unicode chars.
2929         (article-translate-strings): Allow both character and string maps.
2930
2931 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2932
2933         * shr.el (shr-insert): Don't insert space behind a wide character
2934         categorized as kinsoku-bol, or between characters both categorized as
2935         nospace.
2936
2937 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2938
2939         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2940         headers to gnus-newsgroup-headers.
2941
2942 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2943
2944         * shr.el (shr-tag-img): Don't align images -- since we're not
2945         rescaling, this often leads to ugly displays.
2946
2947 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2948
2949         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2950         duplicates.
2951
2952 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2953
2954         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2955         call.
2956
2957 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2958
2959         * gnus.el: Autoload gnus-html-show-images.
2960
2961         * nnimap.el: Use nnheader-message throughout.
2962
2963         * shr.el (shr-tag-img): Ignore images with no data.
2964
2965 2010-10-15  Julien Danjou  <julien@danjou.info>
2966
2967         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2968         a possibility to disable format=flow encoding when using hard newlines.
2969
2970 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2971
2972         * shr.el (shr-insert): Remove space inserted before or after a
2973         breakable character or at the beginning or the end of a line.
2974         (shr-find-fill-point): Do kinsoku; find the second best point or give
2975         it up if there's no breakable point.
2976
2977 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2978
2979         * nnimap.el (nnimap-open-connection): Message when opening connection
2980         for debugging purposes.
2981
2982         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2983         on every setup buffer call to allow this to change from article to
2984         article.
2985
2986         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2987         buffers where we have a wide table.
2988
2989 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2990
2991         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2992         uses *-request-thread.
2993
2994 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2995
2996         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2997         incantation, which is no longer valid.
2998
2999 2010-10-14  Julien Danjou  <julien@danjou.info>
3000
3001         * shr.el: Fix defcustom type (char -> character).
3002
3003 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3004
3005         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3006         programs.
3007
3008 2010-10-14  Julien Danjou  <julien@danjou.info>
3009
3010         * shr.el (shr-tag-a): Use url-link as widget type.
3011
3012         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3013         `gnus-group-get-icon'.
3014
3015 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3016
3017         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3018         This should make server editing work better.
3019
3020         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3021
3022         * tls.el (tls-program): Remove spurious %s from openssl.
3023
3024         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3025         (nnimap-parse-flags): Fix regexp.
3026
3027         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3028         probably work for CJVK text, too.
3029
3030         * nnimap.el (nnimap-extend-tls-programs): Remove.
3031         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3032
3033         * tls.el (tls-starttls-switches): Remove starttls hack.
3034         (open-tls-stream): Ditto.
3035         (tls-find-starttls-argument): Ditto.
3036
3037 2010-10-13  Julien Danjou  <julien@danjou.info>
3038
3039         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3040         responses.
3041
3042 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3043
3044         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3045
3046         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3047         anything in Emacs.
3048
3049         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3050
3051 2010-10-13  Julien Danjou  <julien@danjou.info>
3052
3053         * shr.el (shr-width): Make shr-width a defcustom with default to
3054         fill-column.
3055         (shr-tag-img): Use shr-width rather than fill-column.
3056
3057 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3058
3059         * dgnushack.el (byte-optimize-apply)
3060         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3061
3062         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3063         position when (X-)Faces exist.
3064         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3065         avatars when called interactively.
3066
3067 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3068
3069         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3070         gnus-article-x-face-too-ugly is bound.
3071
3072 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3073
3074         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3075
3076         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3077         mailbox that doesn't exist.
3078
3079 2010-10-12  Julien Danjou  <julien@danjou.info>
3080
3081         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3082         (shr-get-image-data): Encode URL properly when fetching from cache.
3083         (shr-tag-img): Use aligned-to spaces to align correctly images.
3084
3085         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3086         before inserting the Gravatar.
3087
3088         * shr.el (shr-tag-img): Add align attribute support for <img>.
3089
3090 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3091
3092         * gnus-gravatar.el (gnus-art): Require.
3093
3094         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3095         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3096         Remove long obsoleted functions.
3097
3098 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3099
3100         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3101
3102         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3103
3104         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3105         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3106         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3107         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3108         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3109         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3110         * sieve-manage.el, smime.el, spam.el:
3111         Fix comment for declare-function.
3112
3113 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3114
3115         * nnimap.el (nnimap-request-rename-group): Select group read-only
3116         before renaming it.
3117
3118         * shr.el (shr-insert): Fix up the white space only regexp.
3119
3120         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3121         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3122
3123         * shr.el (shr-current-column): New function.
3124         (shr-find-fill-point): New function.
3125
3126 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3127
3128         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3129         numbers.
3130
3131 2010-10-11  Julien Danjou  <julien@danjou.info>
3132
3133         * shr.el (shr-hr-line): Add.
3134         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3135         display hr lines.
3136         (shr-max-columns): Do not change state to nil if we just inserting
3137         spaces.
3138
3139 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3140
3141         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3142         select the last group.
3143
3144 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3145
3146         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3147
3148 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3149
3150         * dig.el (dig-mode-map): Declare and define in one step.
3151
3152 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3153
3154         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3155         for Gnus.
3156         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3157         (nnimap-update-qresync-info): Mark \Seen articles as read.
3158
3159         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3160         non-variable, too.
3161
3162         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3163         available.
3164         (nnimap-update-info): Rely more on the current active than the param
3165         active to avoid marking articles as read too much.
3166
3167         * auth-source.el (auth-source-create): Use (user-login-name) for the
3168         user name default.
3169
3170         * nnimap.el (nnimap-update-info): If the server doesn't return any
3171         useful info, just use the previous info.
3172         (nnimap-update-info): Prefer old info over start-article.
3173         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3174
3175 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3176
3177         * nnir.el (autoload): Clean up autoloads.
3178         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3179         Use key rather than value.
3180         (nnir-imap-search-other): New variable.
3181         (nnir-read-parm): Use it.
3182         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3183         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3184
3185 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3186
3187         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3188         the process, too.
3189
3190 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3191
3192         * spam.el (gnus-summary-mode-map): Bind to "$".
3193         Suggested by Russ Allbery.
3194
3195         * shr.el: Rework the way things are indented by <li> slightly.
3196
3197         * gnus.el (gnus-group-set-parameter): Fix typo.
3198
3199         * nnimap.el: Start implementing QRESYNC support.
3200
3201 2010-10-09  Julien Danjou  <julien@danjou.info>
3202
3203         * nnir.el (nnir-engines): Fix too many arguments.
3204
3205 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3206
3207         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3208         group is the "last", so that the backends like nnfolder actually save
3209         their folders.
3210
3211         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3212         try to use that for the tls stream.
3213         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3214         UIDVALIDITY and find out which groups are read-only and not.
3215         (nnimap-get-flags): Use the same marks parsing code as the rest of
3216         nnimap.
3217
3218 2010-10-09  Julien Danjou  <julien@danjou.info>
3219
3220         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3221
3222         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3223         retrieving gravatars.
3224
3225         * shr.el (shr-table-corner): Add.
3226         (shr-table-line): Add.
3227         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3228
3229 2010-10-08  Julien Danjou  <julien@danjou.info>
3230
3231         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3232
3233 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3234
3235         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3236
3237         * gnus-sum.el (gnus-mark-article-as-unread)
3238         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3239         (gnus-summary-set-bookmark): Use it.
3240
3241         * gnus-msg.el (gnus-setup-message): Use it.
3242
3243         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3244
3245         * gnus.el (gnus-group-remove-parameter): Use it.
3246
3247         * gnus-group.el (gnus-group-make-web-group): Use it.
3248
3249         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3250
3251         * nnregistry.el: Update docs to mention manual.
3252
3253         * gnus-registry.el: Update docs to mention nnregistry.el.
3254         (gnus-registry-initialize): Don't install nnregistry refer method
3255         automatically.
3256         (gnus-registry-install-nnregistry): Remove it.
3257
3258 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3259
3260         * shr.el (shr-insert): Don't insert double spaces.
3261
3262 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3263
3264         * gnus-gravatar.el (gnus-treat-from-gravatar)
3265         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3266         called interactively.
3267
3268         * gnus-art.el (gnus-mime-view-part-externally)
3269         (gnus-mime-view-part-internally): Make predicate function passed to
3270         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3271         of a mime type.
3272
3273         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3274
3275 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3276
3277         * shr.el (require): Require cl when compiling.
3278         (shr-tag-hr): New function.
3279
3280         * nnimap.el (nnimap-update-info): Remove double setting of high.
3281         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3282         This makes nnimap work properly on Courier again.
3283
3284         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3285         the variable for backwards compatability.
3286
3287         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3288         the file name before using to avoid setting mm-default-directory to
3289         nil.
3290
3291         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3292         bidning gnus-agent variables.
3293
3294         * shr.el (shr-render-td): Use a cache for the table rendering function
3295         to avoid getting an exponential rendering behaviour in nested tables.
3296         (shr-insert): Rework the line-breaking algorithm.
3297         (shr-insert): Don't leave trailing spaces.
3298         (shr-insert-table): Also insert empty TDs.
3299         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3300
3301 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3302
3303         * gnus-sum.el (gnus-number): Rename from `number'.
3304         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3305         (gnus-summary-limit-children): Update uses correspondingly.
3306
3307 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3308
3309         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3310         (gnus-gravatar-transform-address): Don't show avatars of people of
3311         which mail addresses match gnus-gravatar-too-ugly.
3312
3313 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3314
3315         * shr.el (shr-table-widths): Expand TD elements to fill available
3316         space.
3317
3318 2010-10-07  Julien Danjou  <julien@danjou.info>
3319
3320         * nnimap.el (nnimap-request-rename-group): Add this method.
3321
3322 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3323
3324         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3325         name from XEmacs' function-arglist.
3326
3327         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3328         gravatar under XEmacs.
3329
3330 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3331
3332         * auth-source.el: Update docs with TODO items.
3333
3334         * gnus-sync.el: Update docs to explain state and plans.
3335
3336         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3337         Hooks for mark updates.
3338         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3339
3340         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3341         hooks with arguments, which is needed for mark update hooks.
3342
3343 2010-10-06  Julien Danjou  <julien@danjou.info>
3344
3345         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3346         was matched.
3347
3348         * sieve-manage.el: Update example in `Commentary'.
3349
3350         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3351
3352         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3353         not 2000.
3354         (sieve-manage-authenticate): Re-add function.
3355
3356 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3357
3358         * shr.el (shr-insert): Get 'space transition right.
3359         (shr-render-td): Only delete space at the end of the TD.
3360
3361         * nnimap.el (nnimap-open-connection): Prepare to support
3362         open-gnutls-stream.
3363
3364         * shr.el: Rearrange function order to be more logical.
3365
3366 2010-10-06  Julien Danjou  <julien@danjou.info>
3367
3368         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3369         (nnrss-discover-feed): Remove 404 URL in docstring.
3370
3371         * nnir.el: Fix Swish-E URL.
3372         Fix Namazu URL.
3373
3374         * message.el (message-change-subject): Remove 404 URL in a comment.
3375
3376 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3377
3378         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3379         called interactively.
3380
3381         * gnus-util.el (gnus-remove-if): Allow hash table.
3382         (gnus-remove-if-not): New function.
3383
3384         * gnus-art.el (gnus-mime-view-part-as-type)
3385         * gnus-score.el (gnus-summary-score-effect)
3386         * gnus-sum.el (gnus-read-move-group-name):
3387         Replace remove-if-not with gnus-remove-if-not.
3388
3389         * gnus-group.el (gnus-group-completing-read):
3390         Regard collection as a hash table if it is not a list.
3391
3392 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3393
3394         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3395
3396         * shr.el: Document the table-rendering algorithm.
3397
3398 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3399
3400         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3401         for Emacsen having no `libxml-parse-html-region' support.
3402
3403 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3404
3405         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3406         invalid URLs.
3407
3408         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3409         line-broken.
3410         (shr-tag-img): Ignore image fetching errors.
3411         (shr-overlays-in-region): Compute overlay positions correctly.
3412
3413         * mm-decode.el (mm-shr): Require shr.
3414
3415         * gnus-art.el (gnus-blocked-images): Move variable here.
3416
3417         * shr.el (shr-insert-table): Bind free variable.
3418
3419         * mm-decode.el (mm-shr): Bind shr-content-function.
3420
3421         * shr.el (shr-content-function): New variable.
3422
3423         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3424         added for symmetry.
3425
3426         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3427
3428         * gnus-group.el (gnus-group-make-group): Doc fix.
3429
3430         * nnimap.el (nnimap-request-newgroups): Return success.
3431
3432         * shr.el (shr-find-elements): New function.
3433         (shr-tag-table): Put all the images after the table.
3434         (shr-tag-table): Really inhibit images inside the table.
3435         (shr-collect-overlays): Copy over overlays from the TD elements to the
3436         main document.
3437
3438         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3439         gnus-blocked-images.
3440
3441 2010-10-05  Julien Danjou  <julien@danjou.info>
3442
3443         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3444
3445         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3446         (gnus-html-maximum-image-size): Add this function.
3447         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3448
3449         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3450         server-value of the capability is nil.
3451
3452 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3453
3454         * shr.el (shr-tag-em): Add <EM> tag.
3455
3456 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3457
3458         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3459         customizable.
3460
3461         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3462         handing broken links to browse-url.
3463
3464 2010-10-05  Julien Danjou  <julien@danjou.info>
3465
3466         * gnus-util.el (gnus-emacs-completing-read)
3467         (gnus-iswitchb-completing-read): Use autoload rather than require.
3468
3469 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3470
3471         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3472         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3473         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3474         iswitchb-temp-buflist for XEmacs.
3475
3476         * gnus-util.el (gnus-completing-read-function): Exclude
3477         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3478         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3479         XEmacs.
3480
3481         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3482         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3483
3484         * gnus-html.el: Don't require help-fns under XEmacs.
3485         (gnus-html-schedule-image-fetching): Work for XEmacs.
3486
3487         * mm-decode.el (mm-shr): Decode contents by charset.
3488
3489 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3490
3491         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3492         unknown.
3493
3494         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3495         (shr-get-image-data): Ensure against the cache file missing.
3496
3497         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3498         for data.
3499
3500         * spam-report.el (spam-report-url-ping-plain): Don't query about
3501         killing the process.
3502
3503         * shr.el (shr-render-td): Protect against too-wide text.
3504
3505 2010-10-04  Julien Danjou  <julien@danjou.info>
3506
3507         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3508         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3509
3510         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3511         retrieved.
3512
3513 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3514
3515         * shr.el (browse-url): Require.
3516         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3517         lines.
3518         (shr-show-alt-text, shr-browse-image): New commands.
3519         (shr-browse-url, shr-copy-url): New commands.
3520
3521         * gnus-sum.el (gnus-widen-article-window): New variable.
3522         (gnus-summary-select-article-buffer): Use it.
3523
3524         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3525         without @ signs.
3526
3527 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3528
3529         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3530
3531 2010-10-04  Julien Danjou  <julien@danjou.info>
3532
3533         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3534         for XEmacs.
3535
3536 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3537
3538         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3539
3540         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3541         (nnimap-close-server): Implement.
3542
3543         * dgnushack.el (iswitchb): Require to shut up the compiler.
3544
3545         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3546         (shr-insert): Tweak line breaking.
3547         (shr-insert): Handle <pre> better.
3548         (shr-tag-li): Get <li> indentation right.
3549         (shr-tag-li): Get <li> indentation even righter.
3550         (shr-tag-blockquote): Ensure paragraph start.
3551         (shr-make-table): Tweak table generation.
3552         (shr-make-table): Fix typo.
3553
3554         * shr.el: Implement table rendering.
3555
3556 2010-10-04  Julien Danjou  <julien@danjou.info>
3557
3558         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3559
3560 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3561
3562         * shr.el (shr-insert): Use string anchors instead of line anchors.
3563
3564 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3565
3566         * shr.el: Add headings.
3567         (shr-ensure-paragraph): Actually work.
3568         (shr-tag-li): Make <ul> prettier.
3569         (shr-insert): Get white space at the beginning/end of elements right.
3570         (shr-tag-p): Collapse subsequent <p>s.
3571         (shr-ensure-paragraph): Don't insert double line feeds after blank
3572         lines.
3573         (shr-insert): \t is also space.
3574         (shr-tag-s): Fix "s" tag name function.
3575         (shr-tag-s): Fix face prop name.
3576
3577 2010-10-03  Julien Danjou  <julien@danjou.info>
3578
3579         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3580
3581         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3582         gnus-window-inside-pixel-edges.
3583
3584         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3585         gnus-ems.
3586
3587         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3588
3589         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3590         function.
3591
3592         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3593         resize choice.
3594
3595 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3596
3597         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3598         beginning of the buffer.
3599
3600         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3601         article buffer again.
3602
3603         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3604
3605         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3606         when it's at the start of the buffer.
3607
3608         * shr.el (shr-tag-blockquote): Convert name.
3609         (shr-rescale-image): Use the right image-size variant.
3610
3611         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3612         buffer isn't shown, then select the current article first instead of
3613         bugging out.
3614         (gnus-summary-select-article-buffer): Show both the article and summary
3615         buffers again.
3616
3617         * shr.el (shr-fontize-cont): Protect against regions with no text.
3618         Rename tag functions to shr-tag-* for enhanced security.
3619         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3620
3621 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3622
3623         * shr.el (shr-insert):
3624         * pop3.el (pop3-movemail):
3625         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3626         loaded.
3627
3628 2010-10-03  Glenn Morris  <rgm@gnu.org>
3629
3630         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3631
3632         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3633
3634         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3635
3636         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3637
3638         * gnus-util.el (gnus-make-local-hook): Simplify.
3639
3640 2010-10-02  Julien Danjou  <julien@danjou.info>
3641
3642         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3643         (gnus-ido-completing-read): New function.
3644         (gnus-emacs-completing-read): New function.
3645         (gnus-completing-read): Use gnus-completing-read-function.
3646         Add gnus-completing-read-function.
3647
3648 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3649
3650         * shr.el (shr-insert-document): Autoload.
3651         (shr-img): Be silent.
3652         (shr-insert): Add a newline after every picture before text.
3653         (shr-add-font): Use overlays for combining faces.
3654         (shr-insert): Pass upwards the text start point.
3655
3656         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3657         possible.
3658         (mm-shr): New function.
3659
3660 2010-10-02  Julien Danjou  <julien@danjou.info>
3661
3662         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3663         should go backward.
3664
3665 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3666
3667         * shr.el (shr): Fix typo in provide call.
3668
3669 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3670
3671         * shr.el: New file.
3672
3673         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3674
3675         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3676         completing read.
3677
3678 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3679
3680         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3681         we're being queried about.  Suggested by Dan Jacobson.
3682
3683         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3684         Suggested by Jason Eisner.
3685
3686         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3687         table, too.  Suggested by Stefan Wiens.
3688         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3689         the table unnecessary.  Suggested by Stefan Wiens.
3690
3691         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3692         longer needed, and probably doesn't work either, as pointed out by
3693         Stefan Wiens.
3694         (gnus-summary-exit): Remove call to the clearing function.
3695         (gnus-summary-exit-no-update): Ditto.
3696
3697         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3698         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3699         Reported by Stefan Monnier.
3700         (gnus-summary-save-in-rmail): Ditto.
3701
3702         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3703         article buffer, instead of both the article buffer and the summary
3704         buffer.  Sort of suggested by Dan Jacobson.
3705
3706         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3707
3708         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3709         Suggested by Dan Jacobson.
3710
3711         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3712         documentation clearer.
3713
3714         * message.el (message-shorten-references): Comment on the number "21".
3715         Suggested by Stefan Monnier.
3716
3717         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3718         Suggested by Dan Jacobson.
3719
3720         * gnus.el (gnus-large-newsgroup):
3721         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3722
3723         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3724         externalize attachments.  Bug reported by Steve Wen.
3725
3726         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3727         really message anything to the user.
3728
3729         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3730         directly.
3731
3732         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3733         messages in empty groups.
3734
3735 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3736
3737         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3738         non-UIDNEXT group.
3739
3740 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3741
3742         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3743         not the value from the collection.
3744
3745         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3746         values.  This sometimes happens on some groups that have no info.
3747         (nnimap-request-newgroups): New function.
3748
3749 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3750
3751         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3752         check into `gnus-registry-initialize'.
3753         (gnus-registry-initialize): Ditto.
3754         Fix and extend header docs.
3755
3756 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3757
3758         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3759         regexp backtrace overflows.
3760
3761         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3762         for starttls that tls.el implements; i.e. openssl.
3763
3764         * tls.el (tls-starttls-switches): Give up on using starttls with
3765         gnutls-cli.
3766         (tls-program): Add --insecure to be consistent with the defaults from
3767         openssl s_client.  Now all three commands are insecure.
3768
3769 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3770
3771         * lpath.el: Bind completion-styles-alist for XEmacs.
3772
3773         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3774         (gravatar-create-image): New function that's an alias to
3775         gnus-xmas-create-image, gnus-create-image, or create-image.
3776         (gravatar-data->image): Use it.
3777
3778 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3779
3780         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3781         install the nnregistry refer method.
3782         (gnus-registry-install-hooks): Use it.
3783         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3784         unfollowed groups.
3785
3786 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3787
3788         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3789         expanding threads.
3790
3791 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3792
3793         * nnir.el: Use the server names without suffixes (bug #7009).
3794
3795         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3796         unencrypted to STARTTLS, if possible.
3797
3798 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3799
3800         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3801         headers before superseding.
3802
3803 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3804
3805         * nnrss.el (nnrss-use-local): Add documentation.
3806
3807         * nnimap.el (nnimap-extend-tls-programs): New function.
3808         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3809         (nnimap-wait-for-connection): Accept the greeting from the stupid
3810         output from openssl s_client -starttls, too.
3811
3812         * tls.el (tls-starttls-switches): New variable.
3813         (tls-find-starttls-argument): Use it.
3814         (open-tls-stream): Ditto.
3815
3816         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3817         (netrc-machine): Ditto.
3818
3819         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3820         article number.
3821         (nnimap-split-fancy): New variable.
3822         (nnimap-split-incoming-mail): Use it.
3823
3824         * nntp.el (nntp-server-list-active-group): Document.
3825
3826         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3827         SELECT to get the message-id.
3828
3829         * mail-source.el (mail-sources): Remove webmail support.
3830         (defvar): Ditto.
3831         (mail-source-fetcher-alist): Ditto.
3832         (mail-source-fetch-webmail): Remove.
3833
3834         * webmail.el: Remove -- doesn't seem relevant any more.
3835
3836         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3837
3838         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3839         the \r.
3840
3841 2010-09-30  Julien Danjou  <julien@danjou.info>
3842
3843         * gnus-agent.el (gnus-agent-add-group): Fix call to
3844         gnus-completing-read.
3845
3846 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3847
3848         * nndoc.el (nndoc-retrieve-groups): New function.
3849
3850         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3851         `default', use nnmail-split-methods.
3852         (nnimap-request-article): Downcase the NILs so that they are nil.
3853
3854         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3855         symbol.
3856
3857         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3858         code, since if the user has requested network, that's what they ought
3859         to get.
3860         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3861         (nnimap-split-rule): Mark as obsolete.
3862
3863         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3864         New variable.
3865
3866         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3867         correct slot, too.
3868
3869 2010-09-29  Julien Danjou  <julien@danjou.info>
3870
3871         * gnus.el (gnus-local-domain): Declare variable obsolete.
3872
3873         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3874         Fix history computing.
3875         (gnus-ido-completing-read): Require ido.
3876
3877 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3878
3879         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3880         build Gnus.
3881
3882         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3883         when interpreting the structures.
3884         (nnimap-request-accept-article): Add \r\n to the lines to make this
3885         work with Cyrus.
3886
3887         * nndraft.el (nndraft-request-expire-articles): Use the group name
3888         instead if "nndraft".  Fix found by Nils Ackermann.
3889
3890 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3891
3892         * nnregistry.el: Add.
3893
3894 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3895
3896         * nnmail.el (group, group-art-list, group-art):
3897         Remove unneeded directives.
3898
3899 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3900
3901         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3902         (mm-mime-charset)
3903         * rfc2047.el (rfc2047-syntax-table)
3904         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3905
3906         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3907         rather than `insert-file-contents' and `eval-region'.
3908
3909         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3910         construction.
3911
3912         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3913
3914         * time-date.el: No need to require cl for Emacs 21.
3915
3916 2010-09-29  Julien Danjou  <julien@danjou.info>
3917
3918         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3919         replacement of `gnus-gravatar-relief' to mimic
3920         `gnus-faces-properties-alist'.
3921         Add :version property.
3922
3923 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3924
3925         * mail-source.el (mail-source-report-new-mail)
3926         * message.el (message-default-mail-headers)
3927         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3928
3929         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3930
3931 2010-09-28  Julien Danjou  <julien@danjou.info>
3932
3933         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3934         mail-address contains the same string as real-name.
3935
3936         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3937         non-blank in header, otherwise it'll get stripped.
3938
3939         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3940         real-name, and then for mail address rather than doing : or , search.
3941
3942 2010-09-27  Julien Danjou  <julien@danjou.info>
3943
3944         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3945         right completing-read function.
3946         (gnus-use-ido): New variable
3947         (gnus-completing-read-with-default): Remove.
3948         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3949         (gnus-agent-add-group):
3950         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3951         * mm-view.el (mm-view-pkcs7-decrypt):
3952         * mm-util.el (mm-codepage-setup):
3953         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3954         * mml-smime.el (mml-smime-openssl-sign-query):
3955         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3956         (mml-insert-multipart):
3957         * gnus-msg.el (gnus-summary-yank-message):
3958         * gnus-int.el (gnus-start-news-server):
3959         * mm-decode.el (mm-interactively-view-part):
3960         * gnus-dired.el (gnus-dired-attach):
3961         * gnus.el (gnus-read-method):
3962         * gnus-bookmark.el (gnus-bookmark-jump):
3963         * gnus-art.el (gnus-mime-view-part-as-type)
3964         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3965         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3966         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3967         * nnmairix.el (nnmairix-create-server-and-default-group)
3968         (nnmairix-update-groups, nnmairix-get-server)
3969         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3970         (nnmairix-get-group-from-file-path):
3971         * nnrss.el (nnrss-find-rss-via-syndic8):
3972         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3973         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3974         (gnus-group-browse-foreign-server):
3975         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3976         (gnus-summary-execute-command, gnus-summary-respool-article)
3977         (gnus-read-move-group-name):
3978         * gnus-score.el (gnus-summary-increase-score)
3979         (gnus-summary-score-effect):
3980         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3981
3982 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3983
3984         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3985         x-focus-frame.
3986
3987         * nnimap.el (auth-source-forget-user-or-password)
3988         (auth-source-user-or-password): Autoload.
3989
3990         * message.el (message-from-style, message-interactive)
3991         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3992         (message-yank-prefix, message-indentation-spaces, message-signature)
3993         (message-signature-file): Add comment.
3994
3995 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3996
3997         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3998         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3999         new articles.
4000
4001         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4002         parts.
4003         (nnimap-request-article): Work with the t setting, too.
4004
4005         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4006         that you don't get flashes of other buffers.
4007         (gnus-summary-show-complete-article): Intern before setting.
4008
4009 2010-09-27  David Engster  <dengste@eml.cc>
4010
4011         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4012         well as HEADERS.
4013         (nnmairix-retrieve-headers): Provide new argument for the above.
4014
4015 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4016
4017         * gnus-sum.el (gnus-summary-move-article): Don't alter
4018         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4019         group.
4020
4021         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4022
4023         * message.el (message-cite-prefix-regexp): Revert my last edit.
4024
4025         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4026         variable instead of the Gnus variable.
4027
4028         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4029
4030         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4031
4032         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4033         since some servers don't like it.
4034         (nnimap-open-connection): Forget credentials if the server says the
4035         password was wrong.
4036         (nnimap-parse-line): Protect against invalid data.
4037
4038         * gnus-sum.el (gnus-summary-move-article): Add comment.
4039         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4040         nothing alters it while scanning for new messages.
4041
4042         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4043         which may or may not help.
4044         (nnimap-open-connection): If we're doing a stream connection, and then
4045         discover we're on a STARTTLS-capable server, then open a STARTTLS
4046         connection instead.
4047
4048 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4049
4050         * nnimap.el (utf7): Require.
4051
4052         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4053         prefix.
4054
4055 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4056
4057         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4058
4059 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4060
4061         * nnimap.el (nnimap-request-accept-article): Message the error on
4062         error.
4063
4064 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4065
4066         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4067
4068 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4069
4070         * nndoc.el (nndoc-request-list): Return success always.
4071
4072         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4073         `fetch-old' -- we only want to fetch the articles we've requested.
4074         The rest are in the agent, probably.
4075         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4076         disappeared server" to something low.  It's not important.
4077
4078         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4079         arrived before the FETCH data.
4080
4081         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4082         target here, because we don't know the Gnus name of the group.
4083
4084         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4085         for the correct group.
4086
4087         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4088
4089         * gnus.el (gnus): Give a final warning after startup.
4090
4091         * gnus-util.el (gnus-action-message-log): New variable.
4092         (gnus-message): Use it.
4093         (gnus-final-warning): New function.
4094
4095         * nnimap.el (nnimap-open-connection): Record the greeting.
4096         (nnimap): Add greeting.
4097
4098 2010-09-26  Julien Danjou  <julien@danjou.info>
4099
4100         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4101         arguments.
4102         (gnus-html-wash-images): Fix spec computing to include start/end.
4103
4104         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4105
4106 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4107
4108         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4109         deletion.
4110         (nnimap-retrieve-headers): Don't select the group, because that's
4111         already done by nnimap-possibly-change-group.
4112
4113         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4114         (gnus-picon-transform-address): Use it.
4115
4116         * mail-source.el (mail-source-value): Revert previous patch.
4117
4118         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4119         on failure.
4120         (nnimap-open-connection): Look up both virtual and physical server name
4121         credentials.
4122
4123         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4124
4125 2009-02-07  Dave Love  <fx@gnu.org>
4126
4127         * tls.el (open-tls-stream): Don't query killing process.
4128
4129 2009-02-08  Dave Love  <fx@gnu.org>
4130
4131         * gnus-win.el (gnus-window-to-buffer-helper)
4132         (gnus-all-windows-visible-p): Function needn't be a symbol.
4133
4134         * mail-source.el (mail-source-value): Function needn't be a symbol.
4135
4136 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4137
4138         * message.el (message-cite-prefix-regexp): Remove } from the cite
4139         prefix.
4140
4141         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4142         highlight again, so that the highlight is correct.
4143
4144         * gnus-picon.el (gnus-picon): Remove again.
4145         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4146
4147         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4148         doing the header highlightling, so that the background colour of the
4149         picon is correct.
4150
4151         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4152         (gnus-picon): Ditto.
4153         (gnus-picon): Reinstate.  The background colour for picons is white.
4154         (gnus-picon-insert-glyph): Make the background white.
4155
4156         * nnml.el (nnml-open-nov): Don't return dead buffers.
4157
4158         * auth-source.el (auth-source-create): Query the user for whether to
4159         store the credentials.
4160
4161         * netrc.el (netrc-store-data): New function.
4162
4163         * auth-source.el (auth-source-user-or-password): Use the existing auth
4164         sources, if any, for creation.
4165
4166         * gnus.el (gnus-group-fast-parameter): Return the last matching
4167         parameter instead of the first matching parameter.
4168
4169 2010-09-26  Julien Danjou  <julien@danjou.info>
4170
4171         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4172
4173 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4174
4175         * mml2015.el (mml2015-use): Remove gpg support.
4176
4177         * mml1991.el (mml1991-function-alist): Remove gpg function.
4178         (mml1991-gpg-sign): Remove.
4179
4180 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4181
4182         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4183         (gnus-browse-unsubscribe-current-group): Document it.
4184         (gnus-browse-unsubscribe-group): Use it.
4185
4186 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4187
4188         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4189         address to the To list for easier response.
4190
4191         * gnus.el (gnus-play-startup-jingle): Remove.
4192         (gnus-splash): Don't play jingle.
4193         (gnus): Silence gnus-load message.
4194
4195         * gnus-art.el (gnus-treat-play-sounds): Remove.
4196
4197         * gnus.el (gnus-play-jingle): Remove audio support.
4198
4199         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4200
4201         * earcon.el: Remove -- no users.
4202
4203         * gnus-audio.el: Remove -- no users of this package.
4204
4205         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4206
4207         * gnus-start.el (gnus-setup-news): Remove nocem support.
4208
4209         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4210
4211         * gnus.el (gnus-use-nocem): Remove.
4212
4213         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4214         Remove.
4215
4216         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4217         uses NoCeM any more.
4218
4219         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4220         (gnus-button-ctan-handler): Ditto.
4221         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4222         (gnus-button-ctan-directory-regexp): Ditto.
4223         (gnus-button-handle-ctan): Ditto.
4224         (gnus-button-tex-level): Ditto.
4225         (gnus-button-alist): Remove CTAN stuff.
4226
4227 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4228
4229         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4230         nnimap-streaming test.
4231
4232         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4233         servers twice.
4234
4235         * nnimap.el (nnimap-open-connection): Add more error reporting when
4236         nnimap fails early.
4237
4238         * nnheader.el (nnheader-get-report-string): New function.
4239         (nnheader-get-report): Use it.
4240
4241         * gnus-int.el (gnus-check-server): Say what the error was when opening
4242         failed.
4243
4244         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4245         using streaming.
4246
4247 2010-09-25  Julien Danjou  <julien@danjou.info>
4248
4249         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4250         gnus-window-inside-pixel-edges.
4251
4252 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4253
4254         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4255
4256         * mm-decode.el (mm-save-part): Allow saving to other directories the
4257         normal Emacs way.
4258
4259         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4260         Suggested by Jay Berkenbilt.
4261
4262         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4263         there isn't a single byte.
4264
4265         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4266         just do it.  It doesn't really seem to matter what the user responds
4267         here, I think, so it's just a confusing question.
4268
4269         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4270         non-streaming case.
4271
4272         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4273         (gnus-article-encrypt-body): Use it.
4274
4275         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4276         keystroke.
4277
4278         * nnimap.el (nnimap-find-wanted-parts-1):
4279         Use gnus-fetch-partial-articles.
4280
4281         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4282
4283         * nnimap.el (nnimap-insert-partial-structure): New function.
4284         (nnimap-get-partial-article): New function.
4285         (nnimap-request-article): Use it.
4286         (nnimap-wait-for-response): Return whether the wait was successful.
4287         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4288         retrieval wasn't successful.
4289         (nnimap-retrieve-group-data-early): Allow throttling servers.
4290         (nnimap-streaming): New variable.
4291         (nnimap-fetch-partial-articles): Remove.
4292
4293         * mm-decode.el (mm-with-part): Protect against killed buffers.
4294
4295         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4296         for prettier summary display.
4297
4298 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4299
4300         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4301
4302 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4303
4304         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4305         apparently third-party libraries depend on it.
4306
4307         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4308         before starting negotiation.
4309
4310         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4311         privacy reasons.
4312         (gnus-treat-mail-gravatar): Ditto.
4313
4314         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4315         buffer when inserting images.  Inserting text into the headers, for
4316         instance, can make them invalid.
4317
4318 2010-09-25  Julien Danjou  <julien@danjou.info>
4319
4320         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4321         variables.
4322
4323         * nnheader.el: Remove useless variables news-reply-yank-from and
4324         news-reply-yank-message-id.
4325
4326         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4327         variables.
4328
4329         * mml1991.el: Remove useless mml1991-verbose.
4330
4331         * gnus.el: Remove useless variable gnus-use-generic-from.
4332         Remove obsolete variable gnus-topic-indentation.
4333
4334         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4335
4336         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4337
4338         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4339
4340         * gnus-group.el: Remove useless gnus-group-icon-cache.
4341         Remove useless gnus-ephemeral-group-server.
4342
4343         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4344
4345         * mml2015.el: Remove useless mml2015-verbose.
4346
4347         * mml-smime.el: Remove useless mml-smime-verbose.
4348
4349         * gnus.el: Remove useless gnus-local-domain.
4350
4351         * gnus-gravatar.el (gnus-gravatar-transform-address):
4352         Use gnus-gravatar-size.
4353
4354         * gnus-art.el: Remove useless gnus-treat-translate.
4355
4356 2010-09-24  Julien Danjou  <julien@danjou.info>
4357
4358         * gnus-sum.el: Add support for Gravatars.
4359
4360         * gnus-art.el: Add support for Gravatars.
4361
4362         * gnus-gravatar.el: Add this file.
4363
4364         * gravatar.el: Add this file.
4365
4366 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4367
4368         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4369
4370         * gnus-group.el (gnus-group-fetch-faq): Remove.
4371
4372         * gnus.el (gnus-group-faq-directory): Remove.
4373
4374         * gnus-group.el (gnus-group-fetch-charter): Remove.
4375
4376         * gnus.el (gnus-group-charter-alist): Remove.
4377
4378         * gnus-group.el (gnus-group-archive-directory): Remove.
4379         (gnus-group-recent-archive-directory): Ditto.
4380         (gnus-group-make-archive-group): Remove.
4381
4382         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4383
4384         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4385         use the same article number for all the cached articles.
4386
4387         * nnimap.el (nnimap-command): Register the last command time so
4388         that we can use it for idling NOOPs.
4389         (nnimap-open-connection): Start the keeplive timer.
4390         (nnimap-make-process-buffer): Store all the process buffers.
4391         (nnimap-keepalive): New function.
4392
4393         * starttls.el (starttls-open-stream): Add autoload cookie.
4394
4395 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4396
4397         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4398         handling.
4399
4400 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4401
4402         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4403         its data structures.
4404
4405         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4406         instead of the cl.el copy-list.
4407         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4408         equalp.
4409
4410 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4411
4412         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4413         and tool-bar-local-item-from-menu.
4414
4415         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4416         mode-line-highlight face for Emacs.
4417
4418         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4419         loading gnus-sum.elc; fix comment for canlock-verify.
4420         (gnus-article-jump-to-part): Use read-number.
4421         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4422         Remove Emacs pre-21 compatible code for help-echo.
4423         (gnus-article-next-page-1): No need to adjust the number of lines.
4424         (gnus-article-describe-bindings): Always use help-buffer.
4425
4426         * gnus-audio.el (gnus-audio-inline-sound)
4427         * gnus-cus.el (gnus-custom-mode)
4428         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4429
4430         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4431
4432         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4433         compatible code.
4434
4435 2010-09-24  Glenn Morris  <rgm@gnu.org>
4436
4437         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4438         visiting the fcc file in rmail-mode.
4439
4440         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4441
4442 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4443
4444         * nnir.el: Silence the byte compiler.
4445
4446         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4447         alias to browse-url-url-encode-chars if any.
4448         (gnus-html-encode-url): Use it.
4449
4450 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4451
4452         * gnus-start.el (gnus-use-backend-marks): New variable.
4453         (gnus-get-unread-articles-in-group): Use it.
4454
4455         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4456         makeover.
4457
4458 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4459
4460         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4461
4462 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4463
4464         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4465         Remove.
4466         (gnus-setup-news-hook):
4467         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4468
4469         * gnus-int.el (gnus-request-update-info): Protect against backends not
4470         having the function.
4471
4472         * nnimap.el (nnimap-stream): Mention starttls.
4473         (nnimap-open-connection): Add starttls support.
4474
4475 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4476
4477         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4478
4479 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4480
4481         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4482         BODYSTRUCTUREs.
4483         (nnimap-transform-headers): Unfold quoted {42} headers.
4484
4485         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4486         the info.
4487         (gnus-get-unread-articles): Only call updatep on backends that support
4488         it.
4489
4490         * nnweb.el (nnweb-request-update-info): NOOP.
4491
4492         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4493
4494         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4495         since it only deals with marks.
4496
4497         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4498         gnus-request-marks, and make a new gnus-request-update-info.
4499
4500         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4501         the active instead of the high number, which is usually too low.
4502
4503 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4504
4505         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4506         * encrypt.el: Remove.
4507
4508 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4509
4510         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4511         server in symbolic form.
4512
4513         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4514
4515 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4516
4517         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4518         (nnimap-update-info): Fix up code slightly.
4519
4520         * gnus-int.el (gnus-open-server): Add tracing for performance
4521         debugging.
4522
4523         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4524         (gnus-group-insert-group-line): Pass the real group name so that it
4525         gets the right data.
4526
4527         * gnus-start.el (gnus-get-unread-articles): Don't have
4528         `gnus-get-unread-articles-in-group' update info, since that can be
4529         really slow and doesn't seem to be needed?
4530
4531 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4532
4533         * time-date.el (date-to-time): Try using parse-time-string first before
4534         using the slower timezone-make-date-arpa-standard.
4535
4536 2010-09-22  Julien Danjou  <julien@danjou.info>
4537
4538         * gnus-group.el (gnus-group-insert-group-line):
4539         Call gnus-group-highlight-line.
4540         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4541         default hook list.
4542         (gnus-group-update-eval-form): Add new function.
4543         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4544         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4545
4546 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4547
4548         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4549         immediate, then expire all articles.
4550         (nnimap-update-info): Fix off-by-one errors.
4551         (nnimap-flags-to-marks): Would return no marks lists for group with no
4552         flags.  Instead return the other data.
4553
4554 2010-09-22  Julien Danjou  <julien@danjou.info>
4555
4556         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4557         Only return an icon.
4558         (gnus-group-insert-group-line): Compute icon to return.
4559
4560         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4561         (gnus-html-image-fetched): Only cache if
4562         gnus-html-image-automatic-caching is set.
4563         (gnus-html-image-fetched): Check for errors.
4564
4565 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4566
4567         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4568         once per method on `g'.  This ensures that backends like nnfolder don't
4569         open all their folders.
4570
4571         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4572         (nnimap-request-list): Nix out group in the correct buffer.
4573         (nnimap-parse-flags): Implement by using `read' instead of
4574         hand-parsing.
4575         (nnimap-flags-to-marks): Pass on permanent-flags.
4576         (nnimap-make-process-buffer): Record the server name.
4577         (nnimap-parse-flags): Fix typo.
4578         (nnimap-request-scan): Run split on the server in general, not just a
4579         single group.
4580
4581         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4582         parameter, and propagate this downwards.
4583
4584         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4585         since EXAMINE changes it on the server.
4586
4587         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4588         this command might take a while.
4589
4590 2010-09-22  Julien Danjou  <julien@danjou.info>
4591
4592         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4593         harmful if you have 2 images side-by-side, they can't be properly
4594         update on text deletion.  Using text-property is safer here.
4595         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4596         data.
4597
4598 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4599
4600         * nnimap.el (nnimap-expunge-inbox): Remove.
4601         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4602         (nnimap-expunge): Flip default to t.
4603
4604         * gnus.el (gnus-method-to-server): Don't push things to the cache
4605         unless it's unique.
4606         (gnus-server-to-method): Ditto.
4607
4608 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4609
4610         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4611
4612 2010-09-22  Julien Danjou  <julien@danjou.info>
4613
4614         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4615         get the start of data.
4616         (gnus-html-encode-url): Add this function to encode special chars in
4617         URL.
4618         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4619         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4620
4621         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4622         default.
4623         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4624
4625         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4626         images alt-text.
4627         (gnus-html-put-image): Put alt-text as help-echo.
4628
4629 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4630
4631         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4632         * mm-util.el (mm-decompress-buffer)
4633         * nnir.el (nnir-run-find-grep)
4634         * pop3.el (pop3-list): Use 3rd arg of split-string.
4635
4636         * time-date.el (format-seconds): Comment fix.
4637
4638         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4639         and byte-optimize-form-code-walker.
4640         (dgnushack-make-auto-load): Don't advise make-autoload.
4641
4642         * lpath.el: Remove Emacs 21 stuff.
4643
4644 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4645
4646         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4647         outside the active range.  Suggested by Dan Christensen.
4648
4649         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4650         slightly later to avoid double-getting it.
4651
4652         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4653         previous patch.
4654
4655         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4656
4657 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4658
4659         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4660
4661 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4662
4663         * gnus-int.el (gnus-open-server): Give a better error message in the
4664         "go offline" case.
4665
4666         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4667         marks for nnimap, which is seldom the right thing to do.
4668
4669         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4670         (gnus-same-method-different-name): New function.
4671
4672         * nnimap.el (parse-time): Require.
4673
4674         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4675         method in the presence of many similar methods.
4676
4677         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4678
4679         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4680         nnml-inhibit-expiry.
4681
4682         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4683         find out whether methods are equal.
4684
4685         * nnimap.el (nnimap-find-expired-articles): New function.
4686         (nnimap-process-expiry-targets): New function.
4687         (nnimap-request-move-article): Request the article before looking at
4688         what the Message-ID is.  Fix found by Andrew Cohen.
4689         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4690
4691         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4692         for oldness in addition to being a predicate.
4693
4694         * nnimap.el (nnimap-request-group): When we have zero articles, return
4695         the right data to Gnus.
4696         (nnimap-request-expire-articles): Only delete articles immediately if
4697         the target is 'delete.
4698
4699         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4700         method, this would bug out.
4701
4702         * gnus-group.el (gnus-group-expunge-group): Rename from
4703         gnus-group-nnimap-expunge, and implemented as a normal interface
4704         function.
4705
4706         * gnus-int.el (gnus-request-expunge-group): New function.
4707
4708         * nnimap.el (nnimap-request-create-group): Implement.
4709         (nnimap-request-expunge-group): New function.
4710
4711 2010-09-21  Julien Danjou  <julien@danjou.info>
4712
4713         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4714         (gnus-html-cache-expired): Add new function.
4715         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4716         wethever we should display image for fetch it.
4717         Compute alt-text earlier to pass it to the fetching function too.
4718         (gnus-html-schedule-image-fetching): Change function argument to only
4719         get one image at a time, not a list.
4720         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4721         cache.
4722         (gnus-html-get-image-data): New function to retrieve image data from
4723         cache.
4724         (gnus-html-put-image): Change buffer argument to use image data rather
4725         than file, and place image above region rather than inserting a new
4726         one.  Do not take alt-text as argument, since it's useless now: we place
4727         the image above alt-text.
4728         (gnus-html-prune-cache): Remove.
4729         (gnus-html-show-images): Start to fetch image when we find one, do not
4730         push into a temporary list.
4731         (gnus-html-prefetch-images): Only fetch image if they have expired.
4732         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4733         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4734
4735 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4736
4737         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4738
4739 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4740
4741         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4742         spec inser "*" if the group isn't active instead of 0.
4743
4744         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4745         opening the server.
4746         (nnimap-request-delete-group): Implement group deletion.
4747         (nnimap-transform-headers): Return the size of the entire message in
4748         the Bytes header, not just the size of the first part.
4749         (nnimap-request-move-article): When moving an article from nnimap,
4750         request the article first so the accepting form has an article to
4751         accept.  Reported by Dan Christensen.
4752         (nnimap-command): Make sure that the error message doesn't error out.
4753
4754 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4755
4756         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4757         we haven't requested anything.
4758
4759 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4760
4761         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4762         "".  Fix found by Andrew Cohen.
4763
4764         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4765         instead of -encode-string.
4766
4767 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4768
4769         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4770
4771         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4772         by mm-subst-char-in-string.
4773
4774 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4775
4776         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4777         waiting for the connection string.
4778
4779         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4780         arriving.
4781
4782         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4783         bogus characters.  This allows selecting certain Gmail groups.
4784
4785         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4786         (nnimap-fetch-partial-articles): New variable.
4787         (nnimap-open-connection): When looking for credentials, also use the
4788         nnimap-server-port.
4789         (nnimap-request-article): Return the group/article number, so that Gnus
4790         `^' works as expected.
4791         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4792
4793         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4794         comments.
4795         (gnus-methods-sloppily-equal): New function.
4796         (gnus): When using the development version of Gnus, load the gnus-load
4797         file.
4798
4799         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4800         `gnus-open-server' on each method before trying to scan them etc.
4801         This ensures that all the backend parameters are set correctly.
4802
4803         * nnimap.el (nnimap-authenticator): New variable.
4804         (nnimap-open-connection): Allow anonymous login.
4805         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4806         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4807
4808         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4809         patch, found by Knut Anders Hatlen.
4810
4811 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4812
4813         * gnus-agent.el (gnus-agent-batch-confirmation)
4814         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4815         to gnus-message.
4816         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4817         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4818         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4819         * gnus-int.el (gnus-open-server): Likewise.
4820         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4821         (gnus-score-check-syntax): Likewise.
4822         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4823         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4824         Likewise.
4825         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4826
4827 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4828
4829         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4830         calling conventions so that prefetch doesn't bug out.
4831
4832 2010-09-19  Julien Danjou  <julien@danjou.info>
4833
4834         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4835         rather than `subst-char-in-region' in order to be able to replace ASCII
4836         char by UTF-8 ones.
4837
4838         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4839         than curl.
4840         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4841         the right URL and ALT text on images.
4842         (gnus-html-wash-tags): Fix tag case.
4843         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4844         (gnus-article-html): Add -o display_ins_del=2 option.
4845         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4846
4847 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4848
4849         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4850         the extra mail headers, which sometimes seem to happen for unknown
4851         reasons.
4852
4853         * mail-parse.el (mail-header-encode-parameter): Define as
4854         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4855         (or most, perhaps?) mail readers don't understand the latter, but do
4856         understand the former.
4857
4858         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4859         to nil, so that no methods are automatically agentized.  I think this
4860         is probably what most users want.
4861
4862         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4863         from url-retrieve, for instance about invalid URLs.
4864
4865         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4866         groups that have no articles.
4867         (nnimap-request-article): Check that we really got an article when we
4868         requested one.
4869
4870         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4871         doesn't exist.
4872
4873         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4874         nntp buffer so the agent can save it.
4875         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4876         that CRLF doesn't get translated to \n.
4877         (nnimap-open-connection): Don't make 'shell commands only send \n.
4878
4879 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4880
4881         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4882         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4883         Update var name.
4884         (nnml-generate-nov-file): Use dolist.
4885         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4886         Use with-current-buffer.
4887
4888 2010-09-18  Julien Danjou  <julien@danjou.info>
4889
4890         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4891         parallel.
4892
4893 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4894
4895         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4896         the range update right.
4897         (nnimap-request-group): Don't make `M-g' bug out on group with no
4898         marks.
4899         (nnoo): Require, so that other packages can require nnimap.
4900         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4901         command we're looking for.  This helps when the server sends more
4902         responses after we've gotten everything we expected.
4903         (nnimap): Add a `newlinep' field to keep track of end-of-line
4904         conventions.
4905         Don't send CRLF to things that don't want it.
4906         (nnimap-request-accept-article): Ditto.
4907
4908 2010-09-18  Julien Danjou  <julien@danjou.info>
4909
4910         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4911         than curl to retrieve images.
4912
4913 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4914
4915         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4916         the marks.
4917         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4918         (nnimap-wait-for-connection): New function.
4919         (nnimap-open-connection): If we have PREAUTH, don't query for login
4920         credentials.
4921         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4922         when doing a partial update.
4923
4924 2010-09-18  Julien Danjou  <julien@danjou.info>
4925
4926         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4927         tags.
4928
4929 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4930
4931         * nnimap.el (nnimap-credentials): New function.
4932         (nnimap-open-connection): Use the new function to look for credentials
4933         also on the numeric equivalents of "imap" and "imaps".
4934
4935         * gnus-start.el (gnus-activate-group): Send the info to
4936         gnus-request-group.
4937
4938         * nnimap.el (nnimap-request-group): Have the "check" version of the
4939         function parse flags and update the info, so that a `M-g' get a total
4940         resync of all flags from the group.
4941
4942         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4943         to allow backends to alter the info on group selection.  Also alter all
4944         the backend -request-group functions to take the parameter.
4945
4946         * nnimap.el (nnimap-store-info): New function.
4947         (nnimap-update-info): Store the info for later usage.
4948         (nnimap-request-group): Use the stored info for the dont-check case, so
4949         that we don't retrieve all marks when we enter a group.
4950
4951         * nnimap.el: Use deffoo instead of defun for interface functions.
4952
4953         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4954         update the group info.  This makes the nndraft groups, for instance, go
4955         back to their old behaviour.
4956
4957         * gnus-sum.el (gnus-select-newsgroup): Indent.
4958
4959         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4960         in.
4961         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4962         nothing.
4963
4964         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4965         from methods that are denied.
4966
4967         * gnus-int.el (gnus-method-denied-p): New function.
4968
4969         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4970         store the password instead of netrc.
4971         (nnimap-open-connection): Don't error out when we can't make a
4972         connections.
4973
4974         * auth-source.el (auth-source-create): In the password prompt, say what
4975         we're querying for.  Also prompt for user name if that hasn't been
4976         given.
4977
4978         * nnimap.el (nnimap-with-process-buffer): Remove.
4979
4980 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4981
4982         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4983         method when we're reading from the agent.
4984
4985         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4986
4987         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4988         that's probably most useful for users.
4989
4990         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4991         "failed" all the time.
4992
4993         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4994         ...)) with (with-current-buffer ... ).
4995
4996         * nntp.el (nntp-open-server): Return whether the open was successful or
4997         not.
4998
4999         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5000         select an unread unseen article first.
5001
5002         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5003         /etc/services, supply some sensible port defaults.
5004
5005         * dgnushack.el: Define netrc-credentials.
5006
5007 2010-09-17  Julien Danjou  <julien@danjou.info>
5008
5009         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5010
5011 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5012
5013         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5014         doesn't have any parameters.
5015
5016 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5017
5018         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5019         only upcased checks.
5020
5021         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5022
5023         * nnimap.el (nnimap-open-shell-stream): New function.
5024         (nnimap-open-connection): Use it.
5025         (nnimap-transform-headers): Get the number of lines in each message.
5026         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5027         number of lines.
5028         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5029         problem.
5030
5031         * utf7.el (utf7-encode): Autoload.
5032
5033         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5034         to allow the mail splitting to not return a default group.  This is
5035         useful for nnimap, which will leave unmatched mail in the inbox.
5036
5037         * nnimap.el: Rewritten.
5038
5039         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5040         nnimap usage.
5041
5042         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5043         if the move is internal, so that nnimap can do fast internal moves.
5044
5045         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5046         data.
5047         (gnus-read-active-for-groups): Support finishing the early retrieval of
5048         data.
5049
5050         * gnus-range.el (gnus-range-nconcat): New function.
5051
5052         * gnus-int.el (gnus-finish-retrieve-group-infos)
5053         (gnus-retrieve-group-data-early): New functions.
5054
5055 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5056
5057         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5058         (nnrss-retrieve-groups):
5059         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5060         (pop3-quit): Use with-current-buffer.
5061
5062 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5063
5064         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5065         instead of nnheader-accept-process-output.
5066
5067         * dgnushack.el (dgnushack-compile): Add comment.
5068
5069         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5070
5071         * gnus-html.el (gnus-html-schedule-image-fetching)
5072         (gnus-html-prefetch-images): Replace process-kill-without-query by
5073         gnus-set-process-query-on-exit-flag.
5074
5075 2010-09-16  Romain Francoise  <romain@orebokech.com>
5076
5077         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5078
5079 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5080
5081         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5082         parameter to unintern is mandatory-ish in Emacs 24.
5083
5084         * gnus-html.el (gnus-html-schedule-image-fetching)
5085         (gnus-html-prefetch-images): Check for curl before using it.
5086
5087         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5088         depend on curl, which isn't essential.
5089
5090         * imap.el: Revert back to version
5091         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5092         seem problematic.
5093
5094 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5095
5096         * gnus-registry.el (gnus-registry-install-shortcuts):
5097         Explicitly pass `obarray' to `unintern' to avoid a warning.
5098
5099 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5100
5101         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5102         change.
5103
5104         * nnrss.el (nnrss-request-list): Remove this function and related
5105         functions, including the moreover stuff.
5106
5107 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5108
5109         * nnrss.el (nnrss-retrieve-groups): New function.
5110
5111 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5112
5113         * .dir-locals.el: Add no-byte-compile cookie.
5114
5115 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5116
5117         * time-date.el (format-seconds): Comment fix.
5118
5119         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5120         for back end that doesn't support request-scan.
5121
5122 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5123
5124         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5125         then do request scans from the backends.
5126
5127         * netrc.el (netrc-credentials): New conveniency function.
5128
5129         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5130         avoid running a hook per line, since this takes a lot of time,
5131         profiling shows.
5132         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5133         directly if gnus-visual-p is true.
5134
5135 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5136
5137         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5138         groups; replace mapcar with dolist which is a bit faster; pass groups
5139         info to gnus-read-active-file-1.
5140         (gnus-read-active-file-1): Scan only specified groups if the new
5141         optional arg `infos' is given.
5142
5143 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5144
5145         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5146
5147         * pop3.el (pop3-movemail): Remove.
5148         (pop3-streaming-movemail): Rename to pop3-movemail.
5149
5150         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5151         don't restrict end-tag searches to the end of the line.
5152
5153 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5154
5155         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5156         articles of every unchecked group to t, which means unknown since the
5157         server has never been opened.
5158
5159 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5160
5161         * gnus-html.el (gnus-html-show-alt-text): New command.
5162         (gnus-html-browse-image): Ditto.
5163         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5164         to browse the image directly.
5165         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5166         better.
5167
5168         * gnus-async.el (gnus-async-article-callback):
5169         Call `gnus-html-prefetch-images' unconditionally.
5170
5171         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5172         before feeding URLs to curl.
5173
5174 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5175
5176         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5177         internal images as deletable by `W D D'.
5178
5179         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5180         (gnus-async-article-callback): Fix typo.
5181
5182 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5183
5184         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5185         current line to work around bugs in the output from w3m.
5186
5187         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5188         for groups that want that.
5189
5190         * nntp.el (nntp-wait-for-string): Supply a timeout for
5191         accept-process-output to ensure progress.
5192
5193         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5194         level to get unread articles from, then use that for foreign groups,
5195         too.
5196
5197         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5198         confuses the rest of the function.
5199
5200         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5201         for the methods that support -retrieve-groups, too.
5202
5203         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5204
5205 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5206
5207         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5208         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5209
5210         * pop3.el: Require cl when compiling.
5211         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5212
5213 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5214
5215         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5216         that aren't going to be activated.
5217         (gnus-get-unread-articles): Fix up the last commit.
5218
5219         * gnus-html.el (gnus-article-html): Allow calling without specifying
5220         the handle.  In that case, dissect the buffer first.
5221
5222         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5223
5224         * nnimap.el (nnimap-open-connection): Revert the change that would look
5225         into authinfo for imaps instead of imap.
5226
5227         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5228         say that you don't want to call gnus-request-group with don-check, but
5229         do check the reponse.  This is for virtual groups only.
5230         (gnus-get-unread-articles): Count the archive groups as secondary, so
5231         that they're activated the same way as before.
5232
5233         * imap.el (imap-message-map): Removed optional buffer parameter, since
5234         no callers use it.
5235         (imap-message-get): Ditto.
5236         (imap-message-put): Ditto.
5237         (imap-mailbox-map): Ditto.
5238         (imap-mailbox-put): Ditto.
5239         (imap-mailbox-get): Ditto.
5240         (imap-mailbox-get): Revert last change for this function.
5241
5242         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5243         case-insensitively.
5244         (nnimap-debug): Remove.
5245
5246         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5247         to use `imap-fetch' instead.  According to the comments, this should be
5248         safe, since all other IMAP clients use the 1:* syntax.
5249         (imap-enable-exchange-bug-workaround): Removed.
5250         (imap-debug): Removed -- doesn't seem very useful.
5251
5252         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5253         mail from a file, and the file doesn't exist.
5254
5255         * imap.el (imap-log): New convenience function used throughout instead
5256         of repeating the same code all over the place.
5257
5258         * pop3.el (pop3-streaming-movemail): Return t for success.
5259
5260         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5261         .authinfo if we're using ssl connection.
5262
5263         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5264         already have if we're in a main Gnus `g' run.
5265
5266         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5267
5268 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5269
5270         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5271
5272         * nnmh.el (nnmh-request-list-1): Bind `file'.
5273
5274         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5275         alias to set-process-query-on-exit-flag or process-kill-without-query.
5276         (pop3-open-server): Use it.
5277
5278 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5279
5280         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5281         box to the Incoming file.  Fixes mistake in previous checkin.
5282
5283         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5284         request loop (for debugging purposes) removed.
5285
5286         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5287         culprit is more visible.
5288         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5289         (nnml-add-incremental-nov): New functions to do "incremental" nov
5290         updates, where we just append to the end of the existing nov files
5291         without reading/writing them in full.
5292
5293         * mail-source.el (mail-source-delete-crash-box): Really only check the
5294         incoming files once in a while.
5295
5296         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5297
5298         * mail-source.el (mail-source-delete-crash-box): Only check the
5299         incoming files for deletion once per day to save a lot of file
5300         accesses.
5301
5302         * pop3.el (pop3-logon): Fix up unbound variable typo.
5303
5304         * mail-source.el (pop3-streaming-movemail): Autoload.
5305
5306         * pop3.el (pop3-streaming-movemail):
5307         Respect pop3-leave-mail-on-server.
5308
5309         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5310         retrieval.
5311
5312         * pop3.el (pop3-process-filter): Remove unused function.
5313         (pop3-streaming-movemail, pop3-send-streaming-command)
5314         (pop3-wait-for-messages, pop3-write-to-file)
5315         (pop3-number-of-responses): New functions for streaming pop3
5316         retrieval.
5317
5318         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5319         come from no known methods.
5320         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5321         list.
5322
5323         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5324         message sizes.
5325         (pop3-movemail): Use erase-buffer instead of looping and deleting
5326         regions, which seems rather odd.
5327
5328         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5329         file once per `g' run.
5330
5331         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5332         directories.  This makes the draft queue directory work.
5333
5334         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5335         data from the backends, so that we only request the list of groups from
5336         each method once.  This should speed things up considerably.
5337
5338         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5339         detect that it's not implemented.
5340
5341         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5342         we actually do recurse down into the tree, but don't stat all leaf
5343         nodes.
5344
5345         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5346         then say so instead of bugging out.
5347
5348         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5349         files exist before trying to read them.
5350
5351         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5352         around <pre_int>.
5353
5354         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5355
5356         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5357
5358 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5359
5360         * mm-util.el (mm-image-load-path): Just return the image directories,
5361         not all directories in the path in addition to the image directories.
5362         (mm-image-load-path): Maintain a cache of the image directories so that
5363         the `g' command in Gnus doesn't have to stat dozens of directories each
5364         time.
5365
5366         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5367         (gnus-html-wash-tags): Add a new `i' command to insert images.
5368         (gnus-html-insert-image): New command and keystroke.
5369         (gnus-html-redisplay-with-images): New command and keystroke.
5370         (gnus-html-show-images): Rename command.
5371         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5372         spacers.
5373         (gnus-html-wash-tags): Decode entities at the end, so that entities
5374         inside the tags don't mess up the rest of the "parsing".
5375
5376         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5377         so that nnimap methods aren't agentized by default.  There's apparently
5378         many problems related to agent/imap behaviour.
5379
5380         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5381
5382         * gnus-html.el: Doc fix.
5383
5384 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5385
5386         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5387         specifier-spec-list for Emacs 21.
5388
5389         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5390         glyph-width and glyph-height instead of display-graphic-p and
5391         image-size; make avoidance of displaying small images work for XEmacs.
5392
5393         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5394         for XEmacs.
5395
5396         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5397         of symbol that holds plist data.
5398         (gnus-process-plist): Remove plist of process after getting it.
5399
5400 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5401
5402         * message.el (message-generate-hashcash): Change default to
5403         'opportunistic if hashcash is installed.
5404
5405         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5406         (gnus-html-put-image): Only call image-size once, since it's somewhat
5407         time-consuming on remote X servers.
5408
5409 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5410
5411         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5412         type on data, not a file name.
5413
5414         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5415         window-pixel-edges for Emacs 21.
5416
5417         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5418         decoded contents.
5419         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5420
5421 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5422
5423         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5424         group line format, since it isn't very interesting.
5425
5426         * gnus-agent.el (gnus-agent-short-article),
5427         (gnus-agent-long-article): Increase values for these two variables,
5428         since most people are likely to have more network connection and
5429         storage than before.
5430
5431         * gnus.el (gnus-refer-article-method): Change default to 'current.
5432         When referring an article, the common behaviour is to refer it from the
5433         current select method, not the native select method.  The chances of
5434         the native select method having the message in question is rather slim
5435         these days.
5436
5437         * gnus-sum.el (gnus-auto-select-subject): Change default to
5438         `unseen-or-unread'.  I think it's likely that most people want to
5439         select an unseen article over a previously seen, but unread one.
5440
5441         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5442         means that in the article buffer none of the minor mode elements will
5443         be shown, usually, and this is not desirable in most cases.
5444
5445         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5446         that commands like `d' (and the like) go to the next line in the
5447         buffer, instead of the next unread article.  I think this is the
5448         behaviour that is most natural for most users.
5449         (gnus-single-article-buffer): Change default to nil, so that people can
5450         have as many article buffers open as they have summary buffer.  I think
5451         this is the most natural way for the groups to behave.
5452
5453         * message.el (message-generate-new-buffers): Change default to
5454         `unsent', so that all new message buffers start their names with the
5455         string "*unsent", and it's easier to find the buffers if you move from
5456         them.
5457
5458 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5459
5460         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5461         small.  They're probably tracking images.
5462         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5463         (gnus-html-rescale-image): Yet another try at getting the image sizing
5464         right.
5465
5466         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5467         nntp-marks-file-name is nil.
5468
5469 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5470
5471         * gnus-html.el (gnus-html-wash-tags)
5472         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5473         Better logging.
5474
5475 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5476
5477         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5478
5479         * gnus-html.el (gnus-html-wash-tags): Check the value of
5480         gnus-blocked-images in the summary buffer.
5481
5482 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5483
5484         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5485
5486 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5487
5488         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5489         like "a", it seems like.
5490         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5491         since it needs to be picked from the correct buffer.
5492
5493         * nnwfm.el: Remove.
5494
5495         * nnlistserv.el: Remove.
5496
5497 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5498
5499         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5500         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5501
5502 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5503
5504         * nnkiboze.el: Remove.
5505
5506         * nndb.el: Remove.
5507
5508         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5509         alt text.
5510         (gnus-html-rescale-image): Try to get the rescaling logic right for
5511         images that are just wide and not tall.
5512
5513         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5514         overshadow variable bindings.
5515
5516 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5517
5518         * gnus-html.el (gnus-html-wash-tags)
5519         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5520         Add extra logging.
5521
5522 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5523
5524         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5525         (gnus-max-image-proportion): New variable.
5526         (gnus-html-rescale-image): New function.
5527         (gnus-html-put-image): Rescale images.
5528
5529 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5530
5531         Fix up some byte-compiler warnings.
5532         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5533         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5534         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5535         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5536         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5537         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5538         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5539
5540 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5541
5542         * gnus-html.el (gnus-article-html): Decode contents by charset.
5543
5544 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5545
5546         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5547         (gnus-html-frame-width, gnus-blocked-images)
5548         * message.el (message-prune-recipient-rules): Add custom version.
5549         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5550
5551         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5552         functions.
5553
5554         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5555         gnus-process-get.
5556
5557 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5558
5559         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5560         instead of lsub directly.
5561
5562 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5563
5564         * nnwarchive.el: Remove.
5565
5566         * gnus-soup.el: Remove.
5567
5568         * nnsoup.el: Remove.
5569
5570         * nnultimate.el: Remove.
5571
5572         * gnus-html.el (gnus-blocked-images): New variable.
5573
5574         * message.el (message-prune-recipients): New function.
5575         (message-prune-recipient-rules): New variable.
5576
5577         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5578         guess whether a long line is natural text or not.
5579
5580         * gnus-html.el (gnus-html-schedule-image-fetching):
5581         Use gnus-process-plist and friends for compatibility.
5582
5583 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5584
5585         * gnus-html.el: Require packages that define macros used in this file.
5586         (gnus-article-mouse-face): Declare to silence byte-compiler.
5587         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5588         process-get.
5589         (gnus-html-put-image): Use plist-get to avoid getf.
5590         (gnus-html-prefetch-images): Use with-current-buffer.
5591
5592 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5593
5594         * gnus-ems.el: Provide compatibility functions for
5595         gnus-set-process-plist.
5596
5597         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5598         header-line-format for XEmacs 21.4.
5599
5600         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5601         * gnus.el (gnus-valid-select-methods)
5602         * message.el (message-send-mail-partially-limit)
5603         * mm-decode.el (mm-text-html-renderer)
5604         * mml.el (mml-insert-mime-headers-always)
5605         * smiley.el (smiley-regexp-alist): Bump custom version.
5606
5607 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5608
5609         * gnus-html.el: require mm-url.
5610         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5611         with the url to `url'.
5612         (gnus-html-wash-tags): Support cid: URLs/images.
5613
5614 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5615
5616         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5617         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5618         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5619
5620         * gnus-move.el: Remove file, since it doesn't really work.
5621
5622         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5623         UTF-8.  This seems to fix problems with some German web feeds.
5624
5625         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5626         at the top so that the proper colours are applied.
5627
5628         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5629         don't have dots in their names.
5630
5631         * gnus-art.el (gnus-article-view-part): Doc fix.
5632
5633         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5634         XEmacs-compatible.
5635         (gnus-html-put-image): Don't do images on non-graphic displays.
5636
5637         * nnslashdot.el: Remove this unused backend.
5638
5639         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5640         actions.
5641         (gnus-undo-register-1): Revert last change.
5642
5643         * gnus-group.el (gnus-group-completing-read): Protect against not
5644         having completion-styles bound.
5645
5646         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5647         make broken recipients happier.
5648
5649         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5650
5651         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5652         point parameter.
5653
5654         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5655
5656         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5657         completion-styles for group selection.
5658
5659 2009-02-04  Andreas Schwab  <schwab@suse.de>
5660
5661         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5662         headers and regexp-quote the match if necessary.
5663
5664 2009-03-24  Miles Bader  <miles@gnu.org>
5665
5666         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5667         the blinking smiley.
5668
5669 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5670
5671         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5672         blink smiley.
5673
5674 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5675
5676         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5677         where the dribbel file lives exists.
5678
5679         * message.el (message-send-mail-partially-limit): Change the default to
5680         nil, since most people don't want this.
5681
5682         * mm-url.el (mm-url-decode-entities): Also decode entities like
5683         &#x3212.
5684
5685 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5686
5687         * gnus-sum.el (gnus-summary-idna-message):
5688         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5689         Hyperlink urls in docstrings with URL `...'.
5690
5691 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5692
5693         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5694         functions.
5695
5696 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5697
5698         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5699         say what the mouseover text should be.
5700
5701         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5702         version of the mm-w3m-safe-url-regexp variable to only download images
5703         in the groups where we want that to happen.
5704
5705         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5706
5707         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5708         easier debugging.
5709         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5710         big pictures in the article buffer.
5711
5712         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5713         gnus-article-html.
5714         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5715         w3m.
5716
5717         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5718
5719 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5720
5721         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5722         which doesn't exist.
5723
5724         * message.el (message-inhibit-ecomplete): New variable to allow some
5725         function to inhibit ecomplete address storage.
5726         (message-resend): Disable ecomplete message storage when resending
5727         messages.
5728
5729         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5730
5731 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5732
5733         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5734         Save excursion while copying, moving, and deleting articles in order to
5735         prevent the cursor from jumping to unforeseen place.
5736
5737 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5738
5739         * lpath.el: No need to bind bookmark-current-buffer,
5740         bookmark-yank-point and bookmark-make-record-function.
5741
5742 2010-08-17  Glenn Morris  <rgm@gnu.org>
5743
5744         * gnus-sync.el: Require gnus components whose functions are used.
5745
5746         * gnus-art.el (bookmark-make-record-function):
5747         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5748         Declare for compiler.
5749
5750         * mm-url.el (mml-compute-boundary): Autoload.
5751
5752 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5753
5754         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5755
5756 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5757
5758         Typo fix "hoo4a" -> "hook".
5759
5760         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5761
5762 2010-08-14  Glenn Morris  <rgm@gnu.org>
5763
5764         * gnus-sync.el (gnus-sync): Fix defgroup version.
5765
5766 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5767
5768         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5769
5770         * gnus-sync.el: Fix docs.
5771         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5772         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5773
5774 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5775
5776         Optimizations for gnus-sync.el.
5777
5778         * gnus-sync.el: Add docs about gnus-sync-backend
5779         possibilities.
5780         (gnus-sync-save): Remove unnecessary message.
5781         (gnus-sync-read): Optimize and show what groups were skipped.
5782
5783 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5784
5785         Minor bug fixes for gnus-sync.el.
5786
5787         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5788         Don't read the sync on get-new-news.
5789
5790         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5791         quiet.
5792
5793         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5794         (fix typo).
5795
5796 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5797
5798         Make saving and restoring of hidden threads work with overlays.
5799         Patch applied by Ted Zlatanov.
5800
5801         * gnus-sum.el (gnus-hidden-threads-configuration)
5802         (gnus-restore-hidden-threads-configuration): Update to deal with text
5803         properties, rather than searching for a magic character.
5804
5805 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5806
5807         New gnus-sync.el library for synchronization of marks.
5808
5809         * gnus-sync.el: New library for synchronization of marks.
5810
5811         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5812         renamed from `gnus-registry-grep-in-list'.
5813
5814         * gnus-registry.el (gnus-registry-follow-group-p):
5815         Use `gnus-grep-in-list'.
5816
5817         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5818
5819 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5820
5821         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5822         determining charset of text fails.
5823
5824 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5825
5826         * nnmail.el (nnmail-get-new-mail-1): Revert.
5827
5828         * nnml.el (nnml-active-number): Make sure names of newly created groups
5829         in nnml-group-alist are encoded.
5830
5831 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5832
5833         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5834         containing non-ASCII characters in active file for nnml back end.
5835
5836 2010-07-24  David Engster  <dengste@eml.cc>
5837
5838         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5839         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5840
5841 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5842
5843         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5844         tag (Bug#6654).
5845
5846 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5847
5848         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5849         the article buffer, not the summary buffer.
5850
5851 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5852
5853         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5854         Emacs 23 as well.
5855
5856 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5857
5858         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5859         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5860
5861 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5862
5863         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5864         Patch applied by Karl Fogel.
5865
5866         * gnus-sum.el (gnus-summary-bookmark-make-record):
5867         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5868
5869 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5870
5871         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5872         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5873         C-w still not working correctly from Article buffers; Thierry's
5874         patch to fix that will be applied after this.
5875
5876         * gnus-art.el (bookmark-make-record-function): New local variable.
5877
5878         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5879         article buffer.
5880         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5881
5882 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5883
5884         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5885         on changes in bookmark.el.
5886
5887 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5888
5889         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5890         `no-log' instead of message not to log prompt string.
5891
5892 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5893
5894         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5895         the *other* type of HTML form submission.
5896
5897 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5898
5899         * auth-source.el (auth-source-pick): If choice does not contain a
5900         questioned keyword, set the check to t.
5901
5902 2010-06-12  Romain Francoise  <romain@orebokech.com>
5903
5904         * gnus-util.el (gnus-date-get-time): Move up before first use.
5905
5906 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5907
5908         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5909         (gnus-article-edit-part): Bind it to make last part that is substituted
5910         or deleted visible.
5911         (gnus-mime-display-single): Buttonize part of which id equals to
5912         gnus-mime-buttonized-part-id.
5913
5914 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5915
5916         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5917         (gnus-dd-mmm): Use gnus-date-get-time.
5918         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5919         simplify logic.
5920         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5921         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5922
5923 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5924
5925         * auth-source.el (top): Autoload `secrets-list-collections',
5926         `secrets-create-item', `secrets-delete-item'.
5927         (auth-sources): Fix tag string.
5928         (auth-get-source, auth-source-retrieve, auth-source-create)
5929         (auth-source-delete): New defuns.
5930         (auth-source-pick): Rewrite in order to avoid 2 passes.
5931         (auth-source-forget-user-or-password): New parameter USERNAME.
5932         (auth-source-user-or-password): New parameters CREATE-MISSING and
5933         DELETE-EXISTING.  Retrieve password interactively, if needed.
5934
5935 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5936
5937         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5938         deleting unused directories when gnus-expert-user is t.
5939
5940 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5941
5942         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5943         for each temp file when gnus-article-browse-delete-temp is ask.
5944
5945 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5946
5947         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5948         Lisp calls to delete-backward-char by calls to delete-char.
5949
5950 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5951
5952         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5953
5954 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5955
5956         * password-cache.el (password-cache-remove): Fix docstring.
5957
5958 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5959
5960         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5961         article unless decoding article to be saved.
5962
5963 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5964
5965         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5966         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5967         generated within the mm-with-unibyte-current-buffer macro.
5968
5969 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5970
5971         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5972         to nil when we're in a mml-preview buffer and no group is selected.
5973
5974 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5975
5976         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5977         when catching the `C-g'.  Reported by "Leo".
5978
5979 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5980
5981         * message.el (message-forward-make-body-plain)
5982         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5983         multibyte-string-p.
5984
5985         * lpath.el: Revert.
5986
5987 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5988
5989         * message.el (message-forward-make-body-mml): Assume original message
5990         is multibyte string; error on unibyte.
5991         (message-forward-make-body-plain): Ditto; don't add excessive newline
5992         in body end.
5993
5994         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5995
5996 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5997
5998         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5999         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6000
6001 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6002
6003         * mm-extern.el (mm-extern-url): Don't use
6004         mm-with-unibyte-current-buffer.
6005         (mm-extern-cache-contents): Use with-current-buffer instead of
6006         save-excursion + set-buffer.
6007
6008 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6009
6010         * mm-util.el (mm-emacs-mule): Remove.
6011
6012 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6013
6014         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6015         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6016         change.
6017
6018 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6019
6020         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6021         bind the default value of enable-multibyte-characters to nil.
6022
6023 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6024
6025         * message.el (message-forward-make-body-plain)
6026         (message-forward-make-body-mml):
6027         Don't use mm-with-unibyte-current-buffer.
6028
6029 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6030
6031         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6032
6033 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6034
6035         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6036         (Bug#5592).
6037
6038 2010-05-07  Julien Danjou  <julien@danjou.info>
6039
6040         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6041         it to mm-pipe-part.
6042
6043         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6044         it is given.
6045
6046 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6047
6048         * binhex.el (binhex-decode-region-internal)
6049         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6050         (dns-query)
6051         * nnweb.el (nnweb-gmane-search)
6052         * pgg-parse.el (pgg-parse-armor)
6053         * pgg.el (pgg-verify-region)
6054         * sha1.el (sha1-string-external)
6055         * uudecode.el (uudecode-decode-region-internal)
6056         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6057         XEmacs.
6058
6059         * gnus-art.el (gnus-article-browse-html-parts)
6060         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6061         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6062         make-temp-file.
6063
6064         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6065         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6066         compiling.
6067
6068         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6069         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6070         XEmacs when compiling.
6071
6072         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6073         gnus-pick-mode-off-hook for XEmacs when compiling.
6074         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6075         gnus-binary-mode-off-hook for XEmacs when compiling.
6076
6077         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6078         Return nil if char-charset is not available.
6079
6080         * imap.el (imap-disable-multibyte)
6081         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6082         macros.
6083
6084         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6085         instead of encode-coding-string.
6086
6087         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6088         'xemacs) instead of mm-emacs-mule to switch function definitions.
6089         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6090
6091         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6092         bind temporary-file-directory for XEmacs;
6093         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6094         timer-set-function for XEmacs 21.4 and SXEmacs;
6095         bind timer-list for XEmacs 21.4 and SXEmacs;
6096         fbind char-charset and find-charset-region for non-Mule XEmacs;
6097         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6098         encode-coding-region and encode-coding-string for XEmacs having no
6099         file-coding feature.
6100
6101 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6102
6103         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6104
6105 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6106
6107         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6108         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6109
6110 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6111
6112         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6113         alias `jka-compr-delete-temp-file' no longer exists.
6114
6115 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6116
6117         Use define-minor-mode in Gnus where applicable.
6118         * mml.el (mml-mode): Use define-minor-mode.
6119         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6120         (gnus-undo-mode): Use define-minor-mode.
6121         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6122         (gnus-dead-summary-mode): Use define-minor-mode.
6123         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6124         Initialize in declaration.
6125         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6126         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6127         (gnus-mailing-list-mode): Use define-minor-mode.
6128         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6129         (gnus-draft-mode): Use define-minor-mode.
6130         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6131         (gnus-dired-mode): Use define-minor-mode.
6132
6133 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6134
6135         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6136         handles on recursive mml-to-mime translation and check them for
6137         boundary delimiter collisions.  Reported by Greg Troxel.
6138
6139 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6140
6141         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6142
6143 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6144
6145         * mm-util.el (mm-find-buffer-file-coding-system):
6146         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6147
6148 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6149
6150         * message.el (message-generate-headers): Record insertion of optional
6151         headers as well.  Otherwise the check to prevent repeated insertion of
6152         optional headers is a no-op.
6153
6154 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6155
6156         * smime.el: Don't mention CVS.
6157
6158         * nnrss.el (nnrss-fetch): Don't mention CVS.
6159
6160         * nnir.el: Don't mention CVS.
6161
6162 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6163
6164         * gnus-sum.el (gnus-summary-bookmark-make-record):
6165         Add `location' field.
6166
6167 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6168
6169         * lpath.el: Fbind bookmark-default-handler,
6170         bookmark-get-bookmark-record, bookmark-make-record-default,
6171         bookmark-prop-get for Emacs <23 and XEmacs.
6172
6173 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6174
6175         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6176         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6177         Use with-current-buffer to silence the byte-compiler.
6178         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6179         bother to require `gnus'.
6180         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6181
6182 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6183
6184         * gnus-sum.el (gnus-summary-bookmark-make-record)
6185         (gnus-summary-bookmark-jump): New functions.
6186         (gnus-summary-mode): Setup bookmark support.
6187
6188 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6189
6190         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6191         if set.
6192
6193 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6194
6195         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6196         gnus-article-browse-html-save-cid-image; make it work recursively for
6197         forwarded messages as well.
6198         (gnus-article-browse-html-parts): Work when prefix arg is given.
6199         (gnus-article-browse-html-article): Doc fix.
6200
6201 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6202
6203         * message.el (message-default-mail-headers):
6204         (message-default-headers): Carry the value mail-default-headers over
6205         into message-default-mail-headers, rather than message-default-headers.
6206
6207 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6208
6209         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6210         charset.
6211
6212         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6213         charset into the <meta> tag when the article is encoded to utf-8.
6214
6215 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6216
6217         * gnus-art.el (gnus-article-browse-delete-temp-files):
6218         Delete directories as well.
6219         (gnus-article-browse-html-parts): Work for images that do not specify
6220         file names; delete temp directory when quitting; insert header at the
6221         right place; use file: scheme for image files.
6222
6223 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6224
6225         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6226         (gnus-article-browse-html-parts): Use it to make temporary cid image
6227         files in addition to html file so that browser may display them.
6228
6229 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6230
6231         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6232
6233 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6234
6235         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6236
6237 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6238
6239         * auth-source.el (auth-sources): Change default to be simpler.
6240         Explain about Secret Service API sources.  Improve Customize options.
6241         (auth-source-pick): Change to accept any number of search parameters.
6242         Implement fallbacks iteratively, not recursively.  Add scoring on the
6243         second pass and sort by score.  Call Secret Service API when needed.
6244         (auth-source-user-or-password): Use it.  Call Secret Service API
6245         directly when needed to get the user name and the password.
6246
6247 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6248
6249         * message.el (message-interactive): Doc fix.
6250         (message-qmail-inject-args): Reflow.
6251         (message-kill-to-signature): Fix typo in docstring.
6252
6253         * smiley.el (smiley-buffer): Fix typo in docstring.
6254
6255 2010-03-24  Glenn Morris  <rgm@gnu.org>
6256
6257         * mail-source.el (gnus-message): Declare.
6258         (mail-source-delete-old-incoming): Require gnus-util.
6259
6260 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6261
6262         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6263
6264         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6265
6266         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6267         password-cache's default if it is not bound.
6268         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6269         password-cache-expiry's default if it is not bound.
6270
6271         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6272         available in Emacs 21.
6273
6274         * lpath.el: Suppress compiler warnings for:
6275         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6276         XEmacs;
6277         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6278         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6279         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6280
6281 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6282
6283         * auth-source.el (auth-sources): Fix up definition so extra parameters
6284         are always inline.
6285
6286 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6287
6288         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6289         wasn't updated after mismatch.  Clear cached mailbox info correctly
6290         when uidvalidity changes.
6291         (nnimap-group-prefixed-name): New function to avoid some code
6292         duplication.
6293         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6294         (nnimap-request-group): Use it.
6295         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6296         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6297         with many imap folders.  This is done by caching the group status from
6298         the imap server persistently in a group parameter `imap-status'.  (This
6299         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6300         but not persistently, so every Gnus startup was still very slow.)
6301
6302 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6303
6304         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6305         delete the extra newline.  Otherwise editing of :string and :number
6306         types don't work.
6307
6308 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6309
6310         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6311         secrets.el dependency.
6312         (auth-sources): Add optional user name.  Add secrets.el configuration
6313         choice (unused right now).
6314
6315 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6316
6317         * gnus-sum.el (gnus-summary-make-menu-bar):
6318         Let `gnus-registry-install-shortcuts' fill in the functions.
6319
6320         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6321         warnings.
6322         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6323         (gnus-registry-install-shortcuts): Populate and use it in a
6324         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6325
6326 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6327
6328         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6329         In-place substitutions for the group name encoding/decoding.
6330         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6331         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6332         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6333         (nnimap-update-unseen, nnimap-request-list)
6334         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6335         (nnimap-request-set-mark, nnimap-split-to-groups)
6336         (nnimap-split-articles, nnimap-request-newgroups)
6337         (nnimap-request-create-group, nnimap-request-accept-article)
6338         (nnimap-request-delete-group, nnimap-request-rename-group)
6339         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6340         `encoded-mbx' for consistency.
6341         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6342         variable `imap-current-mailbox'.
6343
6344         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6345         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6346
6347 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6348
6349         * pop3.el (pop3-display-message-size-flag): Display message size byte
6350         counts during POP3 download.
6351         (pop3-movemail): Use it.
6352         (pop3-list): Implement listing of available messages.
6353
6354 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6355
6356         * nnir.el (nnir-get-article-nov-override-function): New function to
6357         override the normal NOV retrieval.
6358         (nnir-retrieve-headers): Use it.
6359
6360 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6361
6362         * auth-source.el (netrc-machine-user-or-password): Autoload.
6363
6364 2010-03-19  Glenn Morris  <rgm@gnu.org>
6365
6366         Stop message.el from loading about 40 libraries it doesn't always need.
6367         The general approach is to autoload rather than require, and to
6368         require in the specific functions rather than the file.  (Bug#5642)
6369
6370         * gmm-utils.el: Don't require wid-edit.
6371         (widget-create-child-value, widget-convert, widget-default-get):
6372         Autoload.
6373
6374         * gnus-util.el: Don't require time-date, netrc.
6375         (message-fetch-field, gnus-group-name-decode): Declare rather than
6376         autoloading.
6377         (gnus-fetch-field): Require message.
6378         (gnus-decode-newsgroups): Require gnus-group.
6379
6380         * ietf-drums.el: Don't require time-date.
6381
6382         * message.el: Don't require hashcash, canlock, ecomplete.
6383         Do require mail-utils.  Require nnheader only when compiling.
6384         (smtpmail-default-smtp-server): Remove declaration.
6385         (message-send-mail-function): Check smtpmail-default-smtp-server
6386         is bound rather than requiring smtpmail.
6387         (message-auto-save-directory, message-insert-signature):
6388         Use expand-file-name rather than nnheader-concat.
6389         (nnheader-insert-file-contents): Autoload.
6390         (hashcash-wait-async): Declare.
6391         (message-send-mail): Only call gnus-setup-posting-charset if
6392         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6393         (message-send-mail-with-sendmail): Require sendmail.
6394         (canlock-password, canlock-password-for-verify): Declare.
6395         (message-canlock-password): Require canlock.
6396         (nnheader-get-report): Autoload.
6397         (gnus-setup-posting-charset): Declare.
6398         (message-send-news): Require gnus-msg.
6399         (message-make-references, message-make-in-reply-to): Use mail-header-id
6400         rather than the alias mail-header-message-id.
6401         (ecomplete-add-item, ecomplete-save): Declare.
6402         (message-put-addresses-in-ecomplete): Require ecomplete.
6403         (ecomplete-display-matches): Autoload.
6404
6405         * mm-decode.el: Don't require mailcap, gnus-util.
6406         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6407         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6408         Autoload.
6409         (mailcap-mime-extensions): Declare.
6410
6411         * mm-encode.el: Don't require mailcap.
6412         (mailcap-extension-to-mime): Autoload.
6413
6414         * mml-sec.el: Don't require password-cache.
6415
6416         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6417         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6418         (mml-minibuffer-read-type): Require mailcap.
6419         (mml-preview): Require gnus-msg.
6420
6421         * mml1991.el: Require password-cache.
6422         (password-cache-expiry): Remove declaration.
6423
6424         * mml2015.el: Require password-cache.
6425         (password-cache-expiry): Remove declaration.
6426
6427         * nneething.el (mailcap): Require mailcap.
6428
6429         * nnheader.el (declare-function): Add compatibility stub.
6430         (message-remove-header): Declare rather than autoload.
6431         (nnheader-replace-header): Require message.
6432
6433         * nnimap.el (declare-function): Add compatibility stub.
6434         (netrc-parse, netrc-machine-user-or-password): Declare.
6435         (nnimap-open-connection): Require netrc.
6436
6437         * nntp.el (declare-function): Add compatibility stub.
6438         (netrc-parse, netrc-machine, netrc-get): Declare.
6439         (nntp-send-authinfo): Require netrc.
6440
6441         * rfc2047.el: Don't require qp.
6442         (quoted-printable-encode-region, quoted-printable-decode-string):
6443         Autoload.
6444
6445         * sieve-mode.el: Don't require easymenu.
6446         (easy-menu-add-item): Autoload it.
6447
6448         * spam-stat.el (time-to-number-of-days): Autoload it.
6449
6450 2010-03-19  Glenn Morris  <rgm@gnu.org>
6451
6452         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6453
6454 2010-03-18  Glenn Morris  <rgm@gnu.org>
6455
6456         * hashcash.el (declare-function): Remove duplicate definition.
6457
6458 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6459
6460         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6461         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6462         value if any backslash escapes).
6463
6464 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6465
6466         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6467         if it is available.  (bug#5647)
6468
6469         * lpath.el: Suppress compiler warning for coding-system-from-name for
6470         Emacs 21 and XEmacs.
6471
6472 2010-03-14  Juri Linkov  <juri@jurta.org>
6473
6474         * hmac-def.el:
6475         * hmac-md5.el:
6476         * netrc.el: Fix keywords.
6477
6478 2010-02-26  Glenn Morris  <rgm@gnu.org>
6479
6480         * message.el (message-send-mail-function): Change the default, so that
6481         it inherits from a customized send-mail-function.  (Bug#5643)
6482
6483 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6484
6485         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6486         shell-command-to-string signals an error (bug#5299).
6487
6488 2010-02-24  Glenn Morris  <rgm@gnu.org>
6489
6490         * message.el (message-smtpmail-send-it)
6491         (message-send-mail-with-mailclient): Doc fixes.
6492
6493 2010-02-16  Glenn Morris  <rgm@gnu.org>
6494
6495         * message.el (message-default-mail-headers): Change the default value
6496         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6497
6498 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6499
6500         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6501         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6502
6503 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6504
6505         * time-date.el (date-to-time): Doc fix (Bug#5408).
6506
6507 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6508
6509         * message.el (message-mail): Just pass yank-action on to message-setup.
6510         (message-setup): Handle (FUN . ARGS) form of yank-action.
6511         (message-with-reply-buffer, message-widen-reply)
6512         (message-yank-original): Handle non-buffer values of
6513         message-reply-buffer (Bug#4080).
6514         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6515
6516 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6517
6518         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6519         Fix typo in docstring.
6520
6521 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6522
6523         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6524         response.
6525
6526 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6527
6528         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6529
6530         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6531
6532         * message.el (message-check-news-header-syntax): Protect against a
6533         string that `rfc822-addresses' returns when parsing fails.
6534
6535 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6536
6537         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6538         (gnus-previous-char-property-change): New functions.
6539
6540         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6541
6542 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6543
6544         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6545         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6546
6547 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6548
6549         * message.el (message-exchange-point-and-mark): Rework last change to
6550         avoid using optional arg of exchange-point-and-mark, for backward
6551         compatibility.
6552
6553 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6554
6555         * message.el (message-exchange-point-and-mark):
6556         Call exchange-point-and-mark with an argument rather than setting
6557         mark-active by hand (Bug#5175).
6558
6559 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6560
6561         * nntp.el (nntp-service-to-port): Work for service expressed with
6562         numeric string; replace [:digit:] with [0-9] for XEmacs.
6563
6564 2009-12-17  Glenn Morris  <rgm@gnu.org>
6565
6566         * gnus-group.el (gnus-bug-group-download-format-alist):
6567         Change emacs entry to debbugs.gnu.org.  Bump :version.
6568
6569 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6570
6571         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6572
6573 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6574
6575         * message.el (message-info): Explain why we use `Info-goto-node'.
6576
6577 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6578
6579         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6580
6581 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6582
6583         * message.el (message-completion-in-region): New compatibility function.
6584         (message-expand-group): Use it.
6585
6586 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6587
6588         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6589         with no unread article should be listed if the 2nd arg `predicate' is
6590         given.
6591
6592 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6593
6594         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6595
6596 2009-11-29  Juri Linkov  <juri@jurta.org>
6597
6598         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6599         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6600         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6601
6602 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6603
6604         * sha1.el (sha1-string-external): default-directory "/" in case
6605         otherwise non-existent.  process-connection-type pipe for touch of
6606         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6607
6608 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6609
6610         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6611         it's comms related and sgml-mode.el has "comm" on that basis too.
6612
6613 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6614
6615         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6616         containing tspecial characters if they have been already quoted.
6617
6618 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6619
6620         * dns-mode.el (auto-mode-alist): Purecopy string.
6621
6622 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6623
6624         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6625
6626 2009-10-24  Glenn Morris  <rgm@gnu.org>
6627
6628         * gnus-art.el (help-xref-stack-item): Define for compiler.
6629
6630 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6631
6632         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6633
6634 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6635
6636         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6637
6638 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6639
6640         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6641         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6642
6643 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6644
6645         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6646         (gnus-overlays-in): New alias to overlays-in.
6647
6648         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6649         gnus-overlay-get, and gnus-delete-overlay.
6650         (gnus-summary-show-thread): Make it work as well for systems in which
6651         next-single-char-property-change is not available.
6652         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6653
6654         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6655         (gnus-overlay-get): New alias to extent-property.
6656         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6657
6658         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6659         SXEmacs.
6660
6661         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6662         SXEmacs.
6663
6664 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6665
6666         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6667
6668 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6669
6670         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6671         and XEmacs that don't have `remove-overlays'.
6672
6673 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6674
6675         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6676         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6677         selective display.  Use overlays instead.
6678
6679 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6680
6681         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6682
6683 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6684
6685         * spam-stat.el (spam-stat-load): Fix typo in message.
6686
6687 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6688
6689         * dig.el (dig-invoke): Fix typo in docstring.
6690         (query-dig): Reflow docstring.
6691
6692 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6693
6694         * gnus-art.el (gnus-article-encrypt-body):
6695         * message.el (message-check-recipients):
6696         * mm-util.el (mm-codepage-setup):
6697         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6698         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6699
6700 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6701
6702         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6703         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6704         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6705         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6706         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6707
6708 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6709
6710         * dig.el: Add "Keywords: comm", as per net-utils.el.
6711
6712 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6713
6714         * dig.el (dig-mode): Use define-derived-mode.
6715
6716 2009-09-19  Glenn Morris  <rgm@gnu.org>
6717
6718         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6719
6720 2009-09-18  Glenn Morris  <rgm@gnu.org>
6721
6722         * gnus-diary.el (gnus-diary-check-message):
6723         * message.el (message-insert-formatted-citation-line):
6724         * nnbabyl.el (top-level):
6725         * nndiary.el (nndiary-schedule):
6726         Fix typos in condition-case handlers.
6727
6728 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6729
6730         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6731         configuration that provides the sole article window in a frame;
6732         position point correctly after deleting a part.
6733
6734 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6735
6736         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6737         (spam-resolve-registrations-routine): Use it to unregister articles
6738         that change status.
6739
6740 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6741
6742         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6743         with XEmacs.
6744         (parse-time-string-chars): Use it.
6745
6746 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6747
6748         * imap.el (imap-interactive-login): Better messages.
6749         (imap-open): Fix bug with renamed buffer on reconnect.
6750         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6751         for easier debugging and cleaner code.  On successful (guessed based on
6752         server capabilities) secondary authentication, set imap-state
6753         correctly.
6754         (imap-last-authenticator): Define imap-last-authenticator as a variable
6755         to avoid warnings.
6756
6757 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6758
6759         * nnrss.el (nnrss-request-article): Remove binding of
6760         default-enable-multibyte-characters that has gotten needless by
6761         the 2007-07-13 change in rfc2047-encode-message-header.
6762
6763         * mml.el (mml-insert-multipart): Error on the message header.
6764         (mml-insert-part): Error on the message header; position point at
6765         the end of a MIME tag.
6766
6767 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6768
6769         * time-date.el (autoload): Expand define-obsolete-function-alias into
6770         defalias and make-obsolete for old Emacsen that Gnus supports.
6771         (with-no-warnings): Define it for old Emacsen.
6772         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6773         is available.
6774         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6775         float-time is available; suppress compile warning for time-to-seconds.
6776
6777         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6778         (gnus-float-time): Alias to float-time if it exists.
6779
6780         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6781         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6782         float-time is available; suppress compile warning for time-to-seconds.
6783
6784         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6785         XEmacs.
6786
6787 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6788
6789         * imap.el (imap-message-map): Docstring fix.
6790
6791 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6792
6793         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6794         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6795         Add the optional argument `encoding' that overrides the default.
6796
6797         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6798         mm-encode-buffer.
6799
6800 2009-09-04  Glenn Morris  <rgm@gnu.org>
6801
6802         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6803         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6804         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6805         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6806         * mm-util.el (mm-with-unibyte-current-buffer)
6807         (mm-find-buffer-file-coding-system):
6808         * yenc.el (yenc-decode-region): Use default-value rather than
6809         default-enable-multibyte-characters.
6810
6811 2009-09-03  Glenn Morris  <rgm@gnu.org>
6812
6813         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6814         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6815         than default-enable-multibyte-characters.
6816
6817 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6818
6819         * gnus-art.el (gnus-article-read-summary-keys):
6820         Fix gnus-buffer-configuration's value temporarily used.
6821
6822 2009-09-02  Glenn Morris  <rgm@gnu.org>
6823
6824         * gnus-util.el (gnus-float-time): New function.
6825         * gnus-delay.el (gnus-delay-article):
6826         * gnus-sum.el (gnus-thread-latest-date):
6827         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6828         * nnspool.el (nnspool-request-newgroups):
6829         Use gnus-float-time rather than time-to-seconds.
6830         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6831
6832         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6833         (gnus-header-subject-face, gnus-header-newsgroups-face)
6834         (gnus-header-name-face, gnus-header-content-face):
6835         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6836         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6837         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6838         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6839         (gnus-cite-face-11):
6840         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6841         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6842         (gnus-server-closed-face, gnus-server-denied-face)
6843         (gnus-server-offline-face):
6844         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6845         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6846         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6847         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6848         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6849         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6850         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6851         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6852         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6853         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6854         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6855         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6856         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6857         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6858         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6859         (gnus-summary-high-undownloaded-face)
6860         (gnus-summary-low-undownloaded-face)
6861         (gnus-summary-normal-undownloaded-face)
6862         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6863         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6864         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6865         (gnus-splash-face):
6866         * message.el (message-header-to-face, message-header-cc-face)
6867         (message-header-subject-face, message-header-newsgroups-face)
6868         (message-header-other-face, message-header-name-face)
6869         (message-header-xheader-face, message-separator-face)
6870         (message-cited-text-face, message-mml-face):
6871         * sieve-mode.el (sieve-control-commands-face)
6872         (sieve-action-commands-face, sieve-test-commands-face)
6873         (sieve-tagged-arguments-face):
6874         * spam.el (spam-face):
6875         Mark face aliases with "-face" in the name as obsolete.
6876
6877 2009-09-01  Glenn Morris  <rgm@gnu.org>
6878
6879         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6880         than goto-line.
6881
6882 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6883
6884         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6885         Don't move point if the command is invoked inside the message header.
6886
6887 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6888
6889         * imap.el (imap-send-command): Simplify.
6890         (imap-wait-for-tag): point-max -> buffer-size.
6891
6892 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6893
6894         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6895         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6896         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6897         * nnir.el (nnir-swish-e-index-file):
6898         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6899         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6900         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6901         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6902         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6903         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6904
6905 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6906
6907         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6908         Don't save excursion.
6909
6910 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6911
6912         * nnheader.el (nnheader-find-file-noselect):
6913         * mm-util.el (mm-insert-file-contents):
6914         Use (default-value 'major-mode) instead of default-major-mode.
6915
6916 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6917
6918         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6919
6920 2009-08-26  Glenn Morris  <rgm@gnu.org>
6921
6922         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6923         than placing in files.el.
6924
6925 2009-08-25  Glenn Morris  <rgm@gnu.org>
6926
6927         * nnir.el (top-level): Don't require cl at run-time.
6928         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6929         Replace cl-function substitute with gnus-replace-in-string.
6930         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6931         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6932         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6933         simplified expansions.
6934
6935 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6936
6937         * dig.el (dig): Add autoload cookie.
6938
6939 2009-08-22  Glenn Morris  <rgm@gnu.org>
6940
6941         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6942         goto-line.
6943
6944 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6945
6946         * parse-time.el (parse-time-string-chars): Save match data.
6947
6948 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6949
6950         * parse-time.el (parse-time-string-chars): Compute using character
6951         classes, to handle non-ascii characters (Bug#3190).
6952
6953 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6954
6955         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6956
6957         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6958         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6959         (gnus-mm-display-part, gnus-mime-display-single)
6960         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6961         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6962
6963         * gnus-sum.el
6964         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6965         (gnus-summary-move-article): Add expirable mark to articles copied or
6966         moved to group that has auto-expire turned on if the option is non-nil.
6967
6968 2009-07-24  Glenn Morris  <rgm@gnu.org>
6969
6970         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6971         Fix typo.  (Bug#3903)
6972
6973 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6974
6975         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6976         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6977         that should not be used for draft articles.
6978         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6979         that has no concern in minor mode keys.
6980         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6981         Abolish.
6982
6983 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6984
6985         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6986         article without making inquiry to a user for unknown encoding.
6987
6988         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6989         (nnmaildir--scan): Assume i-node and device number that file-attributes
6990         returns might be cons-cell.
6991
6992         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6993
6994         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6995
6996 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6997
6998         * auth-source.el: Remove docs now in auth.texi.  Don't use
6999         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7000         `auth-source-hide-passwords' and use them.
7001
7002 2009-07-15  Glenn Morris  <rgm@gnu.org>
7003
7004         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7005
7006 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7007
7008         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7009         excessive whitespace from the default values of title and description.
7010
7011 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7012
7013         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7014         mail-fetch-field to fetch Content-Description header in order to
7015         exclude newlines.
7016
7017 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7018
7019         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7020         format used by GnuPG 2.0.11.
7021
7022 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7023
7024         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7025         to deleted part.
7026
7027 2009-05-30  David Engster  <dengste@eml.cc>
7028
7029         * nnmairix.el: Remove old documentation in the commentary block.
7030         (nnmairix-request-group): Do not update active file for nnml back ends.
7031         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7032         end so that overview files are ignored.
7033         (nnmairix-update-groups): Make updating the groups more robust by using
7034         marks.
7035         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7036         with dollar characters in message-id.
7037
7038 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7039
7040         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7041         2008-12-25 in dns.el.
7042
7043 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7044
7045         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7046         could happen if the text is only composed of spaces and/or tabs.
7047
7048 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7049
7050         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7051         when sending a queued message to avoid extra mml tags.
7052
7053 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7054
7055         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7056
7057 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7058
7059         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7060         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7061         rmail-toggle-header for XEmacs;
7062         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7063
7064 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7065
7066         * gnus-dired.el: Remove autoload for gnus-setup-message.
7067         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7068         displaying Gnus logo; always use compose-mail.
7069
7070 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7071
7072         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7073
7074 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7075
7076         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7077         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7078         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7079         available.
7080         (gnus-nocem-epg-verify): New function.
7081
7082 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7083
7084         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7085
7086 2009-02-15  Glenn Morris  <rgm@gnu.org>
7087
7088         * gnus-util.el (rmail-insert-rmail-file-header)
7089         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7090         autoloads.
7091         (rmail-default-rmail-file): Remove unnecessary declaration.
7092         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7093
7094 2009-02-14  Glenn Morris  <rgm@gnu.org>
7095
7096         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7097         variable (only used in gnus-util, which declares it anyway).
7098         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7099         which was only needed by gnus-art (changed to not use it any more).
7100         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7101         only used in gnus-util, which autoloads it itself.
7102         (rmail-update-summary): Fix autoload.
7103
7104         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7105         rather than rmail-output-to-rmail-file.
7106
7107 2009-02-07  Glenn Morris  <rgm@gnu.org>
7108
7109         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7110         autoload of function that no longer exists.
7111         (rmail-toggle-header): Declare.
7112         (message-forward-rmail-make-body): Handle mbox Rmail.
7113
7114 2009-01-31  Glenn Morris  <rgm@gnu.org>
7115
7116         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7117         2009-01-09 change.
7118
7119 2009-01-31  Dave Love  <fx@gnu.org>
7120
7121         * imap.el (imap-fetch-safe): Bind debug-on-error.
7122         (imap-debug): Add imap-fetch-safe.
7123
7124 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7125
7126         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7127         (auth-source-forget-all-cached): New convenience function.
7128         (auth-source-user-or-password): Accept list of modes or a single mode.
7129
7130         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7131         auth-source modes.
7132
7133         * netrc.el (netrc-machine-user-or-password): Use list of
7134         auth-source modes.
7135
7136         * nnimap.el (nnimap-open-connection): Use list of
7137         auth-source modes.
7138
7139         * nntp.el (nntp-send-authinfo): Use list of
7140         auth-source modes.
7141
7142 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7143
7144         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7145         now.
7146
7147 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7148
7149         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7150         coding system in XEmacs; add a workaround for XEmacs.
7151
7152         * lpath.el: Fbind coding-system-aliasee.
7153
7154 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7155
7156         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7157         of current-language-environment.
7158
7159 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7160
7161         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7162         available at runtime.
7163
7164 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7165
7166         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7167
7168 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7169
7170         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7171         the greatest positive fixnum value doesn't work under an XEmacs with
7172         bignum support; use the most-positive-fixnum constant instead,
7173         available since Emacs 21.1 with cl and XEmacs 21.1.
7174
7175 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7176
7177         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7178         XEmacs gets not to work.
7179
7180 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7181
7182         * mm-util.el (mm-coding-system-priorities): Allow the value like
7183         "Japanese (UTF-8)" of current-language-environment.
7184
7185 2009-01-09  Glenn Morris  <rgm@gnu.org>
7186
7187         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7188         with last-command-event.
7189
7190 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7191
7192         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7193         in the doc string.
7194
7195         * message.el (message-fix-before-sending): Amend comment.
7196
7197 2009-01-08  Dave Love  <fx@gnu.org>
7198
7199         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7200
7201 2009-01-07  David Engster  <dengste@eml.cc>
7202
7203         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7204         simplified server definitions by converting it via
7205         gnus-server-to-method.
7206
7207 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7208
7209         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7210         parameter's operands.
7211
7212 2009-01-06  David Engster  <dengste@eml.cc>
7213
7214         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7215         primary select method (for gnus-group-mark-article-as-read).
7216
7217 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7218
7219         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7220         `(gnus)Face', not `(gnus)X-Face'.
7221
7222 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7223
7224         * mm-util.el (mm-ucs-to-char): New function.
7225
7226         * mm-url.el (mm-url-decode-entities): Use it.
7227
7228         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7229         unicode-to-char.
7230
7231 2009-01-05  Dave Love  <fx@gnu.org>
7232
7233         * time-date.el: Require cl for `declare'.
7234
7235 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7236
7237         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7238         Dave Love.
7239
7240 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7241
7242         * message.el (message-fix-before-sending): Add `eight-bit' to
7243         illegible-text check.
7244
7245 2009-01-03  Michael Olson  <mwolson@gnu.org>
7246
7247         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7248         `headers' is nil.  This can occur if the IMAP server does not have
7249         permissions to read messages from a folder, but can write new messages
7250         to the folder.
7251         (nnimap-request-article-part): Do not insert `data' if it is nil.
7252
7253         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7254         characters which will confuse `read', so skip past them.
7255
7256 2009-01-01  Dave Love  <fx@gnu.org>
7257
7258         * imap.el (imap-string-to-integer): Fix typo.
7259         (imap-fetch-safe): New function.
7260         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7261
7262         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7263
7264         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7265         (imap-parse-greeting): Fix doc strings.
7266         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7267         (imap-parse-flag-list): Make messages unique.
7268         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7269
7270         * nnimap.el: Fix author email.
7271         (nnimap-split-rule): Add FIXME comment.
7272         (nnimap-debug): Fix doc string.
7273
7274 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7275
7276         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7277
7278 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7279
7280         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7281         nslookup if resolv.conf isn't available.
7282         (dns-query): Rename from query-dns.
7283         (dns-query-cached): Rename from query-dns-cached.
7284
7285 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7286
7287         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7288         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7289         to check if those variables exist (first appeared in Emacs 18.50).
7290
7291 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7292
7293         * mm-util.el (mm-line-number-at-pos): New function.
7294
7295         * spam-report.el (spam-report-process-queue): Use it.
7296
7297 2008-12-24  David Engster  <dengste@eml.cc>
7298
7299         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7300         parameters that haven't existed as variables as buffer-local variables.
7301
7302 2008-12-23  Dave Love  <fx@gnu.org>
7303
7304         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7305         cadar.
7306
7307         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7308         imap-starttls-p.
7309         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7310
7311 2008-12-22  Dave Love  <fx@gnu.org>
7312
7313         * imap.el: Fix author email.  Doc fixes.
7314         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7315         reply.
7316
7317 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7318
7319         * spam-report.el (spam-report-gmane-max-requests): New constant.
7320         (spam-report-gmane-wait): New variable.
7321         (spam-report-gmane-ham, spam-report-gmane-spam)
7322         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7323         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7324         the server.
7325
7326         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7327         Add explanations.
7328
7329         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7330         nnheader-accept-process-output and nnheader-read-timeout if available.
7331         (pop3-movemail): Use it.
7332
7333         * message.el (message-check-news-body-syntax): Fix signature check if
7334         there's an attachment.
7335
7336 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7337
7338         * mm-util.el: Add comments to the mm- emulating functions.
7339
7340 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7341
7342         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7343         Reported by Stephen Berman <stephen.berman@gmx.net>.
7344
7345 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7346
7347         * mm-util.el (mm-substring-no-properties): New function.
7348         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7349         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7350         (mm-string-to-multibyte): Doc fix.
7351
7352         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7353
7354 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7355
7356         * mml.el (mml-attach-file): Strip text properties from file name.
7357         (Bug#1574)
7358
7359 2008-12-16  Glenn Morris  <rgm@gnu.org>
7360
7361         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7362
7363 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7364
7365         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7366         knows since the charset specified might be a bogus alias that
7367         mm-charset-synonym-alist provides.
7368
7369 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7370
7371         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7372         "ISO_8859-1".
7373
7374         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7375
7376 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7377
7378         * mm-util.el (mm-charset-eval-alist):
7379         Define it before mm-charset-to-coding-system.
7380         (mm-charset-to-coding-system): Add optional argument `silent';
7381         define it before mm-charset-override-alist.
7382         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7383         default value if it can be used in Emacs currently running;
7384         silence mm-charset-to-coding-system.
7385
7386 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7387
7388         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7389         `allow-override' which says whether to use `mm-charset-override-alist'.
7390         (rfc2047-decode-encoded-words): Use it.
7391
7392         * mm-util.el (mm-charset-override-alist): Fix custom type;
7393         add `(gb2312 . gbk)' to choices.
7394
7395 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7396
7397         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7398         fast.
7399
7400         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7401
7402         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7403
7404 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7405
7406         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7407         on links.
7408
7409         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7410
7411 2008-12-03  Lute Kamstra  <lute@gnu.org>
7412
7413         * sha1.el: Remove leading * from docstrings of defcustoms,
7414         deffaces, defconsts and defuns.
7415
7416 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7417
7418         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7419         users' addresses that don't have domain parts.
7420         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7421         rather than message-narrow-to-head since there will be the message
7422         header separator.
7423
7424 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7425
7426         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7427         since the result is inserted in a unibyte buffer anyway.
7428         (nnimap-demule-use-string-to-multibyte): Remove.
7429         (nnimap-demule): Alias it to mm-string-to-multibyte.
7430
7431 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7432
7433         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7434         variable for debugging bug#464 and bug#1174.
7435         (nnimap-demule): Use it.
7436
7437 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7438
7439         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7440         score calculation correctly.
7441
7442 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7443
7444         * message.el (message-send-mail): Just set the buffer to unibyte
7445         rather than use mm-with-unibyte-current-buffer which does a lot more.
7446         (message-send-mail-partially): Don't bother with
7447         mm-with-unibyte-current-buffer since it's already been made unibyte by
7448         message-send-mail.
7449
7450 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7451
7452         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7453
7454 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7455
7456         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7457
7458 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7459
7460         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7461         require itself and to remove `with-no-warnings'.
7462
7463 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7464
7465         * starttls.el (starttls-any-program-available): Get the name of the
7466         available TLS layer program.
7467         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7468         well as the host name in the "opening" message.
7469
7470         * auth-source.el (auth-source-cache, auth-source-do-cache)
7471         (auth-source-user-or-password): Cache passwords and logins by default,
7472         allow override with `auth-source-do-cache'.
7473         (auth-source-forget-user-or-password): Allow users to remove cache
7474         entries if needed.
7475
7476 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7477
7478         * md4.el (md4-buffer): Fix typo in docstring.
7479         (md4, md4-64): Doc fixes.
7480         (md4-pack-int32): Reflow docstring.
7481
7482 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7483
7484         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7485         condition-case to only the forward-sexp call.
7486
7487 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7488
7489         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7490         quotes contained.  Make it more robust regardless by an extra
7491         condition-case wrapper.
7492
7493 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7494
7495         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7496
7497 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7498
7499         * nnml.el (nnml-request-expire-articles): Check if the function set to
7500         `nnmail-expiry-target' returns the symbol `delete'.
7501
7502         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7503
7504         * nnmail.el (nnmail-expiry-target): Fix custom type.
7505
7506 2008-10-02  Glenn Morris  <rgm@gnu.org>
7507
7508         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7509         Silence compiler warning.
7510
7511 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7512
7513         * tls.el (open-tls-stream): Show the actual command being
7514         executed, instead of the format string.
7515
7516 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7517
7518         * lpath.el: Fbind codepage-setup for Emacs 23.
7519
7520 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7521
7522         * mml.el (mml-menu): Don't assume mml2015 is bound.
7523
7524 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7525
7526         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7527         exists.
7528
7529 2008-09-27  Glenn Morris  <rgm@gnu.org>
7530
7531         * gnus-util.el (mail-header-remove-comments): Autoload it.
7532
7533 2008-09-27  Andreas Schwab  <schwab@suse.de>
7534
7535         * gnus-util.el (gnus-split-references): Strip comments.
7536         (gnus-parent-id): Likewise.
7537
7538 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7539
7540         * message.el (message-confirm-send): Fix version.
7541
7542 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7543
7544         * message.el (message-idna-to-ascii-rhs-1): Use
7545         mail-extract-address-components rather than mail-header-parse-addresses
7546         that is an alias by default to ietf-drums-parse-addresses that does not
7547         support non-ASCII names in headers' contents.
7548
7549 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7550
7551         * message.el (message-confirm-send): Fix variable documentation to
7552         avoid the "y/n" wording.
7553
7554 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7555
7556         * message.el (message-set-auto-save-file-name): Save to a different
7557         filename so multiple messages (especially drafts) can be recovered.
7558
7559 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7560
7561         * message.el (message-confirm-send): Add appropriate version.
7562
7563 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7564
7565         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7566         defvar.
7567
7568 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7569
7570         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7571         (mm-pkcs7-enveloped-magic): Ditto.
7572
7573 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7574
7575         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7576         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7577
7578 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7579
7580         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7581         default, it's better.
7582
7583 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7584
7585         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7586         summary line gnus-number property and ignore them (with a warning
7587         message).
7588
7589 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7590
7591         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7592         macro caddr in the interactive form since it won't be expanded.
7593
7594 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7595
7596         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7597         `charset'; fix name of function called recursively.
7598         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7599
7600 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7601
7602         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7603         (gnus-mime-set-charset-parameters): New function.
7604         (gnus-mime-view-part-as-charset): Use it to correctly display part
7605         specifying wrong charset.
7606
7607 2008-09-08  David Engster  <dengste@eml.cc>
7608
7609         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7610         in completing-read for back end server.
7611
7612 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7613
7614         * message.el (message-confirm-send): New variable to confirm sending a
7615         message.
7616         (message-send): Use it.
7617
7618 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7619
7620         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7621
7622 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7623
7624         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7625
7626 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7627
7628         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7629         prevent tracking too many groups.
7630         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7631         Use it.
7632
7633 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7634
7635         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7636         moving point to the bottom of the window in order to avoid recentering.
7637
7638 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7639
7640         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7641
7642         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7643         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7644         (gnus-article-beginning-of-window): Fix calculation.
7645
7646 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7647
7648         * gnus-msg.el (gnus-summary-supersede-article)
7649         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7650         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7651         message header.
7652
7653 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7654
7655         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7656         pending output coming after the status change.
7657
7658 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7659
7660         * message.el:
7661         * gnus-start.el:
7662         * gnus-registry.el: Remove VMS support.
7663
7664 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7665
7666         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7667         macro.
7668         (rfc2104-hash): Use it.
7669
7670 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7671
7672         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7673         (gnus-summary-sort-by-most-recent-date): New commands.
7674         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7675         and menu entries.
7676
7677 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7678
7679         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7680         don't redisplay article for raw contents; remove plural articles stuff.
7681
7682         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7683         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7684         on gnus-summary-save-article; display results properly.
7685
7686 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7687
7688         * lpath.el: No need to fbind ns-focus-frame.
7689
7690 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7691
7692         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7693
7694 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7695
7696         * gnus-art.el (gnus-summary-save-in-pipe):
7697         Consider gnus-save-all-headers.
7698
7699 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7700
7701         * gnus-util.el (ns-focus-frame): Remove declaration.
7702         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7703         like x.
7704
7705 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7706
7707         * rfc2104.el (rfc2104-zero): Delete defconst.
7708         (rfc2104-hex-alist): Likewise.
7709         (rfc2104-hex-to-int): Delete func.
7710         (rfc2104-hexstring-to-bitstring): Likewise.
7711         (rfc2104-nybbles): New defconst.
7712         (rfc2104-hash): Rewrite for speed.
7713
7714 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7715
7716         * tls.el (open-tls-stream): Make it work with the 2nd argument
7717         BUFFER that is a string but does not exist as a buffer object, as
7718         mentioned in the doc-string.
7719
7720 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7721
7722         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7723         SXEmacs.
7724
7725 2008-07-16  Glenn Morris  <rgm@gnu.org>
7726
7727         * gnus-util.el (ns-focus-frame): Declare for compiler.
7728
7729 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7730
7731         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7732         set as a group parameter.
7733         (gnus-summary-save-in-pipe): Work when it is called independently.
7734         (gnus-summary-pipe-to-muttprint): Don't modify
7735         gnus-summary-pipe-output-default-command.
7736
7737 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7738
7739         * message.el (message-send-mail-with-sendmail):
7740         Display the error message.
7741
7742 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7743
7744         * gnus-art.el (gnus-default-article-saver):
7745         Add gnus-summary-save-in-pipe to choices.
7746         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7747         gnus-summary-pipe-output-default-command as the default command.
7748         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7749         instead of gnus-last-shell-command.
7750
7751         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7752         New user option.
7753         (gnus-summary-muttprint-program): Mention the value will be changed.
7754         (gnus-summary-save-article): Force showing of all headers.
7755         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7756
7757 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7758
7759         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7760
7761 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7762
7763         * nnimap.el (nnimap-id):
7764         * sieve-manage.el (sieve-manage-open): Doc fixes.
7765
7766 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7767
7768         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7769         if available.
7770
7771 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7772
7773         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7774
7775         * nnkiboze.el (nnkiboze-generate-group):
7776         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7777
7778         * nnmairix.el: Require CL.
7779
7780 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7781
7782         * dgnushack.el: Autoload get-display-table and put-display-table for
7783         XEmacs 21.5.
7784
7785         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7786         21.4 and SXEmacs.
7787
7788 2008-06-15  David Engster  <dengste@eml.cc>
7789
7790         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7791
7792 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7793
7794         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7795         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7796         runtime choice under XEmacs.
7797
7798         * gnus-sum.el (gnus-summary-set-display-table):
7799         Use `gnus-put-display-table', `gnus-get-display-table',
7800         `gnus-set-display-table' for the display table, instead of `aset'.
7801
7802         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7803         Use `gnus-put-display-table', `gnus-get-display-table',
7804         `gnus-set-display-table' for the display table.
7805
7806 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7807
7808         * nnmairix.el: Add autoloads.
7809
7810 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7811
7812         * nnmairix.el (nnmairix-delete-recreate-group)
7813         (nnmairix-update-and-clear-marks): Fix error messages.
7814
7815 2008-06-14  David Engster  <dengste@eml.cc>
7816
7817         * nnmairix.el: Upgrade to version 0.6.
7818         (nnmairix-group-toggle-propmarks-this-group)
7819         (nnmairix-group-toggle-readmarks-this-group)
7820         (nnmairix-group-delete-recreate-this-group)
7821         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7822         (nnmairix-remove-tick-mark-original-article): New commands.
7823         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7824         (nnmairix-propagate-marks-to-nnmairix-groups)
7825         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7826         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7827         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7828         functions needed for marks propagation and manipulation of read marks.
7829         (nnmairix-update-groups): New function.
7830         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7831         (nnmairix-determine-original-group-from-registry)
7832         (nnmairix-determine-original-group-from-path)
7833         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7834         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7835         New helper functions.
7836         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7837         keystrokes for new commands.
7838         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7839         (nnmairix-request-group): Check allow-fast group parameter.
7840         (nnmairix-request-create-group): Set allow-fast group parameter if
7841         nnmairix-allowfast-default is set.
7842         (nnmairix-close-group): Propagate marks upon closing if needed.
7843         (nnmairix-group-toggle-threads-this-group): Use new.
7844         nnmairix-group-toggle-parameter helper function.
7845         (nnmairix-search): Better check for empty search result.
7846         (nnmairix-goto-original-article): Use new helper functions for
7847         determining original article.
7848         (nnmairix-show-original-article): Make sure message-id is in brackets.
7849         (nnmairix-call-mairix-binary): Change variable name.
7850         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7851         helper function.
7852         (nnmairix-widget-toggle-activate): Fix doc string.
7853
7854 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7855
7856         * nnir.el: Require edmacro when compiling with XEmacs.
7857         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7858         available in Emacs 21.
7859
7860 2008-06-11  Glenn Morris  <rgm@gnu.org>
7861
7862         * gnus-util.el (x-focus-frame):
7863         * gnus.el (image-size):
7864         * mm-decode.el (image-size): Declare.
7865
7866         * gnus-picon.el (declare-function): Add compat definition.
7867         (image-size): Declare.
7868
7869         * gnus-group.el (tool-bar-map):
7870         * gnus-sum.el (tool-bar-map): Define for compiler.
7871
7872         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7873
7874         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7875
7876         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7877         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7878         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7879         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7880         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7881         * sieve-manage.el, spam-report.el, spam.el:
7882         Remove unnecessary eval-and-compile of autoloads.
7883
7884 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7885
7886         * auth-source.el: Precise Tramp doc.
7887
7888 2008-06-07  Glenn Morris  <rgm@gnu.org>
7889
7890         * nnmairix.el: Remove unnecessary eval-when-compile.
7891
7892 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7893
7894         * lpath.el: Fbind propertize for XEmacs 21.4.
7895
7896 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7897
7898         * nnir.el: Move here from ../contrib.
7899
7900 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7901
7902         * gnus-util.el (gnus-read-shell-command): New function.
7903         * mm-decode.el (mm-pipe-part):
7904         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7905
7906 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7907
7908         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7909
7910 2008-06-03  Glenn Morris  <rgm@gnu.org>
7911
7912         * pop3.el (nnheader-accept-process-output): Autoload it.
7913
7914 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7915
7916         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7917         are not 2-digit hexadecimal characters that follow `%'s.
7918
7919 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7920
7921         * message.el (message-bogus-recipient-p): Fix type in doc string.
7922         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7923         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7924         Improve custom options.
7925         (message-bogus-recipient-p): Adjust accordingly.
7926
7927 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7928
7929         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7930         long-form month and day names.
7931
7932 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7933
7934         * dgnushack.el: Autoload debug, eudc-expand-inline and
7935         pgg-snarf-keys-region for XEmacs.
7936
7937         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7938
7939         * nnmairix.el: Require edmacro when compiling with XEmacs.
7940
7941 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7942
7943         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7944         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7945
7946 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7947
7948         * auth-source.el: Add more docs.
7949
7950         * netrc.el (netrc-machine): Always match if the port is not given.
7951
7952 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7953
7954         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7955         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7956         retrieval faster in some cases, but might make CPU usage larger.
7957         If this has any bad side effects, we might revert this change.
7958
7959         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7960         seems to make mail retrieval much, much faster.
7961         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7962         unconditionally.
7963
7964         * gnus-draft.el (gnus-group-send-queue):
7965         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7966
7967 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7968
7969         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7970
7971         * message.el (message-bogus-address-regexp): Fix and improve custom
7972         type.
7973         (message-setup-hook): Add message-check-recipients as custom option.
7974
7975 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7976
7977         * message.el (message-cite-function): Remove bogus autoload which crept
7978         in during merge from v5-10.
7979
7980 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7981
7982         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7983
7984         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7985
7986         * auth-source.el: Preliminary Tramp docs.
7987         (auth-sources): Change the default auth-sources to use
7988         EPA .gpg files.
7989
7990 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7991
7992         * nntp.el: Autoload `auth-source-user-or-password'.
7993         (nntp-send-authinfo): Use it.
7994
7995         * nnimap.el: Autoload `auth-source-user-or-password'.
7996         (nnimap-open-connection): Use it.
7997
7998         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7999         for the gnus-message function.
8000         (auth-source-user-or-password): Use it.
8001
8002 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8003
8004         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8005         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8006         (rfc2104-hash): Use it.
8007
8008 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8009
8010         * gnus-art.el (gnus-article-toggle-truncate-lines):
8011         Don't use `iff' in docstring.
8012
8013 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8014
8015         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8016
8017         * gnus-util.el (gnus-extract-address-component-name)
8018         (gnus-extract-address-component-email): Convenience functions around
8019         `gnus-extract-address-components'.
8020
8021         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8022         Use `gnus-extract-address-component-email' to fix bug of comparing full
8023         sender name to `user-mail-address'.
8024
8025 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8026
8027         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8028         catch/throw to optimize.
8029         (gnus-registry-find-keywords): Just use member to find a keyword.
8030
8031 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8032
8033         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8034         is current before calling gnus-server-prepare.
8035         (gnus-server-setup-buffer, gnus-server-update-server)
8036         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8037
8038 2008-05-04  Juri Linkov  <juri@jurta.org>
8039
8040         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8041         (mailcap-file-default-commands): Use mailcap-replace-in-string
8042         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8043         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8044
8045 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8046
8047         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8048
8049 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8050
8051         * gnus.el: Bump version to 0.11.
8052
8053 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8054
8055         * gnus.el: No Gnus v0.10 is released.
8056
8057 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8058
8059         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8060         hooks.
8061         (gnus-update-read-articles): Speed up non-marks-using users.
8062         (gnus-use-marks): Define gnus-use-marks.
8063         (gnus-propagate-marks): Rename variable to something more sensible.
8064
8065 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8066
8067         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8068         (gmm-image-load-path-for-library): Fix typos in docstrings.
8069         (gmm-message): Reflow docstring.
8070
8071 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8072
8073         * mail-source.el (mail-source-set-1, mail-source-bind):
8074         Move auth-source code out of the macro to clean it up and fix bugs.
8075
8076 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8077
8078         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8079         by sender if it's equal to user-mail-address, it's likely to be
8080         useless.
8081
8082         * mail-source.el (mail-source-bind): Don't use user or password if they
8083         are not bound.  Unintern them if they are nil.  Don't use server unless
8084         it's bound, and default it to empty string otherwise.
8085
8086 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8087
8088         * mail-source.el: Load auth-source.el.
8089         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8090         get user name or password, if auth-sources is set up.
8091
8092         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8093         strategy of splitting with parent.
8094         (gnus-registry-split-fancy-with-parent)
8095         (gnus-registry-post-process-groups): Use it and fix prior
8096         bug (returning a list as the split result).
8097
8098         * auth-source.el (auth-sources): Remove server parameter.
8099         (auth-source-pick, auth-source-user-or-password)
8100         (auth-source-user-or-password-imap)
8101         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8102         (auth-source-user-or-password-sftp)
8103         (auth-source-user-or-password-smtp): Remove server parameter.
8104
8105 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8106
8107         * smime.el (smime-sign-region, smime-encrypt-region)
8108         (smime-decrypt-region):
8109         Remove redundant calls to `generate-new-buffer-name'.
8110
8111 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8112
8113         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8114         Don't use QP for message/rfc822.
8115         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8116
8117 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8118
8119         * sieve-manage.el (sieve-string-bytes): Remove.
8120         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8121         correct byte-length only if the process's coding-system is the same as
8122         the one used internally by Emacs to represent strings.
8123
8124 2008-04-22  Juri Linkov  <juri@jurta.org>
8125
8126         * mailcap.el (mailcap-file-default-commands): New function.
8127
8128 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8129
8130         * message.el (message-signature-separator, message-cite-function):
8131         Change custom version.
8132
8133 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8134
8135         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8136         commands.
8137         (tls-checktrust): Ditto.
8138
8139 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8140
8141         * mm-decode.el (mm-display-external): Make temp file read-only.
8142
8143 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8144
8145         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8146         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8147         `C-c C-f d'.
8148
8149 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8150
8151         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8152
8153 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8154
8155         * gnus.el: Bump version to 0.9.
8156
8157 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8158
8159         * gnus.el: No Gnus v0.8 is released.
8160
8161 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8162
8163         * mail-source.el (mail-source-value):
8164         Prefer fboundp to functionp so it works with macros as well.
8165
8166 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8167
8168         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8169         Fix last change in case the element is not even a symbol.
8170
8171 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8172
8173         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8174         Prefer fboundp to functionp so it works with macros as well.
8175
8176 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8177
8178         * auth-source.el: Add docs.
8179         (auth-sources): Modify format to support server.
8180         (auth-source-pick, auth-source-user-or-password)
8181         (auth-source-user-or-password-imap)
8182         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8183         (auth-source-user-or-password-sftp)
8184         (auth-source-user-or-password-smtp): Add server parameter.
8185
8186 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8187
8188         * gnus-registry.el: Initialize the registry when gnus-registry-install
8189         is t.
8190
8191 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8192
8193         * compface.el (uncompface): Make buffer unibyte.
8194
8195 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8196
8197         * mail-source.el (mail-source-value):
8198         Prefer fboundp to functionp so it works with macros as well.
8199
8200 2008-04-05  Glenn Morris  <rgm@gnu.org>
8201
8202         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8203
8204 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8205
8206         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8207         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8208
8209         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8210         multibyteness after rather than before erasing it.
8211
8212         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8213         mm-with-multibyte.
8214         (gnus-request-article-this-buffer): Make sure the proper decoding is
8215         used if gnus-original-article-buffer happens to be unibyte.
8216
8217         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8218         default-enable-multibyte-characters.
8219
8220         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8221         default-enable-multibyte-characters.
8222
8223         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8224
8225         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8226
8227 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8228
8229         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8230         Fix last change in case the element is not even a symbol.
8231
8232 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8233
8234         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8235         (imap-message-copyuid-1): Use it.
8236         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8237         J. Williams in
8238         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8239
8240         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8241         imap-enable-exchange-bug-workaround.
8242         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8243
8244 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8245
8246         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8247         a 100 byte status-checks into a 2-3MB transfer for each group.
8248         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8249         to enable bug workaround or not.
8250         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8251
8252 2008-03-31  Glenn Morris  <rgm@gnu.org>
8253
8254         * message.el (mml2015-use): Declare for compiler.
8255         (message-info): Require mml2015 when appropriate.
8256
8257 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8258
8259         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8260         whitespace.
8261
8262 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8263
8264         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8265         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8266         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8267         (nntp-service-to-port): New function.
8268         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8269         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8270         (nntp-open-netcat-stream): New function.
8271         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8272
8273 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8274
8275         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8276
8277 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8278
8279         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8280
8281 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8282
8283         * dns.el (dns-write): Use set-buffer-multibyte.
8284
8285 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8286
8287         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8288
8289 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8290
8291         * message.el (message-signature-separator): Change default.
8292         Improve custom type.
8293         (message-cite-function): Change default to
8294         message-cite-original-without-signature.
8295
8296         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8297         toggle.
8298
8299         * message.el (message-check-news-body-syntax): Fix signature check.
8300         (message-setup-1): Mark buffer as unmodified _after_ running
8301         message-setup-hook and handling message-alternative-emails.
8302         (message-shorten-references): Be more strict when building list of
8303         valid references to comply with GNKSA.
8304
8305         * gnus-group.el (gnus-read-ephemeral-bug-group)
8306         (gnus-read-ephemeral-debian-bug-group)
8307         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8308
8309         * message.el (message-info): Don't use booleanp which isn't supported
8310         in Emacs 21 and XEmacs.
8311
8312 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8313
8314         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8315         gnus-group-gmane-group-download-format.
8316         (gnus-group-read-ephemeral-gmane-group): Rename from
8317         gnus-group-read-ephemeral-gmane-group.
8318         (gnus-read-ephemeral-gmane-group-url): Rename from
8319         gnus-group-read-ephemeral-gmane-group-url.
8320         (gnus-bug-group-download-format-alist): New variable.
8321         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8322         (gnus-read-ephemeral-emacs-bug-group): New commands.
8323
8324 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8325
8326         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8327         (gnus-visible-headers): Improve custom type.
8328
8329 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8330
8331         * mml.el (mml-menu): Add workarounds for XEmacs.
8332
8333         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8334         X-Boundary header.
8335
8336         * message.el (message-simplify-recipients): Fix previous commit.
8337
8338 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8339
8340         * mm-util.el (mm-set-buffer-multibyte): New function.
8341         * mm-decode.el (mm-copy-to-buffer): Use it.
8342
8343         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8344         Prefer fboundp to functionp so it works with macros as well.
8345
8346 2008-03-19  Glenn Morris  <rgm@gnu.org>
8347
8348         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8349         Accidentally removed in the sync process with Emacs.
8350
8351 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8352
8353         * message.el (message-alter-recipients-discard-bogus-full-name):
8354         New function.
8355         (message-alter-recipients-function): New variable.
8356         (message-get-reply-headers): Use it.
8357         (message-replace-header): New helper function.
8358         (message-recipients-without-full-name): New variable.
8359         (message-simplify-recipients): New command.
8360
8361         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8362
8363         * message.el (message-info): Handle EasyPG manual.
8364
8365         * mml.el (mml-menu): Add entry for EasyPG.
8366
8367 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8368
8369         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8370         parameter.
8371
8372         * message.el (message-disassociate-draft): Specify drafts group name
8373         fully.
8374
8375 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8376
8377         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8378         Eliminate unnecessary duplicates from the match list.
8379
8380 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8381
8382         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8383
8384         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8385
8386         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8387         args of `how-many' of which the XEmacs version doesn't take; declare
8388         Info-index-next as function.
8389
8390 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8391
8392         * gnus-score.el (gnus-score-headers): Fix handling of
8393         gnus-inhibit-slow-scoring.
8394
8395         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8396         string.
8397         (gnus-button-url-regexp): Improve handling of parenthesis.
8398         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8399         (gnus-button-handle-info-keystrokes): Handle index entries.
8400
8401 2008-03-15  Glenn Morris  <rgm@gnu.org>
8402
8403         * parse-time.el (parse-time-string): Simplify.
8404
8405 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8406
8407         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8408         Incoming* files.
8409
8410 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8411
8412         * auth-source.el (auth-sources): Rename from auth-source-choices.
8413         (auth-source-pick): Use it.
8414
8415 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8416
8417         * binhex.el (binhex-decode-region-internal):
8418         * uudecode.el (uudecode-decode-region-internal):
8419         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8420         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8421         setting default-enable-multibyte-characters.
8422
8423 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8424
8425         * auth-source.el (auth-source-protocols)
8426         (auth-source-protocols-customize, auth-source-choices): Add and
8427         modified variable customizations and defaults.
8428         (auth-source-pick, auth-source-user-or-password)
8429         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8430         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8431         (auth-source-user-or-password-sftp)
8432         (auth-source-user-or-password-smtp): Use new variables and provide an
8433         interface to netrc.el.
8434
8435 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8436
8437         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8438         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8439         Make sure the nntp port to specify is a string.
8440
8441 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8442
8443         * nntp.el: Use with-current-buffer.
8444         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8445         dubious mm-with-unibyte-current-buffer.
8446         (nntp-with-open-group-function): New function extracted from
8447         nntp-with-open-group macro.
8448         (nntp-with-open-group): Use the function, so it's easier to debug.
8449         Add indentation and debugging info.
8450         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8451         Recommend the use of the netcat alternatives.
8452
8453         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8454         Avoid mm-string-as-multibyte as well.
8455
8456         * nnweb.el (nnweb-insert-html):
8457         Remove use of nnheader-string-as-multibyte.
8458
8459         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8460         (nnheader-string-as-multibyte): Remove.
8461
8462         * mm-view.el: Use inhibit-read-only.
8463         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8464         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8465         or unibyte-string.
8466
8467         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8468         (mm-uu-yenc-extract): Use with-current-buffer.
8469
8470         * gnus-soup.el (gnus-soup-send-packet): Don't use
8471         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8472
8473         * nnmh.el: Use with-current-buffer.
8474         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8475         mm-string-as-multibyte on the output of mm-encode-coding-string.
8476
8477         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8478         (nnimap-request-move-article): Use with-current-buffer.
8479
8480         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8481         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8482         conversion uses string-make-unibyte rather than string-as-unibyte.
8483
8484         * gnus-msg.el: Use with-current-buffer.
8485
8486         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8487
8488 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8489
8490         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8491         string for caching if it is 'PIN.
8492
8493 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8494
8495         * lpath.el: Consider the case without Emacs/W3.
8496
8497 2008-03-08  Glenn Morris  <rgm@gnu.org>
8498
8499         * time-date.el (date-to-time, time-subtract, time-add)
8500         (safe-date-to-time): Doc fixes.
8501
8502 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8503
8504         * mail-source.el (mail-source-delete-old-incoming-confirm):
8505         Change default to nil.
8506         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8507
8508 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8509
8510         * lpath.el: Rearrange.
8511
8512         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8513         (gnus-article-goto-prev-page): Work for articles having ^L's.
8514
8515         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8516
8517         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8518
8519 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8520
8521         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8522         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8523         (gnus-bookmark-jump): Adjust some variable names.
8524
8525 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8526
8527         * auth-source.el: New package.
8528         (auth-source-choices): Add customization entry point variable.
8529
8530         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8531         bug.
8532
8533 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8534
8535         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8536         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8537         (gnus-registry-install-shortcuts): Rename from
8538         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8539         the `gnus-registry-mark-map' keymap dynamically from
8540         `gnus-registry-marks'.  The generated functions update the summary line
8541         when a registry mark is added or deleted, and will call
8542         `gnus-registry-install-p' (see the comments in the code).
8543         (gnus-registry-user-format-function-M): Use concat intelligently.
8544
8545         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8546         the registry mark functions.
8547
8548 2008-03-05  Glenn Morris  <rgm@gnu.org>
8549
8550         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8551         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8552         gnus-art.
8553         (top-level): No need to load own source when compiling.
8554
8555 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8556
8557         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8558         Suggested by <chris.anderton@zetnet.co.uk>.
8559
8560 2008-03-04  Glenn Morris  <rgm@gnu.org>
8561
8562         * gnus-sum.el (top-level): No need to require gnus when compiling,
8563         since unconditionally required near start of file.
8564         (gnus-summary-display-while-building): Move definition before use.
8565
8566 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8567
8568         * gnus-registry.el (gnus-registry-user-format-function-M):
8569         Add formatting function.
8570
8571 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8572
8573         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8574         with plists.
8575         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8576         Use new format.
8577
8578 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8579
8580         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8581         `where-is-internal' that returns a range of key sequences.
8582
8583 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8584
8585         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8586
8587         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8588         (gnus-summary-jump-to-group): Consider windows on other displayed
8589         frames as well.  Similar changes might be needed elsewhere, but that's
8590         the one I've bumped into during my use.
8591
8592         * nndoc.el (nndoc-oe-dbx-type-p):
8593         * gnus-msg.el (gnus-debug):
8594         * gnus-group.el (gnus-update-group-mark-positions):
8595         Use mm-string-to-multibyte.
8596
8597 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8598
8599         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8600         doesn't handle NotDashEscaped.
8601
8602         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8603         (mml-dnd-attach-options): Fix typo in custom choice.
8604
8605         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8606         Change nndoc-article-type to mbox.
8607         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8608
8609         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8610         to nil, instead of html2text.
8611
8612         * imap.el (imap-debug): Add `imap-ping-server'.
8613
8614         * gnus-bookmark.el: Add FIXMEs.
8615
8616         * message.el (message-form-letter-separator)
8617         (message-send-form-letter-delay): New variables.
8618         (message-send-form-letter): Use them.  New command to send form
8619         letters.  Requested by Uwe Siart.
8620         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8621
8622 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8623
8624         * Update copyright years.
8625
8626 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8627
8628         Sync from EMACS_22_BASE.
8629
8630         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8631
8632 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8633
8634         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8635         empty author.
8636
8637 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8638
8639         * gnus-registry.el (gnus-registry-marks): Add variable for
8640         customization of marks and their appearance.
8641         (gnus-registry-read-mark): Use it.
8642         (gnus-registry-do-marks): Add utility function to loop through
8643         `gnus-registry-marks'.
8644         (gnus-registry-install-shortcuts-and-menus): Add function to install
8645         shortcuts and menus.
8646         (gnus-registry-initialize): Use it.
8647         (gnus-registry-default-mark): Clarify documentation.
8648
8649 2008-02-29  Glenn Morris  <rgm@gnu.org>
8650
8651         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8652         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8653         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8654         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8655         Change defcustom :version from 23.0 to 23.1.
8656
8657 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8658
8659         * gnus-registry.el (gnus-registry-follow-group-p)
8660         (gnus-registry-post-process-groups): Add functions to aid registry
8661         splitting and improve logging.  Clarify behavior in function
8662         documentation.
8663         (gnus-registry-split-fancy-with-parent): Use them.
8664
8665 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8666
8667         * gnus-art.el: Use with-current-buffer.
8668
8669 2008-02-27  David Engster  <dengste@eml.cc>
8670
8671         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8672         Express real group name in the response.
8673
8674 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8675
8676         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8677         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8678         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8679         autoload gnus-registry-fetch-group when compiling.
8680         (nnmairix-request-group-with-article-number-correction):
8681         Remove unreferenced argument passed to nnmairix-call-backend.
8682
8683 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8684
8685         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8686         (mm-uu-extract): Improve face for low color ttys.
8687         Reported by Sascha Wilde.
8688
8689 2008-02-27  Glenn Morris  <rgm@gnu.org>
8690
8691         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8692         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8693         variables to defconsts.  Convert comments to doc-strings.
8694         (nnmairix-last-server, nnmairix-current-server): Convert from free
8695         variables to defvars.  Convert comments to doc-strings.
8696         (gnus-registry-fetch-group): Autoload.
8697         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8698         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8699         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8700         caddr.
8701         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8702         nnmairix-request-group-with-article-number-correction call.
8703         (nnmairix-fast, nnmairix-group): New, less general names, for free
8704         variables passed from nnmairix-request-group to
8705         nnmairix-request-group-with-article-number-correction.  Declare.
8706         (nnmairix-request-group-with-article-number-correction):
8707         Use nnmairix-fast, nnmairix-group rather than fast, group.
8708
8709 2008-02-26  David Engster  <dengste@eml.cc>
8710
8711         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8712         version 0.5.
8713
8714 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8715
8716         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8717         instead of making an extra function call.  Don't add the current group
8718         to articles only when they have the group.  Use
8719         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8720         Reported by David <de_bb@arcor.de>.
8721
8722 2008-02-24  Miles Bader  <miles@gnu.org>
8723
8724         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8725         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8726         (mm-find-mime-charset-region):
8727         * mm-bodies.el (mm-encode-body):
8728         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8729
8730 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8731
8732         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8733         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8734
8735 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8736
8737         * mail-source.el (mail-source-delete-incoming): Change default.
8738         Supplement doc string.
8739
8740         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8741
8742 2008-02-14  Glenn Morris  <rgm@gnu.org>
8743
8744         * time-date.el (format-seconds): New function.
8745
8746 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8747
8748         * nnmail.el (nnmail-message-id-cache-file): Derive from
8749         `gnus-home-directory'.
8750
8751 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8752
8753         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8754         Document negative prefix.
8755
8756         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8757
8758 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8759
8760         * message.el (message-unsent-separator): Add the Exim bounce
8761         separator.
8762
8763 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8764
8765         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8766         list.
8767         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8768         recipient/signer list.
8769
8770 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8771
8772         * Makefile.in (datarootdir): Define.
8773         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8774         name that might contain whitespace.
8775
8776 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8777
8778         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8779         fbound (Emacs 23 unicode), signal an error.
8780
8781 2008-02-08  Glenn Morris  <rgm@gnu.org>
8782
8783         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8784
8785 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8786
8787         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8788         ports to the calls to `netrc-machine-user-or-password' in addition to
8789         "imap" and "imaps".
8790
8791 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8792
8793         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8794
8795         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8796
8797 2008-02-01  Kenichi Handa  <handa@m17n.org>
8798
8799         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8800         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8801         (rfc2104-hash): Convert the result of concat to unibyte string.
8802
8803 2008-02-01  Dave Love  <fx@gnu.org>
8804
8805         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8806         coding-system-for-read.
8807         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8808
8809 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8810
8811         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8812         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8813         <hanche@math.ntnu.no>.
8814
8815 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8816
8817         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8818
8819         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8820
8821 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8822
8823         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8824         * message.el (message-beginning-of-line): Use featurep instead of bound
8825         tests in order to resolve conditionals at compile time.
8826
8827 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8828
8829         * mail-source.el (mail-sources): Add `group' choice.
8830
8831         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8832         parameter `in-group' to control into which group the articles go.
8833         Add treatment of `group' mail-source.
8834
8835 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8836
8837         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8838
8839         * mm-decode.el (mm-dissect-buffer): Decode description.
8840
8841         * mml.el (mml-to-mime): Encode message header first.
8842
8843 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8844
8845         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8846         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8847
8848         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8849         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8850
8851 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8852
8853         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8854
8855 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8856
8857         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8858         prefix keys.
8859         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8860         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8861         gnus-xmas.el.
8862
8863         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8864         (gnus-xmas-article-describe-bindings): New function.
8865         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8866         gnus-xmas-article-describe-bindings.
8867
8868         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8869
8870 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8871
8872         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8873         Add new variables for article mark management.
8874         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8875         list of extra data entries which, when present, will indicate that the
8876         article ID should not be trimmed from the registry.
8877         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8878         functions.
8879         (gnus-registry-read-mark): New function to read a mark name from the
8880         user.
8881         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8882         (gnus-registry-set-article-mark-internal): New functions to add and
8883         remove marks.
8884         (gnus-registry-get-article-marks): New function to show the marks for
8885         an article, or retrieve them for further use.
8886
8887 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8888
8889         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8890         keys when no argument is given.
8891
8892 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8893
8894         * imap.el (imap-ping-server): New variable.
8895         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8896         (imap-ping-server): Minor doc string fixes.
8897
8898 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8899
8900         * imap.el (imap-ping-server): New function.
8901         (imap-opened): Call imap-ping-server.
8902
8903 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8904
8905         * gnus-sum.el (gnus-article-sort-by-random)
8906         (gnus-thread-sort-by-random): Fix doc strings.
8907         Reported by jidanni@jidanni.org.
8908
8909 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8910
8911         * gnus-art.el (gnus-article-describe-bindings): New function.
8912         (gnus-article-read-summary-keys): Use it.
8913         (gnus-article-mode-map): Bind `C-h b' to it.
8914
8915 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8916
8917         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8918         XEmacs.
8919         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8920         Protect against non-character events.
8921
8922         * lpath.el: Fbind map-keymap for Emacs 21.
8923
8924 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8925
8926         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8927         New command.
8928         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8929         instead of END.  Change name of the temp file.
8930         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8931         customizable.
8932
8933 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8934
8935         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8936         bind `S W' to gnus-article-wide-reply-with-original; set default
8937         binding to gnus-article-read-summary-send-keys.
8938         (gnus-article-read-summary-keys): Fix the order of keys; display
8939         continuation keys correctly in the echo area; describe bindings
8940         correctly when keys end with `C-h'.
8941         (gnus-article-read-summary-send-keys): New function.
8942         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8943         Work for gnus-article-read-summary-send-keys; display continuation keys
8944         correctly in the echo area.
8945         (gnus-article-reply-with-original): Ignore prefix argument.
8946         (gnus-article-wide-reply-with-original): New function.
8947
8948         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8949         Emacs 21.
8950
8951 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8952
8953         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8954         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8955
8956 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8957
8958         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8959         (gnus-group-read-ephemeral-gmane-group): New command.
8960
8961 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8962
8963         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8964
8965 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8966
8967         * message.el (message-send-mail-function): Increase custom version.
8968
8969         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8970         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8971
8972 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8973
8974         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8975         for the cases where imap-authenticate is called with a nil buffer
8976         parameter.
8977
8978 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8979
8980         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8981         html parts correctly; support forwarded messages.
8982         (gnus-article-browse-html-article): Remove work buffers.
8983
8984         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8985         compiling.
8986         (netrc-bound-and-true-p): New macro.
8987         (netrc-parse): Use it instead of bound-and-true-p that is not available
8988         in XEmacs 21.4.
8989
8990 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8991
8992         * gnus-registry.el (gnus-registry-mark-article)
8993         (gnus-registry-article-marks): Add functionality to mark articles
8994         through the Gnus registry.
8995
8996         * encrypt.el: Clarify documentation for the new pgg method.
8997         (encrypt-file-alist): Add PGG option.
8998         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8999         functionality.  Abstract password key and messaging to external
9000         functions.
9001         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9002         (encrypt-message-method-and-cipher): Add new convenience external
9003         functions.
9004         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9005         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9006
9007         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9008         (netrc-parse): Use encrypt-file-alist to determine if
9009         encrypt-find-model or encrypt-insert-file-contents should be used.
9010
9011         * encrypt.el: Clarify documentation.  Load password-cache or
9012         password, whichever one is found first, instead of autoloading.
9013
9014 2007-12-19  Glenn Morris  <rgm@gnu.org>
9015
9016         * mml.el (message-options-set, message-narrow-to-head)
9017         (message-in-body-p, message-mail-p, message-encode-message-body):
9018         Autoload.
9019         (message-remove-header, message-narrow-to-headers-or-head)
9020         (message-subscribed-p, message-make-mail-followup-to)
9021         (message-position-on-field, message-news-p)
9022         (message-options-set-recipient, message-generate-headers)
9023         (message-sort-headers): Declare as functions.
9024
9025 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9026
9027         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9028         convention in doc string.
9029
9030 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9031
9032         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9033         title to html parts.
9034         (gnus-article-browse-html-article): Pass message header to it.
9035
9036         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9037
9038 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9039
9040         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9041         or password compatible with XEmacs.
9042
9043 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9044
9045         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9046         format document.
9047         (gnus-mime-delete-part): Don't write description line if empty.
9048         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9049
9050 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
9051
9052         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9053         (gnus-summary-mark-read-and-unread-as-read)
9054         (gnus-summary-mark-current-read-and-unread-as-read)
9055         (gnus-summary-mark-unread-as-ticked): Doc fix.
9056         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9057
9058 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9059
9060         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9061         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9062
9063 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9064
9065         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9066         yes-or-no-p.
9067
9068 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9069
9070         * mm-decode.el (mm-add-meta-html-tag): New function.
9071         (mm-save-part-to-file, mm-pipe-part): Use it.
9072
9073         * gnus-art.el (gnus-article-browse-delete-temp-files):
9074         Use gnus-y-or-n-p instead of y-or-n-p.
9075         (gnus-article-browse-html-parts): Work with message/external-body; use
9076         mm-add-meta-html-tag.
9077
9078 2007-12-11  Glenn Morris  <rgm@gnu.org>
9079
9080         * gnus-cache.el: Require gnus-sum not just when compiling.
9081
9082         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9083
9084         * gnus-int.el (gnus-server-opened, gnus-status-message):
9085         Move definitions before use.
9086
9087         * mm-decode.el: Require gnus-util.
9088         (mm-remove-part): Only call delete-annotation on XEmacs.
9089
9090         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9091
9092         * nnmail.el: Require gnus-int.
9093
9094         * spam.el: Move `require's before `eval-when-compile's.
9095
9096         * gnus-ems.el (gnus-alive-p):
9097         * gnus-fun.el (message-goto-eoh):
9098         * gnus-util.el (gnus-group-name-decode):
9099         * mail-source.el (gnus-compress-sequence):
9100         * message.el (Info-goto-node, format-spec):
9101         * mm-bodies.el (message-options-get):
9102         * mm-decode.el (mm-view-pkcs7):
9103         * mm-util.el (gmm-write-region):
9104         * mml-smime.el (mml-compute-boundary)
9105         (gnus-completing-read-with-default):
9106         * mml.el (widget-button-press, gnus-make-hashtable):
9107         * mml1991.el (mm-decode-content-transfer-encoding)
9108         (mm-encode-content-transfer-encoding)
9109         (message-options-get, message-options-set):
9110         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9111         * nnfolder.el (gnus-request-group):
9112         * nnheader.el (ietf-drums-unfold-fws):
9113         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9114         * smime.el (gnus-run-mode-hooks):
9115         * spam-stat.el (gnus-message): Autoload.
9116
9117         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9118         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9119         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9120         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9121         Add declare-function compatibility definition.
9122
9123         * gnus-cache.el (nnvirtual-find-group-art):
9124         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9125         (gnus-add-image, gnus-add-wash-type):
9126         * gnus-group.el (nnkiboze-score-file):
9127         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9128         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9129         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9130         (message-tokenize-header, gnus-get-buffer-create)
9131         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9132         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9133         * gnus.el (gnus-group-decoded-name):
9134         * mail-source.el (imap-capability):
9135         * mm-bodies.el (message-options-set):
9136         * mm-decode.el (gnus-configure-windows):
9137         * mm-extern.el (message-goto-body):
9138         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9139         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9140         (epg-sub-key-validity, message-options-set):
9141         * mml.el (widget-event-point, gnus-configure-windows):
9142         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9143         * mml2015.el (epg-check-configuration, epg-configuration)
9144         (message-options-set):
9145         * nndb.el (nndb-request-article):
9146         * nnfolder.el (gnus-request-create-group):
9147         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9148         * nnmaildir.el (gnus-group-mark-article-read):
9149         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9150         * rfc1843.el (message-fetch-field):
9151         * spam.el (gnus-extract-address-components):
9152         Declare as functions.
9153
9154 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9155
9156         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9157
9158         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9159
9160         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9161         bind show-trailing-whitespace for XEmacs.
9162
9163 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9164
9165         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9166         new no-op macro for backward compatibility.
9167
9168         * imap.el (imap-string-to-integer): New function.
9169
9170 2007-12-09  Glenn Morris  <rgm@gnu.org>
9171
9172         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9173
9174         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9175         * message.el, mm-view.el, sieve-manage.el, smime.el:
9176         Add declare-function compatibility definition.
9177
9178         * gnus-art.el (w3-region, w3m-region, Info-menu):
9179         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9180         * gnus-sum.el (gnus-get-predicate):
9181         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9182         * message.el (mail-abbrev-in-expansion-header-p):
9183         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9184         (w3m-detect-meta-charset, w3m-region):
9185         * sieve-manage.el (password-read, password-cache-add)
9186         (password-cache-remove):
9187         * smime.el (password-read-and-add): Declare as functions.
9188
9189 2007-12-08  David Kastrup  <dak@gnu.org>
9190
9191         * gnus-sum.el (gnus-summary-simplify-subject-query):
9192         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9193         `message'.
9194
9195 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9196
9197         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9198         it to bind idna-program, installation-directory, defined-colors, and
9199         face-attribute for XEmacs of the version that compiles defcustom forms.
9200
9201 2007-12-07  Glenn Morris  <rgm@gnu.org>
9202
9203         * gnus-art.el (article-make-date-line): Revert previous change.
9204
9205 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9206
9207         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9208
9209 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9210
9211         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9212         Call gnus-add-to-range ranges only once with a prepared article-list.
9213
9214 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9215
9216         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9217         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9218         group names with backslashes.
9219         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9220
9221 2007-12-06  Deepak Goel  <deego3@gmail.com>
9222
9223         * gnus-art.el (article-make-date-line):
9224         * gnus-start.el (gnus-load):
9225         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9226
9227 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9228
9229         * gnus-art.el (gnus-use-idna)
9230         * gnus-start.el (gnus-site-init-file)
9231         * message.el (message-use-idna)
9232         * mm-uu.el (mm-uu-hide-markers)
9233         * smiley.el (smiley-style): Revert changes that suppress warnings.
9234
9235 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9236
9237         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9238         specify charset to html source.
9239         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9240
9241 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9242
9243         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9244         idna-program in order to suppress byte compile warning issued by XEmacs
9245         that came to byte compile the default value section of defcustom forms
9246         recently.
9247
9248         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9249         value of installation-directory.
9250
9251         * message.el (message-use-idna): Don't directly refer to the value of
9252         idna-program.
9253
9254         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9255
9256         * smiley.el (smiley-style): Don't directly call face-attribute.
9257
9258 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9259
9260         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9261
9262         * gnus-dired.el: Reduce Gnus dependencies.
9263         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9264         Don't require.  Use autoloads instead.
9265         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9266         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9267         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9268         (gnus-dired-mode): Adjust doc string.
9269         (gnus-dired-mail-mode): New variable.
9270         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9271         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9272         (gnus-dired-mail-buffers): New function.  Return mail or message
9273         composition buffers.
9274         (gnus-dired-attach): Use it.
9275         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9276         NO-DECODE.
9277         (gnus-dired-print): Use `gnus-print-buffer' depending on
9278         `gnus-dired-mail-mode'.
9279
9280 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9281
9282         * rfc2047.el (rfc2047-encoded-word-regexp)
9283         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9284         explaining what regexp patterns are for.
9285
9286 2007-12-04  Glenn Morris  <rgm@gnu.org>
9287
9288         * password.el: Move to password-cache.el.
9289
9290         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9291         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9292         * mml-smime.el (password-read, password-cache-add)
9293         (password-cache-remove):
9294         No need to autoload, since mml-sec requires password.
9295
9296         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9297         * message.el (gnus-extract-address-components):
9298         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9299
9300         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9301         password.
9302
9303 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9304
9305         * mailcap.el: Reduce dependencies.
9306         (mail-header-parse-content-type): Autoload.
9307         (mailcap-delete-duplicates): New alias.
9308         (mailcap-mime-info): Add optional argument NO-DECODE.
9309         (mailcap-mime-types): Use mailcap-delete-duplicates.
9310
9311         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9312
9313 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9314
9315         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9316         (imap-parse-status): Upcase status-att for servers that sends them
9317         lower-case (e.g., MS Exchange 2007).
9318
9319 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9320
9321         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9322         function.
9323
9324         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9325         (gnus-uu-yenc-article): New function.
9326
9327         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9328
9329         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9330
9331 2007-12-02  Glenn Morris  <rgm@gnu.org>
9332
9333         * binhex.el (binhex): New custom group.
9334         (binhex-decoder-program, binhex-decoder-switches)
9335         (binhex-use-external): Move to the binhex custom group.
9336
9337         * uudecode.el (uudecode): New custom group.
9338         (uudecode-decoder-program, uudecode-decoder-switches)
9339         (uudecode-use-external): Move to the uudecode custom group.
9340
9341         * netrc.el (top-level): Don't load `encrypt' features.
9342         (netrc-parse): Don't use encrypt.
9343         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9344
9345         * encrypt.el: Remove file.
9346
9347 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9348
9349         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9350         matches on patches.
9351
9352         * gnus-art.el (gnus-article-browse-html-article):
9353         Mention `mm-text-html-renderer' in the doc string.
9354
9355         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9356         string.  Add comments.
9357
9358         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9359         if rhs is ASCII.
9360
9361 2007-12-01  Glenn Morris  <rgm@gnu.org>
9362
9363         * mail-source.el (top-level): Require format-spec before
9364         eval-when-compile.
9365
9366 2007-11-30  Glenn Morris  <rgm@gnu.org>
9367
9368         * encrypt.el: Require password, rather than autoloading password-read.
9369
9370 2007-11-29  Glenn Morris  <rgm@gnu.org>
9371
9372         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9373         (sasl-make-client, sasl-next-step, sasl-step-data)
9374         (sasl-step-set-data): Declare as functions.
9375
9376 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9377
9378         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9379
9380 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9381
9382         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9383         certs should be verified and what is to be done in the event of a
9384         verification failure.
9385
9386         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9387         caller can indicate whether the cache should be disregarded for this
9388         call.  This way the result of the call is reproducible at all times and
9389         can be considered a canonical server name for the supplied method.
9390         (gnus-agent-method-p): Canonicalize server names by pushing their
9391         method through `gnus-method-to-server' using the no-cache argument.
9392
9393         * gnus-srvr.el (gnus-server-insert-server-line):
9394         Call `gnus-method-to-server' with `no-cache' argument.
9395
9396         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9397         gnus-agent-possibly-synchronize-flags as this should be called when the
9398         server is actually being opened.
9399         (gnus-agent-possibly-synchronize-flags)
9400         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9401         flags file of an agentized server to the latter function.
9402
9403         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9404         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9405         after a connection has been established successfully.
9406
9407 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9408
9409         * gnus-art.el (article-display-face): Force to display face if called
9410         interactively; check if gnus-article-x-face-too-ugly matches author.
9411         (article-display-x-face): Display face even if From header is missing
9412         as article-display-face does.
9413
9414 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9415
9416         * hashcash.el (message-narrow-to-headers-or-head)
9417         (message-fetch-field, message-goto-eoh)
9418         (message-narrow-to-headers): Declare as functions.
9419
9420 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9421
9422         * mail-source.el (mail-sources): Default to fetch from file for
9423         compatibility with default of nnmail-spool-file.
9424
9425 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9426
9427         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9428         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9429         to look for encoded word that should be encoded again.
9430         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9431         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9432         encoding pattern.
9433         (rfc2047-decode-region): Switch strict regexp and loose one according
9434         to rfc2047-allow-irregular-q-encoded-words.
9435
9436 2007-11-25  Romain Francoise  <romain@orebokech.com>
9437
9438         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9439
9440 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9441
9442         * tls.el (tls-program): Provide more custom choices from
9443         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9444         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9445
9446 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9447
9448         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9449         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9450
9451         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9452         `nnmail-spool-file'.
9453
9454         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9455         `nnmail-spool-file'.
9456
9457         * gnus-move.el (gnus-change-server): Ditto.
9458
9459         * gnus-kill.el (gnus-batch-score): Ditto.
9460
9461         * gnus-cache.el (gnus-jog-cache): Ditto.
9462
9463         * gnus-msg.el (gnus-summary-reply):
9464         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9465
9466 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9467
9468         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9469         version.  Minor improvement to doc strings.
9470         (tls-program): Add comment.
9471
9472 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9473
9474         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9475         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9476         mismatch between the hostname provided in the certificate and the name
9477         of the host connnecting to.
9478         (open-tls-stream): Use them.  Check certificates against trusted root
9479         certificates.
9480
9481 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9482
9483         * gnus-cache.el (gnus-cache-generate-nov-databases):
9484         Use nnml-generate-nov-databases-directory instead of
9485         nnml-generate-nov-databases-1.
9486
9487 2007-11-24  Glenn Morris  <rgm@gnu.org>
9488
9489         * message.el (message-tool-bar-retro): Update for rename
9490         mail_send.xpm->mail-send.xpm.
9491
9492 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9493
9494         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9495         `smime-ldap-search' for Emacs 22 and up.
9496
9497 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9498
9499         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9500
9501         * message.el (message-send-mail-function): Fix error convention.
9502         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9503         (message-widen-reply, message-send-mail, message-talkative-question)
9504         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9505         (message-clone-locals, message-send-news): Use with-current-buffer.
9506         (message-insert-or-toggle-importance): Remove unused var `valid'.
9507         (message-make-references): Remove unused var `new-references'.
9508         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9509
9510 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9511
9512         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9513         (spam-split-symbolic-return-positive): Reflow docstring.
9514         (spam-backends, spam-summary-exit-behavior)
9515         (spam-mark-ham-unread-before-move-from-spam-group)
9516         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9517         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9518         (spam-clear-cache, spam-backend-check, spam-install-backend)
9519         (spam-install-statistical-backend, spam-list-of-processors)
9520         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9521         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9522         (spam-check-crm114, spam-initialize, spam-unload-hook):
9523         Fix typos in docstrings.
9524
9525 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9526
9527         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9528         been checked if they have never been read and those group levels are
9529         higher than the one that a user specified.
9530
9531 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9532
9533         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9534         foreign groups unless a group level is specified by a user.
9535         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9536
9537 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9538
9539         * message.el (message-send-mail-function): Require sendmail.
9540
9541 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9542
9543         * message.el (message-send-mail-function): Check for smtpmail too.
9544
9545         * utf7.el (utf7-encode, utf7-decode): Use coding system
9546         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9547
9548         * message.el (message-send-mail-function): New function.
9549         (message-send-mail-function): Set default using
9550         message-send-mail-function.  Adjust doc string.
9551         (message-send-mail-with-mailclient): New function.
9552
9553 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9554
9555         * smime.el (from):
9556         * rfc2047.el (message-posting-charset):
9557         * qp.el (mm-use-ultra-safe-encoding):
9558         * pop3.el (parse-time-months):
9559         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9560         * nnml.el (files):
9561         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9562         (jka-compr-compression-info-list, ange-ftp-path-format)
9563         (efs-path-regexp):
9564         * nndiary.el (files):
9565         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9566         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9567         (epg-digest-algorithm-alist, inhibit-redisplay)
9568         (password-cache-expiry):
9569         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9570         (pgg-output-buffer, password-cache-expiry):
9571         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9572         (efs-path-regexp):
9573         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9574         (inhibit-redisplay):
9575         * mm-uu.el (file-name, start-point, end-point, entry)
9576         (gnus-newsgroup-name, gnus-newsgroup-charset):
9577         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9578         (latin-unity-ucs-list):
9579         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9580         (mm-uu-binhex-decode-function):
9581         * message.el (gnus-message-group-art, gnus-list-identifiers)
9582         (rmail-enable-mime-composing, gnus-local-organization)
9583         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9584         (gnus-read-active-file, facemenu-add-face-function)
9585         (facemenu-remove-face-function, gnus-article-decoded-p)
9586         (tool-bar-mode):
9587         * mail-source.el (display-time-mail-function):
9588         * gnus-util.el (nnmail-pathname-coding-system)
9589         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9590         (gnus-original-article-buffer, gnus-user-agent)
9591         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9592         (xemacs-codename, sxemacs-codename, emacs-program-version):
9593         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9594         * gnus-start.el (gnus-agent-covered-methods)
9595         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9596         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9597         (gnus-newsgroup-headers, gnus-group-list-mode)
9598         (gnus-group-mark-positions, gnus-newsgroup-data)
9599         (gnus-newsgroup-unreads, nnoo-state-alist)
9600         (gnus-current-select-method, mail-sources)
9601         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9602         (nnmail-spool-file, gnus-cache-active-hashtb):
9603         * gnus-mh.el (mh-lib-progs):
9604         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9605         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9606         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9607         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9608         (gnus-group-buffer):
9609         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9610         (font-lock-set-defaults):
9611         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9612         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9613         (gnus-summary-post-menu, total-parts, type, condition, length):
9614         * gnus-agent.el (gnus-agent-read-agentview):
9615         * flow-fill.el (show-trailing-whitespace):
9616         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9617         eval-and-compile wrappers for byte compiler pacifiers.
9618
9619         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9620         (mm-display-inline-fontify): Check for featurep 'xemacs not
9621         extent-list.
9622
9623         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9624         itimer-list.
9625         (mm-create-image-xemacs): Only do something for XEmacs.
9626         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9627
9628         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9629
9630         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9631         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9632
9633 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9634
9635         * nnimap.el (nnimap-split-download-body):
9636         * gnus-demon.el (gnus-demon):
9637         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9638
9639 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9640
9641         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9642         New macros.
9643         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9644         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9645         copy data from unibyte buffer to multibyte current buffer.
9646         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9647         to copy data from unibyte current buffer to multibyte buffer.
9648         (nntp-make-process-buffer): Make process buffer unibyte.
9649
9650         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9651
9652 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9653
9654         * pop3.el (pop3-open-server): Accept and process data more robustly at
9655         connexion start to avoid spurious "POP SSL connexion failed" errors.
9656
9657 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9658
9659         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9660         read group names.
9661
9662 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9663
9664         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9665
9666 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9667
9668         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9669         (nnmail-save-active): Use a unibyte buffer when saving active file,
9670         which may contain non-ASCII group names.
9671
9672         * nnml.el (nnml-request-group): Decode group names in messages.
9673
9674 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9675
9676         * message.el (message-citation-line-function)
9677         (message-insert-formatted-citation-line): Fix spelling of
9678         `message-insert-formated-citation-line'.
9679
9680 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9681
9682         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9683
9684 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9685
9686         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9687         nnmail-pathname-coding-system.
9688
9689         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9690         that a user enters; decode group names in messages.
9691
9692         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9693
9694 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9695
9696         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9697
9698         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9699
9700         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9701         risky local variable.
9702
9703         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9704
9705 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9706
9707         * encrypt.el: Improve documentation to fix function name typo.
9708         Reported by Daiki Ueno <ueno@unixuser.org>.
9709
9710 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9711
9712         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9713         even if the point is not in the last page of an article.
9714         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9715         back to the previous page.
9716
9717 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9718
9719         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9720
9721 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9722
9723         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9724
9725 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9726
9727         * message.el (message-check-news-body-syntax):
9728         Avoid mm-string-as-multibyte.
9729         (message-hide-headers): Don't assume (point-min)==1.
9730
9731 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9732
9733         * message.el (message-remove-blank-cited-lines): Fix if remove is
9734         given.
9735         (message-bogus-address-regexp): New variable.
9736         (message-bogus-recipient-p): New function.
9737         (message-check-recipients): New command.
9738         (message-syntax-checks): Add `bogus-recipient'.
9739         (message-fix-before-sending): Add `bogus-recipient'.
9740
9741         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9742         (gnus-treat-body-boundary): Don't test window-system.
9743
9744 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9745
9746         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9747
9748 2007-10-28  Miles Bader  <miles@gnu.org>
9749
9750         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9751         at compile-time too.
9752
9753 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9754
9755         * gnus-msg.el (gnus-message-setup-hook):
9756         Add `message-remove-blank-cited-lines' to options.
9757
9758 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9759
9760         * message.el (message-remove-blank-cited-lines): New function.
9761         Suggested by Karl Plästerer.
9762
9763 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9764
9765         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9766         mapc.
9767
9768         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9769         (top-level): Use mapc to set functions to be traced for debugging.
9770
9771         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9772         called for effect with while loop.
9773
9774         * message.el (message-talkative-question): Replace mapcar called for
9775         effect with mapc.
9776
9777         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9778         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9779         called for effect with dolist.
9780
9781         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9782
9783         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9784         gnus-extra-headers and nnmail-extra-headers.
9785
9786         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9787         called for effect with dolist.
9788         (top-level): Use mapc to set functions to be traced for debugging.
9789
9790         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9791         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9792         dolist.
9793
9794         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9795         Replace mapcar called for effect with mapc.
9796         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9797         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9798         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9799         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9800
9801         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9802         remove-if that's a cl function.
9803
9804         * webmail.el (webmail-debug): Replace mapcar called for effect with
9805         dolist.
9806
9807         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9808         with mapc.
9809
9810 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9811
9812         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9813         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9814         with while loop.
9815
9816         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9817         functions from article-* functions.
9818         (gnus-multi-decode-header): Replace mapcar called for effect with
9819         dolist.
9820
9821         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9822         (gnus-bookmark-show-details): Replace mapcar called for effect with
9823         while loop.
9824
9825         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9826         called for effect with while loop.
9827
9828         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9829         with dolist.
9830
9831         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9832         Replace mapcar called for effect with dolist.
9833
9834         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9835
9836         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9837         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9838         Replace mapcar called for effect with dolist.
9839         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9840         mapc.
9841
9842         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9843         Replace mapcar called for effect with dolist.
9844         (gnus-topic-list): Replace mapcar called for effect with mapc.
9845
9846         * gnus.el: Use mapc instead of mapcar to add autoloads.
9847
9848 2007-10-23  Richard Stallman  <rms@gnu.org>
9849
9850         * gnus-group.el (gnus-group-highlight): Mark as risky.
9851
9852 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9853
9854         * gnus.el (gnus-server-to-method): Return method found first in
9855         gnus-newsrc-alist.
9856
9857         * gnus-art.el (gnus-article-highlight-signature)
9858         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9859         button overlay without the front stickiness.
9860
9861 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9862
9863         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9864         overview buffer needed a catch to receive its throw.
9865         (gnus-agent-flush-cache): Declare as interactive to make this function
9866         easier to use.
9867
9868 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9869
9870         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9871         `next-line'.
9872
9873 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9874
9875         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9876         exclude address matching message-dont-reply-to-names.
9877
9878 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9879
9880         * gnus-util.el (gnus-string<): New function.
9881
9882         * gnus-sum.el (gnus-article-sort-by-author)
9883         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9884
9885 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9886
9887         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9888         the frame-focus tag is set in gnus-buffer-configuration.
9889
9890 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9891
9892         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9893         the front stickiness.
9894
9895 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9896
9897         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9898         url pattern; remove duplicate one.
9899         (gnus-article-extend-url-button): New function.
9900         (gnus-article-add-buttons): Use it.
9901         (gnus-button-push): Use concatenated url that it makes.
9902
9903 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9904
9905         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9906
9907 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9908
9909         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9910         Don't hardcode point-min==1.
9911
9912 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9913
9914         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9915         Fix comment about "iso8859-1".
9916
9917 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9918
9919         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9920         ones returned from the verify-function.
9921
9922         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9923         Call mml2015-extract-cleartext-signature if extraction failed.
9924
9925 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9926
9927         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9928         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9929         failed.
9930
9931 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9932
9933         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9934
9935 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9936
9937         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9938         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9939         recommends to use EasyPG instead of PGG.
9940
9941         * pgg.el: Revert to revision 6.23.2.16.
9942
9943         * pgg-def.el: Revert to revision 6.6.2.14.
9944
9945         * pgg-gpg.el: Revert to revision 6.23.2.34.
9946
9947 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9948
9949         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9950         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9951         thread for both the null and zero (kill/expire thread) universal prefix
9952         cases.
9953         (gnus-summary-expire-thread): Add new function to expire a thread,
9954         using gnus-summary-kill-thread.
9955         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9956         shortcuts for gnus-summary-expire-thread.
9957         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9958         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9959
9960 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9961
9962         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9963         extras value, so an extras entry can be deleted.
9964         (gnus-registry-delete-extra-entry): Use it.
9965         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9966         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9967         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9968         storage through the gnus-registry, and provide an appropriate API for
9969         it.
9970
9971 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9972
9973         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9974         Suggested by Leo <sdl.web@gmail.com>.
9975
9976         * gnus.el: Do.
9977
9978 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9979
9980         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9981         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9982
9983         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9984
9985         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9986         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9987
9988 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9989
9990         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9991         newline.
9992         (nnmbox-request-accept-article): Don't change article in source buffer;
9993         narrow to header to use message-fetch-field rather than
9994         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9995         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9996         as delimiters; make sure article ends with newline.
9997         (nnmbox-delete-mail): Correct last position of article to be deleted;
9998         ignore X-Gnus-Newsgroup header in article body.
9999         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10000         positions; make sure article ends with newline.
10001
10002         * message.el (message-display-abbrev): Don't infloop when a user
10003         inserts SPC in the beginning of header.
10004
10005         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10006         coding-system-for-read and coding-system-for-write for XEmacs having no
10007         file-coding feature.
10008
10009         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10010
10011 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10012
10013         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10014         list of groups not followed by default.  Fix type to be regexp.
10015         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10016
10017 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10018
10019         * hmac-def.el (define-hmac-function): Switch from old-style to
10020         new-style backquotes.
10021
10022         * md4.el (md4-make-step): Likewise.
10023
10024 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10025
10026         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10027         raw-text coding system when saving .newsrc file, which may contain
10028         non-ASCII group names.
10029
10030 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10031
10032         * gnus-cus.el (gnus-score-extra): New widget.
10033         (gnus-score-extra-convert): New function.
10034         (gnus-score-customize): Use it for Extra.
10035
10036 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10037
10038         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10039         (mml2015-mailcrypt-clear-verify): Use it.
10040         (mml2015-gpg-clear-verify): Use it.
10041         (mml2015-pgg-clear-verify): Use it.
10042         (mml2015-epg-clear-verify): Replace the current part with the output
10043         from GnuPG; don't extract the plaintext by itself.
10044
10045         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10046         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10047         mml2015-clear-verify-function; don't touch the armor headers or
10048         dash-escaped text here.
10049
10050 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10051
10052         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10053         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10054         parts, or application/octet-stream as a last resort.
10055         (gnus-mime-view-part-as-type): Don't toggle display.
10056         (gnus-mime-view-part-as-charset): Don't turn off display before
10057         querying charset.
10058
10059         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10060         stuff to undisplayer function in Emacs.
10061         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10062
10063         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10064         text/calendar parts.
10065
10066 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10067
10068         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10069         decoding text/calendar parts.
10070
10071         * message.el (message-forward-make-body-mime): Always mark body as
10072         having no illegible text; remove signed-or-encrypted argument.
10073         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10074
10075         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10076         (mml-generate-mime-1): Don't encode body if it is specified to be in
10077         raw form; don't make buffer be unibyte when inserting multibyte string.
10078
10079 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10080
10081         * sha1.el: Fix up comment style.
10082         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10083         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10084
10085         * hex-util.el: Fix up comment style.
10086         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10087
10088         * gnus-salt.el: Use with-current-buffer.
10089         (gnus-pick-setup-message): Fix long-standing typo.
10090
10091 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10092
10093         * imap.el (imap-logout-timeout): New variable.
10094         (imap-logout, imap-logout-wait): New functions.
10095         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10096
10097         * nnimap.el (nnimap-logout-timeout): New server variable.
10098         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10099         nnimap-logout-timeout.
10100
10101         * gnus-art.el (gnus-article-summary-command-nosave)
10102         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10103
10104 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10105
10106         * gnus.el (gnus-maximum-newsgroup): New variable.
10107
10108         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10109         according to gnus-maximum-newsgroup.
10110
10111         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10112         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10113         Limit the range of articles according to gnus-maximum-newsgroup.
10114
10115 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10116
10117         * gnus-art.el (gnus-sticky-article): Fix problems described in
10118         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10119         Don't perform gnus-configure-windows here; reuse existing sticky
10120         article buffer.
10121
10122         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10123         it doesn't exist in gnus-article-mode.
10124
10125 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10126
10127         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10128         (gnus-agent-decoded-group-name): New function.
10129         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10130         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10131
10132 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10133
10134         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10135         Add binding for gnus-sticky-article.
10136         (gnus-summary-exit): Don't kill sticky article buffers.
10137
10138         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10139         article buffer.
10140         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10141         (gnus-kill-sticky-article-buffers): New commands.
10142
10143 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10144
10145         * nntp.el (nntp-xref-number-is-evil): New server variable.
10146         (nntp-find-group-and-number): If it is non-nil, don't trust article
10147         numbers in the Xref header.
10148
10149 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10150
10151         * gnus-agent.el (gnus-agent-read-group): New function.
10152         (gnus-agent-flush-group, gnus-agent-expire-group)
10153         (gnus-agent-regenerate-group): Use it.
10154         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10155         nnmail-pathname-coding-system.
10156
10157 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10158
10159         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10160
10161         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10162         that are unread as unread, and also as selected so that information of
10163         marks having been changed by a user may be updated when exiting group.
10164
10165 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10166
10167         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10168
10169 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10170
10171         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10172         calculated ignoring signature parts to gnus-treat-article.
10173
10174 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10175
10176         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10177         a point here in order to keep the window start.
10178         (gnus-insert-mime-security-button): Make a button overlay without the
10179         front stickiness.
10180         (gnus-mime-display-security): Goto the end of a button.
10181
10182         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10183
10184 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10185
10186         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10187         group-name-at-point.
10188         (gnus-group-completing-read): New function that offers decoded
10189         non-ASCII group names for completion.
10190         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10191         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10192         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10193         (gnus-group-fetch-control): Use it.
10194         (gnus-fetch-group): Use group-name-at-point for the initial value
10195         rather than the default value; use gnus-alive-p.
10196
10197         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10198         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10199         (gnus-summary-post-news): Use gnus-group-completing-read.
10200
10201         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10202         (gnus-read-move-group-name): Decode group name for completion.
10203
10204 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10205
10206         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10207         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10208         Yamaoka slightly modified the code).
10209
10210 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10211
10212         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10213         (nnmail-split-incoming): Bind it.
10214
10215         * nnml.el (nnml-group-name-charset): New function.
10216         (nnml-decoded-group-name): Use it; don't decode group name if
10217         nnmail-group-names-not-encoded-p is non-nil.
10218         (nnml-encoded-group-name): New function.
10219         (nnml-group-pathname): Inline nnml-decoded-group-name.
10220         (nnml-request-expire-articles): Decode group name in message.
10221         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10222         nnmail-pathname-coding-system.
10223         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10224         not decoded ones according to nnmail-group-names-not-encoded-p.
10225         (nnml-generate-active-info): Use nnml-encoded-group-name.
10226
10227 2007-08-08  Glenn Morris  <rgm@gnu.org>
10228
10229         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10230         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10231         doc-strings and comments.
10232
10233 2007-07-25  Glenn Morris  <rgm@gnu.org>
10234
10235         * Relicense all FSF files to GPLv3 or later.
10236
10237 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10238
10239         * gnus-sum.el (gnus-summary-move-article):
10240         Make gnus-summary-respool-article work.
10241
10242 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10243
10244         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10245         string.
10246
10247 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10248
10249         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10250         that should be ignored when comparing distant RSS articles with local
10251         ones.
10252         (nnrss-make-hash-index): New function.  Create a hash index according
10253         to the ignored fields.
10254         (nnrss-check-group): Use it.
10255
10256 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10257
10258         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10259
10260         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10261
10262         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10263         the new optional argument ENCODED is non-nil.
10264         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10265         coding system for encoding group name.
10266         (gnus-group-make-rss-group): Pass un-encoded group name to
10267         gnus-group-make-group.
10268         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10269         encoded.
10270
10271         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10272         Encode group name to which articles are moved or copied.
10273         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10274         coding system for encoding Newsgroup, Followup-To and Xref headers.
10275
10276         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10277         marks; use nnheader-file-coding-system to write a file.
10278         (nnagent-retrieve-headers): Bind file-name-coding-system to
10279         nnmail-pathname-coding-system.
10280
10281         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10282
10283         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10284         (nnml-request-article, nnml-request-create-group)
10285         (nnml-request-rename-group, nnml-find-id)
10286         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10287         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10288         (nnml-save-marks): Use nnml-group-pathname instead of
10289         nnmail-group-pathname.
10290
10291         (nnml-request-create-group, nnml-request-expire-articles)
10292         (nnml-request-move-article, nnml-request-delete-group)
10293         (nnml-deletable-article-p, nnml-possibly-create-directory)
10294         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10295         (nnml-open-marks): Bind file-name-coding-system to
10296         nnmail-pathname-coding-system.
10297
10298         (nnml-request-article): Pass server argument to nnml-find-group-number.
10299         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10300         Pass server argument to nnml-possibly-create-directory.
10301         (nnml-request-accept-article): Pass server argument to
10302         nnml-active-number and nnml-save-mail.
10303         (nnml-find-group-number): Pass server argument to nnml-find-id.
10304         (nnml-request-update-info): Pass server argument to
10305         nnml-marks-changed-p.
10306
10307         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10308         (nnml-save-mail, nnml-active-number): Add server argument.
10309
10310         (nnml-request-delete-group): Warn if group is missing.
10311         (nnml-get-nov-buffer): Decode group name.
10312         (nnml-generate-active-info): Encode group name.
10313         (nnml-open-marks): Decode group name in messages.
10314
10315 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10316
10317         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10318         if it is not specified.
10319         (gnus-article-pipe-part, gnus-article-save-part)
10320         (gnus-article-interactively-view-part, gnus-article-copy-part)
10321         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10322         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10323         (gnus-article-replace-part, gnus-article-delete-part)
10324         (gnus-article-view-part-as-type): Pass raw prefix argument to
10325         gnus-article-part-wrapper.
10326
10327 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10328
10329         * gnus-agent.el (gnus-agent-save-active):
10330         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10331
10332         * gnus-cache.el (gnus-cache-save-buffers)
10333         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10334         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10335         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10336         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10337         (gnus-cache-generate-active, gnus-cache-rename-group)
10338         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10339         (gnus-cache-update-overview-total-fetched-for):
10340         Bind file-name-coding-system to nnmail-pathname-coding-system.
10341         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10342         New variables.
10343         (gnus-cache-decoded-group-name): New function.
10344         (gnus-cache-file-name): Use it.
10345         (gnus-cache-generate-active): Use non-decoded group name for active.
10346
10347         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10348         right place.
10349         (gnus-write-active-file): Don't break non-ASCII group names.
10350
10351         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10352         nnmail-pathname-coding-system.
10353
10354         * lpath.el: Bind default-file-name-coding-system,
10355         file-name-coding-system and language-info-alist for XEmacs.
10356
10357         * gnus-uu.el (gnus-uu-decode-save): Typo.
10358
10359 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10360
10361         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10362
10363 2007-07-14  David Kastrup  <dak@gnu.org>
10364
10365         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10366         finishing actions if we did not edit the article.
10367
10368 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10369
10370         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10371         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10372         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10373         (gnus-agent-flush-group, gnus-agent-flush-cache)
10374         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10375         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10376         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10377         (gnus-agent-regenerate-group)
10378         (gnus-agent-update-files-total-fetched-for)
10379         (gnus-agent-update-view-total-fetched-for):
10380         Bind file-name-coding-system to nnmail-pathname-coding-system.
10381         (gnus-agent-group-pathname): Don't encode file names by
10382         nnmail-pathname-coding-system.
10383         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10384         coding-system-for-write instead of buffer-file-coding-system to
10385         gnus-agent-file-coding-system.
10386
10387         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10388         Decode group name.
10389
10390         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10391
10392         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10393         (gnus-read-newsrc-el-file): Make group names unibyte.
10394
10395         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10396         nnmail-pathname-coding-system.
10397
10398         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10399         (nnrss-request-delete-group): Bind file-name-coding-system to
10400         nnmail-pathname-coding-system.
10401         (nnrss-read-server-data, nnrss-read-group-data):
10402         Bind file-name-coding-system correctly.
10403         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10404
10405         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10406         (nntp-server-to-method-cache): New variable.
10407         (nntp-group-pathname): New function that decodes non-ASCII group names.
10408         (nntp-possibly-create-directory, nntp-marks-changed-p)
10409         (nntp-save-marks, nntp-open-marks): Use it.
10410         (nntp-possibly-create-directory, nntp-open-marks):
10411         Bind file-name-coding-system to nnmail-pathname-coding-system.
10412         (nntp-open-marks): Decode group names when bootstrapping marks.
10413
10414         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10415         Newsgroups and Folowup-To headers.
10416
10417 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10418
10419         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10420         (gnus-server-closed-face, gnus-server-denied-face)
10421         (gnus-server-offline-face): Remove variable.
10422         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10423
10424         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10425         of modifying message-stack directly for XEmacs.
10426
10427         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10428         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10429         if the coding-system argument is nil for XEmacs.
10430
10431         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10432         mm-charset-override-alist.
10433
10434         * rfc2047.el: Don't require base64; require rfc2045 for the function
10435         rfc2045-encode-string.
10436         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10437         to quote the parameter value.
10438
10439 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10440
10441         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10442         form in gnus-group-name-charset-method-alist.
10443
10444         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10445         overrides the default layout edit-form.
10446
10447         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10448
10449         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10450
10451 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10452
10453         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10454         as unfetched articles.
10455
10456 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10457
10458         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10459
10460 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10461
10462         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10463         original back end that keeps marks in the local system.
10464
10465 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10466
10467         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10468         arg of pop-to-buffer for XEmacs.
10469         (gnus-article-read-summary-keys): Ditto; don't restore window
10470         configuration if summary command ends up with neither article buffer
10471         nor summary buffer; describe bindings if summary keys end with C-h.
10472
10473 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10474
10475         * message.el (message-fix-before-sending): Skip raw message part to be
10476         forwarded while checking illegible text.
10477         (message-forward-make-body-mime, message-forward-make-body):
10478         Mark signed or encrypted raw message as having no illegible text.
10479
10480 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10481
10482         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10483         (gnus-message-with-timestamp-1): New macro.
10484         (gnus-message-with-timestamp): New function.
10485         (gnus-message): Use them.
10486
10487         * nnheader.el (nnheader-message): Use them.
10488
10489 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10490
10491         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10492         .newsrc.eld file.
10493
10494 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10495
10496         * gnus-agent.el (gnus-agent-fetch-headers)
10497         (gnus-agent-retrieve-headers):
10498         Bind gnus-decode-encoded-address-function to identity.
10499
10500         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10501         available also when the server returns simply a dot.
10502
10503         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10504
10505 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10506
10507         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10508
10509 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10510
10511         * gnus-ems.el (gnus-x-splash): Make it work.
10512
10513         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10514         from being used.
10515
10516         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10517
10518 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10519
10520         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10521         4th and the 5th arguments.
10522
10523         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10524         the front stickiness.
10525         (gnus-article-summary-command-nosave): Correct the order of the
10526         arguments passed to pop-to-buffer.
10527         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10528         summary command ends up with the article buffer.
10529
10530         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10531         the same faces.
10532
10533 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10534
10535         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10536
10537 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10538
10539         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10540         * gnus-sum.el (gnus-summary-highlight):
10541         * pgg.el (pgg-sign-region, pgg-sign):
10542         * mail-source.el (mail-source-delete-old-incoming-confirm):
10543         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10544
10545 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10546
10547         * gnus-art.el (gnus-mime-view-part-externally)
10548         (gnus-mime-view-part-internally): Fix predicate function passed to
10549         completing-read.
10550
10551         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10552
10553         * gnus.el (gnus-update-message-archive-method): Add :version.
10554
10555 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10556
10557         * gnus.el (gnus-update-message-archive-method): New variable.
10558
10559         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10560         according to gnus-message-archive-method if
10561         gnus-update-message-archive-method is non-nil.
10562
10563 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10564
10565         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10566         Suggested by Loic Dachary <loic@dachary.org>.
10567         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10568
10569 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10570
10571         * message.el (message-pop-to-buffer): Add switch-function argument.
10572         (message-mail): Pass switch-function argument to it.
10573
10574 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10575
10576         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10577         Improve doc string.
10578
10579 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10580
10581         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10582         (gnus-header-content)
10583         * gnus-cite.el (gnus-cite-10)
10584         * gnus-srvr.el (gnus-server-closed)
10585         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10586         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10587         (gnus-group-mail-3-empty, gnus-group-mail-low)
10588         (gnus-group-mail-low-empty, gnus-splash)
10589         * message.el (message-header-to, message-header-cc)
10590         (message-header-subject, message-header-other, message-header-name)
10591         (message-header-xheader, message-separator, message-cited-text)
10592         (message-mml): Lighten colors of faces used for dark background.
10593
10594 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10595
10596         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10597         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10598
10599 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10600
10601         * message.el (message-narrow-to-headers-or-head):
10602         Ignore mail-header-separator in the body.
10603
10604 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10605
10606         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10607         same as window size.
10608
10609 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10610
10611         * message.el (message-font-lock-keywords): Use message-header-xheader
10612         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10613         ahead of the anything pattern, to get it recognised.
10614
10615 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10616
10617         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10618         spam.el loads uses it in the compiled defadvice form.
10619
10620 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10621
10622         * gnus-sum.el (gnus-articles-to-read)
10623         (gnus-summary-insert-old-articles): Don't truncate group name for
10624         `read-string'.
10625
10626         * gnus-util.el (gnus-limit-string): Delete this function.
10627
10628         * gnus-sum.el (gnus-simplify-subject-fully):
10629         Use `truncate-string-to-width' instead.
10630
10631 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10632
10633         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10634         Tell if, on summary exit, the next group has to be selected.
10635         (gnus-summary-exit): Use it.
10636
10637 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10638
10639         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10640         non-break space.
10641
10642 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10643
10644         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10645         Check if group is not a directory.
10646         (nnfolder-request-expire-articles): Don't delete articles if the target
10647         group is not available.
10648
10649         * nnml.el (nnml-request-create-group): Properly check if group is not a
10650         file.
10651         (nnml-request-expire-articles): Don't delete articles if the target
10652         group is not available.
10653
10654         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10655         Don't quote characters that are within parentheses.
10656
10657 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10658
10659         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10660         (gnus-handle-ephemeral-exit): Select article according to it.
10661
10662 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10663
10664         * message.el (message-insert-formated-citation-line): Remove newline.
10665         (message-citation-line-format): Add final \n here so that the user can
10666         avoid a blank line.
10667
10668 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10669
10670         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10671         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10672         Update lanl/arXiv support.
10673
10674 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10675
10676         * gnus.el: Bump version number.
10677
10678 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10679
10680         * gnus.el (gnus-version-number): Bump version.
10681
10682 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10683
10684         * gnus.el: No Gnus v0.6 is released.
10685
10686 2007-04-27  Didier Verna  <didier@xemacs.org>
10687
10688         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10689         * gmm-utils.el (gmm-regexp-concat): ... here.
10690         * message.el: Don't require 'gnus-util.
10691         (message-dont-reply-to-names): Handle name change above.
10692         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10693
10694 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10695
10696         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10697         since the initial value varies according to the system.
10698
10699 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10700
10701         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10702
10703 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10704
10705         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10706
10707 2007-04-24  Didier Verna  <didier@xemacs.org>
10708
10709         Improve the type of gnus-ignored-from-addresses.
10710         * gnus-util.el (gnus-orify-regexp): New function.
10711         * message.el (gnus-util): Require it.
10712         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10713         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10714         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10715
10716 2007-04-24  Didier Verna  <didier@xemacs.org>
10717
10718         * gnus-sum.el:
10719         * gnus-utils.el: Fix some trailing whitespaces.
10720
10721 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10722
10723         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10724         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10725         article's Message-ID; refer parent article in summary buffer.
10726
10727         * message.el (message-bounce): Call mime-to-mml.
10728
10729         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10730         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10731         optimize and/or forms properly.
10732
10733 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10734
10735         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10736         URL.
10737
10738 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10739
10740         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10741
10742 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10743
10744         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10745         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10746         displayed of multipart/alternative part if it is invoked from summary
10747         buffer.
10748
10749         * mm-view.el (mm-inline-text-html-render-with-w3m)
10750         (mm-inline-text-html-render-with-w3m-standalone)
10751         (mm-inline-render-with-function): Use mail-parse-charset by default.
10752
10753 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10754
10755         * parse-time.el (parse-time-string-chars): Check if CHAR
10756         is less than the length of parse-time-syntax.
10757
10758 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10759
10760         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10761         from gnus-newsgroup-processable.
10762
10763 2007-04-16  Didier Verna  <didier@xemacs.org>
10764
10765         * gnus-msg.el (gnus-configure-posting-styles):
10766         Handle message-signature-directory properly with :file syntax.
10767         Reported by "Leo".
10768
10769 2007-04-11  Didier Verna  <didier@xemacs.org>
10770
10771         New user option: message-signature-directory.
10772         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10773         * message.el (message-insert-signature): Ditto.
10774         * message.el (message-signature-file): Doc update.
10775         * message.el (message-signature-directory): New.
10776
10777 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10778
10779         * gnus-msg.el (gnus-inews-yank-articles):
10780         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10781
10782 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10783
10784         * message.el (message-yank-original): Make sure cited text ends with
10785         newline; don't exchange point and mark.
10786
10787 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10788
10789         * tls.el (open-tls-stream): Properly handle case where there
10790         is no associated buffer.
10791
10792 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10793
10794         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10795         message-yank-original, make sure (< mark TEXT point).
10796
10797 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10798
10799         * message.el (message-fill-column): New variable.
10800         (message-mode): Use it.  Add comment on a possible new hook.
10801
10802         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10803         (nnmail-get-new-mail): Reformat.
10804
10805         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10806
10807         * gmm-utils.el: Fix Commentary.
10808         (gmm-tool-bar-from-list): Fix typo in doc string.
10809
10810 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10811
10812         * message.el (message-yank-original): Don't switch point and mark
10813         unnecessarily to put point and mark as documented.
10814
10815 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10816
10817         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10818         from the message heads.
10819
10820 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10821
10822         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10823         article buffer does not have a window.  This may not be the best
10824         solution but is certainly better than setting the start of the null,
10825         that is the current, window.
10826
10827 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10828
10829         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10830         (gnus-draft-setup): Run it.
10831
10832         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10833         gnus-score-fast-scoring.  Allow regexp.
10834         (gnus-score-headers): Use it.
10835
10836         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10837         XEmacs.
10838
10839         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10840         string.
10841         (gnus-button-alist): Also catch `<f1> k ...'.
10842         (gnus-treat-display-x-face): Fix doc string.
10843
10844 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10845
10846         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10847         evaluation of gnus-extended-version to ensure correct generation of the
10848         User-Agent header when message-generate-headers-first is used.
10849
10850 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10851
10852         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10853         hashcash-path is nil.  Don't call callback with incorrect number of
10854         parameters if val is 0.
10855
10856 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10857
10858         * message.el (message-required-news-headers):
10859         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10860
10861 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10862
10863         * tls.el (open-tls-stream): In handshake-waiting loop,
10864         don't wait more if there is output available to process.
10865
10866 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10867
10868         * tls.el (tls-program): Doc fix.
10869
10870 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10871
10872         * message.el (message-generate-new-buffers): Change the meaning of the
10873         nil value; add `standard' to the choices; treat t as `unique'; improve
10874         doc string.
10875         (gnus-select-frame-set-input-focus): Autoload.
10876         (message-buffer-name): Search for the existing message buffer if
10877         message-generate-new-buffers is nil or `standard'; treat the value t of
10878         message-generate-new-buffers as `unique'.
10879         (message-pop-to-buffer): Raise the frame already displaying the message
10880         buffer; clear the echo area after querying.
10881         (message-setup): Pass the `continue' argument to compose-mail.
10882         (message-mail): Prefer `switch-function' if it is given; search for the
10883         existing message buffer if the `continue' argument is non-nil; pass
10884         continue and switch-function arguments to compose-mail by way of
10885         message-setup.
10886         (message-mail-other-window): Adjust argument of message-setup.
10887         (message-mail-other-frame): Ditto.
10888
10889 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10890
10891         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10892         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10893         to turn font-lock on when turning gnus-message-citation-mode on.
10894
10895 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10896
10897         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10898         (mml-smime-function-alist): New variable; add epg as the backend.
10899         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10900         mml-smime- functions instead.
10901         * mm-view.el: Require smime.
10902
10903 2007-03-05  Didier Verna  <didier@xemacs.org>
10904
10905         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10906         instead of just inheritance for posting styles.
10907         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10908
10909 2007-02-24  Chris Moore  <dooglus@gmail.com>
10910
10911         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10912         * pgg-pgp.el (pgg-pgp-encrypt-region):
10913         * pgg-gpg.el (pgg-gpg-encrypt-region):
10914         Check pgg-encrypt-for-me if no other recipients.
10915
10916 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10917
10918         * tls.el (tls-certtool-program): Fix custom type.
10919
10920 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10921
10922         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10923         and point-at-eol instead of line-(beginning|end)-position.
10924
10925         * assistant.el (assistant-parse-buffer): Ditto.
10926
10927         * netrc.el (netrc-parse-services): Ditto.
10928
10929 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10930
10931         * mml2015.el (mml2015-epg-find-usable-key): New function.
10932         (mml2015-epg-sign): Use it.
10933         (mml2015-epg-encrypt): Use it.
10934
10935 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10936
10937         * message.el (message-make-in-reply-to): Quote name containing
10938         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10939         if there are special characters.  Reported by NAKAJI Hiroyuki
10940         <nakaji@jp.freebsd.org>.
10941
10942 2007-02-27  Didier Verna  <didier@xemacs.org>
10943
10944         Include the group parameters as well as the topic ones in the
10945         inheritance filter process.
10946         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10947         argument GROUP-PARAMS-LIST.
10948         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10949
10950 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10951
10952         * nntp.el (nntp-never-echoes-commands)
10953         (nntp-open-connection-functions-never-echo-commands): New variables.
10954         (nntp-send-command): Use them.
10955
10956 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10957
10958         * mml2015.el (mml2015-epg-verify): Simplify.
10959
10960 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10961
10962         * mml.el (mml-content-disposition-alist): New user option.
10963         (mml-content-disposition): New function.
10964         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10965         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10966
10967 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10968
10969         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10970         verification.
10971
10972 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10973
10974         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10975         articles posted in the last 24 hours.
10976
10977 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10978
10979         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10980
10981 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10982
10983         * nntp.el (nntp-send-command): Don't wait for echoes when
10984         nntp-open-ssl-stream is used.
10985
10986 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10987
10988         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10989         (gnus-message-add-citation-keywords)
10990         (gnus-message-remove-citation-keywords): Remove.
10991         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10992         directly, make the variables in font-lock-defaults buffer-local, add
10993         gnus-message-citation-keywords to them and then update the value of
10994         font-lock-keywords.
10995
10996 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10997
10998         * message.el (message-cite-original-1): Don't call
10999         gnus-article-highlight-citation.
11000
11001         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11002         citations; fix line count.
11003
11004 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11005
11006         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11007         (gnus-message-add-citation-keywords)
11008         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11009         versions of font-lock-add-keywords and font-lock-remove-keywords to
11010         work with XEmacs correctly.
11011
11012 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11013
11014         * gnus-cite.el (gnus-cite-face-list): Set the values of
11015         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11016         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11017         (gnus-message-cite-prefix-regexp): New variable.
11018         (gnus-message-search-citation-line): Use it; protect against long
11019         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11020         the 0th match data for Emacs.
11021         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11022         (gnus-message-add-citation-keywords): Append keywords rather than
11023         prepending; emulate font-lock-add-keywords if it is not available.
11024         (gnus-message-remove-citation-keywords):
11025         Emulate font-lock-remove-keywords if it is not available.
11026
11027         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11028
11029         * message.el (message-cite-prefix-regexp): Set the value of
11030         gnus-message-cite-prefix-regexp.
11031
11032 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11033
11034         * nnweb.el (nnweb-google-parse-1): Update parser.
11035
11036 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11037
11038         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11039
11040 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11041
11042         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11043         regexp.
11044
11045 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11046
11047         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11048         string-to-multibyte.
11049         (uudecode-decode-region-internal): Use it.
11050
11051         * lpath.el: Fbind string-as-multibyte for XEmacs.
11052
11053 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11054
11055         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11056         Fix custom choice.
11057
11058         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11059
11060 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11061
11062         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11063
11064         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11065         `write-region' to respect `mm-inhibit-file-name-handlers'.
11066
11067 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11068
11069         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11070         Use gnus-home-directory instead of "~/" or "$HOME".
11071
11072 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11073
11074         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11075         to mention filename.
11076         Add comments at beginning regarding usage.
11077         (encrypt-write-file-contents): Change interactive so a string is
11078         acceptable.  If the file has no associated model, show an error instead
11079         of a nonsense prompt.
11080
11081 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11082
11083         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11084         Thanks to Yoshihiko Yamada for kind notification of this typo.
11085
11086 2007-01-12  Kenichi Handa  <handa@m17n.org>
11087
11088         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11089         multibyte buffer.
11090
11091 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11092
11093         * gnus-score.el (gnus-score-fast-scoring): New variable.
11094         (gnus-score-headers): Use it.
11095
11096         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11097
11098         * message.el (message-cite-original-1):
11099         Call gnus-article-highlight-citation if requested.
11100         (message-make-from): Allow name and address as optional arguments.
11101
11102         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11103
11104         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11105         bugs to doc string.
11106         (gnus-button-alist): Add mid\\|message-id.
11107         (gnus-button-fetch-group): Extend for use in
11108         `browse-url-browser-function'.
11109         (gnus-button-url-regexp): Try to catch paired parentheses like in
11110         Wikipedia URLs.
11111
11112         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11113         Suggested by Simon Krahnke <overlord@gmx.li>.
11114
11115 2007-01-13  Romain Francoise  <romain@orebokech.com>
11116
11117         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11118         Update copyright.
11119
11120 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11121
11122         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11123
11124 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11125
11126         * gnus-registry.el (gnus-registry-unfollowed-groups)
11127         (gnus-registry-split-fancy-with-parent): Fix documentation.
11128
11129 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11130
11131         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11132         from nnweb groups.
11133
11134 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11135
11136         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11137         Xref urls.  Erase buffer before requesting head.
11138
11139         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11140
11141 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11142
11143         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11144         customizable.
11145
11146 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11147
11148         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11149         no signing key is found.
11150         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11151         no encrypting and/or signing key is found.
11152
11153 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11154
11155         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11156
11157 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11158
11159         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11160         headers read from disk with the ones newly found in the current search.
11161         This should no longer cause problems, because the article numbers in
11162         Gmane's `nov.php' output are ignored since the previous change.
11163
11164 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11165
11166         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11167
11168 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11169
11170         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11171         replace-regexp-in-string; bind url-version; fbind display-images-p and
11172         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11173         find-face and set-itimer-function for Emacs; bind itimer-list for
11174         Emacs.
11175
11176         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11177
11178 2007-01-01  Romain Francoise  <romain@orebokech.com>
11179
11180         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11181
11182 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11183
11184         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11185         `define-minor-mode' macro definition expanded properly.
11186         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11187         exclude it there.
11188
11189         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11190         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11191         `fboundp' test.
11192         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11193         This is OK to autoload in (S)XEmacs now.
11194
11195 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11196
11197         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11198         keystroke.
11199         (gnus-summary-limit-to-singletons): Fix typo.
11200
11201         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11202         else fails.
11203
11204 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11205
11206         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11207         docstring.
11208
11209         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11210         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11211         (gnus-summary-insert-dormant-articles): Fix typo in message.
11212
11213 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11214
11215         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11216         nil for XEmacs.
11217         (gnus-message-citation-mode): Don't autoload in XEmacs.
11218
11219         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11220
11221 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11222
11223         * nnimap.el (nnimap-expunge-search-string):
11224         Mention nnimap-search-uids-not-since-is-evil in docstring.
11225
11226 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11227
11228         * spam.el: Revert to make-obsolete-variable because
11229         define-obsolete-variable-alias is not supported in Emacs 21.
11230
11231         * spam.el (spam-ifile-path, spam-ifile-database-path)
11232         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11233         make-obsolete-variable.
11234         (spam-bsfilter-path, spam-bsfilter-program)
11235         (spam-spamassassin-path, spam-spamassassin-program)
11236         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11237         Don't use "path" inappropriately.
11238         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11239         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11240         variable names.
11241
11242 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11243
11244         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11245         summary buffer.
11246
11247         * password.el (password-cache-remove): Use clear-string to burn
11248         password, if available.
11249
11250 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11251
11252         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11253
11254         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11255
11256         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11257         (gnus-message-highlight-citation): Move defcustom here from
11258         gnus-cite.el.
11259         (gnus-message-citation-mode): Autoload.
11260
11261         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11262         checks to make it compile with XEmacs.
11263         (gnus-message-citation-mode): New minor mode.
11264         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11265         (gnus-message-highlight-citation): New variables.
11266         (gnus-message-search-citation-line)
11267         (gnus-message-add-citation-keywords)
11268         (gnus-message-remove-citation-keywords)
11269         (turn-on-gnus-message-citation-mode)
11270         (turn-off-gnus-message-citation-mode): New functions.
11271
11272 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11273
11274         * gnus-cite.el: Enable highlighting of different citation levels in
11275         message-mode.
11276
11277 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11278
11279         * message.el (message-make-fqdn): Fix comment.
11280         (message-bogus-system-names): Add ".local".
11281
11282         * spam.el (spam-ifile-path, spam-ifile-program)
11283         (spam-ifile-database-path, spam-ifile-database)
11284         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11285         Don't use "path" inappropriately.
11286         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11287         strings.
11288         (spam-check-ifile, spam-ifile-register-with-ifile)
11289         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11290         Use new variable names.
11291
11292         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11293         (gnus-treat-display-smileys): Simplify using
11294         gnus-image-type-available-p.
11295
11296         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11297         available.
11298
11299         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11300         Use `display-images-p' if available.
11301
11302 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11303
11304         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11305         one after turning on the buffer's multibyteness instead of decoding
11306         them directly in the unibyte buffer that causes unexpected conversion
11307         in Emacs 23 (unicode).
11308
11309 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11310
11311         * message.el (message-generate-hashcash): Fix custom type.
11312
11313 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11314
11315         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11316
11317 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11318
11319         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11320         disconnect icons.  Add help text.
11321
11322 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11323
11324         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11325         negated to be consistent with the others we handle.
11326
11327 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11328
11329         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11330         version of gnus-summary-buffer to something, so that we can use two
11331         article buffers at the same time.
11332
11333 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11334
11335         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11336         trigger all the extra headers.
11337         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11338         sorting.
11339
11340 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11341
11342         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11343         solid groups.
11344
11345 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11346
11347         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11348
11349 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11350
11351         * legacy-gnus-agent.el: Add Copyright notice.
11352
11353 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11354
11355         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11356
11357 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11358
11359         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11360
11361         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11362         to make it work reliably in CVS Emacs.
11363         (gnus-summary-limit-strange-charsets-predicate)
11364         (gnus-summary-limit-to-predicate): New functions.
11365
11366 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11367
11368         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11369         specifying array size.
11370         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11371         array if it is too small.
11372         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11373         (gnus-sort-threads-loop): New function.
11374
11375 2006-12-06  Chris Moore  <dooglus@gmail.com>
11376
11377         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11378         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11379
11380 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11381
11382         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11383         options.
11384
11385 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11386
11387         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11388         DOS-ing the recipient.
11389
11390         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11391         the headers when creating the mapping to avoid mismappings.
11392         (nnweb-gmane-create-mapping): Always nix out old mapping.
11393
11394 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11395
11396         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11397         and mm-verify-option to never.
11398
11399 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11400
11401         * message.el (message-signed-or-encrypted-p): New function.
11402         (message-forward-make-body): Use it.
11403
11404         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11405         Replace encode-coding-string with mm-encode-coding-string.
11406
11407 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11408
11409         * nneething.el (nneething-decode-file-name):
11410         Replace decode-coding-string with mm-decode-coding-string.
11411
11412         * gnus-int.el (gnus-open-server): Say failed server's name.
11413
11414 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11415
11416         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11417         strings to a single string.  Quote `errors-file-name'.
11418         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11419         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11420         Adjust calls.  Use `shell-quote-argument'.
11421
11422 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11423
11424         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11425         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11426
11427         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11428         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11429         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11430         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11431         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11432         (gnus-subscribe-newsgroup, gnus-1):
11433         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11434         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11435         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11436         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11437
11438 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11439
11440         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11441         keystroke.
11442         (gnus-summary-limit-to-bodies): Implement headersp.
11443
11444 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11445
11446         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11447
11448 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11449
11450         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11451
11452 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11453
11454         * message.el (message-generate-hashcash): Expand range of values to
11455         include `opportunistic'.
11456         (message-send-mail): Use it.
11457
11458 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11459
11460         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11461         and comment it.
11462
11463         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11464
11465 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11466
11467         * gnus-util.el (gnus-extract-address-components): Improve comment.
11468
11469 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11470
11471         * gnus-util.el (gnus-extract-address-components): Work with address in
11472         which the name portion contains @.
11473
11474         * lpath.el: Fbind custom-autoload.
11475
11476 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11477
11478         * gnus.el (gnus-start): Move custom group up.
11479         (gnus-select-method): Don't autoload, but make it available for
11480         `customize-variable'.
11481         (gnus-getenv-nntpserver): Don't autoload.
11482
11483 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11484
11485         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11486
11487 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11488
11489         * message.el (message-sendmail-extra-arguments): New variable.
11490         (message-send-mail-with-sendmail): Use it.
11491
11492 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11493
11494         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11495         mm-with-unibyte-current-buffer to make string unibyte.
11496
11497         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11498         mm-string-as-multibyte.
11499
11500 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11501
11502         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11503         Reported by Werner Koch <wk@gnupg.org>.
11504
11505 2006-11-14  Daiki Ueno  <ueno@p360>
11506
11507         * mml2015.el: Autoload epa-select-keys when compiling.
11508
11509 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11510
11511         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11512         message-options.
11513         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11514
11515 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11516
11517         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11518         EasyPG (< 0.0.6).
11519         (mml2015-always-trust): New user option.
11520         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11521         prompt.
11522
11523 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11524
11525         * nntp.el (nntp-authinfo-force): New variable.
11526         (nntp-send-authinfo): Use it.
11527
11528 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11529
11530         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11531         decode encoded words.  Improve prompt.  Add comment about forwarding.
11532         (message-replacement-char): Move up.
11533
11534 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11535
11536         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11537         instead of gnus-intersection because arguments of gnus-sorted-nunion
11538         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11539
11540 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11541
11542         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11543         (message-simplify-subject-functions):
11544         Enable message-strip-subject-encoded-words by default.
11545
11546 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11547
11548         * message.el (message-strip-subject-encoded-words): New function.
11549         (message-simplify-subject-functions): New variable.
11550         (message-simplify-subject): Use it.  Fix typo in doc string.
11551         Support message-strip-subject-encoded-words.
11552
11553 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11554
11555         * gnus-diary.el (gnus-diary-delay-format-function):
11556         * nndiary.el (nndiary-reminders):
11557         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11558
11559 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11560
11561         * gnus-art.el (article-hide-boring-headers): Fetch date from
11562         gnus-original-article-buffer to avoid problems with localized date
11563         strings.
11564
11565 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11566
11567         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11568
11569 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11570
11571         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11572         New variables.
11573         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11574         (mm-charset-synonym-alist): Move some entries to
11575         mm-codepage-iso-8859-list.
11576         (mm-charset-synonym-alist, mm-charset-override-alist):
11577         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11578
11579 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11580
11581         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11582
11583 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11584
11585         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11586         with Emacs 21 and XEmacs.
11587
11588 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11589
11590         * spam.el (spam-parse-address): New function for better parsing,
11591         catching errors, etc.
11592         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11593
11594 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11595
11596         * mm-view.el: Add interactive arg to html2text autoload.
11597
11598 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11599
11600         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11601
11602 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11603
11604         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11605         New variables.
11606         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11607         (mm-charset-synonym-alist): Move some entries to
11608         mm-codepage-iso-8859-list.
11609
11610         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11611
11612 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11613
11614         * message.el (message-citation-line-format)
11615         (message-insert-formated-citation-line): Fix implementation of %E, %N
11616         and %n according to the doc string.
11617
11618 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11619
11620         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11621         Use car-safe to avoid bad parses.
11622
11623 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11624
11625         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11626         names.
11627
11628         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11629
11630 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11631
11632         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11633         header.
11634
11635         * message.el (message-draft-headers): Add Date.
11636         (message-headers-to-generate): Fix typo in docstring.
11637
11638         * nndraft.el (nndraft-required-headers): New variable.
11639         (nndraft-generate-headers): Use it.
11640
11641         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11642
11643 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11644
11645         * gnus-registry.el (gnus-registry-wash-for-keywords)
11646         (gnus-registry-find-keywords): New functions to allow easy searching of
11647         articles that are in the registry.
11648
11649 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11650
11651         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11652         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11653         Reported by Damien Elmes <damien@repose.cx>.
11654
11655 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11656
11657         * gnus.el (gnus-mime): Remove unused custom group.
11658
11659 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11660
11661         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11662         "blank line" when searching for end of armor headers.
11663
11664 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11665
11666         * gmm-utils.el (gmm-write-region): Fix variable name.
11667
11668 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11669
11670         * gmm-utils.el (gmm-write-region): New function based on compatibility
11671         code from `mm-make-temp-file'.
11672
11673         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11674
11675         * nnmaildir.el (nnmaildir--update-nov)
11676         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11677         Use `gmm-write-region'.
11678
11679 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11680
11681         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11682         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11683
11684         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11685
11686         * message.el (message-replacement-char): New variable.
11687         (message-fix-before-sending): Use it.
11688         (message-simplify-subject): New function to remove duplicate code.
11689         (message-reply, message-followup): Use it.
11690
11691         * gnus-sum.el (gnus-summary-make-menu-bar):
11692         Clarify gnus-summary-limit-to-articles.
11693
11694 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11695
11696         * gnus-util.el (gnus-with-local-quit): New macro.
11697
11698         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11699
11700 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11701
11702         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11703         ignore non-string data.
11704
11705 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11706
11707         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11708         non-string data (needs to be done in the registry too).
11709
11710 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11711
11712         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11713         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11714         (gnus-registry-split-fancy-with-parent)
11715         (gnus-registry-fetch-simplified-message-subject-fast)
11716         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11717         Remove text properties on ingress into the registry and when it's saved.
11718         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11719         registry from entries with no groups.
11720
11721 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11722
11723         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11724         function to remove string properties.
11725
11726 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11727
11728         * gmm-utils.el (gmm): Adjust custom version.
11729
11730         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11731         Adjust custom version.
11732
11733         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11734
11735 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11736
11737         * gnus-art.el (gnus-insert-prev-page-button)
11738         (gnus-insert-next-page-button): Simplify.  Reformat.
11739
11740 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11741
11742         * gnus-art.el (gnus-insert-prev-page-button)
11743         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11744
11745 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11746
11747         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11748
11749 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11750
11751         * gnus-art.el (gnus-insert-mime-button)
11752         (gnus-insert-mime-security-button):
11753         Apply gnus-article-button-face to MIME and security buttons.
11754
11755 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11756
11757         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11758         readable.
11759
11760 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11761
11762         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11763
11764 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11765
11766         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11767         `browse-url-of-file' instead of `browse-url'.
11768
11769 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11770
11771         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11772         regexp.  Articles containing quotation were cut prematurely.
11773
11774 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11775
11776         * message.el (message-cite-original-1): Use nobody by default for the
11777         value of From header.
11778         (message-reply): Ditto.
11779
11780 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11781
11782         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11783         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11784         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11785
11786 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11787
11788         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11789         mails in the doc string.  Add some URLs in comment.
11790         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11791
11792 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11793
11794         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11795         backslashes handling and the way to find boundaries of quoted strings.
11796
11797 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11798
11799         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11800         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11801         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11802         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11803
11804 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11805
11806         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11807         doc string.
11808         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11809
11810 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11811
11812         * lpath.el: Fbind epg-check-configuration.
11813
11814 2006-09-06  Simon Josefsson  <jas@extundo.com>
11815
11816         * mml2015.el (mml2015-use): Doc fix, mention epg.
11817
11818 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11819
11820         * mml2015.el (mml2015-use): Default to epg, if available.
11821
11822 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11823
11824         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11825         message-sender.
11826         (mml1991-epg-encrypt): Ditto.
11827         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11828         message-sender.
11829         (mml2015-epg-encrypt): Ditto.
11830
11831 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11832
11833         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11834         several common directories.
11835
11836 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11837
11838         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11839         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11840
11841 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11842
11843         * gnus-art.el (article-decode-encoded-words): Make it fast.
11844
11845 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11846
11847         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11848
11849         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11850         in quoted string into `\'.
11851
11852 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11853
11854         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11855         Use standard-syntax-table.
11856
11857 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11858
11859         * gnus-art.el (gnus-decode-address-function): New variable.
11860         (article-decode-encoded-words): Use it to decode headers which are
11861         assumed to contain addresses.
11862         (gnus-mime-delete-part): Remove useless `or'.
11863
11864         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11865         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11866         (gnus-nov-parse-line): Use it to decode From header.
11867         (gnus-get-newsgroup-headers): Ditto.
11868         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11869
11870         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11871         (mail-decode-encoded-address-string): New alias.
11872
11873         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11874         New function.
11875         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11876         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11877         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11878         (rfc2047-decode-string): Ditto.
11879         (rfc2047-decode-address-region): New function.
11880         (rfc2047-decode-address-string): New function.
11881
11882 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11883
11884         * message.el (message-caesar-buffer-body): Allow rotating headers.
11885
11886         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11887
11888         * message.el (message-insert-formated-citation-line): Fix %f.
11889         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11890
11891 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11892
11893         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11894         (gnus-bookmark-mouse-available-p): New macro.
11895         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11896         (gnus-bookmark-bmenu-show-infos): Use it.
11897         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11898         (gnus-bookmark-bmenu-hide-infos): Ditto.
11899         (gnus-bookmark-remove-properties): New function.
11900         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11901         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11902         (gnus-bookmark-write-file): Bind coding-system-for-write.
11903         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11904         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11905         group before selecting it.
11906         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11907         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11908         quit-window if it is not available; use gnus-mouse-2 and bind it to
11909         gnus-bookmark-bmenu-select-by-mouse.
11910         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11911         (gnus-bookmark-bmenu-select-by-mouse): New function.
11912
11913 2006-08-13  Romain Francoise  <romain@orebokech.com>
11914
11915         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11916         space.
11917
11918 2006-08-10  Romain Francoise  <romain@orebokech.com>
11919
11920         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11921         (dns-mode-soa-auto-increment-serial): New user option.
11922         (dns-mode-soa-maybe-increment-serial): New function.
11923         (dns-mode): Add the latter to `write-contents-functions'.
11924
11925 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11926
11927         * compface.el (uncompface): Use binary rather than raw-text-unix.
11928
11929 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11930
11931         * compface.el (uncompface): Make sure the eol conversion doesn't take
11932         place when communicating with the external programs.
11933         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11934
11935 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11936
11937         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11938
11939 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11940
11941         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11942         Make it more robust by parsing author and date independently.
11943
11944 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11945
11946         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11947
11948 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11949
11950         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11951         first matching secret key.
11952         (mml2015-epg-encrypt): Ditto.
11953
11954         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11955         first matching secret key.
11956         (mml1991-epg-encrypt): Ditto.
11957
11958         * mml2015.el (mml2015-encrypt-to-self): New user option.
11959         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11960         mml2015-epg-encrypt-to-self is set.
11961
11962         * mml1991.el (mml1991-encrypt-to-self): New variable.
11963         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11964         mml1991-epg-encrypt-to-self is set.
11965
11966         * mml2015.el (mml2015-signers): New user option.
11967         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11968         (mml2015-epg-encrypt): Allow to select signing keys.
11969
11970         * mml1991.el (mml1991-signers): New variable.
11971         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11972         (mml1991-epg-encrypt): Allow to select signing keys.
11973
11974 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11975
11976         * nnheader.el (nnheader-insert-head): Make it work even if the file
11977         uses CRLF for the line-break code.
11978
11979 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11980
11981         * mml2015.el: Require mml-sec instead of password.
11982         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11983         (mml2015-cache-passphrase): Inherit the default value from
11984         mml-secure-cache-passphrase.
11985         (mml2015-passphrase-cache-expiry): Inherit the default value from
11986         mml-secure-passphrase-cache-expiry.
11987
11988         * mml1991.el: Require mml-sec instead of password.
11989         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11990         (mml1991-cache-passphrase): Inherit the default value from
11991         mml-secure-cache-passphrase.
11992         (mml1991-passphrase-cache-expiry): Inherit the default value from
11993         mml-secure-passphrase-cache-expiry.
11994
11995         * mml-sec.el: Require password.
11996         (mml-secure-verbose): New user option.
11997         (mml-secure-cache-passphrase): New user option.
11998         (mml-secure-passphrase-cache-expiry): New user option.
11999
12000 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12001
12002         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12003         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12004         andreas@altroot.de (Andreas Vögele).
12005
12006         FIXME: Use `tiny change'?
12007
12008 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12009
12010         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12011         workaround for the url package included with Emacs.
12012
12013         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12014
12015 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12016
12017         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12018         correctly.  This fixes a bug caused by the 2006-05-12 change.
12019
12020 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12021
12022         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12023         some information about the error when saying that the `bogus' mail
12024         group will be used.
12025
12026 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12027
12028         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12029         string.
12030
12031 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12032
12033         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12034
12035 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12036
12037         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12038
12039 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12040
12041         * mml1991.el (mml1991-function-alist): Add epg.
12042         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12043         (mml1991-epg-encrypt): New functions.
12044
12045 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12046
12047         * mml2015.el (mml2015-verbose): New variable.
12048         (mml2015-cache-passphrase): Ditto.
12049         (mml2015-passphrase-cache-expiry): Ditto.
12050         (mml2015-function-alist): Add epg.
12051         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12052         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12053         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12054         New functions.
12055
12056 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12057
12058         * message.el (message-cite-original-1): Preserve region when removing
12059         quoted text due to X-No-Archive in order to avoid bogus attribution
12060         when citing multiple messages.
12061
12062 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12063
12064         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12065         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12066
12067 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12068
12069         * gnus-diary.el (gnus-user-format-function-d)
12070         (gnus-user-format-function-D): Autoload.
12071
12072         * imap.el (Commentary): Fix typo.
12073
12074         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12075         2006-04-22 contribution.
12076
12077 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12078
12079         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12080         It didn't really fix the bogosity I'm seeing with solid web groups.
12081
12082 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12083
12084         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12085         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12086         created using server names.  If we use the feature without declaring
12087         it, Gnus does not properly manage server and group state.
12088
12089         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12090         bound.
12091
12092 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12093
12094         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12095         looking up the method using GROUP's prefix before inventing a new one.
12096         It is used on killed/unknown groups in various places where returning
12097         an all-new method isn't expected by the caller.
12098
12099         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12100         and match semantics of gnus-group-real-prefix.
12101
12102 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12103
12104         * nnmail.el (nnmail-broken-references-mailers): New variable.
12105         (nnmail-ignore-broken-references): New function generalizing
12106         nnmail-fix-eudora-headers.
12107         (nnmail-fix-eudora-headers): Now obsolete.
12108
12109         * gnus-art.el (gnus-button-handle-custom):
12110         Support `customize-apropos*'.
12111
12112 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12113
12114         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12115
12116         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12117         articles.
12118
12119 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12120
12121         * message.el (message-cite-reply-above): New variable.
12122         (message-yank-original): Use it.
12123
12124 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12125
12126         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12127
12128 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12129
12130         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12131         as read.
12132
12133         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12134
12135 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12136
12137         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12138         (gnus-bookmark-default-file): Use gnus-directory.
12139         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12140         Remove "*" in doc string.
12141         (gnus-bookmark-write-file): Simplify.
12142         (gnus-bookmark-maybe-sort-alist): Use `when'.
12143         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12144         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12145         Add FIXME about Emacs 21 and XEmacs compatibility.
12146         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12147         compatibility.
12148         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12149         compatibility.
12150         (gnus-bookmark-menu-heading): Fix version.
12151
12152 2006-06-19  Bastien Guerry  <bzg@altern.org>
12153
12154         * gnus-bookmark.el: New file.
12155
12156 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12157
12158         * message.el (message-syntax-checks): Doc fix.
12159
12160 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12161
12162         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12163         unsubscribed groups as if they were killed ones.  It causes duplicate
12164         entries in gnus-newsrc-alist.
12165
12166 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12167
12168         * message.el (message-syntax-checks): Doc fix.
12169         (message-send-mail): Add check for continuation headers.
12170         (message-check-news-header-syntax): Fix regexp used to check for
12171         continuation headers.
12172
12173 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12174
12175         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12176
12177 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12178
12179         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12180
12181 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12182
12183         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12184         default-truncate-lines.
12185
12186 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12187
12188         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12189         to fill the utf-8 entry.
12190
12191         * lpath.el: Fbind unicode-precedence-list.
12192
12193 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12194
12195         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12196
12197 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12198
12199         * gnus-agent.el (directory-files-and-attributes): Move all the way
12200         forward (the third and final move).
12201         (gnus-agent-read-agentview): Trap reconstruction errors due to
12202         nonexistent directory.  Handle by returning nil.
12203
12204 2006-05-30  Didier Verna  <didier@xemacs.org>
12205
12206         * message.el (message-dont-reply-to-names): Update the custom type.
12207         * message.el (message-dont-reply-to-names): New defsubst: potentially
12208         convert a list of regexps into a single one.
12209         * message.el (message-get-reply-headers): Use it.
12210         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12211
12212 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12213
12214         * gnus-agent.el (directory-files-and-attributes): Move forward.
12215
12216 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12217
12218         * gnus-ml.el (gnus-mailing-list-subscribe)
12219         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12220         (gnus-mailing-list-message): Fix doc strings.
12221
12222 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12223
12224         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12225         of doing it manually.
12226
12227 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12228
12229         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12230         comment.
12231
12232 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12233
12234         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12235         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12236         (gnus-agent-read-local): All symbols allocated in my-obarray.
12237         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12238         (gnus-agent-regenerate-group): Check numeric names to see if they are
12239         messages or groups.
12240         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12241         better way of do this...)
12242
12243         * gnus-cache.el (gnus-agent-total-fetched-for):
12244         Ignore 'dummy.group' (there should be a better way of do this...)
12245
12246 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12247
12248         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12249         (gnus-saved-headers): Ditto.
12250         (gnus-default-article-saver): Mention functions may have properties.
12251         (gnus-article-save): Override gnus-save-all-headers and
12252         gnus-saved-headers by :headers property which saver function may have.
12253         (gnus-summary-save-in-file): Add :headers property.
12254         (gnus-summary-write-to-file): Ditto.
12255
12256         * gnus-sum.el (gnus-summary-save-article): Bind
12257         gnus-prompt-before-saving to t when saving many articles in a file;
12258         always show all headers.
12259
12260         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12261
12262 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12263
12264         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12265         marks.
12266
12267         * message.el (message-indent-citation): Add optional arguments to allow
12268         using it outside of message buffers.
12269
12270         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12271         (gnus-article-treat-unfold-headers): Use it.
12272         (gnus-article-truncate-lines): New variable.
12273         (gnus-article-mode): Use it.
12274         (gnus-article-toggle-truncate-lines): New function.
12275
12276         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12277         Add gnus-article-toggle-truncate-lines.
12278
12279         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12280         coding system in XEmacs, use binary.
12281
12282 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12283
12284         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12285         after-load-alist.
12286
12287         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12288         this function should save decoded articles.
12289         (gnus-summary-write-to-file): Use property to specify this function
12290         should save decoded articles and specify gnus-summary-save-in-file
12291         should be used to save articles other than the first one when saving
12292         many articles.
12293         (gnus-summary-save-body-in-file): Use property to specify this
12294         function should save decoded articles.
12295         (gnus-summary-write-body-to-file): Use property to specify this
12296         function should save decoded articles and specify
12297         gnus-summary-save-body-in-file should be used to save articles other
12298         than the first one when saving many articles.
12299
12300         * gnus-sum.el (gnus-summary-save-article): Simplify.
12301
12302 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12303
12304         * gnus-art.el (gnus-default-article-saver):
12305         Add gnus-summary-write-body-to-file.
12306         (gnus-article-save-coding-system): Don't use coding system object
12307         in XEmacs.
12308         (gnus-read-save-file-name): Add optional `dir-var' argument which
12309         specifies directory in which files are saved; work even if optional
12310         `variable' argument is not specified.
12311         (gnus-summary-write-to-file): Read file name.
12312         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12313         (gnus-summary-write-body-to-file): New function.
12314
12315         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12316         (gnus-summary-local-variables): Add it.
12317         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12318         (gnus-summary-save-article): Remove optional `decode' argument;
12319         determine whether to decode articles by the value of
12320         gnus-default-article-saver; when saving many files using
12321         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12322         it first and use gnus-summary-save-in-file or
12323         gnus-summary-save-body-in-file thereafter unless
12324         gnus-prompt-before-saving is always; move point to article which
12325         will be saved.
12326         (gnus-summary-save-article-file): Revert.
12327         (gnus-summary-write-article-file): Revert.
12328         (gnus-summary-save-article-body-file): Revert.
12329         (gnus-summary-write-article-body-file): New function.
12330
12331 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12332
12333         * gnus-art.el (gnus-default-article-saver): Doc fix.
12334         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12335         from gnus-summary-save-article-coding-system, and default to a
12336         certain coding system.
12337         (gnus-output-to-file): Add coding cookie and encode text according
12338         to gnus-article-save-coding-system; don't use mm-append-to-file.
12339
12340         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12341         gnus-art.el and rename to gnus-article-save-coding-system.
12342         (gnus-summary-save-article): Require gnus-art; don't show all
12343         headers if it decodes articles; don't add coding cookie here;
12344         don't bind mm-text-coding-system-for-write.
12345         (gnus-summary-save-article-file): Save decoded articles.
12346         (gnus-summary-write-article-file): When saving many files, use
12347         gnus-summary-write-to-file first and gnus-summary-save-in-file
12348         thereafter unless gnus-prompt-before-saving is always.
12349         (gnus-summary-save-article-body-file): Save decoded articles.
12350
12351         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12352
12353 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12354
12355         * nnrss.el (nnrss-check-group): Bind hash-index.
12356
12357 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12358
12359         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12360         its hash index.  Store this hash in `nnrss-group-data'.
12361         (nnrss-read-group-data): Update accordingly.
12362
12363 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12364
12365         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12366         entry.
12367
12368         * gnus-sum.el (gnus-summary-make-menu-bar):
12369         Add gnus-article-browse-html-article.
12370
12371 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12372
12373         * gnus-sum.el (gnus-summary-mime-map):
12374         Add gnus-article-browse-html-article.
12375
12376         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12377
12378 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12379
12380         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12381         suitable coding systems in customize.
12382
12383 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12384
12385         * mail-source.el (mail-sources): Fix custom type.
12386
12387 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12388
12389         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12390         (gnus-summary-expire-articles-now): Shorten prompt.
12391
12392         * gmm-utils.el (wid-edit): Require.
12393         (defun-gmm): Rename from `gmm-defun-compat'.
12394         (gmm-image-search-load-path): Use it.
12395         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12396
12397 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12398
12399         * gnus-sum.el (gnus-summary-save-article-coding-system):
12400         New variable.
12401         (gnus-summary-save-article): Add optional `decode' argument.
12402         If it is set and gnus-summary-save-article-coding-system is non-nil,
12403         save decoded article.
12404         (gnus-summary-write-article-file): Save decoded article if
12405         gnus-summary-save-article-coding-system is non-nil.
12406
12407         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12408         type.
12409
12410 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12411
12412         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12413
12414 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12415
12416         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12417         first to test gnus-single-article-buffer which may be buffer-local.
12418
12419         * gnus-sum.el (gnus-summary-setup-buffer):
12420         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12421         group; make gnus-article-buffer, gnus-article-current, and
12422         gnus-original-article-buffer always buffer-local.
12423         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12424         group.
12425         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12426
12427 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12428
12429         * nnml.el (nnml-request-compact-group): Compressed files might not
12430         have .gz extension.
12431
12432 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12433
12434         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12435         (mm-copy-to-buffer): Use with-current-buffer.
12436         (mm-display-part): Simplify.
12437         (mm-inlinable-p): Add optional arg `type'.
12438
12439 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12440
12441         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12442         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12443         Try harder to show the attachment internally or externally using
12444         gnus-mime-view-part-as-type.
12445
12446 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12447
12448         * message.el (message-from-style, message-signature-separator)
12449         (message-user-organization-file, message-send-mail-function)
12450         (message-citation-line-function, message-yank-prefix)
12451         (message-indent-citation-function, message-signature)
12452         (message-signature-file, message-signature-insert-empty-line):
12453         Remove autoloads.
12454
12455         * gnus-art.el (gnus-buttonized-mime-types):
12456         Remove "multipart/signed".  Revert 2006-04-26 change.
12457
12458 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12459
12460         * gnus.el (gnus-version-number): Bump version.
12461
12462 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12463
12464         * gnus.el: No Gnus v0.5 is released.
12465
12466 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12467
12468         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12469         fetching articles by message-id.
12470
12471 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12472
12473         * message.el (hashcash): Require hashcash as normal.
12474
12475         * ecomplete.el (ecomplete-highlight-match-line):
12476         Use point-at-eol.
12477         (ecomplete-highlight-match-line): Use `highlight', because that
12478         face exists in both Emacs and XEmacs.
12479
12480         * message.el (message-display-abbrev): Use point-at-bol.
12481
12482         * mail-source.el: Don't require timer/timer-funcs.
12483
12484         * gnus-async.el: Ditto.
12485
12486         * password.el: Ditto.
12487
12488         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12489
12490         * mm-url.el: Ditto.
12491
12492         * gnus-xmas.el: Don't require timer-funcs.
12493
12494         * mm-util.el: Require timer/timer-funcs.
12495
12496 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12497
12498         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12499         Close.
12500
12501 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12502
12503         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12504         unibyte after clear-decrypt function runs.
12505
12506         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12507         returns as a unibyte string.
12508
12509 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12510
12511         * lpath.el: Revert.
12512
12513         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12514         (pgg-gpg-process-sentinel): Revert.
12515
12516         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12517         (pgg-pgp-lookup-key): Revert.
12518
12519         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12520         (pgg-pgp5-lookup-key): Revert.
12521
12522         * pgg.el (pgg-fetch-key): Revert.
12523
12524 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12525
12526         * lpath.el: Fbind string-as-multibyte for XEmacs.
12527
12528         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12529         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12530         (mml1991-pgg-encrypt): Ditto.
12531
12532         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12533         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12534         a multibyte buffer.
12535
12536         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12537         (pgg-pgp-lookup-key): Ditto.
12538
12539         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12540         (pgg-pgp5-lookup-key): Ditto.
12541
12542         * pgg.el (pgg-fetch-key): Ditto.
12543
12544 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12545
12546         * message.el (message-user-organization-file): Check several
12547         locations of the organization file.
12548
12549         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12550         Add gnus-article-view-part-as-type.
12551
12552         * gnus-art.el (gnus-article-view-part-as-type): New function.
12553
12554         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12555         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12556
12557         * mml.el: Simplify autoload.
12558         (mml-mode): defvar dnd-protocol-alist instead of using
12559         symbol-value.
12560         (mml-default-directory): New variable.
12561         (mml-minibuffer-read-file): Use it.
12562         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12563
12564         * message.el (message-citation-line-format): New variable.
12565         (message-insert-formated-citation-line): New function.
12566         (message-citation-line-function):
12567         Add `message-insert-formated-citation-line' to custom type.
12568
12569         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12570         to doc string.
12571
12572         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12573         depending on mm-verify-option.
12574
12575 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12576
12577         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12578         binding pgg-* variables; reimplement the section which prevents
12579         MIME header from being signed.
12580         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12581         pgg-text-mode; remove a blank line at the top of body.
12582
12583         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12584         lines at the top of body; use gnus-newsgroup-charset if there's no
12585         Charset header.
12586
12587 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12588
12589         * message.el (message-self-insert-commands): Doc fix.
12590
12591         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12592         (mm-uu-pgp-encrypted-test): Ditto.
12593         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12594         between header and body; return application/pgp-encrypted handle
12595         if decryption failed; decode decrypted body by charset.
12596
12597         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12598         element match to application/pgp-*.
12599
12600 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12601
12602         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12603         HTML.
12604
12605 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12606
12607         * mail-source.el (mail-source-call-script): Message the error
12608         string.
12609
12610 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12611
12612         * gnus-util.el (gnus-byte-compile): Use it.
12613
12614 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12615
12616         * gnus-util.el (kill-empty-logs): New function.
12617
12618 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12619
12620         * message.el (message-mail-alias-type): Doc fix.
12621         (message-mail-alias-type-p): New function.
12622         (message-send): Use it.
12623         (message-mode): Ditto.
12624         (message-strip-forbidden-properties): Ditto.
12625
12626         * ecomplete.el (ecomplete-database-file-coding-system):
12627         New variable.
12628         (ecomplete-save): Use it.
12629         (ecomplete-setup): Use it.
12630
12631 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12632
12633         * message.el (message-self-insert-commands): New variable.
12634         (message-strip-forbidden-properties): Use it.
12635
12636 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12637
12638         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12639         that doesn't make XEmacs choke.
12640
12641 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12642
12643         * gnus-util.el (gnus-replace-in-string):
12644         Prefer replace-regexp-in-string over of replace-in-string.
12645
12646 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12647
12648         * gnus-util.el (gnus-select-frame-set-input-focus):
12649         Use select-frame-set-input-focus if it is available in XEmacs; use
12650         definition defined in Emacs 22 for old Emacsen.
12651
12652         * dgnushack.el: Autoload unmorse-region for XEmacs.
12653
12654         * lpath.el: Bind cursor-in-non-selected-windows and
12655         select-frame-set-input-focus for XEmacs.
12656
12657 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12658
12659         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12660
12661 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12662
12663         * gnus-registry.el (gnus-registry-cache-save): Remove text
12664         properties when saving via the temp buffer.
12665
12666 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12667
12668         * message.el (message-generate-hashcash): Honor custom type.
12669
12670 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12671
12672         * message.el (message-generate-hashcash): Default to non-nil when
12673         hashcash is found.
12674
12675         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12676         (gnus-refer-thread-limit): Increase default to 500.
12677
12678         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12679
12680         * flow-fill.el (fill-flowed): Allow delete-space.
12681
12682 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12683
12684         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12685         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12686         Remove autoloads.
12687
12688 2006-04-18  Simon Josefsson  <jas@extundo.com>
12689
12690         * message.el (message-generate-hashcash): Default to.
12691
12692 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12693
12694         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12695         concatenating segments rather than before concatenating them.
12696
12697 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12698
12699         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12700
12701 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12702
12703         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12704
12705         * message.el (message-forward-make-body-plain):
12706         Allow message-forward-ignored-headers to be a list.
12707         (message-remove-ignored-headers): Factor out into function.
12708         (message-forward-make-body-mml): Use it.
12709
12710         * imap.el (imap-quote-specials): New function.
12711         (imap-login-auth): Quote specials.
12712
12713         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12714         (rfc2231-parse-string): Allow concatanation of parameters that
12715         aren't contiguous.  The test case is
12716           (mail-header-parse-content-type "message/external-body;
12717             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12718             access-type=LOCAL-FILE;
12719             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12720
12721 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12722
12723         * nntp.el (nntp-accept-process-output): Return the value of
12724         `nnheader-accept-process-output'.
12725
12726 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12727
12728         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12729         (gnus-button-alist): Recognize more diff formats.
12730         (gnus-button-patch): Strip directory.
12731
12732 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12733
12734         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12735         Emacs 22 when setting focus.
12736
12737 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12738
12739         * gnus-art.el (gnus-article-treat-types): Do treatment of
12740         text/x-verbatim parts.
12741         (gnus-button-patch): New command.
12742
12743         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12744         addresses that contain invalid characters.
12745
12746 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12747
12748         * message.el (message-put-addresses-in-ecomplete):
12749         Use gnus-replace-in-string.
12750         (message-is-yours-p): Use the more correct
12751         mail-header-parse-address instead of
12752         mail-extract-address-components.
12753         (message-put-addresses-in-ecomplete): Fix typo.
12754
12755         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12756         keystroke.
12757
12758         * gnus-art.el (gnus-treatment-function-alist): Change order of
12759         newsgroups/generic header folding to avoid double-folding.
12760
12761         * message.el (message-hidden-headers): Add X-Draft-From.
12762
12763         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12764         New command.
12765         (gnus-summary-repeat-search-article-backward): New command.
12766
12767         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12768         groups in the parent topic.
12769
12770 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12771
12772         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12773         (spam-extra-header-to-number): Return the CRM114 number as a
12774         number instead of a string.
12775
12776 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12777
12778         * gnus-art.el (gnus-face-properties-alist): Move here from
12779         gnus-fun.
12780
12781         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12782
12783 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12784
12785         * message.el (message-strip-forbidden-properties): Only display on
12786         self-insert-command.
12787
12788         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12789         reindent.
12790         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12791
12792 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12793
12794         * smiley.el (smiley-style): Fix typo.
12795
12796 2006-03-23  Kenichi Handa  <handa@m17n.org>
12797
12798         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12799         instead of set-buffer-multibyte.
12800
12801 2006-03-23  Kenichi Handa  <handa@m17n.org>
12802
12803         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12804         buffer and then decode the buffer text if necessary.
12805         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12806         first, and after mm-encode-body, change the buffer to unibyte.
12807
12808 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12809
12810         * hashcash.el (hashcash-insert-payment-async-2):
12811         Use message-goto-eoh instead of doing it manually.
12812         (mail-add-payment): Use message-narrow-to-header instead of trying
12813         to do the same itself.
12814
12815         * message.el (message-hidden-headers): Add Face.
12816
12817         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12818         reparenting code.
12819         (gnus-summary-reparent-children): Refactored out code.
12820         (gnus-summary-thread-map): New keystroke.
12821         (gnus-summary-reparent-children): Make into command.
12822
12823         * smiley.el (smiley-style): Default to `medium' if using a large
12824         font.
12825
12826         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12827         does it itself.
12828
12829         * message.el (message-point-in-header-p): Simplify definition.
12830
12831 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12832
12833         * nnagent.el (nnagent-request-set-mark): Silence log file
12834         writing.
12835         (nnagent-request-set-mark): Use write-region instead of
12836         append-to-file.
12837
12838         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12839         strange select method.
12840
12841         * ecomplete.el (ecomplete-display-matches): Get highlightling
12842         right.
12843         (ecomplete-display-matches): Use literals.
12844         (ecomplete-display-matches): Disable message logging.
12845
12846         * message.el (message-display-abbrev): Small optimization.
12847
12848         * ecomplete.el (ecomplete-display-matches): Allow automatic
12849         display.
12850
12851         * message.el (message-strip-forbidden-properties):
12852         Display abbrevs.
12853         (message-display-abbrev): Get automatic display right.
12854
12855         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12856         keystrokes.
12857
12858 2006-04-13  Romain Francoise  <romain@orebokech.com>
12859
12860         TODO: Backport to v5-10!
12861
12862         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12863         Move here (and rename) from gnus-registry.el.
12864
12865         * gnus-registry.el: Require gnus-util.
12866         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12867
12868 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12869
12870         * gnus-group.el (gnus-group-catchup-current):
12871         Change if-then-else-if-then-else into cond.
12872         (gnus-group-catchup): Indent.
12873         (group-name-at-point): New function.
12874         (gnus-fetch-group): Provide default from thing at point.
12875
12876 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12877
12878         * message.el (message-display-abbrev): Fix regexp.
12879
12880         * ecomplete.el (ecomplete-highlight-match-line):
12881         Reimplement choosing.
12882         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12883         dead variables.
12884
12885         * message.el (message-newline-and-indent): Remove debugging.
12886         (message-display-abbrev): Use new implementation.
12887
12888 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12889
12890         * gnus-art.el (gnus-article-mode):
12891         Set cursor-in-non-selected-windows to nil.
12892
12893         * smiley.el: Revert previous change.
12894         (smiley-data-directory): defvar it before using it in the
12895         defcustom of `smiley-style'.
12896
12897 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12898
12899         * message.el (message-newline-and-indent): New function.
12900
12901         * ecomplete.el: Implement more bits.
12902
12903         * message.el (message-put-addresses-in-ecomplete): Clean up the
12904         string.
12905
12906         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12907
12908         * gnus-sum.el (gnus-summary-save-parts):
12909         Bind gnus-summary-save-parts-counter and use it to make unique file
12910         names.
12911
12912         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12913
12914         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12915         parameter to say whether to actually parse the individual
12916         addresses.
12917
12918         * message.el (message-put-addresses-in-ecomplete): New function.
12919         (ecomplete): Require.
12920         (message-mail-alias-type): Add ecomplete as an option.
12921
12922 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12923
12924         * flow-fill.el (fill-flowed): Remove trailing space from blank
12925         quoted lines.
12926
12927 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12928
12929         * smiley.el (smiley-style): Move definition later to avoid a
12930         compilation warning.
12931
12932 2006-04-12  Kenichi Handa  <handa@m17n.org>
12933
12934         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12935         buffer and then decode the buffer text if necessary.
12936         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12937         first, and after mm-encode-body, change the buffer to unibyte.
12938         Use mm-disable-multibyte instead of set-buffer-multibyte.
12939
12940 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12941
12942         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12943         Content-Type header instead of Content-Disposition header.
12944         (gnus-mime-inline-part): Ditto.
12945         (gnus-mime-view-part-as-charset): Ignore charset that the part
12946         specifies.
12947
12948         * mm-decode.el (mm-display-part): Work with external parts and
12949         usual parts similarly.
12950
12951         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12952         instead of gnus-display-mime.
12953
12954         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12955         instead of with-temp-buffer.
12956
12957         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12958         tag to summarized topics part in order to encode non-ASCII text.
12959
12960 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12961
12962         * smiley.el (smiley-style): New variable.
12963         (smiley-directory): New function.
12964         (smiley-data-directory): Derive from `smiley-style' using
12965         `smiley-directory'.
12966         (smiley-regexp-alist): Add new entries.
12967
12968         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12969         (gnus-article-browse-delete-temp): Add :version.
12970
12971 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12972
12973         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12974         the sieve region.
12975
12976 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12977
12978         * gnus.el (gnus-version-number): Bump version.
12979
12980 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12981
12982         * gnus.el: No Gnus v0.4 is released.
12983
12984 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12985
12986         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12987         layout.
12988
12989         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12990         unknown charset.
12991
12992         * message.el (message-header-synonyms): Add Original-To to the
12993         default.
12994
12995         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12996         optional parameter.
12997
12998 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12999
13000         * gnus-fun.el (gnus): Require it for gnus-directory.
13001
13002 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13003
13004         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13005
13006 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13007
13008         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13009
13010 2006-04-05  Simon Josefsson  <jas@extundo.com>
13011
13012         * password.el (password-reset): New function.
13013
13014 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13015
13016         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13017         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13018
13019 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13020
13021         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13022         Some whitespace was matched into the url, which broke browsing hits
13023         > 100 when mm-url-use-external was nil.
13024
13025 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13026
13027         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13028         Check gnus-extra-headers for 'Newsgroups.
13029
13030         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13031         bound.
13032
13033 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13034
13035         * pgg-gpg.el: Clean up process buffers every time gpg processes
13036         complete.
13037
13038 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13039
13040         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13041         doc string.
13042
13043 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13044
13045         * pgg-gpg.el (pgg-gpg-process-filter)
13046         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13047
13048         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13049         lines, temporary fix.
13050
13051 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13052
13053         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13054
13055 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13056
13057         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13058         default-enable-multibyte-characters.  This reverts the change from
13059         revision 6.17 which is no longer necessary because the passphrase
13060         is sent separately now.  GnuPG messages are unreadable under
13061         multibyte locales with default-enable-multibyte-characters set to
13062         nil.
13063
13064 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13065
13066         * message.el (message-tool-bar-gnome): Move "spell".
13067
13068 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13069
13070         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13071         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13072         instead.
13073
13074 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13075
13076         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13077         Improve newsgroups handling for NNTP overviews which don't include
13078         Newsgroups.
13079
13080 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13081
13082         * message.el (message-resend): Bind message-generate-hashcash to nil.
13083
13084 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13085
13086         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13087         when searching for already-paid recipients.
13088
13089 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13090
13091         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13092         passphrases when it is not needed.
13093         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13094         passphrase stuff from gpg, should only be necessary when you use
13095         gpg with a smartcard.
13096
13097 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13098
13099         * mml.el (mml-insert-mime): Ignore cached contents of
13100         message/external-body part.
13101
13102         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13103         (mm-insert-part): Ditto.
13104
13105 2006-03-23  Simon Josefsson  <jas@extundo.com>
13106
13107         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13108         Reiner.
13109         (pgg-gpg-use-agent-p): Use it again.
13110
13111 2006-03-23  Simon Josefsson  <jas@extundo.com>
13112
13113         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13114         older emacsen.
13115         (pgg-gpg-use-agent-p): Don't use it.
13116
13117 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13118
13119         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13120         if we can.
13121
13122 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13123
13124         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13125         (pgg-gpg-update-agent): New function.
13126         (pgg-gpg-use-agent-p): New function.
13127         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13128         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13129         (pgg-gpg-sign-region): Use it.
13130
13131 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13132
13133         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13134         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13135
13136 2006-03-21  Simon Josefsson  <jas@extundo.com>
13137
13138         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13139         <wilde@sha-bang.de>.
13140         (pgg-gpg-use-agent): New variable.
13141         (pgg-gpg-process-region): Use it.
13142         (pgg-gpg-encrypt-region): Likewise.
13143         (pgg-gpg-encrypt-symmetric-region): Likewise.
13144         (pgg-gpg-decrypt-region): Likewise.
13145         (pgg-gpg-sign-region): Likewise.
13146         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13147
13148 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13149
13150         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13151
13152         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13153         Add comment on version.
13154
13155 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13156
13157         * smiley.el: Add missing test smiley.
13158
13159 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13160
13161         * mm-decode.el (mm-with-part): New macro.
13162         (mm-get-part): Use it; work with message/external-body as well.
13163         (mm-save-part): Treat name and filename equally.
13164
13165         * mm-extern.el (mm-extern-cache-contents): New function.
13166         (mm-inline-external-body): Use it; force the part to be displayed;
13167         move undisplayer added to the cached handle to the parent.
13168
13169         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13170         (gnus-mime-view-part-as-type): Work with message/external-body.
13171
13172         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13173
13174 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13175
13176         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13177         images in image-load-path.  [Sync with image.el, revision 1.60, in
13178         Emacs.]
13179
13180 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13181
13182         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13183         path rather than symbol.  Always return list of directories.
13184         Guarantee that image directory comes first.  [Sync with image.el,
13185         revision 1.59, in Emacs.]
13186
13187         * message.el (message-make-tool-bar): Adjust to new API of
13188         `gmm-image-load-path-for-library'.
13189
13190         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13191
13192         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13193
13194 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13195
13196         * gnus-art.el (gnus-article-only-boring-p):
13197         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13198         intangible text.
13199         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13200
13201 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13202
13203         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13204         Use `defun' instead of `gmm-defun-compat'.
13205
13206 2006-03-14  Simon Josefsson  <jas@extundo.com>
13207
13208         * message.el (message-unique-id): Don't use message-number-base36
13209         if (user-uid) is a float.
13210         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13211
13212 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13213
13214         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13215
13216         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13217         empty line between a part and a message part.
13218
13219 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13220
13221         * smiley.el: Add more test smileys.
13222         (smiley-data-directory, smiley-regexp-alist)
13223         (gnus-smiley-file-types): Fix doc strings.
13224         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13225         adding new elements.
13226         (smiley-mouse-map): Unused code.  Make it a comment.
13227
13228 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13229
13230         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13231         scan latest NoCeM messages instead of old ones.
13232         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13233         delimiters that are recently used.
13234         (gnus-nocem-load-cache): Add autoload cookie.
13235
13236         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13237
13238         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13239         level which is larger than gnus-use-nocem is specified.
13240
13241         * gnus-group.el (gnus-group-get-new-news): Ditto.
13242
13243 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13244
13245         * gnus-util.el (gnus-tool-bar-update): New function.
13246
13247         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13248         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13249
13250         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13251
13252         * gnus-group.el (gnus-group-redraw-when-idle)
13253         (gnus-group-redraw-check): Remove.
13254         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13255
13256 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13257
13258         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13259         if optional last element is specified in splits (FIELD VALUE...).
13260
13261 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13262
13263         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13264         to gmm-image-load-path-for-library.  Call with no-error argument.
13265         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13266
13267         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13268
13269         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13270
13271         * gmm-utils.el (gmm-image-load-path): Remove alias.
13272
13273 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13274
13275         * gmm-utils.el (gmm-image-load-path): Add alias.
13276
13277         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13278         nnml-generate-nov-databases-1.
13279         (nnml-generate-nov-databases): Use it.
13280         (nnml-generate-nov-databases-directory): Document no-active
13281         argument.
13282
13283         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13284         directory if path is t.  Add no-error.
13285
13286         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13287         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13288
13289         * gnus-art.el (gnus-article-browse-delete-temp-files):
13290         Simplify resetting gnus-article-browse-html-temp-list.
13291
13292         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13293         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13294         Add example to docstring.  Rename local variables.  Move error
13295         checks to default case in cond and simplify.
13296
13297 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13298
13299         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13300         handle is multipart when calling it recursively.
13301         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13302
13303 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13304
13305         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13306         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13307
13308 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13309
13310         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13311         is loaded.
13312
13313         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13314         loaded.
13315
13316 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13317
13318         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13319         to "Emacs 23 (unicode)" in doc string.
13320
13321         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13322         "Emacs 23 (unicode)" in comment.
13323
13324 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13325
13326         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13327
13328         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13329         characters 160 through 255 in Emacs 23.
13330
13331 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13332
13333         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13334         gnus-article-browse-html-temp.
13335         (gnus-article-browse-delete-temp): Make it customizable.
13336         Add `file'.  Adjust doc string.
13337         (gnus-article-browse-delete-temp-files): Add argument.
13338         Allow query for each file.  Adjust doc string.
13339         (gnus-article-browse-html-parts):
13340         Add `gnus-article-browse-delete-temp-files' to
13341         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13342
13343 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13344
13345         * gnus-art.el (gnus-article-browse-html-temp)
13346         (gnus-article-browse-delete-temp): New variables.
13347         (gnus-article-browse-delete-temp-files): New function.
13348         (gnus-article-browse-html-parts): Use it.
13349
13350 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13351
13352         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13353
13354         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13355         string.
13356
13357         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13358         gnus-summary-insert-new-articles when unplugged.
13359         Remove gnus-summary-search-article-forward.
13360
13361         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13362         display-visual-class instead of display-color-cells.
13363
13364 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13365
13366         * dgnushack.el: Autoload customize-group for XEmacs.
13367
13368         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13369         message/* containing non-ASCII text properly.
13370
13371 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13372
13373         * message.el: Require gmm-utils, remove autoloads.
13374         (message-tool-bar): Set default based on
13375         gmm-tool-bar-style.
13376         (message-tool-bar-gnome): Add gmm-customize-mode.
13377
13378         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13379         gmm-tool-bar-style.
13380         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13381
13382         * gnus-group.el (gnus-group-tool-bar): Set default based on
13383         gmm-tool-bar-style.
13384         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13385
13386         * gmm-utils.el (gmm-image-directory): Rename variable from
13387         gmm-image-load-path.
13388         (gmm-image-load-path): Use gmm-image-directory.
13389         (gmm-customize-mode): New function.
13390         (gmm-tool-bar-style): New variable.
13391
13392         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13393         gnus-group-redraw-line-number.
13394         (gnus-group-redraw-check): Simplify.
13395         (gnus-group-tool-bar-update): Remove redraw check.
13396         (gnus-group-make-tool-bar): Add redraw check.
13397
13398 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13399
13400         * gnus-art.el (gnus-button): Add missing parentheses.
13401
13402 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13403
13404         * lpath.el: Fbind line-number-at-pos.
13405
13406 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13407
13408         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13409
13410 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13411
13412         * gnus-art.el (gnus-button): New face.
13413         (gnus-article-button-face): Use it.
13414
13415         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13416         Add gnus-summary-next-page.  Re-order.
13417
13418         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13419         next-node are now included.
13420         (gnus-group-redraw-line-number): New internal variable.
13421         (gnus-group-redraw-check): Helper function for updating the tool
13422         bar.
13423         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13424
13425         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13426
13427         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13428         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13429         Use it to match format of Spamassassin 3.0 and later.
13430         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13431         (spam-check-bogofilter)
13432         (spam-bogofilter-register-with-bogofilter): Fix args of
13433         `gnus-error' calls.
13434
13435 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13436
13437         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13438         unnecessary interaction when sending queued mails.
13439         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13440
13441 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13442
13443         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13444         first or last are nil.
13445
13446 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13447
13448         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13449
13450 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13451
13452         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13453
13454 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13455
13456         * dns.el (query-dns): Protect more against buggy tcp output.
13457
13458 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13459
13460         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13461         nov.php.
13462
13463 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13464
13465         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13466         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13467         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13468         output on the server side.
13469         (nnweb-google-create-mapping): Update regexps and add some
13470         progress indication.
13471
13472 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13473
13474         * gnus-group.el (gnus-group-tool-bar-gnome):
13475         Fix gnus-agent-toggle-plugged.  Re-order icons.
13476         (gnus-group-tool-bar-gnome):
13477         Add gnus-group-{prev,next}-unread-group.
13478         (gnus-group-tool-bar-gnome): Re-order icons.
13479
13480         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13481         Move gnus-summary-insert-new-articles.
13482
13483         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13484         Fix comments.
13485
13486         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13487         also available in Emacs 21.3.
13488
13489         * message.el (message-fix-before-sending): Change "Emacs 22" to
13490         "Emacs 23 (unicode)" in comment.
13491
13492         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13493         "Emacs 23 (unicode)" in comment.
13494
13495         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13496         comment.
13497         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13498
13499         * mm-view.el (mm-fill-flowed): Add :version.
13500
13501 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13502
13503         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13504         and load-path.
13505
13506 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13507
13508         * message.el: Autoload gmm-image-load-path.
13509         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13510         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13511         consitency.
13512
13513         * gmm-utils.el (gmm-image-load-path): Also search in
13514         "../etc/images".  Don't set gmm-image-load-path if we don't find
13515         the image.
13516
13517 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13518
13519         * gmm-utils.el (gmm-image-load-path): Don't make
13520         `gmm-image-load-path' include subdirectories which the second arg
13521         `image' might specify.
13522
13523         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13524         subdirectory to icon file names.
13525
13526         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13527
13528 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13529
13530         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13531         gmm-image-load-path calls.
13532
13533         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13534
13535         * message.el (message-make-tool-bar): Ditto.
13536
13537         * mml.el (mml-preview): Add comment concerning tool bar icons.
13538
13539         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13540         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13541
13542         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13543         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13544
13545         * message.el (message-tool-bar-gnome): Use new icon names.
13546         (message-make-tool-bar): Use `gmm-image-load-path'.
13547
13548         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13549         New functions from MH-E.
13550         (gmm-image-load-path): New variable from MH-E.
13551         (gmm-image-load-path): New function from MH-E.  Add arguments
13552         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13553         *-image-load-path-called-flag.
13554
13555 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13556
13557         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13558
13559 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13560
13561         * nnimap.el (nnimap-request-move-article): Change folder back to
13562         source group before deleting.
13563
13564 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13565
13566         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13567
13568         * gnus-art.el (mm-url-insert-file-contents-external):
13569         Autoload mm-url.
13570
13571         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13572
13573 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13574
13575         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13576         coding system which mm-charset-to-coding-system returns for a
13577         given charset is valid.
13578
13579 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13580
13581         * html2text.el (html2text-remove-tag-list):
13582         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13583
13584 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13585
13586         * gnus-cus.el: Revert 2005-10-17 change.
13587
13588 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13589
13590         * gnus-art.el (article-strip-banner):
13591         Call article-really-strip-banner only when the regexp match is made.
13592
13593 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13594
13595         * gnus-art.el (article-strip-banner):
13596         Use gnus-extract-address-components instead of
13597         mail-header-parse-addresses to make it work with non-ASCII text;
13598         remove mail-encode-encoded-word-string.
13599
13600         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13601         values which are surrounded with \"...\"; make it never cause a
13602         Lisp error; give up parsing of parameters if it failed in
13603         extracting type.
13604
13605 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13606
13607         * smime.el (smime-cert-by-ldap-1): Fix bug where
13608         `smime-ldap-search' returns results without userCertificates.
13609
13610 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13611
13612         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13613
13614 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13615
13616         * spam.el (spam-check-spamassassin-headers): Adapt format for
13617         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13618         <ari@mbf.ocn.ne.jp>.
13619         (spam-list-of-processors): Add spam-use-gmane.
13620
13621 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13622
13623         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13624         make-temp-file; make it work with XEmacs as well.
13625
13626         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13627         mm-make-temp-file.
13628
13629         * mm-decode.el (mm-display-external): Use the 3rd arg of
13630         mm-make-temp-file.
13631         (mm-create-image-xemacs): Ditto.
13632
13633 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13634
13635         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13636         with message-narrow-to-headers.
13637         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13638         (gnus-draft-check-draft-articles): New function.
13639         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13640
13641 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13642
13643         * gnus-art.el (gnus-article-browse-html-parts):
13644         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13645         Don't use suffix argument for mm-make-temp-file for Emacs 21
13646         compatibility.  Remove useless `format'.
13647
13648 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13649
13650         * nnweb.el (nnweb-google-wash-article): Update regexps.
13651         (nnweb-group-alist): Use defvoo instead of defvar.
13652
13653 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13654
13655         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13656         re-loading nn* modules.
13657
13658 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13659
13660         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13661         for `tool-bar-mode' and don't check it's default-value.
13662
13663         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13664
13665         * message.el (message-make-tool-bar): Ditto.
13666
13667         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13668         `substring'.  Shorten tmp-file name.
13669
13670         * gnus.el: Remove bogus comment.
13671
13672 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13673
13674         * gnus-art.el (gnus-article-browse-html-parts): New function.
13675         (gnus-article-browse-html-article): New function for viewing html
13676         articles with a browser.
13677
13678 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13679
13680         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13681         in elisp.
13682         (pgg-gpg-encrypt-symmetric-region): Ditto.
13683         (pgg-gpg-sign-region): Ditto.
13684
13685         * pgg-def.el (pgg-text-mode): New variable.
13686
13687         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13688         (mml2015-pgg-encrypt): Ditto.
13689
13690         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13691         (mml1991-pgg-encrypt): Ditto.
13692
13693 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13694
13695         * nnfolder.el (nnfolder-insert-newsgroup-line):
13696         Use message-make-date instead of current-time-string.
13697
13698         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13699         to gnus-decoded which mm-uu might set.
13700
13701 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13702
13703         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13704         don't decode quoted parameters; remove misimported Emacs code.
13705         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13706         (rfc2231-decode-encoded-string): Don't use split-string which
13707         behaves differently according to Emacs version; use
13708         mm-decode-coding-region to convert charset to coding-system.
13709         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13710         (rfc2231-encode-string): Remove misimported Emacs code.
13711
13712 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13713
13714         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13715         when calling mail-header-parse-content-type.
13716         (article-de-quoted-unreadable): Ditto.
13717         (article-de-base64-unreadable): Ditto.
13718         (article-wash-html): Ditto.
13719
13720         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13721         calling mail-header-parse-content-type and
13722         mail-header-parse-content-disposition.
13723         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13724         mail-header-parse-content-type.
13725
13726         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13727         insert charset and format parameters; encode description after
13728         inserting it to buffer.
13729         (mml-insert-parameter): Fold lines properly even if a parameter is
13730         segmented into two or more lines; change the max column to 76.
13731
13732         * rfc1843.el (rfc1843-decode-article-body): Don't use
13733         ignore-errors when calling mail-header-parse-content-type.
13734
13735         * rfc2231.el (rfc2231-parse-string): Return at least type if
13736         possible; don't cause an error even if it fails in parsing of
13737         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13738         (rfc2231-encode-string): Don't break lines at the beginning, leave
13739         it to mml-insert-parameter.
13740
13741         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13742         calling mail-header-parse-content-type.
13743
13744 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13745
13746         * spam-report.el (spam-report-gmane-use-article-number):
13747         Improve doc string.
13748         (spam-report-gmane-internal): Check if a suitable header was found
13749         in the article.
13750
13751 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13752
13753         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13754         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13755
13756 2006-02-05  Romain Francoise  <romain@orebokech.com>
13757
13758         Update copyright notices of all files in the gnus directory.
13759
13760 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13761
13762         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13763
13764 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13765
13766         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13767         segmented lines of parameter value to cope with Thunderbird 1.5
13768         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13769         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13770         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13771
13772 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13773
13774         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13775         parts.
13776
13777 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13778
13779         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13780         there's only one active file for all servers.
13781         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13782         solid groups.  Gnus might have used a FAST request to select the group.
13783         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13784         and nnweb-search redundantly in the active file.
13785         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13786         (nnweb-request-create-group): Don't use ARGS.
13787         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13788         initialisations.  Let nnoo do the work.
13789
13790 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13791
13792         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13793         Say the part has been decoded.
13794
13795         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13796
13797 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13798
13799         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13800         mailcap-viewer-test-cache when there's no 'test clause, since that
13801         will invert the meaning of a "nil" test previously determined by
13802         mailcap-mailcap-entry-passes-test.
13803
13804 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13805
13806         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13807         compiling.
13808
13809         * gnus-sum.el: Ditto.
13810
13811         * message.el: Don't bind tool-bar-map when compiling.
13812
13813 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13814
13815         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13816
13817 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13818
13819         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13820         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13821         current Google Groups.
13822
13823 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13824
13825         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13826         and tool-bar-mode.
13827
13828         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13829         and tool-bar-mode.
13830
13831         * message.el (message-tool-bar-update): Simplify.
13832         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13833
13834         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13835         gnus-summary-buffer.
13836         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13837         gnus-summary-reply.
13838
13839         * gmm-utils.el (gmm): Add :version.
13840
13841 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13842
13843         * Makefile.in (clean): New rule.
13844         (distclean): Use it.
13845
13846 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13847
13848         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13849         Don't autoload.
13850
13851 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13852
13853         * gmm-utils.el (gmm-verbose): Add :group.
13854
13855 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13856
13857         * message.el: Change some comments WRT tool-bars.
13858
13859         * gnus-sum.el (gnus-summary-tool-bar)
13860         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13861         (gnus-summary-tool-bar-zap-list): New variables.
13862         (gnus-summary-make-tool-bar): Complete rewrite using
13863         `gmm-tool-bar-from-list'.
13864
13865         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13866         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13867         New variables.
13868         (gnus-group-make-tool-bar): Complete rewrite using
13869         `gmm-tool-bar-from-list'.
13870         (gnus-group-tool-bar-update): New function.
13871
13872         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13873
13874 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13875
13876         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13877         is dissected into a single part of which the type is the same as
13878         the given one; decode charset.
13879
13880 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13881
13882         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13883         into alists as symbol not string, since that's what
13884         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13885         look for.
13886
13887 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13888
13889         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13890         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13891
13892         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13893
13894 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13895
13896         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13897         (gnus-xmas-mime-security-button-menu): New function.
13898
13899         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13900         (gnus-mime-security-button-menu): New definition.
13901         (gnus-mime-security-button-map): Use them.
13902         (gnus-mime-security-button-menu): New function.
13903         (gnus-insert-mime-security-button): Addition to help echo.
13904         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13905         (gnus-mime-security-pipe-part): New functions.
13906
13907         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13908         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13909
13910         * mm-decode.el (mm-handle-set-disposition): Remove.
13911         (mm-handle-set-description): Remove.
13912
13913 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13914
13915         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13916         (mm-w3m-standalone-supports-m17n-p): New function.
13917         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13918         w3m usage.
13919
13920         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13921         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13922
13923 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13924
13925         * message.el (message-tool-bar-zap-list):
13926         Use gmm-tool-bar-zap-list as custom type.
13927         (message-tool-bar-update): New function.
13928         (message-tool-bar, message-tool-bar-gnome)
13929         (message-tool-bar-retro): Add message-tool-bar-update.
13930         (message-tool-bar-gnome): Add flyspell-buffer.
13931
13932         * gnus-util.el (gnus-error): Describe `args'.
13933
13934         * gmm-utils.el (gmm-error): Describe `args'.
13935         (gmm-tool-bar-zap-list): New widget.
13936         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13937
13938 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13939
13940         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13941         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13942         the number of recursive calls.
13943
13944         * mm-decode.el (mm-handle-set-disposition): New macro.
13945         (mm-handle-set-description): New macro.
13946
13947 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13948
13949         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13950         encoding.
13951
13952 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13953
13954         * message.el (message-tool-bar-zap-list, message-tool-bar)
13955         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13956         (message-tool-bar-local-item-from-menu): Remove.
13957         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13958         (message-make-tool-bar): New function.
13959         (message-mode): Use `message-make-tool-bar'.
13960
13961         * gmm-utils.el: New file.
13962         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13963         (gmm-lazy): New widget copied from `nnmail.el'.
13964         (gmm-tool-bar-from-list): New function for creating customizable
13965         tool bars.
13966         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13967         output.
13968         (gmm): Add :prefix to defgroup.
13969
13970 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13971
13972         * gmm-utils.el (gmm-widget-p): New function.
13973
13974 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13975
13976         * mml.el (mml-attach-file): Describe `description' in doc string.
13977         (mml-menu): Add Emacs MIME manual and PGG manual.
13978
13979 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13980
13981         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13982
13983 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13984
13985         * nntp.el (nntp-end-of-line): Doc fix.
13986
13987 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13988
13989         * imap.el (imap-open): Handle case where buffer is a buffer
13990         object.
13991
13992 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13993
13994         * gnus-delay.el (gnus-delay): Don't autoload.
13995         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13996         to be re-loaded when customizing the `gnus-delay' group.
13997
13998 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13999
14000         * message.el (message-insert-citation-line): Use newlines.
14001
14002 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14003
14004         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14005         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14006         these routines, so the passphrase can be managed externally and
14007         passed in to the system.
14008         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14009         pgg-add-passphrase-to-cache function.
14010
14011         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14012         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14013         these routines, so the passphrase can be managed externally and
14014         passed in to the system.
14015         (pgg-pgp5-sign-region): Use new name of
14016         pgg-add-passphrase-to-cache function.
14017
14018 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14019
14020         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14021         part of the decoded armor to find the key-identifier.
14022         (pgg-gpg-lookup-key-owner): New function to return the
14023         human-readable identifier of a key owner.
14024         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14025         itself.
14026         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14027         the key value) if we have a key and can match it against a secret
14028         key.  Also, added a note pointing out fact that the prompt only
14029         indicates the first matching key.
14030
14031         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14032         pgg-decrypt-region.
14033         (pgg-add-passphrase-to-cache): Rename from
14034         `pgg-add-passphrase-cache' to reduce confusion (all callers
14035         changed).
14036         (pgg-remove-passphrase-from-cache): Rename from
14037         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14038         changed).
14039         (pgg-read-passphrase, pgg-add-passphrase-cache)
14040         (pgg-remove-passphrase-cache): Add informative docstrings.
14041         (pgg-decrypt): Convey provided passphrase in subordinate call to
14042         pgg-decrypt-region.
14043
14044 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14045
14046         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14047         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14048         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14049         'passphrase' argument, so the passphrase can be managed externally
14050         and then passed in to the system.
14051
14052         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14053         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14054         so the passphrase cache can be used reliably with identifiers
14055         besides a pgp packet's key id.
14056
14057         * pgg-gpg.el (pgg-gpg-encrypt-region)
14058         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14059         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14060         these routines, so the passphrase can be managed externally and
14061         passed in to the system.
14062
14063         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14064         'notruncate' argument, so the passphrase cache can be used
14065         reliably with identifiers besides a pgp packet's key id.
14066
14067 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14068
14069         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14070         symmetric encryption.
14071         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14072         encrypted session key.
14073         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14074         message ask for the passphrase in a proper way.
14075
14076         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14077         New user commands for symmetric encryption.
14078
14079 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14080
14081         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14082
14083         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14084
14085 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14086
14087         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14088
14089 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14090
14091         * mm-decode.el (mm-inlined-types): Add application/pgp.
14092         (mm-automatic-display): Ditto.
14093
14094         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14095         part as text.
14096
14097 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14098
14099         * nnrss.el: Update copyright.
14100         (nnrss-opml-import): Query whether to subscribe to each entry.
14101
14102         * gnus-art.el:
14103         * gnus-sum.el:
14104         * gnus-xmas.el:
14105         * messagexmas.el:
14106         * mm-uu.el:
14107         * mm-view.el: Update copyright.
14108
14109 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14110
14111         * message.el (message-info): New function.
14112         (message-mode-menu): Add it.
14113         Update copyright.
14114
14115         * ChangeLog: Fix and update copyright.
14116
14117 2006-01-13  Romain Francoise  <romain@orebokech.com>
14118
14119         * message.el (message-forward-subject-name-subject): Prefer the
14120         address to 'nowhere' if the sender has no name.
14121         Fix typo.  Update copyright year.
14122
14123 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14124
14125         * gnus-art.el (article-wash-html):
14126         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14127         (gnus-article-wash-html-with-w3m-standalone): New function.
14128
14129         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14130         mm-inline-text-html-render-with-w3m-standalone.
14131         (mm-text-html-washer-alist): Map w3m-standalone to
14132         gnus-article-wash-html-with-w3m-standalone.
14133         (mm-inline-text-html-render-with-w3m-standalone): New function.
14134
14135 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14136
14137         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14138         Improve LaTeX.
14139
14140 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14141
14142         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14143         (nnrss-request-article): Render text/plain parts as HTML.
14144
14145         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14146         the buffer.
14147
14148 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14149
14150         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14151         custom definition of `gnus-posting-styles'.
14152
14153         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14154         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14155
14156 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14157
14158         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14159         Use nntp for bug archive.
14160
14161 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14162
14163         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14164         parts.
14165         (nnrss-normalize-date): New function converts ISO 8601 date into
14166         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14167         (nnrss-check-group): Use it.
14168
14169 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14170
14171         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14172
14173         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14174         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14175         (nnrss-insert-w3): Ditto.
14176
14177 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14178
14179         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14180         the articles to be forwarded including the case where neither a
14181         number of articles nor a region is specified.
14182
14183 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14184
14185         * nnrss.el (nnrss-request-article): Fix last change; fill
14186         text/plain parts.
14187
14188 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14189
14190         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14191         in text/plain part.
14192         (nnrss-check-group): Don't add excessive newline to dc:subject.
14193
14194 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14195
14196         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14197         article.
14198
14199 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14200
14201         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14202         (nnml-use-compressed-files, nnml-save-mail): Support other
14203         comression programs such as bzip2.
14204
14205 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14206
14207         * dns.el (query-dns): Make sure we check the buffer size before
14208         removing tcp headers.
14209
14210 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14211
14212         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14213         remove MIME buttons associated with multipart/alternative parts.
14214         (gnus-mime-display-alternative): Tag buttons using `article-type'
14215         text property.
14216
14217         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14218         associated with multipart/alternative parts.
14219
14220         * gnus-art.el (gnus-signature-separator): Fix custom type.
14221
14222         * mm-decode.el (mm-inlined-types): Fix custom type.
14223         (mm-keep-viewer-alive-types): Ditto.
14224         (mm-automatic-display): Ditto.
14225         (mm-attachment-override-types): Ditto.
14226         (mm-inline-override-types): Ditto.
14227         (mm-automatic-external-display): Ditto.
14228
14229 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14230
14231         * spam-report.el (spam-report-user-mail-address)
14232         (spam-report-user-agent): New variables.
14233         (spam-report-url-ping-plain): Use spam-report-user-agent.
14234
14235 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14236
14237         * gnus-art.el (gnus-button-handle-custom): Do not just use
14238         `customize-apropos' for any "M-x customize-*" button but the
14239         function called for.  Accept both the function name and its
14240         argument in order to achieve this.
14241         (gnus-button-alist): Remove support for "custom:" URL's.
14242         Pass function name to `gnus-button-handle-custom' in case of "M-x
14243         customize-*" buttons.
14244
14245 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14246
14247         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14248         multipart/alternative and add xref to mm-discouraged-alternatives
14249         in doc string.
14250
14251         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14252         gnus-buttonized-mime-types in doc string.
14253
14254 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14255
14256         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14257         Suggest image/.* in the doc string.
14258
14259 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14260
14261         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14262         message-marks (Debian bug #342521).
14263
14264 2005-12-12  Simon Josefsson  <jas@extundo.com>
14265
14266         * password.el (password-read-from-cache): Add.
14267         (password-read): Use it.
14268
14269 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14270
14271         * rfc2047.el (rfc2047-charset-to-coding-system):
14272         Recognize us-ascii as a MIME charset.
14273
14274         * mm-bodies.el (mm-decode-content-transfer-encoding):
14275         Protect against the case where the 2nd arg TYPE is nil.
14276
14277 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14278
14279         * pop3.el (pop3-stream-type): Fix custom version.
14280
14281         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14282
14283 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14284
14285         * mm-decode.el (mm-display-external): Add missing cdr.
14286
14287 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14288
14289         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14290         RFC1524) if it is in mailcap or add a suffix according to
14291         mailcap-mime-extensions when generating a temp filename; postpone
14292         deleting a temp file for 2 seconds for some wrappers, shell
14293         scripts, and so on, which might exit right after having started a
14294         viewer command as a background job.
14295
14296 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14297
14298         * nntp.el (nntp-marks-directory): Fix custom group.
14299
14300         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14301         steps when < 10.
14302
14303         * gnus-start.el (gnus-no-server-1):
14304         Mention `gnus-level-default-subscribed' in doc string.
14305
14306 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14307
14308         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14309         parens.
14310
14311 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14312
14313         * gnus-xmas.el (gnus-use-toolbar): Revert.
14314         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14315         gnus-use-toolbar is default.
14316
14317         * messagexmas.el (message-use-toolbar): Revert.
14318         (message-setup-toolbar): Use global default-toolbar if
14319         message-use-toolbar is default.
14320
14321 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14322
14323         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14324         according to default-toolbar-visible-p.
14325
14326         * messagexmas.el (message-use-toolbar): Ditto.
14327
14328 2005-11-26  Dave Love  <fx@gnu.org>
14329
14330         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14331         (tls-program, tls-success): Provide openssl alternative.
14332
14333         * starttls.el: Doc fixes.
14334         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14335         SERVICE to PORT.
14336
14337         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14338         port null or service name.
14339         (starttls-negotiate): Autoload.
14340
14341 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14342
14343         * message.el (message-kill-to-signature): Fix interactive spec.
14344
14345 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14346
14347         * pop3.el (pop3-open-server): Recognize a string as a service name.
14348
14349 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14350
14351         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14352
14353 2005-11-23  Dave Love  <fx@gnu.org>
14354
14355         Add pop3s, pop3/starttls.
14356
14357         * pop3.el (pop3-authentication-scheme): Clarify doc.
14358         (open-tls-stream, starttls-open-stream): Autoload.
14359         (pop3-stream-type): New.
14360         (pop3-open-server): Use it.
14361
14362         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14363         for POP.
14364         (mail-source-keyword-map): Add :stream for POP.
14365         (mail-source-fetch-pop): Use pop3-stream-type.
14366
14367 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14368
14369         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14370         of current-time-string.
14371
14372 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14373
14374         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14375         date header.
14376
14377 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14378
14379         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14380         it can seriously impact performance as it bypasses the agent's
14381         local caches.
14382
14383 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14384
14385         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14386         must be explicitly online rather than "not explicitly offline" for
14387         its flags to be synchronized.
14388
14389         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14390         that gnus-uu-unmark-thread will function correctly.
14391
14392         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14393         1024K is instead displayed as 1M.
14394
14395 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14396
14397         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14398
14399 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14400
14401         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14402
14403 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14404
14405         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14406         error message to display actual error condition.
14407         (gnus-agent-save-local): Avoid saving symbols that are bound to
14408         nil as they simply result in a warning message in
14409         gnus-agent-read-local.
14410
14411 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14412
14413         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14414         rather than make-variable-buffer-local for file-precious-flag.
14415
14416 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14417
14418         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14419         for duplicates which are removed.  The invalid sort check then
14420         triggers a rescan after the sort as sorting may have moved
14421         duplicate entries such that they can be cheaply detected.
14422
14423 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14424
14425         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14426
14427 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14428
14429         * gnus-agent.el (gnus-agent-article-alist-save-format):
14430         Change internal variable to a custom variable.  Change default value
14431         from compressed(2) to uncompressed(1).
14432         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14433         support for uncompressed agentview files.  Taken together, reading
14434         the agentview file should now be 6-7 times faster.
14435
14436 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14437
14438         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14439         as a buffer-local variable.  This avoids creating truncated
14440         dribble files as a result of a hang up, eg.
14441
14442 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14443
14444         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14445         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14446         XEmacs.
14447
14448 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14449
14450         * gnus-start.el (gnus-start-draft-setup):
14451         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14452
14453         * gnus.el (gnus-splash): Change custom group.
14454         (gnus-group-get-parameter, gnus-group-parameter-value):
14455         Describe allow-list argument.
14456
14457         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14458         string.
14459
14460 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14461
14462         * gnus-art.el (gnus-default-article-saver): Add user-defined
14463         `function' to custom type.
14464
14465 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14466
14467         * imap.el (imap-open): Handle case where buffer is a buffer
14468         object.
14469
14470 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14471
14472         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14473         long lines.
14474         (gnus-cache-delete-group): Wrap doc strings.
14475
14476         * gnus-agent.el (gnus-agent-rename-group)
14477         (gnus-agent-delete-group): Wrap doc strings.
14478
14479 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14480
14481         * messagexmas.el (message-use-toolbar): Change the valid values
14482         into default, top, bottom, left, and right.
14483         (message-toolbar-thickness): New variable.
14484         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14485         well.
14486         (message-setup-toolbar): Make it work.
14487
14488         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14489         (gnus-use-toolbar): Change the valid values into default, top,
14490         bottom, left, and right.
14491         (gnus-toolbar-thickness): New variable.
14492         (gnus-xmas-setup-toolbar): New function.
14493         (gnus-xmas-setup-group-toolbar): Use it.
14494         (gnus-xmas-setup-summary-toolbar): Use it.
14495
14496 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14497
14498         * gnus-start.el (gnus-1): Add "native" to
14499         gnus-predefined-server-alist.
14500
14501         * gnus.el (gnus-method-to-server): Don't add "native" to the
14502         lists here, because that leads to problems when
14503         gnus-select-method is bound.
14504
14505 2005-11-09  Simon Josefsson  <jas@extundo.com>
14506
14507         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14508         use (not sort-by-date) instead.
14509
14510 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14511
14512         * gnus-delay.el (gnus-delay-group): Don't autoload.
14513         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14514         to be re-loaded when customizing the `gnus-delay' group.
14515
14516 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14517
14518         * message.el: Revert last changes.
14519         (message-insert-citation-line): Use newlines.
14520
14521 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14522
14523         * message.el (message-courtesy-message)
14524         (message-mark-insert-begin, message-mark-insert-end)
14525         (message-elide-ellipsis, message-cancel-message)
14526         (message-add-header, message-change-subject)
14527         (message-cross-post-followup-to-header)
14528         (message-cross-post-insert-note, message-reduce-to-to-cc)
14529         (message-widen-reply, message-delete-not-region)
14530         (message-kill-to-signature, message-insert-signature)
14531         (message-insert-importance-high, message-insert-importance-low)
14532         (message-insert-or-toggle-importance)
14533         (message-insert-disposition-notification-to)
14534         (message-indent-citation, message-yank-original)
14535         (message-cite-original-without-signature, message-cite-original)
14536         (message-insert-citation-line, message-position-on-field)
14537         (message-fix-before-sending, message-send-mail-partially)
14538         (message-send-mail, message-send-mail-with-sendmail)
14539         (message-send-mail-with-qmail, message-send-news)
14540         (message-check-news-header-syntax, message-generate-headers)
14541         (message-insert-courtesy-copy, message-fill-address)
14542         (message-fill-header, message-shorten-references)
14543         (message-setup-1, message-cancel-news)
14544         (message-forward-make-body-plain, message-forward-make-body-mime)
14545         (message-forward-make-body-mml, message-encode-message-body)
14546         (message-forward-make-body-digest-plain)
14547         (message-forward-make-body-digest-mime)
14548         (message-use-alternative-email-as-from): Insert `hard-newline'
14549         instead of ordinary newlines.
14550
14551 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14552
14553         * message.el (message-generate-headers): Downcase the argument
14554         given to message-check-element.
14555
14556 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14557
14558         * nntp.el (nntp-authinfo-rejected): New error condition.
14559         (nntp-wait-for): Use new error condition to signal authentication
14560         error.
14561         (nntp-retrieve-data): Rethrow new error condition to break out of
14562         recursive call to nntp-send-authinfo.
14563
14564 2005-11-08  Romain Francoise  <romain@orebokech.com>
14565
14566         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14567         (gnus-summary-exit-map): Bind to `Z p'.
14568         (gnus-summary-make-menu-bar): Add menu item.
14569
14570 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14571
14572         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14573         (gnus-treat-*): Add `first' in all doc strings.
14574
14575         * gnus-group.el (gnus-group-compact-group): Fix typo.
14576
14577 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14578
14579         * gnus.el (gnus-parameters-case-fold-search): New variable.
14580         (gnus-parameters-get-parameter): Use it.
14581
14582         * gnus-score.el (gnus-home-score-file): Doc fix.
14583
14584 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14585
14586         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14587
14588 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14589
14590         * mm-util.el (mm-special-display-p): New function.
14591
14592         * mml.el (mml-preview): Use it; doc fix.
14593
14594 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14595
14596         * imap.el (imap-open): Handle case where buffer is a buffer object.
14597
14598 2005-10-29  Romain Francoise  <romain@orebokech.com>
14599
14600         * message.el (message-fix-before-sending): Fix comment.
14601
14602 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14603
14604         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14605
14606 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14607
14608         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14609         Used in gnus-score.el.
14610
14611 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14612
14613         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14614
14615 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14616
14617         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14618         whitespace removed in revision 7.8.  Use concatenated string to
14619         protect trailing whitespace.
14620
14621 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14622
14623         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14624         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14625         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14626         Courier IMAP ("some version from 2004").  Mostly based on similar
14627         code in the same function.
14628
14629 2005-10-26  Didier Verna  <didier@xemacs.org>
14630
14631         * gnus-group.el (gnus-group-compact-group): Invalidate original
14632         article buffer.
14633         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14634         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14635         NOV database and in article itself.
14636         Invalidate article backlog.
14637
14638 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14639
14640         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14641
14642 2005-10-26  Simon Josefsson  <jas@extundo.com>
14643
14644         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14645         part of 2004-07-25 change.
14646
14647 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14648
14649         * message.el (message-display-completion-list): New function.
14650         (message-expand-group): Use it; make sure the Completions buffer
14651         is modifiable.
14652 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14653
14654         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14655         user-mail-name is an empty string.
14656
14657 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14658
14659         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14660         depending on gnus-score-decay-constant.
14661
14662         * encrypt.el (encrypt-insert-file-contents)
14663         (encrypt-write-file-contents): Don't use `gnus-message'.
14664
14665         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14666         arguments.
14667         (mm-uu-type-alist): Add message-marks and insert-marks.
14668         Pass arguments to mm-uu-verbatim-marks-extract.
14669         (mm-uu-hide-markers): New variable.
14670         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14671
14672         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14673         (gnus-convert-image-to-face-command): Use "convert" by default to
14674         allow other input image formats.
14675         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14676         accordingly.
14677
14678 2005-10-23  Simon Josefsson  <jas@extundo.com>
14679
14680         * imap.el (imap-gssapi-program): Align command line parameters
14681         with latest GNU SASL.
14682         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14683
14684 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14685
14686         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14687         HTML.
14688         (nnslashdot-request-article): Ditto.
14689
14690         * lpath.el (featurep): Add nobreak-char-display.
14691
14692 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14693
14694         * mail-source.el (mail-source-fetch-pop): Require pop3.
14695         (mail-source-check-pop): Ditto.
14696
14697 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14698
14699         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14700         errors.
14701
14702 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14703
14704         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14705         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14706
14707         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14708
14709         * mm-bodies.el (mm-decode-string):
14710         Call `mm-charset-to-coding-system' with allow-override argument.
14711
14712 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14713
14714         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14715         (rfc2047-charset-to-coding-system): New function.
14716         (rfc2047-decode-encoded-words): New function.
14717         (rfc2047-decode-region): Use them.
14718         (rfc2047-decode-cte): Remove.
14719         (rfc2047-parse-and-decode): Remove.
14720         (rfc2047-decode): Remove.
14721
14722 2005-10-15  Kenichi Handa  <handa@m17n.org>
14723
14724         * rfc2047.el (rfc2047-decode-cte): New function.
14725         (rfc2047-decode-region): Change the way to decode successive
14726         encoded-words: decode B- or Q-encoding in each encoded-word,
14727         concatenate them, and decode it as charset.
14728
14729 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14730
14731         * lpath.el: Fbind codepage-setup for XEmacs.
14732
14733 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14734
14735         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14736         widget-move-and-invoke.
14737         (gnus-custom-mode): Use gnus-custom-map.
14738
14739 2005-10-15  Bill Wohler  <wohler@newt.com>
14740
14741         * message.el (message-tool-bar-map): Rename image file from
14742         mail_send to mail/send.
14743
14744 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14745
14746         * message.el (message-expand-group): Pass the common
14747         prefix substring of completion to `display-completion-list'.
14748
14749 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14750
14751         * mml-sec.el (mml-secure-method): New internal variable.
14752         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14753         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14754         New functions using mml-secure-method.
14755
14756         * mml.el (mml-mode-map): Add key bindings for those functions.
14757         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14758         Harder <harder@myrealbox.com>.
14759         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14760         Goto end of message if point is the headers of the message.
14761
14762         * message.el (message-in-body-p): New function.
14763
14764         * assistant.el: Autoload gnus-util and netrc.
14765
14766         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14767         Use `mm-charset-override-alist' only when decoding.
14768
14769         * mm-bodies.el (mm-decode-body):
14770         Call `mm-charset-to-coding-system' with allow-override argument.
14771
14772         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14773         `filename' from Content-Disposition if Content-Type doesn't
14774         provide `name'.
14775         (gnus-mime-view-part-as-type): Set default instead of
14776         initial-input.
14777
14778 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14779
14780         * format-spec.el (format-spec): Propagate text properties of % spec.
14781
14782 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14783
14784         * gnus-art.el (gnus-treat-predicate): Add `first'.
14785
14786 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14787
14788         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14789         (mm-charset-override-alist): New variable.
14790         (mm-charset-to-coding-system): Use it.
14791         (mm-codepage-setup): New helper function.
14792         (mm-charset-eval-alist): New variable.
14793         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14794         Warn about unknown charsets.
14795
14796         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14797
14798 2005-10-04  David Hansen  <david.hansen@gmx.net>
14799
14800         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14801         (nnrss-check-group): Ditto.
14802
14803 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14804
14805         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14806         Rename x-gnus-verbatim to x-verbatim.
14807         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14808
14809         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14810         x-verbatim.
14811
14812         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14813
14814         * gnus-util.el (gnus-remove-duplicates): Remove.
14815
14816         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14817         instead of gnus-remove-duplicates.
14818
14819         * message.el (message-remove-duplicates): Remove.
14820         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14821         message-remove-duplicates.
14822
14823         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14824         available, else use implementation from `delete-dups'.
14825
14826         * message.el (message-insert-expires): New function.
14827         (message-mode-map): Add key binding.
14828         (message-mode-field-menu): Add menu entry.
14829         (message-mode): Document it.
14830         (message-make-expires-date): Use `message-make-date'.
14831
14832 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14833
14834         * message.el (message-make-expires-date): New function.
14835
14836 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14837
14838         * Makefile.in (list-installed-shadows): New entry.
14839         (install): Use it.
14840         (remove-installed-shadows): New entry.
14841
14842         * dgnushack.el (dgnushack-default-load-path): New variable.
14843         (dgnushack-find-lisp-shadows): New function.
14844         (dgnushack-remove-lisp-shadows): New function.
14845
14846 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14847
14848         * Makefile.in (install-el-elc): New entry.
14849         (install): Use it so that .el files are necessarily installed.
14850
14851 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14852
14853         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14854
14855 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14856
14857         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14858         function rather than the diff-mode.el package.
14859         (mm-display-external): Use with-current-buffer.
14860         (mm-viewer-completion-map, mm-viewer-completion-map):
14861         Move initialization inside declaration.
14862
14863 2005-09-29  Simon Josefsson  <jas@extundo.com>
14864
14865         * spam.el: Load hashcash when compiling, to avoid warnings.
14866         Don't autoload mail-check-payment.
14867         (spam-check-hashcash): Define unconditionally, since hashcash.el
14868         is part of Gnus now.  Ignore errors from payment checking.
14869
14870 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14871
14872         * message.el (message-bold-region, message-unbold-region):
14873         Rename from `bold-region' and `unbold-region'.
14874
14875         * message.el: Remove useless autoloads.
14876
14877 2005-09-28  Simon Josefsson  <jas@extundo.com>
14878
14879         * message.el (message-use-idna): Default to t.
14880         (message-use-idna): Test whether encoding works too.  Doc fix.
14881
14882 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14883
14884         * nntp.el (nntp-warn-about-losing-connection): Remove.
14885
14886 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14887
14888         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14889         customizable.  Change default value.
14890         (mm-uu-diff-groups-regexp): Change default value.
14891         (mm-uu-type-alist): Add doc string.
14892         (mm-uu-configure): Add doc string.  Make it interactive.
14893         (mm-uu-tex-groups-regexp): New variable.
14894         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14895         (mm-uu-type-alist): Add LaTeX documents.
14896         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14897         of "text/verbatim".
14898         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14899
14900         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14901         instead of "text/verbatim".
14902
14903         * message.el (message-mark-inserted-region)
14904         (message-mark-insert-file): Use slrn style marks when called with
14905         prefix argument.
14906
14907 2005-09-27  Simon Josefsson  <jas@extundo.com>
14908
14909         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14910
14911 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14912
14913         * message.el (message-remove-duplicates): New function.
14914         Implementation borrowed from `gnus-remove-duplicates'.
14915         (message-idna-to-ascii-rhs): Also encode idna addresses in
14916         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14917         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14918         only ask about the same idna domain once per header and also tell
14919         in what header to replace the idna domain.
14920
14921         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14922         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14923         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14924         a header is decoded and not just the last one.
14925
14926 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14927
14928         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14929         has been decoded.
14930
14931         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14932         (mm-insert-part): Don't modify text if it has been decoded.
14933
14934         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14935         decoded.
14936
14937         * mm-view.el (mm-inline-text): Don't strip text props unless
14938         decoding enriched or richtext parts.
14939
14940 2005-09-25  Romain Francoise  <romain@orebokech.com>
14941
14942         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14943         * gnus-start.el (gnus-subscribe-interactively):
14944         * gnus-uu.el (gnus-uu-grab-articles):
14945         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14946         space.
14947
14948 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14949
14950         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14951         * mm-view.el (mm-view-pkcs7-decrypt):
14952         * gnus-sum.el (gnus-summary-limit-to-extra)
14953         (gnus-summary-respool-article, gnus-read-move-group-name):
14954         * gnus-score.el (gnus-summary-increase-score):
14955         * gnus-util.el (gnus-completing-read-with-default):
14956         * gnus-art.el (gnus-read-save-file-name)
14957         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14958         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14959         * message.el (message-check-news-header-syntax):
14960         Follow convention for reading with the minibuffer.
14961
14962 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14963
14964         * spam-report.el (spam-report-url-ping-plain):
14965         Use gnus-extended-version as User-Agent.
14966
14967         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14968         default value is nil.
14969
14970         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14971         (mm-uu-verbatim-marks-extract): New function.
14972         (mm-uu-extract): New face.
14973         (mm-uu-copy-to-buffer): Use it.
14974
14975         * spam-report.el (spam-report-gmane-ham): Rename from
14976         `spam-report-gmane-unspam'.
14977         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14978         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14979
14980         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14981         Autoload.
14982         (spam-report-gmane-unregister-routine):
14983         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14984
14985 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14986
14987         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14988         (spam-report-gmane-unregister-routine): Add support for gmane
14989         unregistration.
14990
14991         * spam-report.el (spam-report-gmane-unspam)
14992         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14993         (spam-report-gmane): Change to take a single article and do unspam
14994         registration.
14995
14996 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14997
14998         * mm-url.el (mm-url-decode-entities): Fix regexp.
14999
15000 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15001
15002         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15003         default to nil, to be able to use Gnus at all.  If the default
15004         switches to something else, then the function should be fixed not
15005         be exceedingly slow.
15006
15007 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15008
15009         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15010         fail hard.
15011
15012         * spam-report.el: Add better Keywords line.
15013
15014         * spam.el: Add Maintainer and better Keywords line.
15015
15016 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15017
15018         * gnus-art.el (gnus-article-replace-part)
15019         (gnus-mime-replace-part): New functions.
15020         (gnus-mime-action-alist, gnus-mime-button-commands)
15021         (gnus-mime-save-part-and-strip): Add file argument.
15022         (gnus-article-part-wrapper): Add interactive argument.
15023
15024         * gnus-sum.el (gnus-summary-mime-map):
15025         Add `gnus-article-replace-part'.
15026
15027 2005-09-19  Didier Verna  <didier@xemacs.org>
15028
15029         The nnml compaction feature:
15030         * nnml.el (nnml-request-compact-group): New function.
15031         * nnml.el (nnml-request-compact): New function.
15032         * gnus-int.el (gnus-request-compact-group): New function.
15033         * gnus-int.el (gnus-request-compact): New function.
15034         * gnus-group.el (gnus-group-compact-group): New function.
15035         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15036         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15037         * gnus-srvr.el (gnus-server-compact-server): New function.
15038         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15039         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15040
15041 2005-09-18  Deepak Goel  <deego@gnufans.org>
15042
15043         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15044         format spec.
15045
15046 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15047
15048         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15049
15050 2005-09-15  Romain Francoise  <romain@orebokech.com>
15051
15052         * message.el (message-fill-paragraph): Clarify docstring.
15053
15054 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15055
15056         * gnus-art.el (gnus-mime-display-part): Protect against broken
15057         MIME messages.
15058
15059 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15060
15061         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15062         before parsing header.
15063
15064 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15065
15066         * html2text.el (html2text-replace-list): Add new entities.
15067
15068 2005-09-11  Romain Francoise  <romain@orebokech.com>
15069
15070         * message.el (message-alternative-emails): Improve docstring.
15071         (message-setup-1): Call `message-use-alternative-email-as-from'
15072         after `message-setup-hook' to give it precedence over posting
15073         styles, etc.
15074         (message-use-alternative-email-as-from): Add docstring.
15075         Remove the original From header if present.
15076
15077         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15078         (nnml-save-mail): Use it.
15079
15080         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15081         articles.  Add new argument `silent'.
15082         (gnus-uu-mark-all): Report the total number of marked articles.
15083
15084 2005-09-10  Romain Francoise  <romain@orebokech.com>
15085
15086         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15087         (gnus-uu-mark-series): Likewise.
15088
15089 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15090
15091         * spam-report.el (spam-report-gmane): Fix generation of spam
15092         report URL.
15093
15094 2005-09-10  Simon Josefsson  <jas@extundo.com>
15095
15096         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15097         t, based on discussion on the ding list with Robert Epprecht
15098         <epprecht@solnet.ch>.
15099
15100 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15101
15102         * spam-report.el (spam-report-gmane): Make it work without
15103         X-Report-Spam header.  Gmane now only provides Archived-At.
15104         This is only used if `spam-report-gmane-use-article-number' is nil.
15105         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15106
15107         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15108         make `gnus-summary-sort-by-recipient' work with threading.
15109
15110         * nnweb.el (nnweb-google-wash-article): Print a message if article
15111         is not available.
15112
15113 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15114
15115         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15116         change.  Decode text/* parts content before displaying.
15117
15118 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15119
15120         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15121
15122 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15123
15124         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15125
15126         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15127         url-package-name, url-package-version,
15128         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15129         w3m-display-inline-images, and w3m-minor-mode-map.
15130
15131 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15132
15133         * message.el (message-tab-body-function): Fix mismatched custom type.
15134
15135         * gnus.el (gnus-group-change-level-function): Ditto.
15136
15137         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15138
15139         * gnus-art.el (gnus-signature-limit)
15140         (gnus-article-mime-part-function): Ditto.
15141
15142 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15143
15144         * mml.el (mml-mode): Silence the byte compiler.
15145
15146         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15147         using `(sit-for 0)' before moving the point to the specified part;
15148         skip unbuttonized parts.
15149         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15150         return to the summary window if gnus-auto-select-part is non-nil.
15151
15152 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15153
15154         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15155         New variables.
15156         (mml-dnd-attach-file, mml-mode): Use them.
15157
15158         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15159         Make fetching article by MID work again for Google Groups.
15160         Add FIXME concerning gnus-group-make-web-group.
15161
15162         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15163         Don't depend on Gnus by using mail-extract-address-components if
15164         gnus-extract-address-components is not bound.
15165
15166 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15167
15168         * gnus-art.el (gnus-mime-display-security): Don't display the
15169         signature, but only the signed part.
15170
15171 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15172
15173         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15174
15175         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15176         list, not listp.
15177
15178 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15179
15180         * mm-encode.el (mm-encode-content-transfer-encoding):
15181         Likewise when encoding.
15182
15183         * mm-bodies.el (mm-decode-content-transfer-encoding):
15184         De-canonicalize CRLF for all text content types, not just
15185         text/plain.
15186
15187 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15188
15189         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15190         valid article; point arrow and cursor at the MIME button.
15191
15192 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15193
15194         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15195         Suggested by Dan Christensen <jdc@uwo.ca>.
15196
15197         * mm-decode.el (mm-save-part): Enable change of prompt.
15198
15199 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15200
15201         * gnus-msg.el (gnus-inews-add-send-actions):
15202         Make `message-post-method' lambda parameter ARG `&optional'.
15203
15204 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15205
15206         * gnus-sum.el (gnus-summary-mime-map):
15207         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15208         gnus-article-jump-to-part.
15209
15210         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15211         (gnus-article-edit-part): Use it.
15212         (gnus-article-part-wrapper): Add no-handle argument.
15213         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15214         New functions.
15215
15216 2005-08-29  Romain Francoise  <romain@orebokech.com>
15217
15218         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15219         docstring.
15220         (gnus-face-from-file): Likewise.
15221
15222 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15223
15224         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15225         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15226         non-nil.
15227         (gnus-auto-select-part): New variable.
15228         (gnus-article-jump-to-part): New function.
15229         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15230         (gnus-mime-delete-part): Allow selecting specified part after
15231         deleting or stripping parts.
15232         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15233         part if argument is bogus.
15234
15235 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15236
15237         * gnus-art.el (w3m-minor-mode-map):
15238         * gnus-spec.el (gnus-newsrc-file-version):
15239         * gnus-util.el (nnmail-active-file-coding-system)
15240         (gnus-original-article-buffer, gnus-user-agent):
15241         * gnus.el (gnus-ham-process-destinations)
15242         (gnus-parameter-ham-marks-alist)
15243         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15244         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15245         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15246         * mm-decode.el (gnus-current-window-configuration):
15247         * mm-extern.el (gnus-article-mime-handles):
15248         * mm-url.el (url-current-object, url-package-name)
15249         (url-package-version):
15250         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15251         (smime-keys, w3m-cid-retrieve-function-alist)
15252         (w3m-current-buffer, w3m-display-inline-images)
15253         (w3m-minor-mode-map):
15254         * mml-smime.el (gnus-extract-address-components):
15255         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15256         (gnus-newsrc-hashtb, message-default-charset)
15257         (message-deletable-headers, message-options)
15258         (message-posting-charset, message-required-mail-headers)
15259         (message-required-news-headers):
15260         * mml1991.el (mc-pgp-always-sign):
15261         * mml2015.el (mc-pgp-always-sign):
15262         * nnheader.el (nnmail-extra-headers):
15263         * rfc1843.el (gnus-decode-encoded-word-function)
15264         (gnus-decode-header-function, gnus-newsgroup-name):
15265         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15266
15267 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15268
15269         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15270         the end of the date treatments.
15271
15272 2005-08-15  Simon Josefsson  <jas@extundo.com>
15273
15274         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15275         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15276         Capello and Romain Francoise.
15277         (pgg-fetch-key-function): Remove, not used?
15278         (pgg-insert-url-with-w3): Require url, to get
15279         url-insert-file-contents regardless of where it is defined.
15280
15281 2005-08-13  Romain Francoise  <romain@orebokech.com>
15282
15283         * message.el (message-cite-original-1): New function.
15284         (message-cite-original): Use it.
15285         (message-cite-original-without-signature): Ditto.
15286
15287 2005-08-08  Romain Francoise  <romain@orebokech.com>
15288
15289         * message.el (message-yank-empty-prefix): New variable.
15290         (message-indent-citation): Use it.
15291         (message-cite-original-without-signature): Respect X-No-Archive.
15292
15293 2005-08-08  Simon Josefsson  <jas@extundo.com>
15294
15295         * pgg.el: Autoload url-insert-file-contents instead of loading
15296         w3/url.
15297         (pgg-insert-url-with-w3): Don't load url here.
15298
15299 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15300
15301         * message.el (message-kill-to-signature): Don't insert newline at
15302         bol.
15303         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15304
15305 2005-08-06  Romain Francoise  <romain@orebokech.com>
15306
15307         * message.el (message-user-fqdn): Fix typo in docstring.
15308
15309 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15310
15311         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15312
15313         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15314
15315 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15316
15317         * mm-bodies.el (mm-encode-body): Use coding system rather than
15318         charset to encode text.
15319
15320         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15321         number of charsets if utf-8 is available (XEmacs).
15322
15323 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15324
15325         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15326         taken from `gnus-button-mid-or-mail-regexp'.
15327         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15328         (gnus-button-alist): Improve regexp for domain part of the MIDs
15329         for news:localpart@domain buttons.
15330         (gnus-button-ctan-directory-regexp): Update.
15331
15332 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15333
15334         * sieve-manage.el (sieve-manage-interactive-login):
15335         Use make-local-variable rather than make-variable-buffer-local.
15336         (sieve-manage-open): Ditto.
15337         (sieve-manage-authenticate): Ditto.
15338
15339         * mml.el (mml-generate-mime-1): Make the content type default to
15340         text/plain if the filename is not specified.
15341
15342 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15343
15344         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15345         instead of insert-buffer.
15346
15347         * message.el (message-yank-original): Ditto; set the mark at the
15348         end of the yanked message.
15349
15350 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15351
15352         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15353         lines to scroll rather than to stop it.
15354
15355         * mml.el (mml-generate-default-type): Add doc string.
15356         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15357         default to application/octet-stream when determining the content
15358         type if it is not specified for the part or the mml contents; add
15359         a comment about mml-generate-default-type.
15360
15361 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15362
15363         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15364         make it default to application/octet-stream when determining the
15365         content type if it is not specified for the external contents.
15366
15367 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15368
15369         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15370         segmented parameter but also other parameters might be there.
15371
15372 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15373
15374         * mm-decode.el (mm-display-external): Delete temp file, directory
15375         and buffer immediately if the external process is exited.
15376
15377 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15378
15379         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15380         fewer lines than that of scroll-margin.
15381         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15382
15383 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15384
15385         * gnus-art.el (gnus-article-next-page): Revert.
15386         (gnus-article-beginning-of-window): New macro.
15387         (gnus-article-next-page-1): Use it.
15388         (gnus-article-prev-page): Ditto.
15389         (gnus-article-edit-part): Use insert-buffer-substring instead of
15390         insert-buffer.
15391         (gnus-article-edit-exit): Ditto.
15392
15393         * gnus-util.el (gnus-beginning-of-window): Remove.
15394         (gnus-end-of-window): Remove.
15395
15396         * lpath.el: Don't bind header-line-format and scroll-margin.
15397
15398 2005-07-25  Simon Josefsson  <jas@extundo.com>
15399
15400         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15401         to have the url package without w3.  Reported by Daiki Ueno
15402         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15403
15404 2005-07-20  Didier Verna  <didier@xemacs.org>
15405
15406         * gnus-diary.el: Remove the description comment (nndiary is now
15407         properly documented in the Gnus manual).
15408         Fix the spelling of "Back End".
15409         * nndiary.el: Ditto.
15410         Fix the copyright notice.
15411
15412 2005-07-18  Romain Francoise  <romain@orebokech.com>
15413
15414         * gnus-sum.el (gnus-summary-to-prefix)
15415         (gnus-summary-newsgroup-prefix): New variables.
15416         (gnus-summary-from-or-to-or-newsgroups): Use them.
15417
15418 2005-07-17  Romain Francoise  <romain@orebokech.com>
15419
15420         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15421         space as it's generally not especially interesting to the user.
15422
15423 2005-07-16  Romain Francoise  <romain@orebokech.com>
15424
15425         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15426         nil to avoid prompting and file modification if one of the
15427         messages at the top of the nnfolder file contains a copyright
15428         notice.
15429         Update copyright notice.
15430
15431         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15432         instead of `current-time-string' as the latter creates a time
15433         string that is not RFC 2822 compliant (it lacks the zone).
15434         Update copyright notice.
15435
15436 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15437
15438         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15439         for text/rtf.  Display default in prompt.  Pass default for M-n.
15440
15441         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15442
15443 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15444
15445         * gnus-msg.el (gnus-button-mailto):
15446         Remove save-selected-window-window hackery because it relies on
15447         save-selected-window internals.
15448
15449 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15450
15451         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15452         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15453         (gnus-article-prev-page): Ditto.
15454
15455         * gnus-util.el (gnus-beginning-of-window): New function.
15456         (gnus-end-of-window): New function.
15457
15458         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15459
15460 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15461
15462         * gnus-score.el (gnus-score-edit-all-score):
15463         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15464         gnus-message.
15465
15466 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15467
15468         * gnus-msg.el (gnus-button-mailto):
15469         Remove save-selected-window-window hackery because it relies on
15470         save-selected-window internals.
15471
15472 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15473
15474         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15475         add-minor-mode.
15476         (gnus-binary-mode): Ditto.
15477
15478         * gnus-topic.el (gnus-topic-mode): Ditto.
15479
15480 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15481
15482         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15483         (gnus-article-prev-page): Take scroll-margin into consideration.
15484
15485 2005-07-04  Lute Kamstra  <lute@gnu.org>
15486
15487         Update FSF's address in GPL notices.
15488
15489 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15490
15491         * gnus.el (gnus-exit):
15492         * gnus-group.el (gnus-group-icons):
15493         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15494
15495         * gnus-nocem.el (gnus-nocem):
15496         * message.el (message-various, message-buffers, message-sending)
15497         (message-interface, message-forwarding, message-insertion)
15498         (message-headers, message-news, message-mail):
15499         * pgg-gpg.el (pgg-gpg):
15500         * pgg-parse.el (pgg-parse):
15501         * pgg-pgp.el (pgg-pgp):
15502         * pgg-pgp5.el (pgg-pgp5):
15503         * pop3.el (pop3): Finish `defgroup' description with period.
15504
15505 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15506
15507         * gnus-art.el (article-display-face): Improve the efficiency.
15508         (article-display-x-face): Ditto; remove grey x-face stuff.
15509
15510 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15511
15512         * gnus-art.el (article-display-face): Correct the position in
15513         which Faces are inserted.
15514
15515 2005-06-29  Didier Verna  <didier@xemacs.org>
15516
15517         * gnus-art.el (article-display-face): Display faces in correct
15518         order.
15519
15520 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15521
15522         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15523         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15524         (gnus-nocem-check-article): Fetch the Type header.
15525         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15526         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15527         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15528         make sure gnus-nocem-hashtb is initialized.
15529         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15530         (gnus-nocem-unwanted-article-p): Ditto.
15531
15532         * pgg.el (pgg-verify): Return the verification result.
15533
15534 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15535
15536         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15537         is ascii.
15538
15539 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15540
15541         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15542         `show-nonbreak-escape'.
15543
15544 2005-06-23  Lute Kamstra  <lute@gnu.org>
15545
15546         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15547
15548         * dig.el (dig-mode):
15549         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15550
15551 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15552
15553         * nnimap.el (nnimap-split-download-body): Fix spellings.
15554
15555 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15556
15557         * gnus-art.el (gnus-article-encrypt-body):
15558         * gnus-cus.el (gnus-score-customize):
15559         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15560         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15561
15562 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15563
15564         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15565         header by looking for magic "MII" at the beginnig.
15566
15567 2005-06-16  Miles Bader  <miles@gnu.org>
15568
15569         * gnus-xmas.el (gnus-xmas-group-startup-message):
15570         Use renamed gnus-splash face.
15571
15572         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15573         (assistant-field-face): New backward-compatibility alias for renamed
15574         face.
15575         (assistant-render-text): Use renamed assistant-field face.
15576
15577         * spam.el (spam): Remove "-face" suffix from face name.
15578         (spam-face): New backward-compatibility alias for renamed face.
15579         (spam-face, spam-initialize): Use renamed spam face.
15580
15581         * message.el (message-header-to, message-header-cc)
15582         (message-header-subject, message-header-newsgroups)
15583         (message-header-other, message-header-name)
15584         (message-header-xheader, message-separator, message-cited-text)
15585         (message-mml): Remove "-face" suffix from face names.
15586         (message-header-to-face, message-header-cc-face)
15587         (message-header-subject-face, message-header-newsgroups-face)
15588         (message-header-other-face, message-header-name-face)
15589         (message-header-xheader-face, message-separator-face)
15590         (message-cited-text-face, message-mml-face):
15591         New backward-compatibility aliases for renamed faces.
15592         (message-font-lock-keywords): Use renamed message faces.
15593
15594         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15595         (sieve-test-commands, sieve-tagged-arguments):
15596         Remove "-face" suffix from face names.
15597         (sieve-control-commands-face, sieve-action-commands-face)
15598         (sieve-test-commands-face, sieve-tagged-arguments-face):
15599         New backward-compatibility aliases for renamed faces.
15600         (sieve-control-commands-face, sieve-action-commands-face)
15601         (sieve-test-commands-face, sieve-tagged-arguments-face):
15602         Use renamed sieve faces.
15603
15604         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15605         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15606         (gnus-group-news-3-empty, gnus-group-news-4)
15607         (gnus-group-news-4-empty, gnus-group-news-5)
15608         (gnus-group-news-5-empty, gnus-group-news-6)
15609         (gnus-group-news-6-empty, gnus-group-news-low)
15610         (gnus-group-news-low-empty, gnus-group-mail-1)
15611         (gnus-group-mail-1-empty, gnus-group-mail-2)
15612         (gnus-group-mail-2-empty, gnus-group-mail-3)
15613         (gnus-group-mail-3-empty, gnus-group-mail-low)
15614         (gnus-group-mail-low-empty, gnus-summary-selected)
15615         (gnus-summary-cancelled, gnus-summary-high-ticked)
15616         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15617         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15618         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15619         (gnus-summary-low-undownloaded)
15620         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15621         (gnus-summary-low-unread, gnus-summary-normal-unread)
15622         (gnus-summary-high-read, gnus-summary-low-read)
15623         (gnus-summary-normal-read, gnus-splash):
15624         Remove "-face" suffix from face names.
15625         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15626         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15627         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15628         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15629         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15630         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15631         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15632         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15633         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15634         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15635         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15636         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15637         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15638         (gnus-summary-normal-ticked-face)
15639         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15640         (gnus-summary-normal-ancient-face)
15641         (gnus-summary-high-undownloaded-face)
15642         (gnus-summary-low-undownloaded-face)
15643         (gnus-summary-normal-undownloaded-face)
15644         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15645         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15646         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15647         (gnus-splash-face):
15648         New backward-compatibility aliases for renamed faces.
15649         (gnus-group-startup-message): Use renamed gnus faces.
15650
15651         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15652         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15653         (gnus-server-agent): Remove "-face" suffix from face names.
15654         (gnus-server-agent-face, gnus-server-opened-face)
15655         (gnus-server-closed-face, gnus-server-denied-face)
15656         (gnus-server-offline-face):
15657         New backward-compatibility aliases for renamed faces.
15658         (gnus-server-agent-face, gnus-server-opened-face)
15659         (gnus-server-closed-face, gnus-server-denied-face)
15660         (gnus-server-offline-face): Use renamed gnus faces.
15661
15662         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15663         Remove "-face" suffix from face names.
15664         (gnus-picon-xbm-face, gnus-picon-face):
15665         New backward-compatibility aliases for renamed faces.
15666
15667         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15668         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15669         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15670         (gnus-cite-11): Remove "-face" suffix from face names.
15671         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15672         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15673         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15674         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15675         New backward-compatibility aliases for renamed faces.
15676         (gnus-cite-attribution-face, gnus-cite-face-list)
15677         (gnus-article-boring-faces): Use renamed gnus faces.
15678
15679         * gnus-art.el (gnus-signature, gnus-header-from)
15680         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15681         (gnus-header-content): Remove "-face" suffix from face names.
15682         (gnus-signature-face, gnus-header-from-face)
15683         (gnus-header-subject-face, gnus-header-newsgroups-face)
15684         (gnus-header-name-face, gnus-header-content-face):
15685         New backward-compatibility aliases for renamed faces.
15686         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15687
15688         * gnus-sum.el (gnus-summary-selected-face)
15689         (gnus-summary-highlight): Use renamed gnus faces.
15690         * gnus-group.el (gnus-group-highlight): Likewise.
15691
15692 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15693
15694         * gnus-sieve.el (gnus-sieve-article-add-rule):
15695         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15696         * spam-stat.el (spam-stat-buffer-change-to-spam)
15697         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15698
15699         * message.el (message-is-yours-p):
15700         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15701
15702 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15703
15704         * mm-view.el (mm-inline-text): Withdraw the last change.
15705
15706 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15707
15708         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15709         executing enriched-decode.
15710
15711 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15712
15713         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15714         charset of tar files.
15715
15716 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15717
15718         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15719
15720 2005-06-04  Lute Kamstra  <lute@gnu.org>
15721
15722         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15723         information is never recorded.
15724
15725 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15726
15727         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15728
15729 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15730
15731         * pop3.el (pop3-apop): Run md5 in the binary mode.
15732
15733         * starttls.el (starttls-set-process-query-on-exit-flag):
15734         Use eval-and-compile.
15735
15736 2005-05-31  Simon Josefsson  <jas@extundo.com>
15737
15738         * smime.el (smime-replace-in-string): Define.
15739         (smime-cert-by-ldap-1): Use it.
15740
15741 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15742
15743         * gnus-art.el (article-display-x-face): Replace
15744         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15745
15746         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15747         set-process-query-on-exit-flag or process-kill-without-query.
15748
15749         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15750         loop instead of replace-regexp.
15751
15752         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15753         instead of process-kill-without-query if it is available.
15754
15755         * lpath.el: Fbind ldap-search-entries.
15756
15757         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15758         instead of find-file-hooks if it is available.
15759
15760         * mml1991.el: Bind pgg-default-user-id when compiling.
15761
15762         * mml2015.el: Bind pgg-default-user-id when compiling.
15763
15764         * nndraft.el (nndraft-request-associate-buffer):
15765         Use write-contents-functions instead of write-contents-hooks if it is
15766         available.
15767
15768         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15769         instead of find-file-hooks if it is available.
15770
15771         * nntp.el (nntp-open-connection): Replace
15772         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15773         (nntp-open-ssl-stream): Ditto.
15774         (nntp-open-tls-stream): Ditto.
15775
15776         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15777         set-process-query-on-exit-flag or process-kill-without-query.
15778         (starttls-open-stream-gnutls): Use it instead of
15779         process-kill-without-query.
15780         (starttls-open-stream): Ditto.
15781
15782 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15783
15784         * smime.el (smime-cert-by-ldap-1): Don't use
15785         replace-regexp-in-string.
15786
15787 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15788
15789         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15790
15791         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15792         in PEM format.  Adjust to the XEmacs compability.
15793
15794 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15795
15796         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15797         by `string-to-number'.
15798         * gnus-agent.el (gnus-agent-regenerate-group)
15799         (gnus-agent-fetch-articles): Ditto.
15800         * gnus-art.el (gnus-button-fetch-group): Ditto.
15801         * gnus-cache.el (gnus-cache-generate-active)
15802         (gnus-cache-articles-in-group): Ditto.
15803         * gnus-group.el (gnus-group-set-current-level)
15804         (gnus-group-insert-group-line): Ditto.
15805         * gnus-score.el (gnus-score-set-expunge-below)
15806         (gnus-score-set-mark-below, gnus-summary-score-effect)
15807         (gnus-summary-score-entry): Ditto.
15808         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15809         (gnus-soup-pack): Ditto.
15810         * gnus-spec.el (gnus-xmas-format): Ditto.
15811         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15812         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15813         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15814         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15815         * nndb.el (nndb-get-remote-expire-response): Ditto.
15816         * nndiary.el (nndiary-parse-schedule-value)
15817         (nndiary-string-to-number, nndiary-request-replace-article)
15818         (nndiary-request-article): Ditto.
15819         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15820         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15821         * nneething.el (nneething-make-head): Ditto.
15822         * nnfolder.el (nnfolder-request-article)
15823         (nnfolder-retrieve-headers): Ditto.
15824         * nnheader.el (nnheader-file-to-number): Ditto.
15825         * nnkiboze.el (nnkiboze-request-article): Ditto.
15826         * nnmail.el (nnmail-process-unix-mail-format)
15827         (nnmail-process-babyl-mail-format): Ditto.
15828         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15829         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15830         (nnmh-request-create-group, nnmh-request-list-1)
15831         (nnmh-request-group, nnmh-request-article): Ditto.
15832         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15833         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15834         * nnsoup.el (nnsoup-make-active): Ditto.
15835         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15836         * nntp.el (nntp-find-group-and-number)
15837         (nntp-retrieve-headers-with-xover): Ditto.
15838         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15839         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15840         (pgg-format-key-identifier): Ditto.
15841         * pop3.el (pop3-last, pop3-stat): Ditto.
15842         * qp.el (quoted-printable-decode-region): Ditto.
15843
15844         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15845         of concat.
15846
15847 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15848
15849         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15850
15851         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15852
15853         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15854
15855         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15856
15857         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15858
15859         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15860
15861         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15862         (gnus-carpal-mode): Ditto.
15863
15864         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15865         (gnus-browse-mode): Ditto.
15866
15867         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15868
15869         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15870
15871 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15872
15873         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15874
15875 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15876
15877         * gnus-util.el (gnus-run-mode-hooks): New function.
15878
15879         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15880
15881         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15882         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15883
15884 2005-05-27  Lute Kamstra  <lute@gnu.org>
15885
15886         * dns-mode.el (dns-mode): Specify customization group.
15887
15888 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15889
15890         * gnus-agent.el (gnus-agent-make-mode-line-string):
15891         Use mode-line-highlight as mouse-face.
15892
15893 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15894
15895         * canlock.el (canlock): Change the parent group to news.
15896
15897         * deuglify.el (gnus-outlook-deuglify): Add :group.
15898
15899         * dig.el (dig): Add :group.
15900
15901         * dns-mode.el (dns-mode): Add :group.
15902
15903         * encrypt.el (encrypt): Add :group.
15904
15905         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15906         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15907         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15908         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15909         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15910
15911         * gnus-diary.el (gnus-diary): Add :group.
15912
15913         * gnus.el (gnus-group-news-1-face): Add :group.
15914         (gnus-group-news-1-empty-face): Ditto.
15915         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15916         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15917         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15918         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15919         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15920         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15921         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15922         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15923         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15924         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15925         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15926         (gnus-summary-high-ticked-face): Ditto.
15927         (gnus-summary-low-ticked-face): Ditto.
15928         (gnus-summary-normal-ticked-face): Ditto.
15929         (gnus-summary-high-ancient-face): Ditto.
15930         (gnus-summary-low-ancient-face): Ditto.
15931         (gnus-summary-normal-ancient-face): Ditto.
15932         (gnus-summary-high-undownloaded-face): Ditto.
15933         (gnus-summary-low-undownloaded-face): Ditto.
15934         (gnus-summary-normal-undownloaded-face): Ditto.
15935         (gnus-summary-high-unread-face): Ditto.
15936         (gnus-summary-low-unread-face): Ditto.
15937         (gnus-summary-normal-unread-face): Ditto.
15938         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15939         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15940
15941         * hashcash.el (hashcash): New custom group.
15942         (hashcash-default-payment): Add :group.
15943         (hashcash-payment-alist): Ditto.
15944         (hashcash-default-accept-payment): Ditto.
15945         (hashcash-accept-resources): Ditto.
15946         (hashcash-path): Ditto.
15947         (hashcash-extra-generate-parameters): Ditto.
15948         (hashcash-double-spend-database): Ditto.
15949         (hashcash-in-news): Ditto.
15950
15951         * message.el (message-minibuffer-local-map): Add :group.
15952
15953         * netrc.el (netrc): Add :group.
15954
15955         * sieve-manage.el (sieve-manage-log): Add :group.
15956         (sieve-manage-default-user): Diito.
15957         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15958         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15959         (sieve-manage-authenticators): Ditto.
15960         (sieve-manage-authenticator-alist): Ditto.
15961         (sieve-manage-default-port): Ditto.
15962
15963         * sieve-mode.el (sieve-control-commands-face): Add :group.
15964         (sieve-action-commands-face): Ditto.
15965         (sieve-test-commands-face): Ditto.
15966         (sieve-tagged-arguments-face): Ditto.
15967
15968         * smime.el (smime): Add :group.
15969
15970         * spam-report.el (spam-report): Add :group.
15971
15972         * spam.el (spam, spam-face): Add :group.
15973
15974 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15975
15976         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15977         return \n.\n.\n at the end of articles.  Protect against that.
15978         (nntp-with-open-group): Allow debugging.
15979
15980         * nnheader.el (mail-header-set-extra): Make into a function
15981         because I just could't understand how to quote the list properly.
15982
15983         * dns.el (query-dns-cached): New function.
15984
15985 2005-05-26  Lute Kamstra  <lute@gnu.org>
15986
15987         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15988
15989 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15990
15991         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15992
15993         * gnus-art.el: Don't autoload mail-extract-address-components.
15994
15995         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15996         eval-and-compile to evaluate it.
15997
15998         * hashcash.el: Don't autoload executable-find.
15999
16000         * nndb.el: Don't declare the nndb back end two or more times; don't
16001         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16002
16003         * nntp.el: Autoload format-spec instead of format; use
16004         eval-and-compile to evaluate autoload forms.
16005
16006 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16007
16008         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16009
16010 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16011
16012         * gnus.el (gnus-version-number): Bump version.
16013
16014 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16015
16016         * gnus.el: No Gnus v0.3 is released.
16017
16018 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16019
16020         * lpath.el (featurep): Bind show-nonbreak-escape.
16021
16022 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16023
16024         * gnus-art.el (gnus-article-edit-part): Disable undo.
16025
16026 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16027
16028         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16029         gnus-article-date-lapsed-new-header is t if date timer is active;
16030         skip headers in which the original date value is empty.
16031         (gnus-article-save-original-date): Redefine it as a macro.
16032         (gnus-display-mime): Use it.
16033
16034 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16035
16036         * gnus-art.el (article-date-ut): Support converting date in
16037         forwarded parts as well.
16038         (gnus-article-save-original-date): New function.
16039         (gnus-display-mime): Use it.
16040
16041 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16042
16043         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16044         enclosure element of <item>.
16045
16046 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16047
16048         * message.el (message-kill-buffer-query): Rename from
16049         `message-kill-buffer-query-if-modified'.  Add :version.
16050
16051 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16052
16053         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16054         window layout.
16055
16056 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16057
16058         * mml.el: Autoload dnd when compiling.
16059
16060 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16061
16062         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16063         x-dnd-*.
16064
16065 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16066
16067         * qp.el (quoted-printable-encode-region): Save excursion.
16068
16069 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16070
16071         * message.el (message-kill-buffer-query-if-modified): Add new variable
16072         so the user can kill a modified message buffer quickly.
16073         (message-kill-buffer): Use it.
16074
16075 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16076
16077         * lpath.el: Fbind display-time-event-handler; don't fbind
16078         string-to-multibyte.
16079
16080         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16081
16082 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16083
16084         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16085         contained in text because xml.el decodes entities) with LFs.
16086
16087 2005-04-11  Lute Kamstra  <lute@gnu.org>
16088
16089         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16090         differently.
16091
16092 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16093
16094         * mm-util.el (mm-detect-coding-region): Typo.
16095
16096 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16097
16098         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16099
16100 2005-04-06  Deepak Goel  <deego@gnufans.org>
16101
16102         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16103         user-function allow user modifications of the scores.
16104         (spam-stat-score-buffer-user): New function, to allow
16105         user-computed modifications to the score.
16106         (spam-stat-score-buffer-user-functions): List of additional
16107         scoring functions.
16108         (spam-stat-error-holder): Global temporary error holder.
16109         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16110         variable.
16111
16112 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16113
16114         * gnus-registry.el (gnus-registry-clean-empty-function)
16115         (gnus-registry-trim, gnus-registry-fetch-groups)
16116         (gnus-registry-delete-group): Groups that match
16117         `gnus-registry-ignored-groups' are removed from the registry
16118         entries, not just ignored for splitting.  This helps clean up the
16119         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16120         to get all the groups a message ID is in.
16121
16122         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16123         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16124         (spam-stat-score-buffer-user-functions): Add :number custom type.
16125
16126 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16127
16128         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16129         argument in XEmacs.
16130
16131         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16132         (nnrss-request-group): Decode group name first.
16133         (nnrss-request-article): Make a text/plain article if mml-to-mime
16134         failed.
16135         (nnrss-get-encoding): Return a compatible encoding according to
16136         nnrss-compatible-encoding-alist.
16137         (nnrss-find-el): Use consp instead of listp.
16138         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16139
16140 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16141
16142         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16143         which Emacs 20 doesn't support.
16144         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16145
16146 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16147
16148         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16149         silence the byte compiler inside the defun.
16150
16151         * gnus-demon.el (parse-time-string): Add autoload.
16152
16153         * gnus-delay.el (parse-time-string): Add autoload.
16154
16155         * gnus-art.el (parse-time-string): Add autoload.
16156
16157         * nnultimate.el (parse-time): Require for `parse-time-string'.
16158
16159 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16160
16161         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16162
16163         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16164
16165         * smime.el (smime-ldap-host-list): Add :version.
16166
16167 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16168
16169         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16170         pass it to `gnus-browse-read-group'.
16171         (gnus-browse-read-group): Add NUMBER argument and pass it to
16172         `gnus-group-read-ephemeral-group'.
16173
16174         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16175         argument and pass it to `gnus-group-read-group'.
16176
16177 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16178
16179         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16180         mm-xemacs-find-mime-charset-1 if we have the mule feature
16181         available at runtime.
16182
16183 2005-03-25  Werner Lemberg  <wl@gnu.org>
16184
16185         * nnmaildir.el: Replace `illegal' with `invalid'.
16186
16187 2005-03-23  Lute Kamstra  <lute@gnu.org>
16188
16189         * time-date.el: Add comment on time value formats.
16190         Don't require parse-time.
16191         (with-decoded-time-value): New macro.
16192         (encode-time-value): New function.
16193         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16194         (days-to-time): Return a valid time value when arg is huge.
16195         (time-since): Use time-subtract.
16196         (time-to-number-of-days): Use time-to-seconds.
16197
16198 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16199
16200         * gnus-start.el (gnus-display-time-event-handler):
16201         Check display-time-timer at runtime rather than only at load time
16202         in case display-time-mode is turned off in the mean time.
16203
16204 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16205
16206         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16207         used.
16208
16209         * nneething.el (nneething-map-file-directory): Derive from
16210         `gnus-directory'.
16211
16212         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16213         the To/Cc button.
16214
16215 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16216
16217         * nnmaildir.el (nnmaildir-request-accept-article):
16218         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16219
16220 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16221
16222         * gnus-async.el: Require timer-funcs at compile time when in
16223         XEmacs for `run-with-idle-timer'.
16224
16225 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16226
16227         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16228         autoloaded function.
16229
16230 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16231
16232         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16233
16234 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16235
16236         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16237
16238 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16239
16240         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16241         Add gnus-expert-user to default.
16242
16243 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16244
16245         * nnimap.el (nnimap-open-server): Ditto.
16246
16247         * imap.el (imap-authenticate): Fix typo.
16248
16249 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16250
16251         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16252         buffer (since IMAP server might return FETCH response out of
16253         order, and the nntp buffer must be sorted).
16254
16255 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16256
16257         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16258         comparison on string.
16259
16260         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16261         (gnus-agent-score): Rename category keywords to match gnus-cus.
16262         (gnus-agent-summary-fetch-series): Modify to protect against
16263         gnus-agent-summary-fetch-group clearing processable flags.
16264         (gnus-agent-synchronize-group-flags): Update live group buffer as
16265         synchronization may occur due to the user toggle the plugged
16266         status.
16267         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16268         successfully downloaded.
16269         (gnus-agent-expire-group-1): Avoid using markers when the overview
16270         is in ascending order; greatly improves performance.
16271         (gnus-agent-regenerate-group):
16272         Use gnus-agent-synchronize-group-flags to reset read status in both
16273         gnus and server.
16274         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16275
16276 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16277
16278         * message.el: Don't autoload former message-utils variables.
16279         (message-strip-subject-trailing-was): Change doc string.
16280
16281         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16282         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16283         (nnweb-google-search): Add "hl=en" here.
16284         (nnweb-google-parse-1, nnweb-google-create-mapping):
16285         Don't hardcode URL.
16286
16287 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16288
16289         * message.el (message-get-reply-headers, message-followup):
16290         Mention related variables `message-use-followup-to' and
16291         `message-use-mail-followup-to', in the information buffer.
16292
16293         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16294         of broken groups(-beta).google.com.
16295
16296 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16297
16298         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16299         parameter to invoked gnus-request-move-article; remove the
16300         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16301         all at once instead of once per article.
16302         (gnus-summary-remove-process-mark): Accept a list of articles as
16303         well as a single article for processing.
16304
16305         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16306         parameter.
16307
16308         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16309
16310         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16311
16312         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16313         parameter.
16314
16315         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16316         parameter.
16317
16318         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16319         parameter and remove the gnus-sum-hint-move-is-internal variable.
16320
16321         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16322         parameter.
16323
16324         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16325         parameter.
16326
16327         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16328         parameter.
16329
16330         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16331
16332         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16333         parameter.
16334
16335         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16336         parameter.
16337
16338 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16339
16340         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16341         a more conservative way.
16342
16343 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16344
16345         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16346         buffer, so it moves the window's cursor.
16347
16348 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16349
16350         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16351         `mm-dissect-multipart' and receive the from field as an (optional)
16352         argument from `mm-dissect-multipart'.
16353         (mm-dissect-multipart): Receive the from field as an argument and
16354         pass it on when we call `mm-dissect-buffer' on MIME parts.
16355         Fixes verification/decryption of signed/encrypted MIME parts.
16356
16357 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16358
16359         * gnus-sum.el (gnus-summary-move-article):
16360         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16361         whatever it calls (right now, only nnimap-request-move article
16362         respects it).
16363
16364         * nnimap.el (nnimap-request-move-article):
16365         When gnus-sum-hint-move-is-internal is set, don't do the extra
16366         nnimap-request-article.
16367
16368 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16369
16370         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16371
16372         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16373         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16374
16375         * gnus-sum.el (gnus-summary-caesar-message):
16376         Apply `gnus-treat-article' after rotation.
16377
16378         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16379         doc string.
16380
16381 2005-02-22  Simon Josefsson  <jas@extundo.com>
16382
16383         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16384         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16385         <arne@arnested.dk>.
16386         (encrypt): Add password-cache and password-cache-expiry as group
16387         members.
16388
16389 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16390
16391         * smime.el (smime-ldap-host-list): Doc fix.
16392         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16393         cache) password.
16394         (smime-sign-region): Use it.
16395         (smime-decrypt-region): Use it.
16396         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16397         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16398         fails.
16399         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16400         certificate from DER to PEM format rather than calling openssl.
16401
16402         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16403
16404         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16405         for signing/encryption.
16406
16407         * mml.el (mml-parse-1): Use them.
16408
16409 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16410
16411         * nnrss.el (nnrss-verbose): Remove.
16412         (nnrss-request-group): Use `nnheader-message' instead.
16413
16414 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16415
16416         * nnrss.el (nnrss-verbose): New variable.
16417         (nnrss-request-group): Make it say nnrss is requesting a group.
16418
16419 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16420
16421         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16422         Handle news URL with given port correctly.
16423
16424 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16425
16426         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16427         containing special characters.
16428
16429         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16430
16431         * mml.el (mime-to-mml): Ditto.
16432
16433         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16434         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16435         (rfc2047-decode-region): Quote decoded words containing special
16436         characters when rfc2047-quote-decoded-words-containing-tspecials
16437         is non-nil.
16438
16439 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16440
16441         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16442
16443         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16444
16445 2005-02-15  Simon Josefsson  <jas@extundo.com>
16446
16447         * nnimap.el (nnimap-debug): Doc fix.
16448
16449         * imap.el (imap-debug): Doc fix.
16450
16451 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16452
16453         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16454
16455 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16456
16457         * gnus.el (spam-contents): Improve docs for spam-contents
16458         parameter in its variable incarnation.
16459
16460 2005-02-14  Simon Josefsson  <jas@extundo.com>
16461
16462         * smime-ldap.el: Use require instead of load-library for ldap.
16463         (smime-ldap-search): Indent.
16464         (smime-ldap-search-internal): Shorten line.
16465
16466         * smime.el (smime-cert-by-dns): Add doc-string.
16467         (smime-cert-by-ldap-1): Indent.
16468
16469         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16470         mml-smime-get-dns-ldap.
16471         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16472
16473 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16474
16475         * smime.el: Require smime-ldap.
16476         (smime-ldap-host-list): New variable.
16477         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16478
16479         * mml-smime.el (mml-smime-encrypt-query): New function.
16480         (mml-smime-encrypt-query): Use it.
16481
16482         * smime-ldap.el: New file.
16483
16484 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16485
16486         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16487
16488 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16489
16490         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16491         argument in doc string.  Make query for type more clear.
16492
16493 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16494
16495         * gnus.el (gnus-group-startup-message): Search for gnus images in
16496         etc/images/gnus.
16497         * mm-util.el (mm-image-load-path): Likewise.
16498         * smiley.el (smiley-data-directory): Search for smilies in
16499         etc/images/smilies.
16500
16501 2005-02-09  Kim F. Storm  <storm@cua.dk>
16502
16503         Change Emacs release version from 21.4 to 22.1 throughout.
16504         Change Emacs development version from 21.3.50 to 22.0.50.
16505
16506 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16507
16508         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16509
16510         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16511         non-Mule XEmacs as well.
16512         (mm-decompress-buffer): Signal an error intentionally if it does
16513         not decompress compressed data because auto-compression-mode is
16514         disabled.
16515
16516 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16517
16518         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16519         an ID in the registry even if it has no groups.
16520
16521 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16522
16523         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16524         merge it into mm-decompress-buffer.
16525         (gnus-mime-copy-part): Use the MIME part charset, the value which
16526         a user specified or gnus-newsgroup-charset for decoding, like
16527         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16528         save-buffer what was used.  Suggested by Kevin Ryde
16529         <user42@zip.com.au>.
16530         (gnus-mime-inline-part): Allow the name parameter as well as the
16531         filename parameter; force decompressing of compressed data; always
16532         display contents being not decoded as unibyte.
16533
16534         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16535         as well as the filename parameter.
16536
16537         * mm-util.el (mm-decompress-buffer):
16538         Merge gnus-mime-jka-compr-maybe-uncompress.
16539         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16540         of compressed data.
16541
16542 2005-02-08  Simon Josefsson  <jas@extundo.com>
16543
16544         * imap.el (imap-log): Doc fix.
16545
16546 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16547
16548         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16549         the coding cookies; decompress compressed parts.
16550
16551         * mml.el (mml-generate-mime-1): Add the charset parameter according
16552         to the value which a user specified manually or the coding cookie.
16553
16554         * mm-util.el (mm-string-to-multibyte): New function.
16555         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16556         (mm-coding-system-to-mime-charset): New function.
16557         (mm-decompress-buffer): New function.
16558         (mm-find-buffer-file-coding-system): New function.
16559
16560         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16561         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16562         parts.
16563
16564 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16565
16566         * mm-view.el (mm-display-inline-fontify): Decode a part according
16567         to the charset parameter.
16568
16569 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16570
16571         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16572         prefix arg is neither nil nor a number, as info specifies.
16573
16574 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16575
16576         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16577         timestamps.
16578
16579 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16580
16581         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16582         groups error checking and notify user.
16583
16584 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16585
16586         * message.el (message-send-mail-function): Check existence of
16587         sendmail-program first before using default value
16588         `message-send-mail-with-sendmail'.  Otherwise use more generic
16589         `smtpmail-send-it'.
16590
16591 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16592
16593         * nntp.el (nntp-request-update-info): Always return nil.
16594
16595 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16596
16597         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16598
16599 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16600
16601         * message.el (message-beginning-of-line): Change the behavior when
16602         invoked between BOL and : so that it first moves backward.
16603
16604 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16605
16606         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16607         article buffer when editing of the article is discarded.
16608         (gnus-article-prepare): Revert.
16609
16610 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16611
16612         * gnus-art.el (gnus-article-prepare):
16613         Remove message-strip-forbidden-properties from the local hook.
16614
16615 2005-01-27  Simon Josefsson  <jas@extundo.com>
16616
16617         * password.el (password-cache-add): Only start one timer per key.
16618         Reported by Derek Atkins <warlord@MIT.EDU>.
16619
16620 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16621
16622         * run-at-time.el: Remove.  It is no longer needed as
16623         timer-funcs.el in the xemacs-base package has a working version of
16624         `run-at-time'.
16625
16626         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16627
16628         * password.el: Require timer-funcs instead of run-at-time in
16629         XEmacs.
16630         Remove `password-run-at-time' macro.
16631         (password-cache-add): Use `run-at-time' instead of
16632         `password-run-at-time'.
16633
16634         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16635         Remove `nnheader-cancel-function-timers' alias,
16636         `cancel-function-timers' exists in XEmacs in timer-funcs.
16637
16638         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16639         for `run-with-idle-timer'.
16640
16641         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16642         for `run-at-time'.
16643
16644         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16645         for `with-timeout'.
16646
16647         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16648         the same as for XEmacs 21.4.
16649         No need to ignore `run-with-idle-timer', this function exists in
16650         XEmacs now in timer-funcs.el in the xemacs-base package.
16651         (dgnushack-compile): No need to delete
16652         run-at-time.el from the list of files to compile because it
16653         doesn't exist anymore.
16654
16655 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16656
16657         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16658         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16659
16660 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16661
16662         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16663         sensitively.
16664
16665 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16666
16667         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16668
16669 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16670
16671         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16672         which will be inserted according to the multibyteness of a buffer
16673         rather than the type of contents.  Suggested by ARISAWA Akihiro
16674         <ari@mbf.ocn.ne.jp>.
16675
16676         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16677         of string which old xml.el may return rather than a string.
16678
16679 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16680
16681         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16682
16683 2005-01-16  Simon Josefsson  <jas@extundo.com>
16684
16685         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16686         idn/idna.el isn't available.
16687         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16688         <michael@waxrat.com>.
16689
16690         * hashcash.el: Remove non-FSF copyright header.
16691
16692         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16693         (hashcash-generate-payment): Use it.
16694         (hashcash-generate-payment-async): Use it.
16695
16696 2005-01-15  Simon Josefsson  <jas@extundo.com>
16697
16698         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16699         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16700
16701         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16702         gnus-summary-idna-message.
16703         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16704         (gnus-summary-idna-message): New function.
16705
16706 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16707
16708         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16709         gnus-novice-user.
16710
16711 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16712
16713         * nnrss.el (nnrss-request-delete-group): Delete entries in
16714         nnrss-group-alist as well.
16715         (nnrss-save-server-data): Insert newline.
16716
16717 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16718
16719         * gnus.el (gnus-user-agent): Use list of symbols instead of
16720         symbols.  Display full version number for (S)XEmacs.
16721         Optionally display (S)XEmacs codename.
16722
16723         * gnus-util.el (gnus-emacs-version): Update for new
16724         `gnus-user-agent'.
16725
16726         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16727         Gnus version.
16728
16729 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16730
16731         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16732         which is unreadable in some setups.
16733
16734 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16735
16736         * gnus-spec.el (gnus-update-format-specifications): Flush the
16737         group format spec cache if it doesn't support decoded group names.
16738
16739 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16740
16741         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16742         Allow to apply decay on score files matching a regexp.
16743
16744 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16745
16746         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16747         compatibility in %g and %c.
16748
16749 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16750
16751         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16752         name for only %g and %c.
16753         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16754         of gnus-tmp-group to decoded group name.
16755         (gnus-group-make-rss-group): Exclude `/'s from group names.
16756
16757 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16758
16759         * nnrss.el (nnrss-get-encoding): Fix regexp.
16760
16761 2004-12-27  Simon Josefsson  <jas@extundo.com>
16762
16763         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16764         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16765         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16766
16767 2004-12-17  Kim F. Storm  <storm@cua.dk>
16768
16769         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16770
16771         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16772
16773 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16774
16775         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16776
16777 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16778
16779         * nnrss.el: Require rfc2047 and mml.
16780         (nnrss-file-coding-system): New variable.
16781         (nnrss-format-string): Redefine it as an inline function.
16782         (nnrss-decode-group-name): New function.
16783         (nnrss-string-as-multibyte): Remove.
16784         (nnrss-retrieve-headers): Decode group name; don't use
16785         nnrss-format-string.
16786         (nnrss-request-group): Decode group name.
16787         (nnrss-request-article): Decode group name; allow a Message-ID as
16788         well as an article number; don't use nnrss-format-string; encode a
16789         Message-ID string which may contain non-ASCII characters; use
16790         mml-to-mime to compose a MIME article.
16791         (nnrss-request-expire-articles): Decode group name.
16792         (nnrss-request-delete-group): Decode group name.
16793         (nnrss-fetch): Clarify error message.
16794         (nnrss-read-server-data): Use insert-file-contents instead of load;
16795         bind file-name-coding-system; use multibyte buffer.
16796         (nnrss-save-server-data): Bind coding-system-for-write to the
16797         value of nnrss-file-coding-system; bind file-name-coding-system;
16798         add coding cookie.
16799         (nnrss-read-group-data): Use insert-file-contents instead of load;
16800         bind file-name-coding-system; use multibyte buffer.
16801         (nnrss-save-group-data): Bind coding-system-for-write to the
16802         value of nnrss-file-coding-system; bind file-name-coding-system.
16803         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16804         make it work with non-ASCII text.
16805         (nnrss-find-el): Make it work with old xml.el as well.
16806
16807 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16808
16809         * nnrss.el (nnrss-get-encoding): New function.
16810         (nnrss-fetch): Use unibyte buffer initially; bind
16811         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16812         decode contents according to the encoding attribute.
16813         (nnrss-save-group-data): Add coding cookie.
16814         (nnrss-mime-encode-string): New function.
16815         (nnrss-check-group): Use it to encode subject and author.
16816
16817 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16818
16819         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16820         imaginary variable.
16821
16822 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16823
16824         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16825         correctly even if there are wide characters.
16826
16827 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16828
16829         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16830         downcased symbol names; make a new cache instead of reusing
16831         bbdb-hashtable.
16832
16833 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16834
16835         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16836         concatenating segments rather than before concatenating them.
16837         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16838
16839         * message.el (message-get-reply-headers): Bind `extra'.
16840
16841 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16842
16843         * message.el (message-extra-wide-headers): New variable.
16844         (message-get-reply-headers): Use it.
16845
16846 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16847
16848         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16849         (gnus-agent-group-pathname): Ditto.
16850
16851         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16852
16853         * gnus-group.el (gnus-group-make-group): Decode group name.
16854         (gnus-group-make-rss-group): Register the group data after opening
16855         the nnrss group.
16856
16857 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16858
16859         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16860         by expiry now get marked as read.
16861
16862 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16863
16864         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16865
16866 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16867
16868         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16869         unify Latin characters in XEmacs.
16870         (mm-find-mime-charset-region): Use it.
16871
16872 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16873
16874         * gnus-util.el (gnus-delete-directory): New function.
16875
16876         * gnus-agent.el (gnus-agent-delete-group): Use it.
16877
16878         * gnus-cache.el (gnus-cache-delete-group): Use it.
16879
16880 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16881
16882         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16883         names.
16884
16885 2004-12-16  Simon Josefsson  <jas@extundo.com>
16886
16887         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16888
16889 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16890
16891         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16892
16893         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16894         (gnus-group-set-current-level): Decode group name.
16895
16896 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16897
16898         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16899         failed.
16900
16901 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16902
16903         * gnus-group.el (gnus-group-delete-group): Decode group name.
16904         (gnus-group-make-rss-group): Encode group name.
16905         (gnus-group-catchup-current): Decode group name.
16906         (gnus-group-kill-group): Decode group name.
16907
16908 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16909
16910         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16911
16912 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16913
16914         * gnus-group.el (gnus-group-make-rss-group):
16915         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16916
16917         * gnus-start.el (gnus-setup-news): Honor user's setting to
16918         gnus-message-archive-method.  Suggested by Lute Kamstra
16919         <lute@gnu.org>.
16920
16921 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16922
16923         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16924         global counterparts of the buffer-local variables.
16925
16926 2004-11-16  Romain Francoise  <romain@orebokech.com>
16927
16928         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16929         counterparts of the buffer-local variables.
16930
16931 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16932
16933         * message.el (message-forbidden-properties): Fix typo in doc
16934         string.
16935
16936 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16937
16938         * gnus-util.el (gnus-replace-in-string): Add doc string.
16939
16940         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16941         to avoid problems when splitting mails with many recipients.
16942
16943 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16944
16945         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16946         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16947
16948 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16949
16950         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16951         if there is no hashtable in memory or file modification time is
16952         newer than cached timestamp.
16953
16954 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16955
16956         * gnus-sum.el (gnus-summary-limit-to-recipient):
16957         Implement not-matching option.
16958
16959 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16960
16961         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16962         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16963         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16964         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16965         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16966         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16967
16968 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16969
16970         * message.el (message-forward-make-body-mml): Remove headers
16971         according to message-forward-ignored-headers if a message is decoded.
16972
16973 2004-12-02  Romain Francoise  <romain@orebokech.com>
16974
16975         * message.el (message-forward-make-body-plain): Always remove
16976         headers according to message-forward-ignored-headers.
16977
16978 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16979
16980         * spam.el (spam-summary-prepare-exit): Remove the
16981         gnus-summary-limit pop for now, it has problems with ham marks for
16982         me.
16983
16984 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16985
16986         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16987         correctly.
16988
16989 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16990
16991         * format-spec.el (format-spec): Message the char.
16992
16993 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16994
16995         * gnus-art.el (gnus-split-methods): Reformat comments.
16996
16997         * spam.el (spam-summary-prepare-exit): Remove article limits
16998         before exiting the summary buffer.
16999
17000 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17001
17002         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17003         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17004
17005         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17006         order to silence the byte compiler.
17007
17008         * spam.el: Fix the way to silence the byte compiler, which
17009         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17010         bbdb-search-simple, spam-BBDB-register-routine,
17011         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17012         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17013         spam-stat-buffer-is-spam, spam-stat-load,
17014         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17015         spam-stat-save and spam-stat-split-fancy.
17016
17017 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17018
17019         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17020         which may confuse users.
17021         (canlock-password-for-verify): Ditto.
17022
17023         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17024
17025         * gnus-art.el (gnus-emphasis-alist): Ditto.
17026
17027         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17028
17029         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17030
17031         * gnus-start.el (gnus-save-killed-list): Ditto.
17032
17033         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17034         (gnus-sum-thread-tree-root): Ditto.
17035         (gnus-sum-thread-tree-false-root): Ditto.
17036         (gnus-sum-thread-tree-single-indent): Ditto.
17037
17038         * message.el (message-courtesy-message): Ditto.
17039         (message-archive-note): Ditto.
17040         (message-subscribed-address-file): Ditto.
17041         (message-user-fqdn): Ditto.
17042
17043         * spam-report.el (spam-report-gmane-regex): Ditto.
17044
17045         * spam.el (spam-blackhole-good-server-regex): Ditto.
17046
17047 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17048
17049         * mml.el (mml-preview): Widen the message buffer before copying
17050         the contents to the preview buffer; sort headers before previewing.
17051
17052         * message.el (message-hidden-headers): Fix the way to avoid a bug
17053         in the `repeat' widget in Emacs 21.3 or earlier.
17054
17055 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17056
17057         * message.el (message-hidden-headers): Default to "^References:".
17058         Improve customization type.  Suggested by Reiner Steib
17059         <Reiner.Steib@gmx.de>.
17060
17061 2004-11-25  Romain Francoise  <romain@orebokech.com>
17062
17063         * message.el (message-strip-forbidden-properties): Remove check for
17064         obsolete `message-hidden' text property, hidden headers are not
17065         accessible in the buffer anymore.
17066
17067 2004-11-22  Romain Francoise  <romain@orebokech.com>
17068
17069         * message.el (message-header-format-alist): Add `From' in list
17070         so that it can be sorted.
17071         (message-fix-before-sending): Widen and sort headers before
17072         sending.
17073         (message-hide-headers): Use narrowing to hide headers by moving
17074         them to the top of the buffer and narrowing to the region
17075         underneath.
17076
17077 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17078
17079         * message.el (message-strip-forbidden-properties):
17080         Bind buffer-read-only (etc) to nil.
17081
17082 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17083
17084         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17085         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17086
17087 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17088
17089         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17090
17091 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17092
17093         * dns.el (query-dns): Use sit-for to time instead of
17094         accept-process-output, since that doesn't seem to work on udp
17095         sockets.
17096
17097 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17098
17099         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17100
17101 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17102
17103         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17104         doc string.  Improve doc string.
17105
17106 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17107
17108         * nntp.el (nntp-request-update-info): Return nil if
17109         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17110         may not call gnus-activate-group which uselessly issues the GROUP
17111         commands for all nntp groups and wastes time.  Reported by Romain
17112         Francoise <romain@orebokech.com>.
17113
17114         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17115
17116 2004-11-15  Simon Josefsson  <jas@extundo.com>
17117
17118         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17119         headers separately.
17120         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17121         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17122
17123 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17124
17125         * gnus-start.el (gnus-convert-old-newsrc):
17126         Assign legacy-gnus-agent to 5.10.7.
17127
17128 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17129
17130         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17131         start of the lines.
17132
17133 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17134
17135         * hashcash.el (hashcash-default-payment): Change default to 20.
17136         (hashcash-default-accept-payment): Change default to 20.
17137         (hashcash-process-alist): New variable.
17138         (hashcash-generate-payment-async): Add.
17139         (hashcash-already-paid-p): Add.
17140         (hashcash-insert-payment): Don't generate payments twice.
17141         (hashcash-insert-payment-async): Add.
17142         (hashcash-insert-payment-async-2): Add.
17143         (hashcash-cancel-async): Add.
17144         (hashcash-wait-async): Add.
17145         (hashcash-processes-running-p): Add.
17146         (hashcash-wait-or-cancel): Add.
17147         (mail-add-payment): New optional argument.  Conditionally start
17148         asynchronous calculation.
17149         (mail-add-payment-async): Add.
17150
17151         * message.el (message-send-mail): Wait for asynchronous hashcash
17152         results.  Don't clobber existing X-Hashcash headers.
17153         (message-setup-1): Call mail-add-payment-async when
17154         message-generate-hashcash is non-nil.
17155
17156 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17157
17158         * message.el (message-use-alternative-email-as-from): Examine the
17159         From header as well; use message-make-from in order to include a
17160         user's full name.
17161
17162 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17163
17164         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17165         default; improve customization type.
17166         (gnus-emphasis-custom-with-format): New macro.
17167         (gnus-emphasis-custom-value-to-external): New function.
17168         (gnus-emphasis-custom-value-to-internal): New function.
17169
17170 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17171
17172         * dns.el (query-dns): Resolve reverse addresses.
17173
17174 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17175
17176         * gnus-group.el (gnus-group-get-new-news): Use it.
17177
17178         * gnus-start.el (gnus-check-reasonable-setup): New function.
17179
17180 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17181
17182         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17183         "Args out of range" error.  Reported by Arnaud Giersch
17184         <arnaud.giersch@free.fr>.
17185
17186 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17187
17188         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17189
17190 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17191
17192         * spam.el (spam group): Add :version.
17193
17194         * pgg-def.el (pgg group): Add :version.
17195
17196 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17197
17198         * gnus-art.el (gnus-article-edit-article): Don't associate the
17199         article buffer with a draft file.  This is a temporary measure
17200         against the 2004-08-22 change to gnus-article-edit-mode.
17201
17202 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17203
17204         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17205         (html2text-format-tags): Remove unused variable `attr'.
17206
17207 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17208
17209         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17210
17211         * tls.el (tls-process-connection-type, tls-success)
17212         (tls-certtool-program): Add :version.
17213
17214         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17215         (starttls-extra-arguments, starttls-process-connection-type)
17216         (starttls-connect, starttls-failure, starttls-success): Add :version.
17217
17218         * spam-stat.el (spam-stat): Add :version.
17219
17220         * sieve.el (sieve): Add :version.
17221
17222         * sha1.el (sha1): Add :version.
17223         (sha1-use-external): Remove redundant version.
17224
17225         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17226         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17227         (nnmail-split-fancy-match-partial-words)
17228         (nnmail-split-lowercase-expanded): Add :version.
17229
17230         * nndiary.el (nndiary): Add :version.
17231
17232         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17233
17234         * mml-sec.el (mml-default-sign-method)
17235         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17236         Add :version.
17237
17238         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17239
17240         * mm-url.el (mm-url-use-external, mm-url-program)
17241         (mm-url-arguments): Add :version.
17242
17243         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17244         (mm-attachment-file-modes, mm-decrypt-option)
17245         (mm-w3m-safe-url-regexp): Add :version.
17246
17247         * message.el (message-cite-prefix-regexp)
17248         (message-sendmail-envelope-from, message-minibuffer-local-map)
17249         (message-user-fqdn, message-completion-alist): Add :version.
17250
17251         * gnus-win.el (gnus-configure-windows-hook)
17252         (gnus-use-frames-on-any-display): Add :version.
17253
17254         * gnus-art.el (gnus-article-address-banner-alist)
17255         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17256         (gnus-treat-from-picon, gnus-treat-mail-picon)
17257         (gnus-treat-x-pgp-sig): Add :version.
17258
17259         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17260         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17261         (gnus-summary-article-delete-hook)
17262         (gnus-summary-display-while-building): Add :version.
17263
17264         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17265         (gnus-get-top-new-news-hook): Add :version.
17266
17267         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17268         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17269
17270         * gnus-registry.el (gnus-registry): Add :version.
17271
17272         * gnus-spec.el (gnus-use-correct-string-widths)
17273         (gnus-make-format-preserve-properties): Add :version.
17274
17275         * gnus.el (gnus-group-charter-alist)
17276         (gnus-group-fetch-control-use-browse-url)
17277         (gnus-install-group-spam-parameters): Add :version.
17278
17279         * gnus-diary.el (gnus-diary): Add :version.
17280
17281         * gnus-delay.el (gnus-delay): Add :version.
17282
17283         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17284         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17285         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17286         Add :version.
17287
17288         * gnus-agent.el (gnus-agent-max-fetch-size)
17289         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17290         (gnus-agent-prompt-send-queue): Add :version.
17291
17292         * deuglify.el (gnus-outlook-deuglify): Add :version.
17293
17294         * html2text.el: Beautify code.  Improve doc strings.
17295         Some checkdoc cleanup.
17296         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17297
17298 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17299
17300         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17301
17302 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17303
17304         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17305         when package is loaded.
17306
17307         * spam.el (spam-summary-score-preferred-header): Add global preference
17308         for people who want to override the default SpamAssassin over
17309         Bogofilter preference (when both are set).
17310         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17311         (spam-user-format-function-S):
17312         Check spam-summary-score-preferred-header.
17313         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17314         (spam-user-format-function-S): Format the score correctly.
17315
17316 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17317
17318         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17319         signature file.  Suggested by Manoj Srivastava
17320         <srivasta@golden-gryphon.com>.
17321
17322         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17323         iso-2022-jp even in the Japanese language environment.
17324         Suggested by Jason Rumney <jasonr@gnu.org>.
17325
17326 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17327
17328         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17329         use the same characters as the dummy marks; make it free from
17330         getting affected by the language environment.
17331         (gnus-summary-read-group-1): Update mark positions only when the
17332         format spec is updated.
17333
17334         * gnus-spec.el (gnus-update-format-specifications): Return a list
17335         of updated types.
17336
17337 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17338
17339         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17340         of boundp to check if display-warning is available.
17341
17342 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17343
17344         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17345
17346 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17347
17348         * nnspool.el (nnspool-spool-directory): Use news-path if the
17349         news-directory variable is not bound.
17350
17351         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17352         function instead of display-warning if it is not available.
17353
17354 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17355
17356         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17357         v5-10: Use `point-at-bol'.
17358
17359 2004-10-26  Simon Josefsson  <jas@extundo.com>
17360
17361         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17362         <chenggao@gmail.com>.
17363
17364 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17365
17366         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17367         instead.
17368
17369 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17370
17371         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17372         to remove a server from the nnimap-server-buffer-alist.
17373         (nnimap-open-connection, nnimap-close-server): Use it.
17374
17375         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17376
17377 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17378
17379         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17380         running the major-mode function.
17381
17382 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17383
17384         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17385         dummy marks in the right way.
17386
17387 2004-10-18  David Edmondson  <dme@dme.org>
17388
17389         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17390         excessively.
17391
17392 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17393
17394         * gnus-util.el (gnus-split-references): Accept a nil references
17395         string and go on blissfully.
17396
17397         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17398         cases where the references string is non-nil but has no references.
17399
17400         * encrypt.el: Add autoload tags.
17401
17402         * spam.el (spam-resolve-registrations-routine): Remove article
17403         from unregistration list too.  Reported by David Hanak
17404         <dhanak@isis.vanderbilt.edu>
17405
17406 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17407
17408         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17409         nil.  Change custom type.
17410
17411 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17412
17413         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17414
17415         * gnus-sum.el (gnus-summary-move-article): Use it.
17416
17417 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17418
17419         * encrypt.el: Add autoload cookies.
17420
17421         * spam.el (spam-backend-article-list-property)
17422         (spam-backend-get-article-todo-list)
17423         (spam-backend-put-article-todo-list)
17424         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17425         Resolve registrations separately.
17426         (spam-register-routine): Format comments.
17427         (spam-unregister-routine, spam-register-routine): Always call with
17428         specific-articles, no default list.
17429         (spam-summary-prepare-exit): Use the spam-classifications function.
17430
17431         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17432         gnus-encrypt.el.
17433
17434         * encrypt.el: Copied from gnus-encrypt.el.
17435
17436         * gnus-encrypt.el: Commented that it's obsolete.
17437
17438 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17439
17440         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17441         (gnus-score-save): Use it.
17442
17443         * message.el (message-bury): Use `window-dedicated-p'.
17444
17445 2004-10-15  Simon Josefsson  <jas@extundo.com>
17446
17447         * pop3.el (top-level): Don't require nnheader.
17448         (pop3-read-timeout): Add.
17449         (pop3-accept-process-output): Add.
17450         (pop3-read-response, pop3-retr): Use it.
17451
17452 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17453
17454         * spam.el (spam-register-routine): Move comment.
17455         (spam-verify-bogofilter): Use 'unknown for the initial
17456         spam-bogofilter-valid state, not 'never.
17457
17458         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17459         for netrc-machine.
17460
17461         * nnimap.el (nnimap-open-connection):
17462         Use netrc-machine-user-or-password.
17463
17464 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17465
17466         * gnus-registry.el (gnus-registry-unload-hook):
17467         Set as a variable with add-hook.
17468
17469         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17470         of news-path.
17471
17472         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17473
17474         * spam.el: Delete duplicate `provide'.
17475         (spam-unload-hook): Set as a variable with add-hook.
17476
17477 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17478
17479         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17480         in the doc string.
17481
17482         * message.el (message-ignored-news-headers)
17483         (message-ignored-supersedes-headers)
17484         (message-ignored-resent-headers)
17485         (message-forward-ignored-headers): Improve custom type.
17486
17487 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17488
17489         * message.el (message-tokenize-header): Fix 2004-09-06 change
17490         which used point-min in the wrong place.
17491
17492 2004-10-12  Simon Josefsson  <jas@extundo.com>
17493
17494         * tls.el (tls-certtool-program): New variable.
17495         (tls-certificate-information): New function, based on
17496         ssl-certificate-information.
17497
17498 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17499
17500         * compface.el: Move the version of ELisp-based uncompface program
17501         to the contrib directory because of the copyright problem.
17502
17503 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17504
17505         * message.el (message-kill-buffer): Raise the current frame.
17506
17507 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17508
17509         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17510
17511         * gnus.el (message-y-or-n-p): Autoload.
17512
17513         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17514         (pop3-password-required, pop3-authentication-scheme)
17515         (pop3-leave-mail-on-server): Make customizable.
17516         (pop3): New custom group.
17517         (pop3-retr): Remove `sleep-for' statements.
17518         Suggested by Dave Love <fx@gnu.org>.
17519
17520         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17521         Windows/DOS.
17522
17523         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17524         (imap-parse-body): Fix incorrect use of `assert'.
17525         Suggested by Dave Love <fx@gnu.org>.
17526
17527         * mml.el (mml-minibuffer-read-disposition): Require match.
17528         Suggested by Dave Love <fx@gnu.org>.
17529
17530 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17531
17532         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17533         doc string.
17534
17535 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17536
17537         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17538
17539 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17540
17541         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17542         instead of calling `mm-insert-inline', to decode text/* parts
17543         before displaying them.
17544
17545 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17546
17547         * mm-uu.el (mm-uu-text-plain-type): New variable.
17548         (mm-uu-pgp-signed-extract-1): Use it.
17549         (mm-uu-pgp-encrypted-extract-1): Use it.
17550         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17551         bind mm-uu-text-plain-type with that value.
17552         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17553         mm-uu-dissect.
17554
17555 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17556
17557         * gnus-group.el (gnus-update-group-mark-positions):
17558         * gnus-sum.el (gnus-update-summary-mark-positions):
17559         * message.el (message-check-news-body-syntax):
17560         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17561         of string-as-multibyte.
17562
17563 2004-10-05  Juri Linkov  <juri@jurta.org>
17564
17565         * gnus-group.el (gnus-update-group-mark-positions):
17566         * gnus-sum.el (gnus-update-summary-mark-positions):
17567         * message.el (message-check-news-body-syntax):
17568         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17569         8-bit unibyte values to a multibyte string for search functions.
17570
17571 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17572
17573         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17574         (mm-uu-dissect-text-parts): New function.
17575
17576         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17577         dissect text parts.
17578
17579         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17580         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17581
17582         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17583
17584         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17585         Use gnus-current-topics instead of gnus-current-topic.
17586
17587 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17588
17589         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17590
17591 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17592
17593         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17594         where approriate.
17595
17596         * nnml.el (nnml-generate-active-info): do.
17597
17598         * nndiary.el (nndiary-generate-active-info): do.
17599
17600         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17601         (gnus-topic-move): do.
17602
17603         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17604         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17605
17606         * gnus-srvr.el (gnus-server-prepare)
17607         (gnus-server-open-all-servers): do.
17608
17609         * gnus-msg.el (gnus-summary-cancel-article)
17610         (gnus-summary-resend-message)
17611         (gnus-summary-mail-crosspost-complaint): do.
17612
17613         * gnus-move.el (gnus-change-server): do.
17614
17615         * gnus-group.el (gnus-group-unmark-all-groups)
17616         (gnus-group-set-current-level): do.
17617
17618 2004-10-04  Simon Josefsson  <jas@extundo.com>
17619
17620         * message.el (message-generate-hashcash): Doc fix.
17621
17622 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17623
17624         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17625         avoid infinite recursion via gnus-get-function.
17626
17627 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17628
17629         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17630
17631         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17632
17633         * nnmail.el (nnmail-split-history): do.
17634
17635         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17636         (nnml-request-delete-group): do.
17637
17638         * nnslashdot.el (nnslashdot-read-groups): do.
17639
17640         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17641         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17642
17643         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17644         (nnspool-sift-nov-with-sed): Use last.
17645         (nnspool-retrieve-headers-with-nov): Use mapc.
17646         (nnspool-request-newgroups): Use dolist.
17647         (nnspool-request-group): Use last.
17648
17649         * nntp.el (nntp-read-server-type): Use dolist.
17650
17651         * nnvirtual.el (nnvirtual-create-mapping)
17652         (nnvirtual-update-read-and-marked): Use dolist.
17653         (nnvirtual-convert-headers): Simplify.
17654
17655 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17656
17657         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17658         Add support for sync'ing tick marks.
17659
17660 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17661
17662         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17663         there's no visible header.
17664
17665 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17666
17667         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17668         When necessary, pass full group name to gnus-request-set-marks.
17669
17670 2004-10-01  Simon Josefsson  <jas@extundo.com>
17671
17672         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17673         acroread.
17674
17675 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17676
17677         * spam-report.el (spam-report-gmane): Fix interactive.
17678
17679         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17680
17681         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17682         when writing file.
17683         (gnus-agent-synchronize-flags): Don't default to being
17684         interactive.
17685
17686 2004-09-30  Simon Josefsson  <jas@extundo.com>
17687
17688         * message.el (message-generate-hashcash): Add.
17689         (message-send-mail): Use it, call mail-add-payment.
17690
17691 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17692
17693         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17694
17695 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17696
17697         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17698         gnus-requst-update-info with explicit code to sync the in-memory
17699         info read flags with the marks being sync'd to the backend.
17700
17701         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17702
17703 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17704
17705         * spam.el (spam-verify-bogofilter): Add new function.
17706         (spam-check-bogofilter)
17707         (spam-bogofilter-register-with-bogofilter): Use it.
17708         (spam-verify-bogofilter): Add small fixes.
17709
17710 2004-09-28  Simon Josefsson  <jas@extundo.com>
17711
17712         * hashcash.el (hashcash-generate-payment): Revert.
17713
17714 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17715
17716         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17717         Use gnus-extract-references instead of gnus-split-references.
17718
17719         * gnus-util.el (gnus-extract-references): Add new function, analogous
17720         to gnus-split-references but extracts only the message-ID without
17721         anything extra.
17722
17723         * hashcash.el (hashcash-generate-payment)
17724         (hashcash-check-payment): Do the right thing if hashcash-path is
17725         nil (because the hashcash program could not be found).
17726
17727         * spam.el (spam-use-hashcash): Remove comment.
17728
17729 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17730
17731         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17732         (gnus-cache-enter-article, gnus-cache-remove-article)
17733         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17734
17735         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17736
17737         * gnus-art.el (article-hide-boring-headers)
17738         (article-translate-strings, article-display-face)
17739         (gnus-article-mime-match-handle-first)
17740         (gnus-article-highlight-headers)
17741         (gnus-article-add-buttons-to-head): do.
17742
17743 2004-09-27  Simon Josefsson  <jas@extundo.com>
17744
17745         * hashcash.el: New version, from
17746         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17747         ../contrib/.
17748
17749 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17750
17751         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17752
17753 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17754
17755         * gnus-dup.el (gnus-dup-open): Use mapc.
17756         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17757
17758         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17759         Reported by Stefan Wiens <s.wi@gmx.net>.
17760
17761         * gnus.el (gnus-shutdown): Use dolist.
17762
17763         * gnus-undo.el (gnus-undo): Use mapc.
17764
17765         * nnrss.el (nnrss-generate-active): do.
17766
17767         * message.el (message-cite-original-without-signature)
17768         (message-cite-original): Use mapc.
17769         (message-do-actions, message-make-forward-subject): Use dolist.
17770
17771 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17772
17773         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17774         deletion to remove entire duplicate line.  Fixes merged article
17775         number bug.
17776
17777 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17778
17779         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17780         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17781         first ask if you want to open a server and then, even when you
17782         responded with no, asking if you want to synchronize the server's
17783         flags.
17784         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17785         multi-line expressions.
17786         (gnus-agent-synchronize-group-flags): New internal function.
17787         Updates marks in memory (in the info structure) AND in the
17788         backend.
17789
17790         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17791
17792         * nnagent.el (nnagent-request-set-mark):
17793         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17794         method, to ensure that synchronization updates marks in the
17795         backend and in the info (in memory) structure.
17796
17797 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17798
17799         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17800         convention fully; don't miss the root article of a thread; make
17801         the X-Draft-From header with correct article numbers.
17802
17803 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17804
17805         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17806         unless plugged.  Disable the agent so that an open failure causes
17807         an error.
17808
17809         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17810         Revert 2004-09-21 change.  The backend must be opened while
17811         synchronizing flags even when the backend stores the flags
17812         locally.
17813
17814 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17815
17816         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17817         in `header' match.  Reported by Svend Tollak Munkejord.
17818
17819         * message.el (message-cite-original): Fix use of
17820         `message-cite-articles-with-x-no-archive'.
17821
17822 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17823
17824         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17825         (gnus-window-to-buffer): Ditto.
17826
17827         * mml.el (mml-preview-buffer): New variable.
17828         (mml-preview): Manage window layout with gnus-buffer-configuration.
17829
17830         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17831         X-Draft-From header even if those articles aren't quoted.
17832
17833 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17834
17835         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17836         (gnus-request-set-mark, gnus-request-update-mark): Use new
17837         g-s-t-u-l-m to decide to use backend even when unplugged.
17838
17839 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17840
17841         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17842         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17843
17844 2004-09-20  Simon Josefsson  <jas@extundo.com>
17845
17846         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17847         "utf-16-le".
17848
17849 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17850
17851         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17852
17853 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17854
17855         * uudecode.el (uudecode-use-external): Add :version.
17856
17857         * smime.el (smime-CA-file, smime-encrypt-cipher)
17858         (smime-dns-server): Add :version.
17859
17860         * smiley.el (gnus-smiley-file-types): Add :version.
17861
17862         * sha1.el (sha1-use-external): Add :version.
17863
17864         * pgg-def.el (pgg-query-keyserver): Add :version.
17865
17866         * nnmail.el (nnmail-fancy-expiry-targets)
17867         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17868         Add :version.
17869
17870         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17871         (nnimap-retrieve-groups-asynchronous): Add :version.
17872         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17873
17874         * mml.el (mml-content-disposition-parameters)
17875         (mml-insert-mime-headers-always): Add :version.
17876
17877         * mm-util.el (mm-coding-system-priorities): Add :version.
17878
17879         * mm-decode.el (mm-inline-text-html-with-images)
17880         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17881         (mm-verify-option): Add :version.
17882         (mm-text-html-renderer): Change :version.
17883
17884         * message.el (message-fcc-externalize-attachments)
17885         (message-required-headers, message-draft-headers)
17886         (message-subject-trailing-was-query)
17887         (message-subject-trailing-was-ask-regexp)
17888         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17889         (message-mark-insert-end, message-archive-header)
17890         (message-archive-note, message-cross-post-default)
17891         (message-cross-post-note, message-followup-to-note)
17892         (message-cross-post-note-function, message-use-mail-followup-to)
17893         (message-subscribed-address-functions)
17894         (message-subscribed-address-file, message-subscribed-addresses)
17895         (message-subscribed-regexps, message-allow-no-recipients)
17896         (message-yank-cited-prefix, message-signature-insert-empty-line)
17897         (message-hidden-headers, message-hierarchical-addresses)
17898         (message-mail-user-agent, message-use-idna)
17899         (message-valid-fqdn-regexp)
17900         (message-strip-special-text-properties, message-header-synonyms)
17901         (message-beginning-of-line, message-tab-body-function): Add :version.
17902         (message-insert-canlock, message-wide-reply-confirm-recipients):
17903         Change :version.
17904
17905         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17906         and :version.
17907         (mail-source-delete-old-incoming-confirm)
17908         (mail-source-movemail-program): Add :version.
17909
17910         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17911         (gnus-agent-cache, gnus-agent): Change :version.
17912
17913         * gnus-util.el (gnus-use-byte-compile): Change :version.
17914
17915         * gnus-sum.el (gnus-summary-make-false-root-always)
17916         (gnus-summary-default-high-score)
17917         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17918         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17919         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17920         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17921         (gnus-sum-thread-tree-single-indent)
17922         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17923         (gnus-sum-thread-tree-leaf-with-other)
17924         (gnus-sum-thread-tree-single-leaf): Add :version.
17925         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17926         (gnus-article-loose-mime): Change :version.
17927
17928         * gnus-start.el (gnus-backup-startup-file)
17929         (gnus-save-startup-file-via-temp-buffer): Add :version.
17930
17931         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17932         (gnus-server-offline-face): Add :version.
17933
17934         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17935
17936         * gnus-msg.el (gnus-gcc-externalize-attachments)
17937         (gnus-debug-files, gnus-debug-exclude-variables)
17938         (gnus-discouraged-post-methods): Change :version.
17939         (gnus-confirm-mail-reply-to-news)
17940         (gnus-confirm-treat-mail-like-news): Add :version.
17941
17942         * gnus-int.el (gnus-server-unopen-status): Add :version.
17943
17944         * gnus-group.el (gnus-group-jump-to-group-prompt)
17945         (gnus-large-ephemeral-newsgroup)
17946         (gnus-fetch-old-ephemeral-headers): Add :version.
17947
17948         * gnus-fun.el (gnus-x-face-directory)
17949         (gnus-convert-pbm-to-x-face-command)
17950         (gnus-convert-image-to-x-face-command)
17951         (gnus-convert-image-to-face-command): Add :version.
17952
17953         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17954
17955         * gnus-cite.el (gnus-cite-blank-line-after-header)
17956         (gnus-article-boring-faces): Add :version.
17957
17958         * gnus-art.el (gnus-buttonized-mime-types)
17959         (gnus-inhibit-mime-unbuttonizing)
17960         (gnus-treat-display-face)
17961         (gnus-treat-body-boundary): Change :version.
17962         (gnus-body-boundary-delimiter, gnus-picon-databases)
17963         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17964         (gnus-treat-date-english, gnus-treat-fold-headers)
17965         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17966         (gnus-treat-mail-picon, gnus-treat-wash-html)
17967         (gnus-article-encrypt-protocol)
17968         (gnus-use-idna, gnus-article-over-scroll)
17969         (gnus-mime-display-multipart-alternative-as-mixed)
17970         (gnus-mime-display-multipart-related-as-mixed)
17971         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17972         (gnus-ctan-url, gnus-button-ctan-handler)
17973         (gnus-button-handle-ctan-bogus-regexp)
17974         (gnus-button-ctan-directory-regexp)
17975         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17976         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17977         (gnus-button-man-level, gnus-button-emacs-level)
17978         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17979
17980         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17981         (gnus-agent-go-online): Change :version.
17982         (gnus-agent-expire-unagentized-dirs)
17983         (gnus-agent-auto-agentize-methods): Add :version.
17984
17985         * flow-fill.el (fill-flowed-display-column)
17986         (fill-flowed-encode-column): Add :version.
17987
17988         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17989         (gnus-outlook-deuglify-unwrap-max)
17990         (gnus-outlook-deuglify-cite-marks)
17991         (gnus-outlook-deuglify-unwrap-stop-chars)
17992         (gnus-outlook-deuglify-no-wrap-chars)
17993         (gnus-outlook-deuglify-attrib-cut-regexp)
17994         (gnus-outlook-deuglify-attrib-verb-regexp)
17995         (gnus-outlook-deuglify-attrib-end-regexp)
17996         (gnus-outlook-display-hook): Add :version.
17997
17998         * binhex.el (binhex-use-external): Add :version.
17999
18000 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18001
18002         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18003         and `invisible'.
18004
18005 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18006
18007         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18008         in gnus-registry-trim.
18009
18010 2004-09-13  Simon Josefsson  <jas@extundo.com>
18011
18012         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18013
18014         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18015
18016         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18017         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18018         <yamaoka@jpl.org>.
18019         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18020         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18021         <yamaoka@jpl.org>.
18022
18023         * sieve.el (sieve-manage-mode): Ditto.
18024
18025 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18026
18027         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18028
18029 2004-09-11  Simon Josefsson  <jas@extundo.com>
18030
18031         * dns-mode.el: Add.
18032
18033         * mm-view.el (mm-display-dns-inline): Add.
18034
18035         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18036         (mm-automatic-display): Ditto.
18037
18038         * mailcap.el (mailcap-mime-data): Add text/dns.
18039         (mailcap-mime-extensions): Map .soa to text/dns.
18040
18041 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18042
18043         * gnus-art.el (article-decode-mime-words, article-babel)
18044         (gnus-article-highlight-signature, gnus-article-add-buttons)
18045         (gnus-signature-toggle): Remove unnecessary bindings of
18046         `inhibit-read-only' inherited from v5.10 merge.
18047
18048 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18049
18050         * nntp.el (nntp): New customization group.
18051         (nntp-authinfo-file): Add customization group.
18052
18053         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18054
18055         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18056
18057         * gnus.el (to-address, to-list, subscribed)
18058         (large-newsgroup-initial): Ditto.
18059
18060         * flow-fill.el (fill-flowed-display-column)
18061         (fill-flowed-encode-column): Ditto.
18062
18063 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18064
18065         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18066         Use point-min rather than 1.
18067         (message-send-mail): Use buffer-size rather than point-max.
18068
18069         * gnus-sum.el (gnus-summary-search-article-forward):
18070         Signal a specific `search-failed' rather than a generic `error'.
18071
18072         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18073         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18074         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18075
18076 2004-09-10  Simon Josefsson  <jas@extundo.com>
18077
18078         * nndb.el (require): Remove tcp and duplicate cl.
18079
18080 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18081
18082         * gnus-agent.el (directory-files-and-attributes): Move forward.
18083
18084 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18085
18086         * gnus-agent.el (directory-files-and-attributes):
18087         Optionally defined to support XEmacs.
18088
18089 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18090
18091         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18092         to avoid run-time CL dependencies.
18093         (gnus-agent-unfetch-articles): New function.
18094         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18095         article numbers even when local .overview file is missing.
18096         (gnus-agent-read-article-number): New function.  Only accepts
18097         27-bit article numbers.
18098         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18099         Use gnus-agent-read-article-number.
18100         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18101         from backend while recognizing that article numbers in .overview
18102         must be valid.
18103         (gnus-agent-update-files-total-fetched-for):
18104         Use directory-files-and-attributes to improve performance.
18105         * gnus-int.el (gnus-request-move-article):
18106         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18107         improve performance.
18108
18109         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18110         some users confused by references to .newsrc when they only have a
18111         .newsrc.eld file.
18112         (gnus-convert-mark-converter-prompt)
18113         (gnus-convert-converter-needs-prompt): Fix use of property list.
18114         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18115         New function.  Used internally to only display 'gnus converting
18116         files' message when actually necessary.
18117
18118         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18119         methods now autoloaded.
18120
18121 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18122
18123         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18124         identifiers.
18125
18126 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18127
18128         * gnus-picon.el: Fix indentation and closing parenthesis.
18129
18130 2004-09-01  Simon Josefsson  <jas@extundo.com>
18131
18132         * message.el (message-canlock-generate): Require sha1, not
18133         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18134         to require within a function.  Sadly, if sha1.el isn't loaded, the
18135         let binding in m-c-g will hide the defcustom definition, which is
18136         bad.)
18137
18138         * canlock.el: Require sha1, not sha1-el.
18139
18140         * message.el: Don't autoload sha1 (there is a autoload cookie in
18141         sha1.el).
18142
18143         * sha1-el.el: Rename to sha1.el.
18144
18145 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18146
18147         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18148
18149 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18150
18151         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18152
18153 2004-08-30  Kim F. Storm  <storm@cua.dk>
18154
18155         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18156
18157         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18158         Add :group 'nnimap.
18159
18160 2004-08-30  Andreas Schwab  <schwab@suse.de>
18161
18162         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18163         ?* and ?\;.
18164
18165         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18166         and ?\' to symbol instead of whitespace.
18167
18168 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18169
18170         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18171
18172         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18173         instead of re-search-forward.
18174
18175         * gnus-uu.el (gnus-uu-save-article): Ditto.
18176         (gnus-uu-post-encode-uuencode): Ditto.
18177
18178         * html2text.el (html2text-clean-list-items): Ditto.
18179         (html2text-clean-dtdd): Ditto.
18180         (html2text-format-tags): Ditto.
18181
18182         * message.el (message-send-mail-with-sendmail): Fix regexp.
18183         (message-fill-field-general): Use search-forward instead of
18184         re-search-forward.
18185         (unbold-region): Ditto.
18186
18187         * nnrss.el (nnrss-request-article): Ditto.
18188
18189         * nnslashdot.el (nnslashdot-request-article): Ditto.
18190
18191         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18192
18193         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18194         "Unrecognized menu descriptor" error in XEmacs.
18195
18196 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18197
18198         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18199         parent article of a sparse article in the thread hashtb.
18200
18201 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18202
18203         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18204         (nnmail-expand-newtext): Lowercase expanded entries if
18205         nnmail-split-lowercase-expanded is non-nil.
18206
18207 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18208
18209         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18210
18211         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18212         of gnus-tmp-news-method into string under XEmacs.  It will be
18213         passed to gnus-correct-length which takes only a string argument.
18214
18215 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18216
18217         * gnus-util.el (gnus-bind-print-variables): New macro.
18218         (gnus-prin1): Use it.
18219         (gnus-prin1-to-string): Use it.
18220         (gnus-pp): New function.
18221         (gnus-pp-to-string): New function.
18222
18223         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18224         Replace pp-to-string with gnus-pp-to-string.
18225         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18226         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18227         * gnus-msg.el (gnus-debug): Ditto.
18228         * gnus-score.el (gnus-score-save): Ditto.
18229         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18230         gnus-pp-to-string.
18231         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18232         with gnus-pp.
18233         * score-mode.el (gnus-score-pretty-print): Ditto.
18234         * webmail.el (webmail-debug): Ditto.
18235
18236 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18237
18238         * gnus-art.el (article-display-face, article-display-x-face):
18239         Use buffer-read-only.
18240
18241 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18242
18243         * gnus-art.el (article-hide-list-identifiers):
18244         Bind inhibit-read-only as t.
18245
18246 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18247
18248         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18249
18250 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18251
18252         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18253         (gnus-narrow-to-page): Don't assume point-min == 1.
18254         (gnus-article-edit-mode): Derive from message-mode.
18255
18256         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18257         point-min == 1.
18258
18259         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18260         Disable incorrect use of `assert'.
18261
18262         * message.el (message-mode): Set comment-start-skip.
18263
18264
18265 2004-08-22  Sam Steingold  <sds@gnu.org>
18266
18267         * pop3.el (pop3-leave-mail-on-server): New user variable.
18268         (pop3-movemail): Delete mail only when it is nil.
18269
18270 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18271
18272         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18273
18274         * mml.el (mml-preview): Use `pop-to-buffer'.
18275
18276         * message.el (message-goto-mail-followup-to): Insert after "To".
18277         (message-carefully-insert-headers): Add comment.
18278
18279         * gnus.el: Remove unused variable `gnus-article-check-size'.
18280
18281         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18282
18283         * gnus-art.el (gnus-button-alist):
18284         Improve `gnus-button-handle-library' entry.
18285
18286 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18287
18288         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18289         Use downcase, since XEmacs capitalizes error messages differently.
18290
18291 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18292
18293         * nntp.el: Add (require 'gnus) due to reference to
18294         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18295
18296 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18297
18298         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18299         Bind `mm-fill-flowed'.
18300
18301         * mm-decode.el (mm-dissect-singlepart): Check it.
18302
18303 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18304
18305         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18306         'imap' for netrc parsing.
18307
18308 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18309
18310         * mailcap.el (mailcap-mime-data): Mark as risky.
18311
18312 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18313
18314         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18315         may be included in the encoded word.
18316         (rfc2047-encode): Don't append a space if the encoded word
18317         includes close parenthesis.
18318
18319 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18320
18321         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18322         of text within parentheses.
18323
18324 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18325
18326         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18327         (gnus-encrypt-write-file-contents): Make the password key the file
18328         name PLUS the cipher, not just the cipher.  Also remove failed
18329         passwords from the cache.
18330
18331 2004-08-06  Simon Josefsson  <jas@extundo.com>
18332
18333         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18334         Doc fix.
18335
18336 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18337
18338         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18339         LWSP.
18340
18341 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18342
18343         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18344         Try to append in-reply-to: data to the references: header.
18345
18346         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18347         (netrc-parse): Use gnus-encrypt.el functions.
18348
18349         * gnus-encrypt.el: Add new file for encryption support; currently
18350         does only a few GPG ciphers and an internal XOR cipher.
18351
18352         * password.el: Add comments on using password-read-and-add.
18353         (password-read-and-add): Add function to read and add the
18354         password to the cache at once.
18355
18356 2004-07-28  Simon Josefsson  <jas@extundo.com>
18357
18358         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18359         parameter (but don't use it, for now).
18360
18361         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18362         instead of hard coding to nil.
18363
18364 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18365
18366         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18367         as mm-inline-image-xemacs does.
18368
18369 2004-07-26  Simon Josefsson  <jas@extundo.com>
18370
18371         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18372         Revert part of 2004-07-17 change below.
18373
18374 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18375
18376         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18377         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18378
18379 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18380
18381         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18382         quotes that actually start with ">" at the beginning of the
18383         lines.
18384
18385 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18386
18387         * rfc2047.el (rfc2047-encode-region): Fix last change.
18388         (rfc2047-encode-parameter): Remove useless concat.
18389
18390 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18391
18392         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18393         encode special characters; fix some kind of misconfigured headers;
18394         signal a real error if debug-on-quit or debug-on-error is non-nil.
18395         (rfc2047-encode-max-chars): New variable.
18396         (rfc2047-encode-1): Use it.
18397         (rfc2047-encode-parameter): New function.
18398
18399         * mml.el (mml-insert-parameter): Remove an excessive space.
18400
18401 2004-07-17  Simon Josefsson  <jas@extundo.com>
18402
18403         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18404         Kai Grossjohann <kai@emptydomain.de>.
18405         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18406         (gnus-group-make-menu-bar): Ditto.
18407
18408         * gnus-util.el (gnus-group-server): Add.
18409
18410 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18411
18412         * message.el (message-clone-locals): Clone sendmail and smtp
18413         variables.
18414
18415 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18416
18417         * rfc2047.el (rfc2047-encode-region): Fix last change.
18418
18419 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18420
18421         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18422         characters as non-special.
18423
18424 2004-07-09  Simon Josefsson  <jas@extundo.com>
18425
18426         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18427         Users will lose all flag changes made while unplugged with
18428         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18429         good default.  See numerous reports on ding mailing list.
18430
18431 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18432
18433         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18434         add generate-head-function and generate-article-function to the
18435         rfc822-forward entry.
18436         (nndoc-rfc822-forward-generate-article): New function.
18437         (nndoc-rfc822-forward-generate-head): New function.
18438
18439         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18440
18441 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18442
18443         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18444         respect display group parameter and gnus-summary-expunge-below.
18445         (gnus-articles-to-read): Remove unused reference to display group
18446         parameter.
18447
18448 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18449
18450         * nnheader.el (nnheader-uniquify-message-id): New experimental
18451         variable.
18452         (nnheader-nov-read-message-id): Use it.
18453
18454         * spam-report.el (spam-report-gmane): Add interactive.
18455
18456 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18457
18458         * mm-encode.el (mm-content-transfer-encoding-defaults):
18459         Use qp-or-base64 for the application/* types.
18460
18461 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18462
18463         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18464
18465 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18466
18467         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18468         trim value.
18469
18470 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18471
18472         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18473         New macro and function.
18474         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18475
18476 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18477
18478         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18479         after-load-alist.
18480
18481 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18482
18483         * gnus-group.el (gnus-group-get-new-news-this-group):
18484         Don't update info that isn't there.
18485
18486 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18487
18488         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18489         entry.
18490
18491 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18492
18493         * mm-view.el (mm-inline-render-with-function): Use multibyte
18494         buffer; decode html source by charset.
18495
18496         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18497
18498         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18499         Mule-UCS is loaded under XEmacs.
18500         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18501
18502 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18503
18504         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18505
18506 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18507
18508         * mm-util.el (mm-coding-system-p): Return a coding-system.
18509         (mm-mime-mule-charset-alist): Use shift_jis instead of
18510         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18511         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18512         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18513         instead of japanese-shift-jis and iso-latin-1 respectively in
18514         order to share the default value with both Emacs and XEmacs-mule.
18515         (mm-mule-charset-to-mime-charset):
18516         Make mm-coding-system-priorities effective.
18517         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18518         while predicating of candidates upon the priorities.
18519
18520 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18521
18522         * gnus-sum.el (gnus-summary-make-menu-bar):
18523         Add gnus-uu-invert-processable.
18524
18525         * gnus.el: Autoload gnus-uu-invert-processable.
18526
18527 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18528
18529         * mm-util.el (mm-with-multibyte-buffer): New macro.
18530
18531         * rfc2047.el (rfc2047-encode-string): Use it.
18532         (rfc2047-encode-region): Move point to the end of the region after
18533         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18534
18535 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18536
18537         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18538         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18539
18540 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18541
18542         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18543         (gnus-cite-parse): Ignore quoted envelope From_.
18544         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18545
18546 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18547
18548         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18549         invalid addresses.
18550
18551 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18552
18553         * spam.el: Change section markers, revise TODO list.
18554         (spam-backends): Make new master list of all installed backends.
18555         (spam-summary-exit-behavior): Add new variable to determine how
18556         messages moves are done at summary exit.
18557         (spam-move-spam-nonspam-groups-only)
18558         (spam-process-ham-in-nonham-groups)
18559         (spam-process-ham-in-spam-groups): Remove variables, the
18560         spam-summary-exit-behavior variable should be used to manage this
18561         behavior.
18562         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18563         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18564         and spam-old-spam-articles.
18565         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18566         Add empty variables, placeholders for the backends they represent.
18567         (spam-set-difference): Move, unchanged.
18568         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18569         unless the user has a processor variable.
18570         (spam-classifications, spam-classification-valid-p)
18571         (spam-backend-properties, spam-backend-property-valid-p)
18572         (spam-backend-function-type-valid-p)
18573         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18574         (spam-report-articles-gmane, spam-report-articles-resend):
18575         Remove functions, they are not needed.
18576         (spam-install-backend-super, spam-backend-list)
18577         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18578         (spam-backend-function, spam-backend-ham-registration-function)
18579         (spam-backend-spam-registration-function)
18580         (spam-backend-ham-unregistration-function)
18581         (spam-backend-spam-unregistration-function)
18582         (spam-backend-statistical-p, spam-backend-mover-p)
18583         (spam-install-backend-alias, spam-install-checkonly-backend)
18584         (spam-install-mover-backend, spam-install-nocheck-backend)
18585         (spam-install-backend, spam-install-statistical-backend)
18586         (spam-install-statistical-checkonly-backend): Add backend installation
18587         support.
18588         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18589         (spam-group-processor-p): Use the new backend code and respect the
18590         summary exit behavior.
18591         (spam-mark-spam-as-expired-and-move-routine): Remove.
18592         (spam-summary-prepare): Change to use the new spam-old-articles
18593         variable.
18594         (spam-copy-or-move-routine, spam-copy-spam-routine)
18595         (spam-move-spam-routine, spam-copy-ham-routine)
18596         (spam-move-ham-routine): Add code to copy/move ham or spam.
18597         (spam-fetch-field-fast): Improve doc and code, plus allow the
18598         'number request.
18599         (spam-list-of-checks, spam-list-of-statistical-checks):
18600         Remove variables.
18601         (spam-split, spam-find-spam): Use the new backend code.
18602         (spam-registration-functions): Remove variable.
18603         (spam-unregister-routine): Add convenience wrapper.
18604         (spam-log-undo-registration, spam-register-routine)
18605         (spam-log-processing-to-registry)
18606         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18607         where possible.
18608         (spam-check-gmane-xref, spam-check-regex-headers)
18609         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18610         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18611         (spam-check-bogofilter-headers, spam-check-spamoracle)
18612         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18613         (spam-check-crm114-headers): Use the spam-split-group that
18614         spam-split prepares, no need to determine it every time.
18615
18616         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18617         to the nnheader-parse-naked-head call.
18618
18619         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18620
18621         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18622         the nnheader-nov-read-message-id call.
18623
18624 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18625
18626         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18627         gnus-activate-group twice.  Suggested by Markus Peter
18628         <warp@spin.de>.
18629
18630 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18631
18632         * gnus-art.el (gnus-article-time-format): Exchange the order of
18633         day and month in the default value; fix customization type.
18634         (article-date-ut): Use add-text-properties.
18635         (article-make-date-line): Use message-make-date instead of
18636         current-time-string.
18637
18638         * message.el (message-fetch-field): Don't use set-text-properties.
18639         (message-make-date): Simplify.
18640
18641         * messagexmas.el (message-xmas-make-date): New function.
18642         (message-xmas-redefine): Defalias message-make-date to it.
18643
18644 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18645
18646         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18647         (rfc2047-encode-region): Treat text within parentheses as special;
18648         show the original text when error has occurred.
18649
18650         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18651         already-computed method to gnus-activate-group.
18652
18653         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18654         same select-methods identical Lisp objects.
18655
18656         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18657         object when modifying the info.
18658
18659 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18660
18661         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18662         gnus-opened-servers since it has never been opened with the new
18663         configuration yet.
18664
18665 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18666
18667         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18668         arg to nnheader-generate-fake-message-id.
18669
18670 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18671
18672         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18673         number and build a fake message ID localized to a group and
18674         article number (so it's repeatable from that point on).
18675         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18676         ID format.
18677
18678         * gnus-sum.el (gnus-get-newsgroup-headers):
18679         Call nnheader-generate-fake-message-id with the article number.
18680
18681 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18682
18683         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18684         end-of-buffer.
18685
18686 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18687
18688         * message.el (message-ignored-supersedes-headers): Add Approved.
18689
18690 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18691
18692         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18693         goto-char.
18694         (rfc2047-encode): Fold the line before encoding.
18695
18696 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18697
18698         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18699         folding -- not all headers can be folded, and this should be done
18700         by the message composition mode.  Probably.  I think.
18701
18702 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18703
18704         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18705         fast.
18706
18707         * gnus-ems.el (gnus-remove-image): Don't use
18708         message-text-with-property; remove only the image found first.
18709
18710         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18711         found first.
18712
18713 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18714
18715         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18716
18717 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18718
18719         * message.el (message-text-with-property): Make it fast and accept
18720         optional arguments.
18721         (message-strip-forbidden-properties): Use it.
18722         (message-fix-before-sending): Follow the m-t-w-p change.
18723
18724         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18725
18726 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18727
18728         * gnus-art.el (article-hide-headers): Don't change the buffer
18729         mistakenly when performing mml-preview even if
18730         gnus-single-article-buffer is nil.
18731
18732 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18733
18734         * message.el (message-expand-name-databases): New user option.
18735         (message-expand-name): Use it.
18736
18737 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18738
18739         * spam.el (spam-report-articles-resend)
18740         (spam-report-resend-register-routine): Allow ham reporting.
18741         (spam-report-resend-register-ham-routine): Add wrapper.
18742         (spam-registration-functions): Add ham resending functions.
18743         (spam-list-of-processors): Add ham resend processor.
18744
18745         * gnus.el (ham-resend-to): Add new group parameter.
18746         (spam-process): Add ham resend option.
18747
18748         * spam-report.el (spam-report-resend): Allow reporting ham.
18749         (spam-report-resend-ham): Add wrapper.
18750
18751 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18752
18753         * message.el (message-cite-articles-with-x-no-archive):
18754         New variable.
18755         (message-cite-original): Use it.
18756
18757 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18758
18759         * message.el (message-cite-original): Respect X-No-Archive.
18760
18761 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18762
18763         * gnus-art.el (article-hide-headers): Refer to the values for
18764         gnus-ignored-headers and gnus-visible-headers in the summary
18765         buffer since a user may have set them as group parameters.
18766
18767 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18768
18769         * assistant.el (assistant-node-name): Add convenience function.
18770         (assistant-render-text, assistant-render-node): Add error handling,
18771         plus handle multiple next nodes.
18772         (assistant-find-next-node): Comment out for now.
18773         (assistant-find-next-nodes): Add function, returns list of next
18774         nodes.
18775
18776 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18777
18778         * mail-source.el (mail-source-directory): Fix doc-string.
18779
18780 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18781
18782         * assistant.el (assistant-render-text, assistant-eval): Add :set
18783         widget type, which is different because it takes and returns a
18784         list.  Much hilarity ensues.
18785
18786 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18787
18788         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18789
18790         * gnus-group.el (gnus-group-get-new-news-this-group):
18791         Add doc-string.
18792
18793         * gnus-start.el (gnus-activate-group): Add doc-string.
18794
18795 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18796
18797         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18798
18799 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18800
18801         * assistant.el (assistant-render-text): Try to add a :set
18802         widget, more to come.
18803
18804         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18805         strings.
18806         (spam-report-articles-resend)
18807         (spam-register-routine): Do registration iff any articles warrant
18808         it.
18809         (spam-summary-prepare-exit): Change log message for nil group
18810         destinations.
18811
18812 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18813
18814         * spam.el (spam-report-resend-register-routine):
18815         Allow spam-report-resend-to to be a group parameter or a global value.
18816
18817 2004-05-26  Simon Josefsson  <jas@extundo.com>
18818
18819         * starttls.el: Merge with my GNUTLS based starttls.el.
18820         (starttls-gnutls-program, starttls-use-gnutls)
18821         (starttls-extra-arguments, starttls-process-connection-type)
18822         (starttls-connect, starttls-failure, starttls-success):
18823         New variables.
18824         (starttls-program, starttls-extra-args): Doc fix.
18825         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18826         New functions.
18827         (starttls-negotiate, starttls-open-stream):
18828         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18829         function if it is set.
18830
18831 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18832
18833         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18834         structured fields.
18835
18836 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18837
18838         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18839
18840 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18841
18842         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18843         Add variable.
18844         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18845         assigning the spam-mark to new messages.
18846
18847 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18848
18849         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18850
18851 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18852
18853         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18854
18855         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18856         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18857         default.
18858
18859 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18860
18861         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18862         correct data.
18863
18864 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18865
18866         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18867         (spam-group-processor-p): Fix function.
18868         (spam-group-processor-multiple-p)
18869         (spam-group-spam-processor-report-gmane-p)
18870         (spam-group-spam-processor-report-resend-p)
18871         (spam-group-spam-processor-bogofilter-p)
18872         (spam-group-spam-processor-blacklist-p)
18873         (spam-group-spam-processor-ifile-p)
18874         (spam-group-ham-processor-ifile-p)
18875         (spam-group-spam-processor-spamoracle-p)
18876         (spam-group-spam-processor-crm114-p)
18877         (spam-group-ham-processor-bogofilter-p)
18878         (spam-group-spam-processor-stat-p)
18879         (spam-group-ham-processor-stat-p)
18880         (spam-group-ham-processor-whitelist-p)
18881         (spam-group-ham-processor-BBDB-p)
18882         (spam-group-ham-processor-spamoracle-p)
18883         (spam-group-ham-processor-copy-p): Remove functions with some
18884         prejudice against unneeded code.
18885         (spam-report-articles-resend)
18886         (spam-report-resend-register-routine): Allow the group/topic
18887         spam-resend-to value to override spam-report-resend-to.
18888         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18889         properly now.
18890
18891         * gnus.el (spam-resend-to): Add group/topic parameter.
18892         (spam-process): Move the OBSOLETE processors to the end of the
18893         choices.
18894
18895 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18896
18897         * spam-report.el (spam-report-resend-to, spam-report-resend):
18898         Start with resend-to set to nil, and then ask the user if necessary.
18899         (spam-report-resend): spam-report-resend takes a list of articles, not
18900         separate article numbers.
18901
18902 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18903
18904         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18905         addition to emacs-w3m.
18906
18907 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18908
18909         * assistant.el (assistant-authinfo-data): New function.
18910         (assistant-eval): Eval for entire assistant.
18911
18912         * netrc.el (netrc-services-file): New variable.
18913         (netrc-parse-services): New function.
18914         (netrc-find-service-name): New function.
18915         (netrc-find-service-number): New function.
18916         (netrc-port-equal): New function.
18917         (netrc-machine): Use it.
18918
18919         * nnimap.el (nnimap-open-connection): Use netrc.
18920
18921         * gnus-util.el (gnus-netrc-get): Remove aliases.
18922
18923         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18924
18925         * assistant.el (wid-edit): Fix compilation.
18926
18927         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18928
18929 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18930
18931         * gnus-util.el (gnus-set-file-modes): New function.  (small
18932         patch).
18933
18934 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18935
18936         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18937
18938         * assistant.el (assistant-render-node): Fix up rendering and
18939         read-only text.
18940         (assistant-render-node): Reset.
18941         (assistant-make-read-only): Not sticky.
18942
18943 2004-05-20  Danny Siu  <dsiu@adobe.com>
18944
18945         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18946         centered even when gnus-auto-center-summary is t.
18947
18948 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18949
18950         * dns.el (dns-get-txt-answer): New function.
18951         (dns-read-txt): Ditto.
18952         (query-dns): Use it.
18953
18954 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18955
18956         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18957         active for foreign groups even if the group level is higher than
18958         the specified value.
18959
18960 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18961
18962         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18963         non-active groups.
18964
18965         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18966
18967 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18968
18969         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18970
18971 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18972
18973         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18974         (spam-crm114-header, spam-crm114-spam-switch)
18975         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18976         (spam-crm114-positive-spam-header)
18977         (spam-crm114-database-directory, spam-list-of-processors)
18978         (spam-group-spam-processor-crm114-p)
18979         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18980         (spam-generic-score, spam-list-of-checks)
18981         (spam-list-of-statistical-checks, spam-registration-functions)
18982         (spam-check-crm114-headers, spam-crm114-score)
18983         (spam-check-crm114, spam-crm114-register-with-crm114)
18984         (spam-crm114-register-spam-routine)
18985         (spam-crm114-unregister-spam-routine)
18986         (spam-crm114-register-ham-routine)
18987         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18988         From asjo@koldfront.dk (Adam Sjøgren).
18989
18990         * gnus.el: Add spam-use-crm114.
18991
18992         * spam.el (spam-list-of-processors, spam-registration-functions):
18993         Add spam-use-resend.
18994         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18995         (spam-report-articles-gmane): Add doc fix.
18996         (spam-report-articles-resend, spam-report-resend-register-routine):
18997         Add wrappers around spam-report-resend-to.
18998
18999         * spam-report.el (spam-report-resend-to, spam-report-resend):
19000         Add support for resending spam.
19001         (spam-report-gmane): Fix line length >80.
19002
19003         * gnus.el (spam-process): Add spam-use-resend.
19004
19005 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19006
19007         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19008         number of processed spam messages.
19009         (spam-ham-copy-or-move-routine): Return the number of processed
19010         ham messages.
19011         (spam-summary-prepare-exit): Use the above values to decide
19012         whether status messages shouled be displayed.
19013
19014 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19015
19016         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19017         `rfc2047-encoding-function-alist' in order to avoid conflicting
19018         with the old version.
19019         (rfc2047-encode-region): Concatenate words containing non-ASCII
19020         characters in structured fields; don't encode space-delimited
19021         ASCII words even in unstructured fields; don't break words at
19022         char-category boundaries.
19023         (rfc2047-encode-1): New function.
19024         (rfc2047-encode): Use it; encode text so that it occupies the
19025         maximum width within 76-column; work correctly on Q encoding for
19026         iso-2022-* charsets.
19027         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19028         sure not to break a line just after the header name.
19029         (rfc2047-b-encode-region): Remove.
19030         (rfc2047-b-encode-string): New function.
19031         (rfc2047-q-encode-region): Remove.
19032         (rfc2047-q-encode-string): New function.
19033
19034         * mm-util.el (mm-replace-in-string): New function.
19035
19036 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19037
19038         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19039         Really get it right.
19040         (gnus-inews-make-draft): Really.
19041
19042 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19043
19044         * nnmh.el (nnmh-request-list-1): Don't check the link count
19045         before descending.  (small patch)
19046
19047 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19048
19049         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19050         stuff.
19051
19052         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19053         Match on real group name.
19054
19055         * gnus-art.el (gnus-signature-limit): Doc fix.
19056
19057         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19058
19059         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19060
19061 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19062
19063         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19064         isn't a string.
19065
19066 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19067
19068         * gnus-draft.el (gnus-draft-send):
19069         Bind rfc2047-encode-encoded-words.
19070
19071         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19072         (rfc2047-encodable-p): Say that =? needs encoding.
19073         (rfc2047-encode-encoded-words): New variable.
19074
19075         * gnus-group.el (gnus-group-select-group): Doc fix.
19076
19077         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19078
19079         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19080         to nil.
19081
19082         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19083
19084         * nnheader.el (nnheader-get-lines-and-char): New function.
19085
19086 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19087
19088         * gnus-msg.el (gnus-summary-followup-with-original):
19089         Document yanking of region when active.
19090
19091 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19092
19093         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19094         groups if the group level is higher than the specified value.
19095
19096 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19097
19098         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19099         (gnus-group-jump-to-group): Add prefix argument using
19100         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19101         non-active group.
19102
19103         * compface.el (uncompface): Be verbose when changing
19104         `uncompface-use-external'.
19105
19106         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19107         handle manual section.
19108
19109 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19110
19111         * gnus-art.el (gnus-button-alist): Revert previous change.
19112
19113 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19114
19115         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19116
19117 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19118
19119         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19120         whether backend can accept message.
19121
19122         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19123
19124 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19125
19126         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19127         Avoid creating directory when nntp-marks-is-evil is true.
19128         Reported by Reiner Steib.
19129
19130 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19131
19132         * gnus-picon.el (gnus-picon-style): New variable.
19133         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19134         (gnus-picon-transform-address): Support `gnus-picon-style'.
19135         From Jesper Harder <harder@ifa.au.dk>.
19136
19137 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19138
19139         * message.el (message-fill-field): Return point.
19140         (message-generate-headers): Go to end of field.
19141
19142         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19143         stuff for non-living groups.
19144
19145 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19146
19147         * gnus-art.el (gnus-article-followup-with-original)
19148         (gnus-article-reply-with-original): gnus-mark-active-p ->
19149         gnus-region-active-p.
19150
19151 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19152
19153         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19154         only when there is spam or ham to be processed.
19155
19156 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19157
19158         * mail-source.el (mail-source-delete-crash-box): Refactor.
19159         (mail-source-fetch): Use it.
19160         (mail-source-fetch-file): Ditto.
19161         (mail-source-fetch-directory): Run postscript in loop.
19162         (mail-source-fetch-pop): Delete.
19163         (mail-source-fetch-maildir): Ditto.
19164         (mail-source-fetch-imap): Ditto.
19165
19166         * imap.el (imap-authenticators): Comment out sasl.
19167
19168         * message.el (message-skip-to-next-address): New function.
19169         (message-fill-header-address): Refactor.
19170         (message-fill-address): Use it.
19171         (message-delete-address): Use it.
19172         (message-fill-header-general): Refactor.
19173         (message-fill-field-address): Rename.
19174         (message-narrow-to-field): Find the start of the header.
19175         (message-header-format-alist): Don't pre-fill.
19176         (message-fill-header): Remove.
19177         (message-insert-header): New function.
19178         (message-shorten-references): Use it.
19179
19180         * rfc2047.el (rfc2047-field-value): Strip props.
19181
19182         * mail-parse.el (mail-header-make-address): New alias.
19183
19184         * ietf-drums.el (ietf-drums-make-address): New function.
19185
19186         * imap.el: Add compiler directives.
19187
19188         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19189
19190         * gnus-art.el (article-decode-idna-rhs): Don't use
19191         message-idna-inside-rhs-p.
19192
19193 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19194
19195         * message.el (message-idna-inside-rhs-p): Remove.
19196         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19197
19198         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19199         false positives.
19200
19201 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19202
19203         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19204
19205 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19206
19207         * nneething.el (nneething-file-name): Don't create spurious
19208         files.
19209
19210         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19211         (gnus-inews-do-gcc): Remove sleep.
19212
19213         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19214         part under point.
19215
19216         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19217         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19218
19219 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19220
19221         * spam.el (spam-summary-prepare-exit): Fix (length).
19222
19223 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19224
19225         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19226         as expired without moving it" message when there are spam
19227         messages left.
19228
19229 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19230
19231         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19232         header is not nil.
19233
19234 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19235
19236         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19237         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19238         (nntp-marks-changed-p): New arg SERVER.
19239         (nntp-request-update-info): Adjust caller.
19240
19241 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19242
19243         * nntp.el (nntp-save-marks): Pass missing arg.
19244
19245 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19246
19247         * nntp.el: Support marks.
19248         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19249         (nntp-marks-modtime, nntp-marks-directory): New variables.
19250         (nntp-request-set-mark, nntp-request-update-info)
19251         (nntp-possibly-create-directory, nntp-marks-changed-p)
19252         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19253         New functions.
19254
19255 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19256
19257         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19258         (gnus-xmas-redefine): Rename.
19259
19260         * gnus-score.el (gnus-score-insert-help):
19261         Use gnus-select-lowest-window.
19262
19263         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19264         appt-select-lowest-window and rename to gnus-select-lowest-window.
19265
19266         * gnus.el: do.
19267
19268 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19269
19270         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19271         encodings of MIME-encoded words, in order to improve
19272         interoperability with several broken MUAs.
19273
19274 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19275
19276         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19277         tags, only when charsets are not specified in headers.
19278         (mm-inline-text-html-render-with-w3m): Ditto.
19279
19280         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19281         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19282
19283 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19284
19285         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19286         instead of MIME-decoded from fields when checking
19287         `gnus-article-address-banner-alist'.
19288
19289 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19290
19291         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19292         description rather than subject.
19293
19294 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19295
19296         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19297
19298 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19299
19300         * gnus.el (gnus-version-number): Bump.
19301
19302 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19303
19304         * gnus.el: No Gnus v0.2 is released.
19305
19306 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19307
19308         * gnus-agent.el (gnus-agent-read-agentview):
19309         Inline gnus-uncompress-range.
19310
19311 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19312
19313         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19314         `exec-installed-p'.
19315
19316 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19317
19318         * gnus.el (spam-process, spam-autodetect-methods):
19319         Add bsfilter and bsfilter-headers.
19320
19321         * spam.el (spam-bsfilter): New customize group.
19322         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19323         (spam-bsfilter-header, spam-bsfilter-probability-header)
19324         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19325         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19326         (spam-bsfilter-database-directory): New options.
19327         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19328         (spam-list-of-statistical-checks, spam-registration-functions):
19329         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19330         (spam-bsfilter-score): New command.
19331         (spam-check-bsfilter-headers, spam-check-bsfilter)
19332         (spam-bsfilter-register-with-bsfilter)
19333         (spam-bsfilter-register-spam-routine)
19334         (spam-bsfilter-unregister-spam-routine)
19335         (spam-bsfilter-register-ham-routine)
19336         (spam-bsfilter-unregister-ham-routine): New functions.
19337         (spam-generic-score): Support bsfilter; Accept an optional argument
19338         to recalcurate spam score even if scoring header has already been
19339         added.
19340         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19341         optional argument to recalcurate spam score even if scoring header
19342         has already been added.
19343
19344 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19345
19346         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19347         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19348         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19349         link is missing.
19350
19351 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19352
19353         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19354         (html2text-get-attr): Rewrite.
19355
19356         * message.el (message-setup-1): Remove redundant put-text-property
19357         on mail-header-separator.
19358
19359 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19360
19361         * gnus-registry.el (gnus-registry-cache-whitespace)
19362         (gnus-registry-action, gnus-registry-spool-action)
19363         (gnus-registry-split-fancy-with-parent): Change message levels
19364         from 5 to 3 or 7, as needed.
19365
19366         * spam.el (spam-summary-prepare-exit)
19367         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19368         (spam-split, spam-find-spam, spam-log-undo-registration)
19369         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19370         level from 5 to 6.
19371
19372 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19373
19374         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19375         2004-03-04 change).
19376
19377 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19378
19379         * sieve-manage.el (sieve-manage-open):
19380         * nnweb.el (nnweb-insert-html):
19381         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19382         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19383         * nnspool.el (nnspool-request-group):
19384         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19385         * nnml.el (nnml-request-update-info):
19386         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19387         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19388         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19389         (nnimap-request-set-mark):
19390         * nnfolder.el (nnfolder-request-update-info):
19391         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19392         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19393         * gnus-uu.el (gnus-uu-find-articles-matching):
19394         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19395         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19396         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19397         * gnus-nocem.el (gnus-nocem-scan-groups):
19398         * gnus-int.el (gnus-start-news-server):
19399         * gnus-group.el (gnus-group-make-kiboze-group)
19400         (gnus-group-browse-foreign-server):
19401         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19402         Use mapc when appropriate.
19403
19404 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19405
19406         FIXME: Make separate entries for each person.
19407
19408         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19409         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19410         <shields@msrl.com>:
19411
19412         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19413         may need for spam sorting and scoring.
19414         (spam-user-format-function-S): Add user format function suitable for
19415         general use.
19416         (spam-article-sort-by-spam-status): Add sorting function for summary
19417         sorting.
19418         (spam-extra-header-to-number): Add function to get a score from a
19419         header.
19420         (spam-summary-score): Add function to get a numeric score from the
19421         headers.
19422         (spam-generic-score): Fix function doc, was in wrong place.
19423         (spam-initialize): Take symbols when it's run, and install the
19424         extra headers that spam-necessary-extra-headers thinks we need.
19425
19426 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19427
19428         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19429         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19430
19431 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19432
19433         * gnus-sum.el (gnus-set-global-variables)
19434         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19435         (gnus-article-get-xrefs, gnus-summary-best-group)
19436         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19437         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19438         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19439         Use with-current-buffer.
19440
19441 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19442
19443         * spam.el (spam-summary-prepare-exit): Simplify logic.
19444         (spam-fetch-article-header): Read the article header if it's not
19445         available.
19446         (spam-list-articles): Simplify logic.
19447         (spam-filelist-register-routine): Fix bug with unregister-list.
19448
19449         * gnus-registry.el: Fix comments at beginning.
19450
19451 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19452
19453         * message.el (message-cater-to-broken-inn): Remove.
19454         (message-shorten-references): Make sure the total folded length of
19455         References is shorter than 998 characters to cater to a bug in INN
19456         2.3.  Also, don't pretend that references aren't folded -- this
19457         hasn't worked for a while.
19458
19459 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19460
19461         * gnus-agent.el (gnus-agentize):
19462         gnus-agent-send-mail-real-function no longer set to current value
19463         of message-send-mail-function but rather a lambda that calls
19464         message-send-mail-function.  The change makes the agent real-time
19465         responsive to user changes to message-send-mail-function.
19466
19467 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19468
19469         * legacy-gnus-agent.el
19470         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19471         help from Florian Weimer <fw@deneb.enyo.de>
19472
19473 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19474
19475         * nnmail.el (nnmail-cache-insert): Revert last change.
19476
19477 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19478
19479         * nnmail.el (nnmail-cache-insert): Always check whether
19480         nnmail-cache-ignore-groups matches a group name.
19481
19482 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19483
19484         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19485         (spam-find-spam, spam-log-processing-to-registry)
19486         (spam-log-registered-p, spam-log-unregistration-needed-p)
19487         (spam-log-undo-registration): Use gnus-message instead of
19488         gnus-error, none of these errors are fatal.
19489
19490         * gnus-registry.el (gnus-registry-clean-empty-function)
19491         (gnus-registry-clean-empty): Remove only empty entries without
19492         extra data.
19493
19494 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19495
19496         * spam-stat.el (spam-stat-buffer-change-to-spam)
19497         (spam-stat-buffer-change-to-non-spam): Change (error) to
19498         (gnus-message 8) invocation.
19499
19500 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19501
19502         * nntp.el (nntp-via-netcat-command): New variable.
19503         (nntp-via-netcat-switches): New variable.
19504         (nntp-open-via-rlogin-and-netcat): New function.
19505         (nntp-open-connection-function): Doc fix.
19506         (nntp-telnet-command): Doc fix.
19507         (nntp-end-of-line): Doc fix.
19508         (nntp-via-rlogin-command): Doc fix.
19509         (nntp-via-user-name): Doc fix.
19510         (nntp-via-address): Doc fix.
19511
19512 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19513
19514         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19515         error in Emacs 21.1.
19516
19517 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19518
19519         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19520
19521 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19522
19523         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19524         (gnus-agent-with-refreshed-group): New macro.
19525         (gnus-agent-rename-group): New function.
19526         (gnus-agent-delete-group): New function.
19527         (gnus-agent-save-group-info): Use gnus-command-method when
19528         `method' parameter is nil.  Don't write nil entries into the
19529         active file.
19530         (gnus-agent-get-group-info): New function.
19531         (gnus-agent-fetch-articles):
19532         Use gnus-agent-update-files-total-fetched-for to increment disk space
19533         used.
19534         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19535         Use gnus-agent-update-view-total-fetched-for to increment disk space
19536         used.
19537         (gnus-agent-get-local): Add optional parameters to avoid calling
19538         gnus-group-real-name and gnus-find-method-for-group.
19539         (gnus-agent-set-local): Delete stored entry if either min, or max,
19540         are nil.
19541         (gnus-agent-fetch-session): Reworded error/quit messages.
19542         On quit, use gnus-agent-regenerate-group to record existance of any
19543         articles fetched to disk before the quit occurred.
19544         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19545         gnus-agent-update-view-total-fetched-for, and
19546         gnus-agent-update-files-total-fetched-for to decrement disk space
19547         used.
19548         (gnus-agent-retrieve-headers):
19549         Use gnus-agent-update-view-total-fetched-for to increment disk space
19550         used.
19551         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19552         with gnus-agent-update-files-total-fetched-for to decrement disk
19553         space and fresh group buffer.
19554         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19555         (gnus-agent-need-update-total-fetched-for): New variable.
19556         (gnus-agent-update-files-total-fetched-for): New function.
19557         (gnus-agent-update-view-total-fetched-for): New function.
19558         (gnus-agent-total-fetched-for): New function.
19559
19560         * gnus-cache.el (gnus-cache-save-buffers):
19561         Use gnus-cache-update-overview-total-fetched-for to change disk space
19562         used by this group.
19563         (gnus-cache-possibly-enter-article):
19564         Use gnus-cache-update-file-total-fetched-for to increment disk space
19565         used by this group.
19566         (gnus-cache-possibly-remove-article):
19567         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19568         used by this group.
19569         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19570         (gnus-cache-rename-group): New function.
19571         (gnus-cache-delete-group): New function.
19572         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19573         (gnus-cache-need-update-total-fetched-for): New variable.
19574         (gnus-cache-with-refreshed-group): New macro.
19575         (gnus-cache-update-file-total-fetched-for): New function.
19576         (gnus-cache-update-overview-total-fetched-for): New function.
19577         (gnus-cache-rename-group-total-fetched-for): New function.
19578         (gnus-cache-delete-group-total-fetched-for): New function.
19579         (gnus-cache-total-fetched-for): New function.
19580
19581         * gnus-group.el: Require gnus-sum and autoload functions to
19582         resolve warnings when gnus-group.el compiled alone.
19583         (gnus-group-line-format): Documented new %F.
19584         (size of Fetched data) group line format; identifies disk space
19585         used by agent and cache.
19586         (gnus-group-line-format-alist): Defined new F format.
19587         (gnus-total-fetched-for): New function.
19588         (gnus-group-delete-group): No longer update
19589         gnus-cache-active-altered as gnus-request-delete-group now keeps
19590         the cache in sync.
19591         (gnus-group-list-active): Let the agent store a server's active
19592         list if currently plugged.
19593
19594         * gnus-int.el (gnus-request-delete-group):
19595         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19596         local disk in sync with the server.
19597         (gnus-request-rename-group):
19598         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19599         local disk in sync with the server.
19600
19601         * gnus-start.el (gnus-get-unread-articles):
19602         Cosmetic simplification to logic.
19603
19604         * gnus-util.el (gnus-rename-file): New function.
19605
19606 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19607
19608         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19609
19610 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19611
19612         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19613         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19614
19615 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19616
19617         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19618         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19619
19620 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19621
19622         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19623
19624 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19625
19626         * spam.el (spam-set-difference): Add function to replace
19627         gnus-set-difference in spam.el.
19628         (spam-summary-prepare-exit): Use spam-set-difference.
19629
19630 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19631
19632         * gnus-registry.el (gnus-registry-cache-file): Update to use
19633         gnus-dribble-directory OR gnus-home-directory OR ~.
19634         (gnus-registry-split-fancy-with-parent): Fix doc.
19635
19636 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19637
19638         * message.el (message-exchange-point-and-mark):
19639         Use message-mark-active-p.  Suggested by Jesper Harder
19640         <harder@ifa.au.dk>.
19641
19642 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19643
19644         * message.el (message-exchange-point-and-mark): Don't activate
19645         region if it was inactive.  Suggested by Hiroshi Fujishima
19646         <pooh@nature.tsukuba.ac.jp>.
19647
19648 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19649
19650         * gnus-art.el (article-display-face): Display Faces in the same
19651         order as X-Faces.
19652
19653 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19654
19655         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19656
19657 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19658
19659         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19660         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19661         (gnus-article-mime-hierarchy): Remove.
19662         (gnus-article-mime-hierarchy-next): Remove.
19663         (gnus-article-mode): Revert 2004-03-19 change.
19664         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19665         (gnus-insert-mime-button): Revert 2004-03-19 change.
19666         (gnus-mime-accumulate-hierarchy): Remove.
19667         (gnus-mime-enter-multipart): Remove.
19668         (gnus-mime-leave-multipart): Remove.
19669         (gnus-mime-display-part): Revert 2004-03-19 change.
19670         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19671
19672         * mml.el (mml-preview): Revert 2004-03-19 change.
19673
19674 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19675
19676         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19677
19678 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19679
19680         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19681         t while entering a file name using the mm-with-multibyte macro.
19682         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19683
19684         * mm-util.el (mm-with-multibyte): New macro.
19685
19686 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19687
19688         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19689         New user option.
19690         (gnus-mime-multipart-functions): Doc and customization fix.
19691         (gnus-article-mime-hierarchy): New variable.
19692         (gnus-article-mime-hierarchy-next): New variable.
19693         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19694         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19695         gnus-article-mime-hierarchy-next to nil.
19696         (gnus-insert-mime-button): Show hierarchy numbers.
19697         (gnus-mime-accumulate-hierarchy): New function.
19698         (gnus-mime-enter-multipart): New function.
19699         (gnus-mime-leave-multipart): New function.
19700         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19701         (gnus-mime-display-alternative): Show hierarchy numbers.
19702
19703         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19704         gnus-article-mime-hierarchy-next to nil.
19705
19706 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19707
19708         * dns.el: Don't require gnus-xmas.
19709
19710 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19711
19712         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19713         inline PGP.
19714         (mml-menu): Disable mml-quote-region if mark is inactive.
19715
19716 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19717
19718         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19719         when the group's active is not available.
19720
19721 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19722
19723         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19724         error.
19725
19726 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19727
19728         * imap.el (imap-store-password): New variable.
19729         (imap-interactive-login): Use it.
19730         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19731
19732 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19733
19734         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19735         window-start and hscroll to summary window.
19736
19737 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19738
19739         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19740         conversion message to newsrc-dribble when an actual conversion is
19741         performed.
19742
19743 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19744
19745         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19746
19747 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19748
19749         * mm-decode.el (mm-complicated-handles): New function reviving
19750         former definition of mm-multiple-handles.
19751
19752         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19753         (gnus-mime-delete-part): Use it.
19754
19755 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19756
19757         * gnus-agent.el (gnus-agent-read-local):
19758         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19759         avoid the implicit assumption that they will always be equal.
19760         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19761         coding-system-for-write, as the with-temp-file macro first prints
19762         to a buffer then saves the buffer.
19763
19764 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19765
19766         * gnus-art.el (gnus-article-edit-part): New function.
19767         (gnus-mime-save-part-and-strip): Use it; do query instead of
19768         signaling an error; don't use mm-multiple-handles.
19769         (gnus-mime-delete-part): Ditto.
19770
19771 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19772
19773         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19774         old file versions.
19775         (gnus-group-prepare-hook): Remove function that converted list
19776         form of gnus-agent-expire-days to group properties.
19777
19778         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19779         (gnus-request-accept-article): Re-indented.
19780
19781         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19782         converters to handle old agent file formats.  Add logic for a
19783         "backup before upgrading warning".
19784         (gnus-convert-mark-converter-prompt): Developers can mark
19785         functions as needing (default), or not needing,
19786         gnus-convert-old-newsrc's "backup before upgrading warning".
19787         (gnus-convert-converter-needs-prompt): Tests whether the user
19788         should be protected from potentially irreversable changes by the
19789         function.
19790
19791         * legacy-gnus-agent.el: New.  Provides converters that are only
19792         loaded when gnus-convert-old-newsrc needs to call them.
19793
19794 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19795
19796         * mail-source.el (mail-source-touch-pop): Doc fix.
19797
19798         * message.el (message-smtpmail-send-it): Doc fix.
19799
19800 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19801
19802         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19803
19804         * nnmail.el (nnmail-split-fancy): do.
19805
19806         * gnus-kill.el (gnus-kill, gnus-execute): do.
19807
19808 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19809
19810         * gnus-sum.el (gnus-widget-reversible-match)
19811         (gnus-widget-reversible-to-internal)
19812         (gnus-widget-reversible-to-external): New functions.
19813         (gnus-widget-reversible): New widget.
19814         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19815
19816 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19817
19818         * gnus-sum.el (gnus-thread-sort-functions)
19819         (gnus-article-sort-functions): Document `(not F)' items.
19820
19821 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19822
19823         * spam.el (spam-use-gmane-xref): Add new backend.
19824         (spam-gmane-xref-spam-group): Add variable to control the name of the
19825         Gmane spam group.
19826         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19827         (spam-regex-headers-spam, spam-regex-headers-ham)
19828         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19829         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19830         backends and checks.
19831         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19832
19833         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19834         an autodetect method.
19835
19836 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19837
19838         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19839         articles are being added to a group.
19840         (gnus-request-replace-article): Inform the agent that articles
19841         need to be uncached as the cached contents are no longer valid.
19842
19843 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19844
19845         * binhex.el: Don't autoload executable-find.
19846
19847         * canlock.el: Don't autoload mail-fetch-field.
19848
19849         * dgnushack.el: Autoload c-mode for XEmacs.
19850
19851         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19852
19853         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19854         rmail-dont-reply-to and rmail-output.
19855
19856         * gnus-score.el: Don't autoload ffap-string-at-point.
19857
19858         * gnus-setup.el: Don't autoload sc-cite-original.
19859
19860         * imap.el: Don't autoload base64-decode-string,
19861         base64-encode-string and md5.
19862
19863         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19864         and rmail-msg-restore-non-pruned-header.
19865
19866         * mm-decode.el: Don't autoload executable-find.
19867
19868         * mm-url.el: Don't autoload executable-find.
19869
19870         * mm-view.el: Don't autoload diff-mode.
19871
19872         * nndb.el: Don't autoload news-reply-mode, news-setup,
19873         cancel-timer and telnet.
19874
19875         * password.el: Don't autoload run-at-time for Emacs.
19876
19877         * sha1-el.el: Don't autoload executable-find.
19878
19879         * sieve-mode.el: Don't autoload c-mode.
19880
19881         * uudecode.el: Don't autoload executable-find.
19882
19883 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19884
19885         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19886         (gnus-agent-possibly-alter-active): Avoid null in numeric
19887         comparison.
19888         (gnus-agent-set-local): Refuse to save null in local object table.
19889         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19890         list of articles that will be marked as unread.
19891
19892 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19893
19894         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19895
19896 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19897
19898         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19899         language tags.
19900
19901 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19902
19903         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19904         Don't bind "obarray".
19905
19906         * gnus-sum.el (gnus-thread-sort-functions):
19907         Add `gnus-thread-sort-by-most-recent-number' and
19908         `gnus-thread-sort-by-most-recent-date'.
19909         Reported by Kai Grossjohann <kai@emptydomain.de>.
19910
19911 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19912
19913         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19914
19915 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19916
19917         * gnus-cus.el (gnus-agent-customize-category):
19918         Remove ignore-errors macro reference that required cl to be loaded at
19919         run-time.
19920
19921         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19922         single-interval range of the form (min . max).  Previously the
19923         range had to look like ((min . max)).  Likewise, return
19924         (min . max) rather than ((min . max)).
19925         (gnus-range-map): Use gnus-range-normalize to accept
19926         single-interval range.
19927
19928         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19929         the cache, but not the agent, now appear with their usual face.
19930
19931         * dgnushack.el (loaddir): New variable that is bound to the
19932         directory containing the dgnushack.el file. Use loaddir, rather
19933         than srcdir, to update load-path. Change lets dgnushack compile
19934         code in directories other than GNUS/lisp.
19935
19936 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19937
19938         * lpath.el: Don't bind w3m-safe-url-regexp.
19939
19940         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19941         w3m-safe-url-regexp variable buffer-local.
19942
19943         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19944
19945 2004-02-27  Simon Josefsson  <jas@extundo.com>
19946
19947         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19948         gnus-group-real-prefix.
19949         (gnus-summary-move-article): Use it, instead of
19950         gnus-group-real-prefix.
19951
19952 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19953
19954         * lpath.el: Bind w3m-safe-url-regexp.
19955
19956         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19957         w3m-safe-url-regexp variable buffer-local and set it as the value
19958         of mm-w3m-safe-url-regexp.
19959
19960         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19961
19962         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19963         parsing gnus-posting-styles when the message is not for replying.
19964
19965         * dgnushack.el: Autoload sgml-mode for XEmacs.
19966
19967         * nnrss.el (nnrss-opml-export):
19968         Use mm-set-buffer-file-coding-system instead of
19969         set-buffer-file-coding-system.
19970
19971 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19972
19973         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19974         of checkdoc.el).
19975         * nnrss.el: do.
19976         * gnus-mlspl.el: do.
19977         * gnus-ml.el: do.
19978         * gnus-srvr.el: do.
19979
19980         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19981
19982 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19983
19984         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19985         Corrections to custom-manual links.
19986
19987         * gnus-art.el (gnus-article): Ditto.
19988
19989         * mm-decode.el (mime-display, mime-security): Ditto.
19990
19991 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19992
19993         * flow-fill.el: Typo.
19994
19995 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19996
19997         * spam-wash.el: New file.
19998
19999 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20000
20001         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20002
20003 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20004
20005         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20006         to be run with new-articles as LIST1, not LIST2.
20007         (spam-registration-functions): Add spam-use-ham-copy as a nil
20008         registration backend.
20009
20010 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20011
20012         * spam-stat.el (spam-stat-washing-hook): New option.
20013         (spam-stat-buffer-words): Use it.
20014         (spam-stat-process-directory, spam-stat-test-directory):
20015         Use insert-file-contents-literally.
20016         (spam-stat-coding-system): New variable.
20017         (spam-stat-load, spam-stat-save): Use it.
20018
20019 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20020
20021         * spam-report.el (spam-report-plug-agent):
20022         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20023
20024 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20025
20026         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20027         Allow / in mailto URLs.
20028
20029 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20030
20031         * spam-report.el (spam-report-process-queue): Fix interactive use.
20032         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20033         (spam-report-unplug-agent): Doc fixes.
20034         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20035         (spam-report-agentize, spam-report-deagentize): Autoload.
20036
20037 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20038
20039         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20040
20041         * message.el (message-setup-fill-variables): Add mml tags to
20042         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20043         <ajk@iu.edu>.
20044         (message-mode): Don't modify paragraph-separate there.
20045
20046 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20047
20048         * compface.el (uncompface-use-external): Default to undecided.
20049         (uncompface-use-external-threshold): New variable.
20050         (uncompface-float-time): New macro.
20051         (uncompface): Determine whether to use the external decoder if
20052         uncompface-use-external is undecided.
20053
20054 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20055
20056         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20057         after images.
20058
20059         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20060
20061 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20062
20063         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20064
20065         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20066
20067         * gnus-sum.el (gnus-summary-limit-to-age)
20068         (gnus-summary-limit-children): do.
20069
20070         * gnus-int.el (gnus-request-scan): do.
20071
20072         * gnus-group.el (gnus-group-suspend): do.
20073
20074         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20075
20076         * gnus-cite.el (gnus-cite-parse-attributions): do.
20077
20078         * gnus-agent.el (gnus-summary-set-agent-mark)
20079         (gnus-agent-regenerate-group): do.
20080
20081         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20082
20083         * binhex.el (binhex-decode-region-internal): do.
20084
20085 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20086
20087         * gnus-fun.el (gnus-face-properties-alist): New user option.
20088         (gnus-display-x-face-in-from): Use it.
20089
20090         * gnus-art.el (article-display-face): Ditto.
20091
20092         * compface.el (uncompface-use-external): Default to nil.
20093
20094 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20095
20096         * nntp.el (nntp-erase-buffer): New function.
20097         (nntp-retrieve-data, nntp-send-command)
20098         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20099         (nntp-possibly-change-group): Use it.
20100
20101         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20102         Use with-current-buffer.
20103
20104 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20105
20106         * compface.el: Merge the ELisp-based uncompface program.
20107         (compface): New customization group.
20108         (uncompface-use-external): New user option.
20109         (uncompface): Call uncompface-internal if uncompface-use-external
20110         is nil.
20111         (uncompface-internal): New function.  Note that there are also
20112         some other functions and variables added for this function.
20113
20114 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20115
20116         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20117         if necessary.
20118
20119 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20120
20121         * spam-report.el (spam-report-unplug-agent)
20122         (spam-report-plug-agent, spam-report-deagentize)
20123         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20124         Add support for the Agent in spam-report: when unplugged, report to a
20125         file; when plugged, submit all the requests.
20126
20127         * spam.el (spam-register-routine): Fix message about
20128         registration.
20129
20130 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20131
20132         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20133         dependencies.
20134         (rfc2047-encode): Use it.
20135
20136         * gnus-art.el (gnus-button-marker-list): Move before first
20137         reference.
20138
20139         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20140         (imap-parse-body): Fix format string mismatch.
20141
20142         * gnus-score.el (gnus-summary-increase-score): do.
20143
20144         * nnrss.el (nnrss-close): New function.
20145
20146 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20147
20148         * nnrss.el (nnrss-make-filename): New function.
20149         (nnrss-request-delete-group, nnrss-read-server-data)
20150         (nnrss-save-server-data, nnrss-read-group-data)
20151         (nnrss-save-group-data): Use it.
20152         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20153         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20154         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20155
20156 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20157
20158         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20159
20160 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20161
20162         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20163         files.
20164
20165         * message.el (message-generate-headers-first): Don't quote nil
20166         and t in docstrings.
20167
20168         * imap.el (imap-id): do.
20169
20170         * gnus-agent.el (gnus-agent-consider-all-articles)
20171         (gnus-agent-queue-mail): do.
20172
20173 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20174
20175         * spam-report.el (spam-report-process-queue): New function.
20176         Process requests from `spam-report-requests-file'.
20177         (spam-report-process-queue): Doc fix.
20178
20179 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20180
20181         * spam.el (spam-register-routine)
20182         (spam-log-processing-to-registry, spam-log-registered-p)
20183         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20184         Change "check" to "spam-check" for semi-clarity.
20185
20186 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20187
20188         * pop3.el: Require nnheader.
20189
20190         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20191
20192         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20193
20194         * gnus-picon.el: Require cl.
20195
20196         * gnus-fun.el: Require gnus-ems and gnus-util.
20197
20198         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20199
20200         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20201
20202         * gnus-art.el (gnus-article-edit-mode): Define before first
20203         reference.
20204
20205 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20206
20207         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20208         (gnus-uu-post-encoded): Use point-at-bol.
20209
20210         * gnus-topic.el (gnus-group-active-topic-p): do.
20211
20212         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20213
20214         * gnus-group.el (gnus-group-kill-region): do.
20215
20216         * gnus-art.el (article-date-ut): do.
20217
20218         * message.el (message-fetch-field): Remove redundant
20219         case-fold-search binding.
20220         (message-narrow-to-field): Simplify.
20221
20222 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20223
20224         * spam.el (spam-directory): Derive from `gnus-directory'.
20225
20226         * spam-report.el (spam-report-url-to-file)
20227         (spam-report-requests-file): New function and variable for offline
20228         reporting.
20229         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20230         and user defined function.
20231         (spam-report-url-ping-mm-url): Remove doubled slash.
20232
20233 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20234
20235         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20236
20237 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20238
20239         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20240         Fix format string mismatch.
20241
20242         * sieve.el (sieve-deactivate-all): do.
20243
20244         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20245
20246         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20247
20248         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20249
20250         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20251
20252 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20253
20254         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20255         the list of checks.
20256
20257 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20258
20259         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20260         padding.
20261
20262 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20263
20264         * mm-view.el (mm-fill-flowed): New variable.
20265         (mm-inline-text): Use it.
20266
20267 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20268
20269         * spam.el (spam-spamassassin-register-ham-routine)
20270         (spam-spamassassin-register-spam-routine): Fix function names.
20271
20272 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20273
20274         * gnus.el (gnus-tmp-grouplens): Remove.
20275         (gnus-summary-line-format): Remove grouplens.
20276
20277         * gnus-group.el (gnus-group-line-format): Ditto.
20278
20279         * gnus-spec.el (gnus-format-specs): Ditto.
20280         (gnus-update-format-specifications): Flush the group format spec
20281         cache if there's the grouplens stuff.
20282         (gnus-parse-simple-format): Replace %l with the empty string.
20283
20284 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20285
20286         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20287         omission.
20288
20289 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20290
20291         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20292         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20293
20294 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20295
20296         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20297         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20298         New macros and functions.
20299         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20300         Handle > NLINK_MAX messages.
20301         * nnmaildir.el (nnmaildir-request-set-mark):
20302         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20303
20304 2004-01-25  Alex Schroeder  <alex@gnu.org>
20305
20306         * spam-stat.el (spam-stat-process-directory-age): New option.
20307         (spam-stat-process-directory): Use it.
20308
20309 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20310
20311         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20312         (spam-stat-save): Accept prefix argument.
20313
20314 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20315
20316         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20317         links" error.
20318
20319 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20320
20321         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20322         the rest of the and/or forms.
20323
20324 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20325
20326         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20327         compatibility with old .newsrc.eld files.
20328
20329         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20330
20331         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20332
20333         * gnus-start.el (gnus-1): do.
20334
20335         * gnus-group.el (gnus-group-line-format-alist): do.
20336
20337         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20338
20339         * gnus-gl.el: Remove.
20340
20341 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20342
20343         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20344         marks consisting of a single range {for example, (3 . 5)} rather
20345         than a list of a single range { ((3 . 5)) }.
20346
20347 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20348
20349         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20350         Use with-current-buffer.
20351         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20352         avoid consing a string.
20353
20354         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20355         Remove obsolete entries for big5 and gb2312.
20356
20357 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20358
20359         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20360         uncompressed list.
20361
20362 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20363
20364         * spam-stat.el (spam-stat-strip-xref): New function.
20365         (spam-stat-process-directory): Use it.
20366
20367         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20368         here -- it's done in message-fetch-field.
20369
20370 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20371
20372         * gnus-agent.el (gnus-agent-queue-mail)
20373         (gnus-agent-prompt-send-queue): New variables.
20374         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20375         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20376         "nndraft:queue" along to gnus-draft-send.
20377         Use gnus-agent-prompt-send-queue.
20378         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20379         is "nndraft:queue".  Suggested by Gaute Strokkenes
20380         <gs234@srcf.ucam.org>
20381
20382         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20383         (agent-enable-undownloaded-faces): Add.
20384         (gnus-agent-cat-groups): Use eval-and-compile, not
20385         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20386         method of gnus-agent-cat-groups even when the buffer has been
20387         evaled.
20388         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20389         delete gnus-agent-save-active-1.
20390         (gnus-agent-save-groups): Delete.  Identical to
20391         gnus-agent-save-active.
20392         (gnus-agent-write-active): No longer adjust agent's copy of active
20393         file as agent's adjustments are now stored in their own
20394         file.  Remove optional parameter.
20395         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20396         servers.  Add use of min/max range limits from server's local
20397         file.
20398         (gnus-agent-save-alist): Remove unused optional argument.
20399         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20400         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20401         (gnus-agent-set-local): A per-server file that keeps min/max range
20402         limits for articles known to the agent.  Provides a fast mechanism
20403         for altering many active ranges.
20404         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20405         active file (local makes it unnecessary).
20406         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20407
20408         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20409         (agent-enable-undownloaded-faces): Add.
20410
20411         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20412         disable it when sending to "nndraft:queue".
20413         (gnus-group-send-queue): Add safety check to avoid sending queue
20414         when unplugged.
20415
20416         * gnus-group.el (gnus-group-catchup): Use new
20417         gnus-sequence-of-unread-articles, not
20418         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20419         numbers of articles.  Use gnus-range-map to avoid having to
20420         uncompress the unread list.
20421         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20422         Fix invalid ange-ftp reference.
20423
20424         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20425         (gnus-sorted-range-intersection): Intersection of two ranges
20426         without requiring that they first be uncompressed.
20427
20428         * gnus-start.el (gnus-activate-group): Unless blocked by the
20429         caller, possibly expand the active range to include both cached
20430         and agentized articles.
20431         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20432         multiple version-dependent converters.
20433         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20434         gnus-agent-save-active.
20435         (gnus-save-newsrc-file): Save dirty agent range limits.
20436
20437         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20438         gnus-agent-possibly-alter-active.
20439         (gnus-adjust-marked-articles): Faster handling of simple lists.
20440
20441 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20442
20443         * spam-stat.el (spam-stat-test-directory): New optional argument
20444         displays a list of files detected.  Suggested by Andrew Cohen
20445         <cohen@andy.bu.edu>.
20446         (spam-stat-buffer-words-with-scores): Don't narrow and change
20447         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20448
20449 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20450
20451         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20452         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20453         (spam-spamassassin-arguments)
20454         (spam-spamassassin-spam-flag-header)
20455         (spam-spamassassin-positive-spam-flag-header)
20456         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20457         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20458         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20459         (spam-list-of-processors, spam-list-of-checks)
20460         (spam-list-of-statistical-checks, spam-registration-functions)
20461         (spam-check-spamassassin-headers, spam-check-spamassassin)
20462         (spam-spamassassin-score)
20463         (spam-spamassassin-register-with-sa-learn)
20464         (spam-spamassassin-register-spam-routine)
20465         (spam-spamassassin-register-ham-routine)
20466         (spam-assassin-register-spam-routine)
20467         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20468         (spam-bogofilter-score): Fix to show article before scoring.
20469
20470 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20471
20472         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20473         default scoring function.
20474         (spam-generic-score): Call spam-spamassassin-score if
20475         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20476         spam-bogofilter-score otherwise.
20477
20478         * gnus.el (spam-process, spam-autodetect-methods):
20479         Add spamassassin and spamassassin-headers.
20480
20481 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20482
20483         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20484         Suppress unnecessary messages.
20485
20486 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20487
20488         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20489         make-hash-table.
20490
20491 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20492
20493         * canlock.el (base64-encode-string): Don't autoload it.
20494
20495 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20496
20497         * run-at-time.el: Remove useless (require 'itimer),
20498         eval-and-compile and (featurep 'xemacs).
20499
20500 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20501
20502         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20503         GROUP is a virtual group.
20504
20505 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20506
20507         * gnus.el: Autoload `message-y-or-n-p'.
20508
20509 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20510
20511         * pgg-parse.el: Remove unnecessary (require 'custom).
20512
20513         * pgg-def.el: do.
20514
20515         * nnmail.el: do.
20516
20517         * gnus-undo.el: do.
20518
20519         * gnus-picon.el: do.
20520
20521         * gnus-util.el: do.
20522
20523 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20524
20525         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20526
20527 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20528
20529         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20530         handle, as well as a list.
20531
20532         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20533         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20534         (mm-w3m-cid-retrieve): Simplify.
20535
20536 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20537
20538         * message.el (message-kill-to-signature): Allow prefix arg to
20539         specify number of lines to keep before signature.
20540
20541 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20542
20543         * message.el (message-kill-to-signature): Change docstring.
20544
20545 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20546
20547         * canlock.el: Always require sha1-el.
20548         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20549
20550         * message.el: Autoload sha1 only when compiling.
20551
20552         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20553         eudc-expand-inline for XEmacs.
20554
20555 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20556
20557         * message.el (message-canlock-generate): Require sha1-el.
20558
20559 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20560
20561         * message.el (message-expand-name): Silence the byte compiler.
20562
20563         * lpath.el: Add detect-coding-system.
20564
20565         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20566         cus-edit.
20567
20568 2004-01-13  Simon Josefsson  <jas@extundo.com>
20569
20570         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20571         Invoke gnus-score-mode.
20572         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20573
20574         * gnus-range.el (gnus-compress-sequence): Doc fix.
20575         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20576
20577 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20578
20579         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20580
20581 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20582
20583         * spam.el (spam-get-article-as-string): Update to use
20584         gnus-request-article-this-buffer, much simpler.
20585         (spam-get-article-as-buffer): Remove.
20586
20587 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20588
20589         * message.el (message-expand-name): Use EUDC if the user uses that.
20590
20591 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20592
20593         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20594         character for the encoding to avoid consing a string.
20595
20596         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20597         unnecessarily.
20598
20599         * mm-util.el (mm-replace-chars-in-string): Remove.
20600
20601         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20602         of mm-replace-chars-in-string.
20603
20604 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20605
20606         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20607
20608         * mm-util.el (mm-subst-char-in-string): Support inplace.
20609
20610         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20611         a new string in every iteration.  Use shy groups.
20612
20613 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20614
20615         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20616         * gnus-soup.el (gnus-soup-group-brew):
20617         * gnus-msg.el (gnus-put-message):
20618         * gnus-move.el (gnus-group-move-group-to-server):
20619         * gnus-kill.el (gnus-batch-score):
20620         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20621         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20622         (gnus-group-update-group, gnus-group-read-group)
20623         (gnus-group-make-group, gnus-group-make-help-group)
20624         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20625         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20626         (gnus-group-sort-by-unread, gnus-group-catchup)
20627         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20628         (gnus-group-yank-group, gnus-group-set-info)
20629         (gnus-group-list-groups):
20630         * gnus.el (gnus-generate-new-group-name):
20631         * gnus-delay.el (gnus-delay-send-queue):
20632         * nnvirtual.el (nnvirtual-catchup-group):
20633         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20634         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20635         (gnus-group-prepare-topics, gnus-topic-check-topology):
20636         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20637         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20638         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20639         (gnus-group-make-articles-read):
20640         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20641         (gnus-group-change-level, gnus-kill-newsgroup)
20642         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20643         (gnus-get-unread-articles, gnus-make-articles-unread)
20644         (gnus-make-ascending-articles-unread): Use accessor
20645         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20646         to get group information for improved readability.
20647
20648
20649 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20650
20651         * gnus-art.el (article-decode-mime-words, article-babel)
20652         (gnus-article-highlight-signature, gnus-article-add-buttons)
20653         (gnus-signature-toggle): Use gnus-with-article-buffer.
20654
20655         * gnus-art.el (gnus-article-highlight-headers)
20656         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20657
20658         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20659         (gnus-article-set-globals, gnus-request-article-this-buffer)
20660         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20661         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20662         (gnus-mime-display-alternative): Use with-current-buffer.
20663
20664 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20665
20666         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20667         also under 80 char limit, and call gnus-error if needed.
20668         (spam-fetch-article-header): Fix - it was a
20669         buffer-local variable (gnus-newsgroup-data).
20670         (spam-find-spam): Use spam-generate-fake-headers, forget about
20671         spam-insert-fake-headers.
20672         (spam-insert-fake-headers): Remove.
20673
20674 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20675
20676         * deuglify.el (gnus-article-outlook-unwrap-lines)
20677         (gnus-outlook-rearrange-article)
20678         (gnus-outlook-repair-attribution-outlook)
20679         (gnus-outlook-repair-attribution-block)
20680         (gnus-outlook-repair-attribution-other): Remove redundant
20681         save-excursion.
20682
20683 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20684
20685         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20686         (spam-fetch-field-subject-fast)
20687         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20688         (spam-fetch-article-header): Add functions to deal with Gnus
20689         internals for fast retrieval of article header data.
20690         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20691
20692 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20693
20694         * pop3.el (pop3-md5): Remove.
20695         (pop3-apop): Replace pop3-md5 with md5.
20696
20697         * mm-bodies.el: base64 is always built-in.
20698
20699         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20700         Use with-current-buffer.
20701
20702 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20703
20704         * canlock.el (canlock-insert-header): Remove excessive grouping in
20705         regexp.
20706
20707         * gnus-sum.el (gnus-summary-read-document): Ditto.
20708
20709         * gnus-uu.el (gnus-uu-part-number): Ditto.
20710
20711         * html2text.el (html2text-remove-tags): Ditto.
20712         (html2text-format-tags): Ditto.
20713         (html2text-format-single-elements): Ditto.
20714
20715         * mml.el (mml-parse-1): Ditto.
20716
20717 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20718
20719         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20720
20721         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20722
20723         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20724
20725         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20726
20727 2003-11-15  Simon Josefsson  <jas@extundo.com>
20728
20729         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20730         (pgg-gpg-lookup-key): Use regexp match instead of
20731         split-string (split-string is different between emacs 21.2 and
20732         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20733
20734 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20735
20736         * gnus-art.el (gnus-mime-view-all-parts)
20737         (gnus-article-part-wrapper, gnus-article-view-part):
20738         Use with-current-buffer.
20739
20740 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20741
20742         * spam.el (spam-disable-spam-split-during-ham-respool)
20743         (spam-spamoracle-database, spam-cache-lookups)
20744         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20745         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20746         (spam-group-ham-marks, spam-group-spam-marks)
20747         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20748         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20749         also add spam-use-blackholes to the statistical checks.
20750         (spam-fetch-field-fast): Add interface to fetching fields, may
20751         become a macro.
20752         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20753         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20754         (spam-insert-fake-headers): Fake an article when needed.
20755         (spam-find-spam): Fake article when possible.
20756         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20757         (spam-check-bogofilter-headers): Use message-fetch-field instead
20758         of nnmail-fetch-field.
20759
20760 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20761
20762         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20763
20764 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20765
20766         * spam.el (spam-split): Do not require spam-use-CHECK to be
20767         enabled if that check is passed to spam-split explicitly; also
20768         fix so 'spam doesn't get converted to spam-split-group when
20769         spam-split-symbolic-return is t.
20770         (spam-find-spam): Find registrations of the article and use those
20771         instead of re-running spam-split to find the spam/ham
20772         classification of the article.
20773         (spam-log-processing-to-registry, spam-log-registered-p)
20774         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20775         Use gnus-error instead of gnus-message.
20776         (spam-log-registration-type): Add function to determine the
20777         classification of a message based on registry entries; will
20778         return nil if both 'spam and 'ham are found.
20779         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20780         a reasonably fast local cache without the loading errors.
20781         (spam-cache-lookups): Set to t by default.
20782         (spam-find-spam): Don't try to guess spam-cache-lookups.
20783         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20784         spam-caches entry.
20785         (spam-filelist-build-cache, spam-filelist-check-cache):
20786         Fix caching of whitelist/blacklist entries.
20787         (spam-check-whitelist, spam-check-blacklist):
20788         Invoke spam-from-listed-p with a type, not a cache variable.
20789         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20790
20791 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20792
20793         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20794
20795         * nnmail.el (nnmail-split-fancy): do.
20796
20797         * mml.el (mml-parse): do.
20798
20799         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20800         (gnus-score-adaptive): do.
20801
20802 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20803
20804         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20805         (gnus-mime-button-map): Don't set keymap parent.
20806         (gnus-button-ctan-directory-regexp): Use shy grouping.
20807         (gnus-prev-page-map): Don't set keymap parent.
20808         (gnus-prev-page-map): Remove duplicated one.
20809         (gnus-next-page-map): Don't set keymap parent.
20810         (gnus-mime-security-button-map): Ditto.
20811
20812         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20813         version number.
20814
20815         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20816
20817 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20818
20819         * canlock.el (canlock-sha1-function): Remove.
20820         (canlock-sha1-function-for-verify): Remove.
20821         (canlock-openssl-program): Remove.
20822         (canlock-openssl-args): Remove.
20823         (canlock-ignore-errors): Remove.
20824         (canlock-sha1-with-openssl): Remove.
20825         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20826         (canlock-verify): Don't use canlock-ignore-errors.
20827
20828         * sha1-el.el (sha1-string-external): Make it can return a string
20829         in binary form.
20830         (sha1-region-external): Ditto.
20831         (sha1-string-internal): Ditto.
20832         (sha1-region-internal): Ditto.
20833         (sha1-region): Ditto.
20834         (sha1-string): Ditto.
20835         (sha1): Ditto.
20836
20837 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20838
20839         * spam.el (spam-report-articles-gmane): New command.
20840
20841 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20842
20843         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20844
20845         * run-at-time.el (run-at-time-saved): Remove.
20846         (run-at-time): Doc fix.
20847
20848 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20849
20850         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20851         (gnus-summary-limit-map): Add it.
20852         (gnus-summary-make-menu-bar): do.
20853
20854 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20855
20856         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20857         Make attempt at some caching support (done for BBDB only now).
20858         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20859         addresses to be checked.
20860         (spam-clear-cache-BBDB): Add function, to be invoked by
20861         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20862         (spam-check-BBDB): Check and use the caches, if
20863         spam-cache-lookups is on, remove superfluous (provide).
20864
20865 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20866
20867         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20868
20869 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20870
20871         * run-at-time.el (run-at-time-saved): Move to after the definition
20872         of `run-at-time'.
20873
20874         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20875
20876 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20877
20878         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20879         mm-w3m-local-map-property.
20880
20881         * mm-view.el (mm-w3m-mode-map): Remove.
20882         (mm-w3m-local-map-property): Remove.
20883         (mm-inline-text-html-render-with-w3m): Don't use
20884         mm-w3m-local-map-property.
20885
20886 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20887
20888         * run-at-time.el: New file.
20889
20890         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20891         under Emacs.
20892
20893         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20894         of gnus-set-text-properties.
20895
20896         * gnus-uu.el (gnus-uu-save-article): Ditto.
20897
20898         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20899
20900         * gnus-cite.el (gnus-cite-parse): Ditto.
20901
20902         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20903         of gnus-.
20904
20905         * gnus-xmas.el (run-at-time): Require run-at-time.
20906
20907         * gnus.el: Change calls to nnheader-run-at-time and
20908         password-run-at-time throughout to use run-at-time directly.
20909
20910         * password.el: Remove definition of run-at-time.
20911
20912         * nnheaderxm.el: Remove definition of run-at-time.
20913
20914 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20915
20916         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20917         in prompt.
20918
20919 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20920
20921         * messagexmas.el (message-xmas-redefine): Alias
20922         `message-make-caesar-translation-table' to
20923         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20924         version.
20925
20926         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20927         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20928         `gnus-xmas-set-text-properties'.
20929         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20930         `gnus-xmas-completing-read'.
20931         (gnus-xmas-completing-read): Removed.
20932         (gnus-xmas-open-network-stream): Removed.
20933
20934         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20935         XEmacs version.
20936
20937         * dns.el (dns-make-network-process): Use `open-network-stream'
20938         instead of `gnus-xmas-open-network-stream'.
20939
20940         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20941
20942         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20943
20944 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20945
20946         * gnus-art.el (gnus-mime-display-alternative)
20947         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20948         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20949         Don't use gnus-local-map-property.
20950
20951         * gnus-util.el (gnus-local-map-property): Remove.
20952
20953         * mm-view.el (mm-view-pkcs7-decrypt):
20954         Replace gnus-completing-read-maybe-default with completing-read.
20955
20956         * gnus-util.el (gnus-completing-read): do.
20957         (gnus-completing-read-maybe-default): Remove.
20958
20959 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20960
20961         * password.el: Only autoload `run-at-time' if not XEmacs.
20962         Only autoload the itimer functions if XEmacs.
20963
20964 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20965
20966         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20967         XEmacsen.
20968
20969         * dgnushack.el: Autoload executable-find for XEmacs.
20970
20971 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20972
20973         * gnus-art.el (gnus-read-string): Remove.
20974         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20975         read-string.
20976
20977 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20978
20979         * netrc.el: Autoload password-read.
20980         (netrc): Add configuration group.
20981         (netrc-encoding-method, netrc-openssl-path):
20982         Add variables for encoding and decoding of files with symmetric
20983         ciphers.
20984         (netrc-encode): Add assistant function to encode a file with
20985         netrc-encoding-method.
20986         (netrc-parse): Add interactive parameter, added optional
20987         decoding if netrc-encoding-method is non-nil but otherwise
20988         behavior is standard.
20989         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20990         Do s/encode/encrypt/ everywhere.
20991
20992         * spam.el: Remove executable-find autoload.
20993
20994 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20995
20996         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20997
20998         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20999
21000 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21001
21002         * gnus-art.el (gnus-treat-ansi-sequences)
21003         (article-treat-ansi-sequences): New variable and function.
21004         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21005
21006         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21007         Use it.
21008
21009 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21010
21011         * mm-util.el (mm-quote-arg): Remove.
21012
21013         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21014         shell-quote-argument.
21015
21016         * gnus-uu.el (gnus-uu-command): do.
21017
21018         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21019
21020         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21021         with make-char.
21022
21023         * mm-util.el (mm-make-char): Remove.
21024
21025         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21026         add-minor-mode.
21027
21028         * gnus-undo.el (gnus-undo-mode): do.
21029
21030         * gnus-topic.el (gnus-topic-mode): do.
21031
21032         * gnus-sum.el (gnus-dead-summary-mode): do.
21033
21034         * gnus-start.el (gnus-slave-mode): do.
21035
21036         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21037
21038         * gnus-ml.el (gnus-mailing-list-mode): do.
21039
21040         * gnus-gl.el (gnus-grouplens-mode): do.
21041
21042         * gnus-draft.el (gnus-draft-mode): do.
21043
21044         * gnus-dired.el (gnus-dired-mode): do.
21045
21046         * gnus-ems.el (gnus-add-minor-mode): Remove.
21047
21048         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21049         Replace gnus-char-width with char-width.
21050
21051         * gnus-ems.el (gnus-char-width): Remove.
21052
21053         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21054         Replace gnus-char-width with char-width.
21055
21056         * gnus-ems.el (gnus-char-width): Remove.
21057
21058         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21059         definition.
21060         Remove Emacs 20 hash table compatibility code.
21061
21062         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21063         20 compatibility code.
21064
21065         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21066
21067         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21068
21069         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21070         Replace with point-at-{eol,bol}.
21071
21072         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21073
21074         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21075
21076         * flow-fill.el (fill-flowed-point-at-bol)
21077         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21078
21079         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21080         Replace with point-at-{eol,bol} throughout all files.
21081
21082 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21083
21084         * ntlm.el (ntlm-string-as-unibyte): New macro.
21085         (ntlm-build-auth-response): Use it.
21086
21087         Remove Emacs 20 stuff:
21088         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21089         (butlast, mapc, remove): Remove the compiler macros.
21090         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21091         of delq and copy-sequence.
21092         * gnus-art.el (popup-menu): Remove the compiler macro.
21093         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21094         Emacs 20.
21095
21096 2004-01-05  Simon Josefsson  <jas@extundo.com>
21097
21098         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21099         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21100         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21101         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21102         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21103         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21104         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21105         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21106         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21107         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21108         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21109         string-xor into ntlm-string-xor.
21110         Suggested by Jesper Harder <harder@myrealbox.com>.
21111
21112         * ntlm.el: Don't include poem.
21113
21114         * md4.el (print-int32, print-string-hexa): Remove.
21115         Suggested by Jesper Harder <harder@myrealbox.com>.
21116
21117         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21118
21119         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21120         probably breaks emacs with DL patch, but do we care? Is anyone
21121         still using the DL stuff?)
21122
21123         * sieve-manage.el: Use the password package.
21124         (sieve-manage-read-passwd): Remove.
21125         (sieve-manage-interactive-login): Use password.  Re-add
21126         condition-case around loop.
21127
21128         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21129         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21130         Use the password package.
21131
21132 2003-02-19  Simon Josefsson  <jas@extundo.com>
21133
21134         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21135         token.
21136
21137 2002-08-07  Simon Josefsson  <jas@extundo.com>
21138
21139         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21140         (sieve-manage-authenticators):
21141         (sieve-manage-authenticator-alist): Add some SASL mechs.
21142         (sieve-sasl-auth): New function.
21143         (sieve-manage-cram-md5-auth):
21144         (sieve-manage-plain-auth): Rewrite using SASL library.
21145         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21146         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21147         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21148         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21149
21150 2004-01-05  Simon Josefsson  <jas@extundo.com>
21151
21152         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21153         New files.
21154
21155 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21156
21157         * gnus-group.el (gnus-no-groups-message): Update.
21158
21159         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21160
21161 2003-11-09  Simon Josefsson  <jas@extundo.com>
21162
21163         * imap.el: Support for ID IMAP extension (RFC 2971).
21164         (imap-local-variables): Add imap-id.
21165         (imap-id): New variable.
21166         (imap-id): New function.
21167         (imap-parse-response): Parse untagged ID response.
21168         * nnimap.el (nnimap-id): New variable.
21169         (nnimap-open-connection): Use it.
21170
21171 2003-12-28  Simon Josefsson  <jas@extundo.com>
21172
21173         * gnus-score.el (gnus-score-edit-all-score): New.
21174         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21175
21176 2004-01-04  Simon Josefsson  <jas@extundo.com>
21177
21178         * password.el: Add.
21179
21180 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21181
21182         * dns.el (dns-query-types): Fix typo.
21183         (dns-query-types): New function.
21184         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21185         PTR and SOA replies, see RFC 1035.
21186
21187 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21188
21189         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21190
21191         * Move to Changelog.2.
21192
21193 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21194
21195         * gnus.el (gnus-version-number): Bump version.
21196
21197 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21198
21199         * gnus.el: No Gnus v0.1 is released.
21200
21201 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21202
21203         * gnus.el: No Gnus v0.0 is released.
21204
21205 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21206
21207         * gnus.el (gnus-version-number): Bump.
21208         (gnus-version): No.
21209
21210 See ChangeLog.2 for earlier changes.
21211
21212   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21213
21214   This file is part of GNU Emacs.
21215
21216   GNU Emacs is free software: you can redistribute it and/or modify
21217   it under the terms of the GNU General Public License as published by
21218   the Free Software Foundation, either version 3 of the License, or
21219   (at your option) any later version.
21220
21221   GNU Emacs is distributed in the hope that it will be useful,
21222   but WITHOUT ANY WARRANTY; without even the implied warranty of
21223   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21224   GNU General Public License for more details.
21225
21226   You should have received a copy of the GNU General Public License
21227   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21228
21229 ;; Local Variables:
21230 ;; coding: utf-8
21231 ;; fill-column: 79
21232 ;; add-log-time-zone-rule: t
21233 ;; End: