Allow putting foreign groups onto the list of killed groups, too.
[gnus] / lisp / ChangeLog
1 2011-03-07  Julien Danjou  <julien@danjou.info>
2
3         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
4         (sieve-sasl-auth): Check that auth-source-search did return something,
5         or just return an empty string.
6
7 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
8
9         * gnus.el (gnus-interactive): Use read-directory-name.
10
11         * gnus-uu.el (gnus-uu-decode-uu-and-save)
12         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
13         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
14         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
15         Likewise.
16
17         * gnus-group.el (gnus-group-make-directory-group): Likewise.
18
19 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20
21         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
22         onto the list of killed groups, too.  This makes killed nnimap groups,
23         for instance, more reliably not reappear.
24
25         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
26         the parent.
27
28         * gnus-sum.el (gnus-update-read-articles): Fix typo.
29
30         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
31         really have server-side marks.
32
33         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
34         since most backends do not usefully have server-side marks.
35         (gnus-update-read-articles): Propagate marks to all backends that
36         really have server-side marks.
37
38 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
39
40         * message.el (message-cite-reply-position, message-cite-style): New
41         variables.
42         (message-yank-original): Use the new citation styles.
43
44 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
45
46         * message.el (message-options): Revert 22da67af (workaround for XEmacs
47         buffer-local issue); don't mark it buffer-local when running under
48         XEmacs.
49
50 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
51
52         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
53         numbers too big to be `read'.
54
55 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
56
57         * password-cache.el (password-in-cache-p): Add autoload.
58
59         * message.el (message-options): Make buffer-local two ways to attempt
60         to fix a XEmacs bug.
61
62 2011-03-02  Julien Danjou  <julien@danjou.info>
63
64         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
65
66 2011-03-01  Julien Danjou  <julien@danjou.info>
67
68         * gnus-art.el (list-identifier): Add list-identifier as a parameter
69         group.
70         (article-hide-list-identifiers): Use list-identifier group parameter.
71
72 2011-02-28  Julien Danjou  <julien@danjou.info>
73
74         * sieve.el (sieve-buffer-script-name): New local variable to store
75         sieve script name.
76         (sieve-edit-script): Store sieve script name.
77         (sieve-upload): Use sieve script name when uploading.
78         (sieve-upload): Use substitute-command-keys.
79         (sieve-edit-script): Use substitute-command-keys.
80         (sieve-refresh-scriptlist): Use substitute-command-keys.
81         (sieve-manage-mode-map): Define keymap properly.
82         (sieve-manage-mode): Do not set mode name manually, change mode-name to
83         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
84         Remove commented code about cvs.
85         (sieve-manage-quit): New function.
86         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
87
88 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
89
90         * gnus-group.el (gnus-import-other-newsrc-file): New function.
91
92 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
93
94         * auth-source.el (auth-source-search): Cache empty result sets.
95
96         * password-cache.el (password-in-cache-p): Convenience function to
97         check if a key is in the cache, even if the value is nil.
98
99         * auth-source.el (auth-source-save-behavior): New variable to replace
100         `auth-source-never-create'.
101         (auth-source-netrc-create): Use it.
102         (auth-source-never-save): Remove.
103
104 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
105
106         * nnimap.el (nnimap-stream): Doc fix.
107         (nnimap-open-connection-1): Reverse the order of the ports to that the
108         prompted-for port is first.
109
110         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
111         retrieval by the no-group selection.
112
113         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
114         numerical parameters.
115
116 2011-02-25  Julien Danjou  <julien@danjou.info>
117
118         * gnus-gravatar.el: Use gnus-with-article-buffer.
119
120         * gnus-art.el (gnus-with-article-buffer): Check that the
121         gnus-article-buffer is alive.
122
123 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
124
125         * auth-source.el (auth-source-creation-prompts): New variable to manage
126         creation-time prompts.
127         (auth-source-search): Document it.
128         (auth-source-format-prompt): Add utility function.
129         (auth-source-netrc-create): Don't default the user name to
130         user-login-name.  Use `auth-source-creation-prompts' and some default
131         prompts for user, host, port, and password (the default generic prompt
132         remains ugly).
133         (auth-source-never-save): Add customizable option to never save info.
134         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
135         mode excursion.
136
137 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
138
139         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
140         argument that XEmacs doesn't support.
141
142         * dgnushack.el (dgnushack-compile): Exclude color.el from being
143         compiled for Emacsen having no `libxml-parse-html-region' support.
144
145         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
146
147         * lpath.el: Bind buffer-save-without-query for XEmacs.
148
149 2011-02-23  Julien Danjou  <julien@danjou.info>
150
151         * gnus-art.el (article-make-date-line): Ignore errors if time is
152         invalid and not convertible.
153         (article-make-date-line): Only add lapsed time if time is not nil.
154
155 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
156
157         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
158         `read-char-choice' for backwards compatibility.
159         (auth-source-netrc-element-or-first): New function to DTRT for
160         parameter extraction.
161         (auth-source-netrc-create): Use it and fix multiple parameter print
162         bug.  Use the default passed from above (given-default) or the
163         built-in (user-login-name for :user).
164
165 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
166
167         * gnus-start.el (gnus-dribble-read-file): Set
168         buffer-save-without-query, since we always want to save the dribble
169         file, probably.
170
171         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
172         nnimap.
173
174         * gnus-sum.el (gnus-user-date-format-alist): Renamed back again from
175         -summary- since it's a user-visible variable.
176
177         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
178         first time you use the new Gnus.
179
180 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
181
182         * auth-source.el: Don't load netrc.el.
183         (auth-sources): Search ~/.netrc as well by default.
184         (auth-source-debug): Add 'trivia option for extra output.
185         (auth-source-do-trivia): Use it.
186         (auth-source-search): Simplify logic to use
187         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
188         appropriate.  Don't keep a running count at this level.  Layer :create
189         and :delete options appropriately on the first and second passes.
190         Don't track the backend with the search results.
191         (auth-source-search-backends): New function to search a list of
192         backends for a processed spec.
193         (auth-source-netrc-parse): Cache all netrc files, making
194         auth-source-netrc-cache an alist keyed by the file name and using the
195         file mtime as the caching criterion.  Keep the obfuscated data secret
196         with a lexical bind.
197         (auth-source-netrc-search): Don't calculate the length of the results
198         unnecessarily.
199         (auth-source-search-backends): Fix bug.
200         (auth-source-netrc-create): Rework prompts.
201
202 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
203
204         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
205         Lower case names of search constraints.
206         (nnir-run-query): Cache and reuse search constraints for all imap
207         servers.
208
209 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
210
211         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
212         after exit.
213         (gnus-setup-message): Define missing variable from last checkin.
214
215         * gnus-sum.el (gnus-summary-show-article): When called with t as the
216         value, show the raw article.
217
218 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
219
220         * gnus.el: No Gnus v0.13 is released.
221
222 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
223
224         * nnimap.el (nnimap-open-connection-1): Revert last change, since
225         auth-source now accepts numbers.
226
227         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
228         spec, too.
229         (auth-source-ensure-strings): New function.
230
231         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
232         (gnus-article-setup-buffer): Always restart the date timer so that user
233         changes to the frequency is respected.
234
235         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
236         port numbers, so make sure it gets that if nnimap-server-port is
237         explicit.
238
239 2011-02-21  Simon Josefsson  <simon@josefsson.org>
240
241         * nnimap.el (nnimap-inbox): Doc fix.
242
243 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
244
245         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
246         Autoload.  Add optional arg FRAME, and pass it to color-values.
247         (color-complement): Caller changed.  Doc fix.
248         (color-gradient): Rewrite for better clarity and efficiency.
249
250 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
251
252         * shr-color.el (shr-color->hexadecimal): Use renamed function names
253         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
254         color-lab-to-srgb.
255
256 2011-02-20  Drew Adams  <drew.adams@oracle.com>
257
258         * color.el: First part of merge from hexrgb.el.
259         (color-rgb-to-hex): Rename from color-rgb->hex.
260         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
261         saturation to zero if the value is too small.
262         (color-rgb-to-hsl): Rename from color-rgb->hsl.
263         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
264         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
265         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
266         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
267         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
268         (color-cie-de2000): Doc fix.
269
270 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
271
272         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
273         given method as in the group name if we're using an extended method.
274         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
275         command, if we're using that, instead of waiting for the beginning.
276
277         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
278         we're sure to get unique server names, and we don't output two async
279         commands in the same buffer.  This fixes an NNTP hang for some users.
280
281 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
282
283         * gnus.el: No Gnus v0.11 is released.
284
285 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
286
287         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
288         summary buffer before reading going to the next buffer.  This avoids
289         putting the point in the group buffer if you `C-g' the command.
290
291         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
292         cache (for now) to make ~/.authinfo.gpg files usable.
293
294         * nnfolder.el (copyright-update): Define for the compiler.
295
296         * auth-source.el (auth-source-search): Fix unbound variable.
297
298 2011-02-19  Glenn Morris  <rgm@gnu.org>
299
300         * gnus.el (gnus-meta): Doc fix.
301
302 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
303
304         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
305         in case it's not yet loaded.
306
307 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
308
309         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
310         line we're waiting for.
311
312 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
313
314         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
315         face with line-width greater than zero will cause RET in gnus summary
316         buffer to scroll down article page-wise because auto vscroll happens,
317         it should be temporalily disabled when doing a scroll-up.
318
319 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
320
321         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
322         outputs from the server.
323
324 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
325
326         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
327         later so that bbdb can hook in easier.
328
329 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
330
331         * auth-source.el (auth-source-search): Don't try to create credentials
332         if the caller doesn't want that.
333         (auth-source-search): If we don't find a match, don't bug out on
334         non-bound variables.
335         (auth-source-search): Only ask a single backend to create the
336         credentials.
337
338         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
339         logging.
340         (nnimap-credentials): Protect against auth-source-search returning nil.
341         (nnimap-request-list): Protect against not being able to open the
342         server.
343
344 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
345
346         * auth-source.el (auth-source-search): Do a two-phase search, one with
347         no :create to get the responses from all backends.
348
349         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
350         when getting credentials.
351
352         * gnus-util.el (gnus-delete-duplicates): New function.
353
354 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
355
356         * nnimap.el (nnimap-credentials): Instead of picking the first port as
357         a creation default, pass the whole port list down.  It will be
358         completed.
359
360         * auth-source.el (auth-source-search): Updated docs to talk about
361         multiple creation choices.
362         (auth-source-netrc-create): Accept a list as a value (from the search
363         parameters) and do completion on that list.  Keep a separate netrc line
364         with the password obscured for showing the user.
365
366         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
367         first choice to `auth-source-search' so it will be used for entry
368         creation instead of the server's Gnus-specific name.
369         (nnimap-credentials): Rely on the auth-source library to select which
370         port is actually wanted in the new netrc entry, so don't override
371         `auth-source-creation-defaults'.
372
373         * auth-source.el (auth-source-netrc-parse): Use :port instead of
374         :protocol and accept a missing user, host, or port as a wildcard match.
375         (auth-source-debug): Default to off.
376
377         (auth-source-netrc-search, auth-source-netrc-create)
378         (auth-source-secrets-search, auth-source-secrets-create)
379         (auth-source-user-or-password, auth-source-backend, auth-sources)
380         (auth-source-backend-parse-parameters, auth-source-search): Use :port
381         instead of :protocol.
382
383         * nnimap.el (nnimap-credentials): Pass a port default to
384         `auth-source-search' in case an entry needs to be created.
385         (nnimap-open-connection-1): Use :port instead of :protocol.
386
387 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
388
389         * auth-source.el: Bind load-path when loading EIEIO from
390         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
391         21.4 doesn't support, to `require'.
392         (auth-source-secrets-search): Use mm-delete-duplicates instead of
393         delete-dups that is not available in XEmacs 21.4.
394
395 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
396
397         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
398         as EIEIO must also be loaded when auth-source.el is being
399         byte-compiled.
400
401 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
402
403         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
404
405         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
406
407         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
408
409         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
410
411         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
412
413         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
414
415         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
416
417         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
418         necessary.
419
420 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
421
422         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
423         nil means that nnimap doesn't get updated.
424
425 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
426
427         * auth-source.el (auth-source-netrc-create): Return a synthetic search
428         result when the user doesn't want to write to the file.
429         (auth-source-netrc-search): Expect a synthetic result and proceed
430         accordingly.
431         (auth-source-cache-expiry): New variable to override
432         `password-cache-expiry'.
433         (auth-source-remember): Use it.
434
435         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
436         parameter.  Create entry if necessary by using :create t.
437         (nnimap-open-connection-1): Don't pass `inhibit-create'.
438
439 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
440
441         * auth-source.el (auth-source-debug): Enable by default and don't
442         mention the obsolete `auth-source-hide-passwords'.
443         (auth-source-do-warn): New function to debug unconditionally.
444         (auth-source-do-debug): Use it.
445         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
446         and for Secrets API entries when the secrets.el library is not
447         available.
448
449 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
450
451         * gnus-sum.el (gnus-propagate-marks): Default to nil.
452         (gnus-summary-exit): Kill the correct article buffer on exit from a
453         `C-d' group.
454
455         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
456         gnus-propagate-marks.
457
458         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
459         before killing the buffers so that a non-full window conf gets handled
460         correctly.
461         (gnus-summary-exit): Ditto.
462         (gnus-summary-read-group-1): Ditto.
463
464         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
465         async code again so that we can debug it properly.
466
467         * message.el (message-reply): Take an optional switch-buffer parameter
468         so that Gnus window confs are respected better.
469
470 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
471
472         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
473         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
474         docstring.
475         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
476         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
477         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
478         Login collection is "Login" and not "login".
479
480 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
481
482         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
483         multiple headers.
484
485         * nnimap.el (nnimap-inhibit-logging): New variable.
486         (nnimap-log-command): Don't log login commands.
487
488         * auth-source.el (auth-source-netrc-search): The asserts seem to want
489         to have more parameters.
490
491         * nnimap.el (nnimap-send-command): Mark the command time for each
492         command, so that we don't get NOOPs stepping on our toes.
493
494         * gnus-art.el (article-date-ut): Get the date from the Date header on
495         `t'.
496
497 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
498
499         * auth-source.el (auth-source-search): Use copy-sequence instead of
500         the cl.el copy-list.
501
502 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
503
504         * imap.el: Bring it back (revert
505         84d800cd31de3064f0ed39617d725709a2f8f42f).
506
507 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
508
509         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
510         Improve prompt.
511
512 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
513
514         * gnus-art.el (gnus-article-mode-line-format): Remove the article
515         washing status from the default format.  It isn't very informative.
516
517 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
518
519         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
520         Gcc processing on imap.
521
522 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
523
524         * imap.el: Remove file.  All the functionality is in nnimap.el.
525
526 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
527
528         * message.el (message-bury): Don't pop up a new window when selected
529         window is dedicated.
530
531 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
532
533         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
534
535 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
536
537         * sieve-manage.el: Autoload `auth-source-search'.
538         (sieve-sasl-auth): Use it.
539
540 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
541
542         * nnimap.el: Autoload `auth-source-forget+'.
543         (nnimap-open-connection-1): Use it if the connection fails.
544
545         * auth-source.el: Require `password-cache'.
546         (auth-source-hide-passwords, auth-source-cache): Remove and mark
547         obsolete.
548         (auth-source-magic): Marker for `password-cache' keys.
549         (auth-source-do-cache): Update docstring.
550         (auth-source-search): Use and check cache.
551         (auth-source-forget-all-cached, auth-source-remember)
552         (auth-source-recall, auth-source-forget, auth-source-forget+)
553         (auth-source-specmatchp): Caching support functions.
554         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
555         Remove and obsolete.
556         (auth-source-user-or-password): Remove caching to further discourage
557         using it.  Always hide passwords.
558
559         * password-cache.el (password-cache-remove): Accept secrets that are
560         not strings.
561
562 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
563
564         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
565         code for now, since it doesn't work for all users.
566
567 2011-02-09  Julien Danjou  <julien@danjou.info>
568
569         * message.el (message-options): Make message-options really buffer
570         local.
571
572 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
573
574         * mail-source.el: Autoload `auth-source-search'.
575         (mail-source-keyword-map): Note order matters.
576         (mail-source-set-1): Get all the mail-source source values and
577         defaults and search auth-source on those if needed.  This can all
578         probably be simplified.
579
580         * nnimap.el: Autoload `auth-source-search'.
581         (nnimap-credentials): Use it.
582         (nnimap-open-connection-1): Ask for the virtual server and physical
583         address in one shot.
584
585         * nntp.el: Autoload `auth-source-search'.
586         (nntp-send-authinfo): Use it.  Note TODO.
587
588 2011-02-08  Julien Danjou  <julien@danjou.info>
589
590         * shr.el (shr-tag-body): Add support for text attribute in body
591         markups.
592
593         * message.el (message-options): Make message-options a local variable.
594
595 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
596
597         * auth-source.el (auth-source-secrets-search)
598         (auth-source-user-or-password): Use `append' instead of `nconc'.
599         (auth-source-user-or-password): Build return list better and protect
600         against nil :secret.
601
602 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
603
604         * nnimap.el (nnimap-update-info): Refactor slightly.
605         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
606         (nnimap-update-info): Clean up slightly.
607         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
608         characters.
609         (nnimap-process-quirk): Rename function to avoid collision.
610         (nnimap-update-info): Fix macrology bug-out.
611         (nnimap-update-info): Simplify split history test.
612
613 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
614
615         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
616         `secrets-get-attributes' instead of `secrets-get-attribute'.
617         (auth-source-secrets-search): Limit search when `max' is greater than
618         number of results.
619
620 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
621
622         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
623         part not returning any data.
624
625         * proto-stream.el (open-protocol-stream): Document the return value.
626
627 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
628
629         * auth-source.el (auth-source-secrets-search): Add examples.
630
631 2011-02-06  Julien Danjou  <julien@danjou.info>
632
633         * message.el (message-setup-1): Handle message-generate-headers-first
634         set to t.
635
636 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
637
638         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
639         API with a string "secrets:collection-name" and with 'default.
640         (auth-source-backend-parse): Parse "secrets:collection-name" and
641         'default.  Recurse on parses instead of repeating code.  Use the
642         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
643         message when ignoring a source.
644         (auth-source-search): List ignored search keys at the top level.
645         (auth-source-netrc-create): Use `case' instead of `cond'.
646         (auth-source-secrets-search): Created with TODOs.
647         (auth-source-secrets-create): Created with TODOs.
648         (auth-source-retrieve, auth-source-create, auth-source-delete)
649         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
650         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
651         (auth-source-user-or-password-sftp)
652         (auth-source-user-or-password-smtp): Removed.
653         (auth-source-user-or-password): Deprecated and modified to be a wrapper
654         around `auth-source-search'.  Not tested thoroughly.
655
656 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
657
658         * auth-source.el: Bring in assoc and eioeio libraries.
659         (secrets-enabled): New variable to track the status of the Secrets API.
660         (auth-source-backend): New EIOEIO class to represent a backend.
661         (auth-source-creation-defaults): New variable to set prompt defaults
662         during token creation (see the `auth-source-search' docstring for
663         details).
664         (auth-sources): Simplify to allow a simple string as a netrc backend
665         spec.
666         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
667         (auth-source-backend-parse-parameters): Fill in the backend parameters.
668         (auth-source-search): Main auth-source API entry point.
669         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
670         (auth-source-search-collection): Helper function for searching.
671         (auth-source-netrc-parse, auth-source-netrc-normalize)
672         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
673         Supports search, create, and delete.
674         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
675         backend stubs.
676         (auth-source-user-or-password): Call `auth-source-search' but it's not
677         ready yet.
678
679 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
680
681         * message.el (message-setup-1): Remove the read-only stuff, since it
682         doesn't work under XEmacs, for some reason.
683
684         * gnus-sum.el (gnus-user-date): Rename back from
685         gnus-summary-user-date since user code refers to it.
686
687         * shr.el (shr-render-td): Store the actual background colour used.
688
689         * message.el (message-setup-1): Don't bind the constant
690         -forbidden-properties.
691         (message-setup-1): Revert previous change, since it needs to bind the
692         props to insert them.
693         (message-resend): Allow removing the read-only separator line.
694
695 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
696
697         * nnimap.el (nnimap-request-accept-article): Give an error message if
698         the APPEND wasn't successful.
699
700 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
701
702         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
703         that have no groups.
704
705 2011-02-03  Julien Danjou  <julien@danjou.info>
706
707         * gnus-draft.el: Remove progn around gnus-draft-setup.
708
709 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
710
711         * gnus-start.el (gnus-read-active-for-groups): This function is never
712         called with a nil `infos', so clean that up.
713         (gnus-get-unread-articles): Request active files from primary/secondary
714         methods that have no groups (yet).
715
716 2011-02-03  Julien Danjou  <julien@danjou.info>
717
718         * message.el (message-setup-1): Always generate References first.
719         (message-mail): Return the return value of message-setup, not always t.
720         (message-setup-1): Insert mail-header-separator with read-only and
721         intangible properties set.
722
723         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
724         user-date in docstring.
725
726         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
727
728         * gnus.el (gnus-summary-line-format): Mention &user-date format in
729         docstring.
730
731         * gnus.el (gnus-user-date-format-alist): Change default value. Use
732         defcustom, with type and group. Move from gnus-util.el. Rename to
733         gnus-summary-user-date-format-alist.
734
735 2011-02-03  Glenn Morris  <rgm@gnu.org>
736
737         * nnimap.el (gnus-fetch-headers): Declare.
738
739         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
740
741 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
742
743         * message.el (message-forward-make-body-digest-plain)
744         (message-followup, message-reply): Clean up things noted by Stefan.
745
746         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
747         gnus-article-update-date-headers is nil.
748         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
749         it didn't really work with defcustom.
750         (article-update-date-lapsed): Make sure the window start doesn't move,
751         either.
752
753 2011-02-01  Julien Danjou  <julien@danjou.info>
754
755         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
756         format.
757
758         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
759         standard in Emacs nowadays.
760
761         * color.el (color-gradient): Add a color-gradient function.
762
763 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
764
765         * message.el (message-expand-name): Don't trust the return value of
766         bbdb-complete-name.
767         (message-check-news-header-syntax): Remove unused var `start'.
768         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
769         (message-inhibit-body-encoding): Move to before first use.
770         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
771         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
772         (Organization, Message-ID, Date, mh-previous-window-config):
773         Defvar the vars using dynamic scoping.
774
775 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
776
777         * shr.el (shr-render-td): Only do colours at the final rendering.
778         Should be slightly faster.
779         (shr-insert-table): Fix up TD background colours when doing the
780         vertical padding.
781
782         * gnus-art.el (article-date-ut): Protect against articles with no Date
783         header.
784         (article-update-date-lapsed): Don't use current-column to find the
785         horizontal position.  It's fragile in the presence of \003 characters.
786
787         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
788
789 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
790
791         * gnus-art.el (article-transform-date): Rewrite to still work when
792         there are several rfc2822 parts.
793         (article-transform-date): Fix infinite recursion.
794         (article-date-ut): Replace infinitely many Date headers with a single
795         one when called interactively.
796
797         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
798         secure manner.
799
800         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
801         move around by not using save-window-excursion.  It seems to work...
802
803 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
804
805         * gnus-art.el (article-make-date-line): Work for user-defined format.
806
807 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
808
809         * nntp.el (nntp-retrieve-group-data-early)
810         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
811         fetching functions.
812
813         * gnus-start.el (gnus-read-active-for-groups): Read the active files
814         thoroughly for all backends that have no known groups.  This should
815         allow new nnml methods to retrieve mail.
816
817         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
818         that Gnus doesn't know exists again.
819
820         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
821         (gnus-treat-date-ut): Ditto.
822         (gnus-article-update-date-header): Renamed.
823         (gnus-treat-date-local): Removed.
824         (gnus-treat-date-english): Removed.
825         (gnus-treat-date-lapsed): Removed.
826         (gnus-treat-date-combined-lapsed): Removed.
827         (gnus-treat-date-original): Removed.
828         (gnus-treat-date-iso8601): Removed.
829         (gnus-treat-date-user-defined): Removed.
830         (gnus-article-date-headers): New variable to control all the date
831         header options.
832         (article-date-ut): Rewrite to allow using the new way to format date
833         headers(s).
834
835 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
836
837         * nnmail.el (nnmail-article-group): Check for a direct fancy split
838         method.
839         (nnmail-article-group): A better test for fanciness.
840
841         * nnimap.el (nnimap-request-head): Protect against not finding the
842         article by Message-ID.
843
844 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
845
846         * gnus-art.el (article-update-date-lapsed): Try a better way to really
847         keep point at the "same place".
848
849 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
850
851         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
852         data if the group is unactivated.
853
854 2011-01-28  Julien Danjou  <julien@danjou.info>
855
856         * gnus-win.el: Remove dead function gnus-window-configuration-element.
857         (gnus-all-windows-visible-p): Remove old compatibility code.
858         (gnus-window-top-edge): Add docstring.
859
860         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
861
862 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
863
864         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
865         older request-update-info.
866
867         * gnus-art.el (article-make-date-line): Limit the length a bit more.
868
869 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
870
871         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
872         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
873
874 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
875
876         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
877         groups.  This makes the nndraft:queue group pop up if it's not already
878         there.
879
880         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
881         messages" logic, which was reversed.
882
883         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
884         the "same place" even if point is on the line being replaced.
885         (article-update-date-lapsed): Allow updating both the combined lapsed
886         and the lapsed headers.
887         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
888         (article-make-date-line): Limit the number of segments dynamically to
889         avoid too-long lines.
890
891 2011-01-27  Julien Danjou  <julien@danjou.info>
892
893         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
894         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
895
896 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
897
898         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
899         Use plist-get instead of the cl function getf.
900
901 2011-01-27  Glenn Morris  <rgm@gnu.org>
902
903         * gnus-util.el (float-time): Get rid of compiler warning, again.
904
905 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
906
907         * shr.el (shr-put-color): Special-case background colours: Do put them
908         at the blank parts at the front of the lines.
909
910         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
911         exit hook to nix out all data on readedness on group exit.
912
913         * gnus-util.el (float-time): If float-time is bound, always use it on
914         all Emacsen.  It's unclear why the subrp check was there.
915         (time-date): Require to make some autoload issues on XEmacs go away.
916
917         * shr.el (shr-put-color): Don't do the box padding in tables, since
918         they're already padded.
919
920 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
921
922         * gnus-art.el (gnus-article-next-page): When the last line of the
923         article is displayed, scroll down once more instead of going to the
924         next article at once.
925         (article-lapsed-string): Refactor out and allow specifying how many
926         segments you want.
927         (gnus-article-setup-buffer): Start updating the lapsed header directly.
928         (gnus-article-update-lapsed-header): New variable.
929
930         * shr.el: Revert change that made headings use different-sized faces.
931         The Emacs display engine isn't advanced enough that, for instance,
932         tables can comfortably use differntly-sized faces.
933
934 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
935
936         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
937         used.
938         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
939         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
940         we're using an encrypted connection.
941
942         * proto-stream.el: Alter the interface functions to also return the
943         actual stream type used: network or tls.
944
945 2011-01-25  Julien Danjou  <julien@danjou.info>
946
947         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
948         (mm-display-javascript-inline): New function.
949
950         * mm-decode.el (mm-inline-media-tests): Add application/javascript
951         viewing function.
952
953 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
954
955         * shr.el (shr-expand-newlines): Fix variable name.
956
957 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
958
959         * shr.el (shr-expand-newlines): Make nested boxes work.
960
961 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
962
963         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
964         backgrounds.
965         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
966         in a more sensible manner.
967
968 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
969
970         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
971         if EPG is loaded.
972
973 2011-01-24  Julien Danjou  <julien@danjou.info>
974
975         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
976         tags.
977
978 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
979
980         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
981         commands.
982
983         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
984         in the article buffer.
985         (gnus-gravatar-insert): Use blank space from the current buffer to
986         avoid breaking text properties.  This makes X-Sent updating work again.
987
988         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
989
990 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
991
992         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
993         fix the bug in url-http.el instead.
994
995         * shr.el (shr-image-fetched): Ditto.
996
997         * shr.el (shr-image-fetched): Avoid having point move in the article
998         buffer.
999
1000         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1001         buffer after being called.  It's apparently being killed by url.el, and
1002         killing it made point move to end-of-buffer in a random buffer.
1003
1004         * shr.el (shr-image-fetched): Ditto.
1005
1006 2011-01-23  Julien Danjou  <julien@danjou.info>
1007
1008         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1009
1010         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1011         text/x-org.
1012
1013 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1014
1015         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1016         (i.e., nnimap) returning nil as the article number.
1017
1018 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1019
1020         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1021         "DelSp" parameter in RFC3676.
1022
1023 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1024
1025         * message.el (message-check-recipients): Display the encoded version of
1026         the bogus address if they differ.
1027
1028         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1029         after sending.
1030
1031         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1032
1033         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1034
1035         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1036         group buffer after sending the queue.
1037
1038         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1039
1040 2011-01-22  Julien Danjou  <julien@danjou.info>
1041
1042         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1043
1044 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1045
1046         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1047         nested related parts.
1048
1049         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1050         unexpired articles.  This fixes the regression that led expiry marks to
1051         disappear from nnfolder groups.
1052
1053 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1054
1055         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1056         Don't confuse the "ret" of "retrograde" with RET.
1057
1058 2011-01-21  Julien Danjou  <julien@danjou.info>
1059
1060         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1061         than mm-insert-inline.
1062
1063 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1064
1065         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1066         Widen article buffer.
1067
1068 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1069
1070         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1071         the temp buffer.
1072         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1073
1074 2011-01-20  Julien Danjou  <julien@danjou.info>
1075
1076         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1077
1078         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1079         than mm-insert-inline to insert inline part: this respect
1080         mm-inline-media-tests displayers.
1081
1082         * mm-view.el (mm-display-shell-script-inline): New function.
1083
1084         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1085
1086         * mm-uu.el (mm-uu-type-alist): Add org block.
1087         (mm-uu-org-src-code-block-extract): New function.
1088
1089         * mm-view.el (mm-display-org-inline): New function.
1090
1091         * mm-decode.el (mm-automatic-display): Add text/org.
1092
1093         * mailcap.el (mailcap-mime-extensions): Add .org.
1094
1095 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1096
1097         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1098         gnus-article-add-buttons.
1099
1100 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1101
1102         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1103         From header with a date and "nobody" as the sender.
1104
1105 2011-01-19  Julien Danjou  <julien@danjou.info>
1106
1107         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1108         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1109         if you have the same regexp several times.
1110         (gnus-button-push): Fix matching when regexp is symbol.
1111
1112 2011-01-15  Glenn Morris  <rgm@gnu.org>
1113
1114         * message.el (message-mail): A compose-mail function should
1115         accept headers as strings.
1116
1117 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1118
1119         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1120         Add :vert-only tags.
1121         (message-mail): New arg RETURN-ACTION.
1122         (message-return-action): New var.
1123         (message-bury): Use it.
1124         (message-mode): Make it buffer-local.
1125         (message-send-and-exit): Always call message-bury.
1126
1127         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1128         message-mail.
1129
1130 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1131
1132         * nnimap.el (nnimap-convert-partial-article): Protect against
1133         zero-length body parts.
1134
1135         * mm-decode.el (mm-preferred-alternative-precedence):
1136         Discourage showing empty parts.
1137
1138         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1139         and stuff if the backend didn't return the article number.  This fixes
1140         an Exchange-related nnimap bug.
1141
1142         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1143         group window, because it does the wrong thing when a separate frame
1144         displays the group buffer.
1145
1146         * proto-stream.el (open-protocol-stream): Protect against the low-level
1147         transport functions returning nil.
1148
1149 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1150
1151         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1152         (mml2015-epg-find-usable-secret-key): New function.
1153         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1154         mml2015-epg-find-usable-key (Bug#7797).
1155         (mml2015-epg-encrypt): Ditto.
1156
1157 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1158
1159         * dgnushack.el (rot13-string): Fix the way to get the argument.
1160
1161 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1162
1163         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1164
1165 2011-01-03  Glenn Morris  <rgm@gnu.org>
1166
1167         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1168
1169         * sieve.el (sieve-open-server): Give a more explicit error if
1170         sieve-manage-open returns nil.  (Bug#7720)
1171
1172 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1173
1174         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1175
1176 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1177
1178         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1179         This avoids sending passwords in plain text over non-encrypted
1180         channels.
1181
1182         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1183
1184         * nnimap.el (nnimap-login): Refactored out into own function, and
1185         implement CRAM-MD5.
1186         (nnimap-wait-for-line): Refactored out.
1187
1188         * mm-view.el (mml-smime): Require.
1189
1190 2010-12-20  David Engster  <deng@eml.cc>
1191
1192         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1193         use EPG to decrypt S/MIME messages instead of openssl.
1194
1195 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1196
1197         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1198
1199         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1200         status is the group clearly is unreachable.
1201
1202         * auth-source.el (auth-source-create): Add the optional second
1203         parameter to `local-variable-p' to be compatible with XEmacs.
1204
1205 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1206
1207         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1208         work when using a compressed nnml folder.
1209
1210 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1211
1212         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1213         backends after sanitising on entry, because this never makes sense:
1214         If the articles have gone missing, then the data no longer exists on
1215         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1216         overwrite anything anyway.
1217
1218         * shr.el (shr-insert-document): Bind shr-width dynamically to
1219         window-width if it's nil.
1220
1221 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1222
1223         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1224         with the meaning of using the full emacs window width for rendering.
1225
1226 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1227
1228         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1229         case when sender is not given.
1230
1231 2010-12-23  Julien Danjou  <julien@danjou.info>
1232
1233         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1234         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1235         the addresses, otherwise we might misplaced the gravatar.
1236
1237 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1238
1239         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1240         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1241         obsolete in Emacs.
1242
1243 2010-12-20  Julien Danjou  <julien@danjou.info>
1244
1245         * gnus-util.el (gnus-rescale-image): Revert last change.
1246
1247 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1248
1249         * binhex.el: Improve commentary (Bug#7482).
1250
1251 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1252
1253         * gnus-group.el (gnus-group-delete-articles): New command.
1254
1255 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1256
1257         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1258
1259 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1260
1261         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1262         here, since it's up to the backends to do CRLF removal if their
1263         protocol has it.
1264
1265         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1266
1267 2010-12-17  Julien Danjou  <julien@danjou.info>
1268
1269         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1270         they are from file. Can also scale up.
1271
1272 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1273
1274         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1275         gnus-use-agent.
1276         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1277
1278         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1279
1280 2010-12-17  Julien Danjou  <julien@danjou.info>
1281
1282         * gravatar.el (gravatar-retrieve-synchronously): New function.
1283         (gravatar-get-data): Make more robust.
1284
1285 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1286
1287         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1288
1289 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1290
1291         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1292         to really consider the last line.
1293
1294 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1295
1296         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1297         list of recipient keys, or use symmetric encryption if not a list.
1298         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1299         EPA override, replacing the call to `netrc-store-data'.
1300
1301 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1302
1303         * gnus-srvr.el: Avoid passing nil regexp argument to
1304         delete-matching-lines.
1305
1306 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1307
1308         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1309         fetching stops when Gnus exits.
1310
1311         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1312         function.
1313         (nnfolder-request-expire-articles): Save all the buffers after doing
1314         expiry.
1315
1316         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1317         the last article", since that led to serious performance regressions
1318         when expiring nnml groups.
1319
1320 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1321
1322         * nnir.el: Improve customizations.
1323
1324 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1325
1326         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1327
1328         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1329         group has been killed.
1330         (gnus-group-yank-group): Ditto.
1331
1332         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1333
1334         * nnimap.el (nnimap-request-update-group-status): New function.
1335
1336         * gnus-int.el (gnus-request-update-group-status): New interface
1337         function.
1338
1339         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1340         copying read-ness to the backends.
1341
1342         * nnimap.el (nnimap-quirk): New function.
1343         (nnimap-retrieve-group-data-early): Use it.
1344         (nnimap-quirks): New alist.
1345
1346 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1347
1348         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1349         don't delete it within indentation.
1350
1351 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1352
1353         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1354         previous line.
1355
1356 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1357
1358         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1359         QRESYNC command by deleting a superfluous space which broke Cyrus
1360         servers.  This change will break other servers that are buggy the other
1361         way around.
1362
1363 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1364
1365         * spam.el: Reindent and fix long lines.
1366         (spam-copy-or-move-routine): Exclude invalid move destinations.
1367
1368 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1369
1370         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1371         installed the registry.
1372
1373 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1374
1375         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1376
1377 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1378
1379         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1380         groupname doesn't contain "gmane".
1381
1382 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1383
1384         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1385         and netrc-bound-and-true-p bindings.
1386         (netrc-parse): Cache the netrc contents.
1387
1388         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1389         (gnus-1): Don't create the nndrafts group twice.
1390         (gnus-setup-news): There's no need to read the active file here, since
1391         that's done again later on a per-backend basis.
1392         (gnus-start-draft-setup): Make sure that the new group is started out
1393         empty.
1394
1395         * gnus-agent.el (gnus-agentize): Don't create the queue group
1396         automatically on startup.  It'll be created later, if needed.
1397
1398         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1399         of automatically subscribed groups.
1400         (gnus-auto-subscribed-categories): New variable.
1401         (gnus-matches-options-n): Use it.
1402         (gnus-default-subscribed-newsgroups): Remove unused variable.
1403         (gnus-start-draft-setup): Message a bit less.
1404
1405 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1406
1407         * nnir.el (nnir-run-imap): Return article list in order of increasing
1408         UID.
1409
1410 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1411
1412         * gnus-sum.el (gnus-summary-enter-digest-group):
1413         Mention gnus-auto-select-on-ephemeral-exit.
1414
1415         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1416         convention of the network-only option.
1417
1418 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1419
1420         * proto-stream.el (proto-stream-open-network-only): New function to
1421         have a way to specify non-STARTTLS upgrade connections.
1422
1423 2010-12-10  Julien Danjou  <julien@danjou.info>
1424
1425         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1426         email address is nil.
1427
1428         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1429
1430 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1431
1432         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1433         deletion.
1434         (nnir-run-imap): Only need to parse list once.
1435
1436 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1437
1438         * shr.el (shr-tag-script): Ignore <script>.
1439         (shr-tag-label): Add <label> support.
1440
1441 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1442
1443         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1444
1445         * shr.el (shr-image-displayer): Work for images lined side by side.
1446
1447 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1448
1449         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1450         parameter, since XEmacs doesn't accept t as a parameter.
1451
1452 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1453
1454         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1455         ids.
1456         (nnir-run-gmane): Simplify groupspec formatting.
1457         (nnir-request-expire-articles): New function.
1458
1459 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1460
1461         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1462         overflow, possibly.
1463
1464         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1465         (shr-render-td): Handle td style="" better.
1466         (shr-tag-table): Use the color from the style sheet.
1467         (shr-render-td): Make sure we copy over all the overlays, too.
1468
1469 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1470
1471         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1472         (nnir-request-article): Improve article retrieval.
1473
1474 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1475
1476         * mm-util.el (mm-extra-numeric-entities): New variable.
1477
1478         * mm-url.el (mm-url-decode-entities):
1479         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1480
1481         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1482
1483 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1484
1485         * message.el: Use completion-at-point.
1486         (message-completion-function): New fun, extracted from message-tab.
1487         (message-mode): Use it for completion-at-point-functions.
1488         (message-tab): Use it and completion-at-point.
1489
1490 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1491
1492         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1493         character if a non-breakable character follows.
1494
1495 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1496
1497         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1498         any stream.
1499
1500         * shr.el (shr-tag-font): Colorize the region.
1501         (shr-tag-body): Ditto.
1502         (shr-tag-font): Actually let the styles be inherited instead of
1503         overwriting them.
1504         (shr-tag-font): Get the background color right.
1505         (shr-tag-style): Ignore all <style> tags for the moment.
1506
1507         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1508         a Message-ID to avoid having nnimap depend on gnus-sum.
1509
1510         * shr.el (shr-descend): Only colorize something if we have a node that
1511         sets colors.
1512
1513 2010-12-06  Julien Danjou  <julien@danjou.info>
1514
1515         * shr.el (shr-render-td): Render td content with shr-descend, so style
1516         will be applied to <td> too.
1517         (shr-colorize-region): Colorize region even if we only have a background.
1518         (shr-tag-body): Fix color and background color inheritance.
1519         Do not recolorize after shr-generic.
1520         (shr-tag-font): Let shr-generic colorize via inheritance.
1521
1522 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1523
1524         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1525
1526 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1527
1528         * nnir.el (nnir-request-move-article): Remove obsolete code.
1529
1530 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1531
1532         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1533
1534 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1535
1536         * gnus-sum.el (gnus-summary-respool-article): The completion function
1537         expects a list instead of an alist.
1538
1539         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1540         string as the parameter.
1541
1542         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1543
1544         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1545         styles.
1546         (shr-colorize-region): New function.
1547         (shr-insert-background-overlay): Remove.
1548         (shr-render-td): Background setting should be taken care of on a higher
1549         level.
1550         (shr-tag-body): Use post-hoc colorizations.
1551         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1552         (shr-put-color-1): Don't overwrite old colors.
1553         (shr-colorize-region): When the background color isn't explicit, use
1554         a fixed background.
1555
1556         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1557         nnmail variables.
1558
1559 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1560
1561         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1562         unless necessary.
1563
1564 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1565
1566         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1567         server.
1568
1569 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1570
1571         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1572         so that TAB works.
1573
1574         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1575         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1576
1577         * shr.el (shr-urlify): Show the URL before the title to avoid
1578         misleading URLs.
1579
1580 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1581
1582         * shr.el (shr-urlify): Display the title in <a> tags.
1583
1584 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1585
1586         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1587
1588 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1589
1590         * nnir.el: Rearrange code to allow macros to be autoloaded by
1591         gnus-sum.el.
1592         (nnir-retrieve-headers-override-function): Make this variable
1593         customizable.
1594         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1595
1596         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1597         from nnir.el.
1598
1599 2010-12-03  Julien Danjou  <julien@danjou.info>
1600
1601         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1602
1603 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1604
1605         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1606         allow optional argument `environment'.
1607
1608 2010-12-03  Glenn Morris  <rgm@gnu.org>
1609
1610         * mm-extern.el (message-goto-body): Update declaration.
1611
1612 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1613
1614         * gnus-util.el (gnus-macroexpand-all): New function.
1615
1616         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1617         instead of macroexpand-all that is unavailable in XEmacs.
1618
1619 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1620
1621         * nnir.el (nnir-summary-line-format): New variable.
1622         (nnir-mode): Use it.
1623         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1624         (nnir-article-ids): Reimplement as defsubst.
1625         (nnir-retrieve-headers): Don't mangle the subject header.
1626         (nnir-run-imap): Use 100 as RSV score.
1627         (nnir-run-find-grep): Fix for full server searching.
1628         (nnir-run-gmane): Better restriction to gmane groups.
1629
1630         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1631         summary buffers.
1632
1633 2010-12-02  Julien Danjou  <julien@danjou.info>
1634
1635         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1636
1637         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1638
1639         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1640         support.
1641
1642 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1643
1644         * nnir.el: Update to handle the registry better.
1645         (autoload): Silence byte-compiler.
1646         (nnir-open-server): Add a hook for nnir groups.
1647         (nnir-request-move-article): Don't mangle the header. Better to use
1648         formating variables (which will be added in the future).
1649         (nnir-registry-action): Update the registry using the original article
1650         group name.
1651         (nnir-mode): Install nnir-specific hooks for updating the registry.
1652
1653         * gnus-sum.el
1654         (gnus-article-original-subject,gnus-newsgroup-original-name):
1655         Remove obsolete variables.
1656         (gnus-summary-move-article): Remove use of obsolete variables.
1657         (gnus-summary-local-variables): Make move and delete hooks local to
1658         summary buffers.
1659
1660 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1661
1662         * rtree.el: New file.
1663
1664 2010-12-01  Julien Danjou  <julien@danjou.info>
1665
1666         * message.el (message-user-organization): Do not use
1667         gnus-local-organization.
1668
1669         * gnus.el: Remove gnus-local-organization.
1670
1671         * gnus-msg.el: Remove nastygram thing.
1672
1673 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1674
1675         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1676         funcall.
1677
1678 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1679
1680         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1681         names.
1682
1683         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1684         characters.
1685
1686         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1687         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1688         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
1689         (gnus-gravatar-transform-address): Use mail-extract-address-components
1690         that supports non-ASCII names rather than mail-header-parse-addresses.
1691
1692 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1693
1694         * proto-stream.el (open-protocol-stream): All starttls connections are
1695         handled by the network handler.
1696
1697 2010-11-30  Julien Danjou  <julien@danjou.info>
1698
1699         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1700         (nnimap-open-connection-1): Fix PREAUTH.
1701
1702         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1703
1704 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1705
1706         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1707         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1708         (shr-insert): Use them.
1709         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1710
1711 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1712
1713         * nnir.el (nnir-request-move-article): Bail out if original group
1714         doesn't support article moves.
1715         (nnir-get-active): Improve active list retrieval.
1716
1717 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1718
1719         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1720
1721 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1722
1723         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1724         seem to accept strings-with-numbers as port numbers,
1725
1726 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1727
1728         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1729         change the registry.
1730
1731 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1732
1733         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1734         delete-dups that is not available in XEmacs 21.4.
1735
1736         * mm-util.el (mm-delete-duplicates): Add comment.
1737
1738 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1739
1740         * nnir.el (nnir-ignored-newsgroups): New variable.
1741         (nnir-get-active): Use it.
1742
1743 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1744
1745         * proto-stream.el (proto-stream-open-network): Add some comments.
1746
1747         * nntp.el (nntp-open-connection): Provide a :success condition.
1748
1749         * nnimap.el (nnimap-open-connection-1): Ditto.
1750
1751         * proto-stream.el (proto-stream-open-network): See what the response to
1752         the STARTTLS command is.
1753
1754         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1755         backwards compatibility).
1756         (nnimap-open-connection-1): Really respect nnimap-server-port.
1757
1758         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1759         TLS upgrades we don't really care about the identity of the peer.
1760         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1761         that what we've checked for.
1762         (proto-stream-always-use-starttls): Only default to t if
1763         open-gnutls-stream exists.
1764         (proto-stream-open-network): If STARTTLS failed, then just open a
1765         normal connection.
1766         (proto-stream-open-network): Wait until the greeting before doing
1767         STARTTLS.
1768
1769         * nntp.el (nntp-open-connection): Report what the connection error is.
1770
1771         * proto-stream.el (open-protocol-stream): Rename from
1772         open-proto-stream.
1773
1774 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1775
1776         * nnimap.el (nnimap-stream): Change default to `undecided'.
1777         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1778         first, and then network.
1779         (nnimap-open-connection-1): Respect nnimap-server-port.
1780         (nnimap-open-connection): Be more backwards-compatible.
1781
1782         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1783         (proto-stream-open-starttls): De-duplicate the starttls code.
1784         (proto-stream-open-starttls): Folded back into the main function.
1785         (proto-stream-open-network): Fix typo in the gnutls path.
1786         (proto-stream-command): Refactor out.
1787
1788         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1789
1790         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1791         starttls.el STARTTLS.
1792
1793         * color.el (color-lab->srgb): Fix function call name.
1794
1795         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1796         if we're using tls.el.
1797         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1798         built in, then don't try to establish a STARTTLS connection.
1799
1800         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1801         servers.
1802
1803         * proto-stream.el (open-proto-stream): Use network, not stream.
1804         (open-proto-stream): Add a way to specify what the end of a command is.
1805
1806         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1807         connections types.
1808         (nntp-open-network-stream): Remove.
1809         (nntp-open-ssl-stream): Remove.
1810         (nntp-open-tls-stream): Remove.
1811         (nntp-ssl-program): Remove.
1812
1813         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1814
1815 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1816
1817         * nnir.el: Fix typos.
1818         (nnir-retrieve-headers-override-function): Rename variable to reflect
1819         new semantics.
1820         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1821         macros.
1822         (nnir-request-article, nnir-request-move-article): Use them.
1823         (nnir-categorize): New function.
1824         (nnir-run-query): Use it.
1825         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1826         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1827         sorted.
1828         (nnir-group-full-name): Use gnus-group-full-name instead.
1829         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1830         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1831
1832 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1833
1834         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1835
1836         * proto-stream.el: New library to provide protocol-specific
1837         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1838         protocols.
1839         (open-proto-stream): Complete the documentation.
1840         (proto-stream-open-network): Fix some typos.
1841
1842         * nnimap.el (nnimap-open-connection): Use it.
1843
1844 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1845
1846         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1847         negotiation.
1848
1849 2010-11-26  Julien Danjou  <julien@danjou.info>
1850
1851         * color.el: Rename various rgb functions to srgb.
1852
1853 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1854
1855         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1856         names.
1857
1858 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1859
1860         * shr.el (shr-insert): Revert last change.
1861         (shr-find-fill-point): Never leave point being at bol;
1862         relax the kinsoku limitation when rendering tables.
1863
1864 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1865
1866         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1867         results from -accept-article.
1868
1869         * shr-color.el: Require cl when compiling.
1870
1871         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1872         checkin.
1873
1874         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1875
1876         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1877
1878         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1879         'add and 'delete to set backend marks.
1880
1881         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1882
1883         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1884
1885         * nntp.el (nntp-request-set-mark): Use it.
1886
1887         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1888
1889         * nnml.el (nnml-request-set-mark): Ditto.
1890
1891         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1892         introduces regressions in article selection.
1893         (nnimap-find-uid-response): New function.
1894         (nnimap-request-accept-article): Use the UID returned, if any.
1895         (nnimap-request-move-article): Use the UID returned, if any.
1896         (nnimap-get-groups): Reimplement to work with folded lines.
1897         (nnimap-find-uid-response): The UID is the last element in the list.
1898         (nnimap-request-set-mark): Extend syntax with 'set.
1899
1900         * nnml.el (nnml-request-set-mark): Ditto.
1901
1902         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1903
1904         * nntp.el (nntp-request-set-mark): Ditto.
1905
1906 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1907
1908         * message.el (message-called-interactively-p): A temporary macro.
1909         (message-goto-body): Use it temporarily.
1910
1911 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1912
1913         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1914         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1915         (nnimap-last-response-string): Fix last unfolding fix.
1916
1917 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1918
1919         * shr.el (shr-insert): Fix the way to fold lines.
1920
1921 2010-11-25  Julien Danjou  <julien@danjou.info>
1922
1923         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1924
1925         * color.el: Rename from color-lab.el
1926         (color-rgb->hex): Add.
1927         (color-complement): Add.
1928         (color-complement-hex): Add.
1929
1930         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1931
1932 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1933
1934         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1935         don't exist.
1936
1937 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1938
1939         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1940         assuming that article displaying or another mml-preview may be
1941         interrupted for an error or for the like.
1942
1943         * shr.el (shr-get-background): Fix argument name.
1944
1945 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1946
1947         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1948
1949         * gnus-sum.el (gnus-summary-include-articles): New function.
1950
1951         * message.el (message-goto-body): called-interactively-p needs a
1952         parameter, so use `any'.
1953
1954         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1955         clear marks before moving, since they're synced from the Gnus side
1956         first.
1957
1958         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1959         (gnus-summary-move-article): Copy over all marks before moving, so that
1960         IMAP doesn't think a new article has arrived.
1961
1962 2010-11-24  Julien Danjou  <julien@danjou.info>
1963
1964         * shr.el (shr-insert-background-overlay): Fix typo.
1965         (shr-render-td): Copy the background before rendering.
1966
1967         * shr-color.el (shr-color-visible): Fix docstring.
1968
1969         * shr.el (shr-tag-table): Add bgcolor support.
1970         (shr-render-td): Add bgcolor support.
1971         (shr-get-background): Add.
1972         (shr-insert-foreground-overlay): Use shr-get-background.
1973
1974         * message.el (message-goto-body): Use called-interactively-p.
1975         (message-in-body-p): message-goto-body returns point.
1976
1977 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1978
1979         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1980         Fixes something or other in Emacs 23, and is backwards compatible.
1981
1982         * message.el (message-goto-body): Remove the <#secure special-casing,
1983         which is too special.
1984
1985         * shr.el (shr-parse-style): Drop !important from styles.
1986
1987 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1988
1989         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1990         this function to return incorrect results when calling it with an
1991         explicit article argument different from
1992         (gnus-summary-article-number).
1993
1994 2010-11-24  Julien Danjou  <julien@danjou.info>
1995
1996         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1997         (shr-tag-body): Add background support.
1998         (shr-descend): Add background support.
1999         (shr-tag-title): Add.
2000
2001         * shr-color.el (shr-color-visible): Really return original background
2002         if fixed.
2003
2004 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2005
2006         * shr.el (shr-color-check): Protect against non-existant colour names.
2007
2008 2010-11-24  Julien Danjou  <julien@danjou.info>
2009
2010         * color-lab.el: Require 'cl when compiling.
2011
2012         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2013
2014         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2015         matched part.
2016
2017         * color-lab.el: Fix all expt calls to use float type.
2018
2019 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2020
2021         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2022         expression to shr-color-check as is.
2023
2024         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2025
2026         * color-lab.el: Add coding cookie.
2027         (float-pi): Use eval-and-compile.
2028
2029         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2030         compiled for Emacsen having no `libxml-parse-html-region' support.
2031
2032 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2033
2034         * shr.el (shr-insert-color-overlay): Split stuff like
2035         "#444444 !important" to find the real colour.
2036         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2037         parse <font color="red"> entries.
2038
2039 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2040
2041         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2042         point when parsing headers.
2043
2044         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2045         is positioned properly when parsing headers.
2046
2047 2010-11-23  Julien Danjou  <julien@danjou.info>
2048
2049         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2050
2051         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2052
2053         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2054
2055         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2056         Use shr-color-hue-to-rgb.
2057         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2058
2059 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2060
2061         * shr.el (shr-color->hexadecimal): Autoload.
2062         (shr-descend): Add color to all tags.
2063
2064 2010-11-22  Julien Danjou  <julien@danjou.info>
2065
2066         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2067         shr-color->hexadecimal.
2068
2069         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2070         RGB() or HSL() color representation.
2071
2072         * shr.el (shr-tag-font): Add.
2073         (shr-tag-color-check): New function to get better colors.
2074         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2075         tag-span.
2076
2077         * shr-color.el: New file.
2078
2079         * color-lab.el: New file.
2080
2081         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2082
2083 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2084
2085         * nnir.el: Fix typo in comments.
2086         (nnir-run-imap): Simplify code. No need to reverse artlist.
2087         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2088
2089 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2090
2091         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2092
2093         * nnimap.el (nnimap-get-capabilities): Refactor out.
2094         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2095
2096 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2097
2098         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2099         appearing when `mm-uu-hide-markers' is nil.
2100
2101 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2102
2103         * nnimap.el (nnimap-unselect-group): Make into its own function.
2104         (nnimap-request-rename-group): Unselect group before renaming.
2105         This had gotten lost somewhere.
2106         (nnimap-request-accept-article): Keep track of examined groups, and
2107         unselect the group before APPENDing to read-only groups.
2108         (nnimap-request-move-article): Clear flags before moving so that they
2109         can be re-set later.
2110
2111 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2112
2113         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2114         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2115
2116 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2117
2118         * gnus-art.el (gnus-mime-display-single)
2119         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2120         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2121         parameter.
2122
2123 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2124
2125         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2126         (shr-table-vertical-line): New variable.
2127         (shr-insert-table): Use it.
2128
2129 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2130
2131         * gnus-html.el (gnus-html-wash-images): Don't display images if
2132         gnus-inhibit-images is non-nil; register displayer for cid images.
2133         (gnus-html-display-image): Work for cid image.
2134         (gnus-html-insert-image): Allow arguments.
2135         (gnus-html-put-image): Inhibit read-only.
2136         (gnus-html-prefetch-images): Don't prefetch images if
2137         gnus-inhibit-images is non-nil.
2138
2139 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2140
2141         * shr.el (shr-put-image): Break lines when inserting big pictures.
2142
2143 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2144
2145         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2146         sender, thanks Katsumi Yamaoka.
2147
2148 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2149
2150         * nnir.el (nnir-run-imap): Reverse the article list for each group
2151         rather than the whole list.
2152
2153 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2154
2155         * shr.el (shr-image-displayer): Protect function against non-existent
2156         image source.
2157
2158         * gnus-art.el (gnus-inhibit-images): New user option.
2159         (gnus-mime-display-single): Don't display image if it is non-nil.
2160
2161         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2162         gnus-inhibit-images.
2163
2164         * shr.el (shr-image-displayer): New function.
2165         (shr-tag-img): Use it.
2166
2167 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2168
2169         * mml2015.el (mml2015-epg-sign): Use From header.
2170
2171 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2172
2173         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2174
2175         * gnus-util.el (gnus-find-text-property-region): Return markers.
2176
2177         * shr.el (shr-tag-img): Put a displayer in the text property.
2178
2179         * gnus-util.el (gnus-find-text-property-region): New utility function.
2180
2181         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2182         (gnus-html-show-images): Remove.
2183
2184         * gnus-art.el (gnus-article-show-images): New, more general function.
2185
2186         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2187         image url text properties.
2188
2189         * shr.el: Ditto.
2190
2191         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2192         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2193
2194 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2195
2196         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2197         work for two or more articles.
2198
2199 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2200
2201         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2202         divide an image that's in an html article to two or more when washing
2203         non-ASCII characters in alt text of it.
2204
2205 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2206
2207         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2208         smime-decrypt-region using function argument.
2209         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2210
2211         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2212
2213         * smime.el (smime-decrypt-region): Catch it.
2214
2215 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2216
2217         * smime.el (smime-mode-map): Move initialization into declaration.
2218         (gnus-run-mode-hooks): Don't autoload.
2219         (smime-mode): Use define-derived-mode.
2220
2221 2010-11-11  Glenn Morris  <rgm@gnu.org>
2222
2223         * smime.el (from): Restrict declaration to XEmacs.
2224
2225         * nnir.el (gnus-group-topic-name): Autoload.
2226
2227 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2228
2229         * shr.el (shr-insert): Don't break long line if it is because of
2230         kinsoku-bol characters in the line end.
2231
2232 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2233
2234         * nnir.el (nnir-request-move-article): Fix to provide original group
2235         and subject.
2236         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2237         been retrieved.
2238
2239         * gnus-sum.el (gnus-summary-move-article): Use original group and
2240         subject for virtual articles such as those in an nnir summary buffer.
2241
2242 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2243
2244         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2245         least 21.5).
2246
2247         * smime.el (from): Declare it again for XEmacs.
2248
2249 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2250
2251         * message.el (message-resend): Don't disable encoding unless it's
2252         already encoded.
2253
2254         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2255         low-numbered articles.
2256
2257 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2258
2259         * rfc2047.el (rfc2047-syntax-table): Simplify.
2260
2261         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2262
2263         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2264         set-char-table-range for XEmacs.
2265
2266 2010-11-10  Glenn Morris  <rgm@gnu.org>
2267
2268         * time-date.el (time-to-seconds): Always an alias on Emacs,
2269         never a real function.
2270         (with-no-warnings): Remove compat stub, now unused.
2271         (time-less-p): Doc fix.
2272         (time-to-number-of-days): Simplify.
2273
2274         * smime.el (from): Remove unused declaration.
2275
2276         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2277         (gnus-float-time): On Emacs, always an alias.
2278
2279         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2280         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2281
2282 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2283
2284         * dgnushack.el: Don't use ignore-errors in the top level form since it
2285         is unavailable in XEmacs even if cl is loaded.
2286
2287         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2288
2289 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2290
2291         * shr.el (browse-url-mailto): Autoload.
2292
2293         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2294
2295         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2296         regexp doesn't need quoting.
2297
2298 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2299
2300         * message.el (message-subject-trailing-was-ask-regexp)
2301         (message-subject-trailing-was-regexp): Match was: in addition to was.
2302
2303 2010-11-09  Glenn Morris  <rgm@gnu.org>
2304
2305         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2306         (nnbabyl-check-mbox): Use point-at-bol.
2307
2308 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2309
2310         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2311
2312         * message.el (message-mailto): New function.
2313         (message-mailto): Should accept other parameters.
2314         (message-mailto): Remove since it duplicates browse-url-mailto
2315         functionality.
2316
2317 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2318
2319         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2320         methods.
2321         (gnus-read-active-file): Ditto.
2322
2323         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2324         ": " from the prompt.
2325         (gnus-group-make-group): Ditto.
2326
2327 2010-11-07  Glenn Morris  <rgm@gnu.org>
2328
2329         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2330         (gnus-bookmark-kill-line): Use point-at-eol.
2331
2332 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2333
2334         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2335         asterisks in From header.
2336
2337 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2338
2339         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2340         string to avoid making the From headers syntactically invalid.
2341
2342         * message.el (message-send-mail): Don't insert courtesy messages if the
2343         message already has List-Post and List-ID messages.
2344
2345 2010-11-06  Glenn Morris  <rgm@gnu.org>
2346
2347         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2348         `condition', `type', `length' a prefix.
2349         (gnus-treat-predicate): Update for above name changes.
2350
2351 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2352
2353         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2354         binding.  Handled by `gnus-summary-refer-thread' instead.
2355         (nnir-warp-to-article): New backend function.
2356
2357         * nnimap.el (nnimap-request-thread): Force dependency updating.
2358
2359         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2360         (gnus-summary-refer-thread): Rework to improve thread-referral.
2361
2362         * gnus-int.el (gnus-warp-to-article): New function.
2363
2364         * gnus-sum.el (gnus-summary-article-map): Bind it.
2365
2366 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2367
2368         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2369         gnus-summary-refer-thread.
2370
2371         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2372         headers.
2373         (gnus-summary-limit-include-thread): Prevent articles in thread from
2374         being cut in gnus-cut-threads.
2375         (gnus-summary-refer-thread): Limit retrieved headers to those in
2376         thread.
2377
2378 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2379
2380         * message.el (message-send-mail): Use the value of
2381         message-courtesy-message from the message buffer.
2382
2383         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2384
2385         * shr.el (shr-browse-url): Implement mailto: URLs.
2386
2387         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2388         "raw".
2389
2390         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2391         if it's already selected.
2392
2393         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2394
2395 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2396
2397         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2398         to measure the length and truncate alt text.
2399
2400 2010-11-03  Glenn Morris  <rgm@gnu.org>
2401
2402         * nndiary.el (nndiary-generate-nov-databases-1)
2403         (nndiary-generate-active-info): Rename dynamic variable `files' to
2404         something less generic.
2405
2406 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2407
2408         * nnir.el (nnir-request-move-article): Call the underlying backend to
2409         move articles from nnir.
2410
2411 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2412
2413         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2414
2415 2010-11-02  Julien Danjou  <julien@danjou.info>
2416
2417         * nnir.el: Remove wais support.
2418
2419 2010-11-02  Glenn Morris  <rgm@gnu.org>
2420
2421         * gnus-html.el: Reorder requirements to quieten compiler.
2422
2423 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2424
2425         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2426         properly for XEmacs as well.
2427         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2428         (gnus-article-natural-long-line-p): Use window-width rather than
2429         frame-width.
2430
2431 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2432
2433         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2434         (nnir-read-parms): Don't modify query.
2435         (nnir-run-query): Add ability to search topic on current line.
2436         (nnir-get-active): Clean up.
2437
2438 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2439
2440         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2441         degenerate articles.
2442
2443         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2444         (gnus-print-buffer): Just print the buffer as is, without any copying
2445         to a buffer and then re-highlighting.
2446
2447         * nnimap.el (nnimap-request-group): Store the new updated info.
2448         (nnimap-request-group): Select the group when we don't know whether it
2449         exists or not.
2450
2451         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2452         groups.
2453
2454         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2455         groups.
2456
2457         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2458         groups.
2459
2460         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2461         long-lines case by only filling the long lines.
2462
2463         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2464         (bug #7311).
2465
2466 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2467
2468         * shr.el: No need to declare `declare-function' since shr.el is for
2469         only Emacsen that provide `libxml-parse-html-region'.
2470
2471         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2472         effective only in a file it is referred to.
2473
2474 2010-11-01  Glenn Morris  <rgm@gnu.org>
2475
2476         * mm-util.el (gnus-completing-read): Autoload.
2477         (mm-read-coding-system): Simplify Emacs definition.
2478
2479         * nnmail.el (gnus-activate-group):
2480         * nnimap.el (gnutls-negotiate):
2481         * nntp.el (netrc-parse): Fix declarations.
2482
2483 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2484
2485         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2486         string-match-p in Emacs >=23.
2487
2488         * gnus-msg.el (gnus-configure-posting-styles)
2489         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2490
2491 2010-11-01  Glenn Morris  <rgm@gnu.org>
2492
2493         * nnir.el (declare-function): Add compat stub.
2494         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2495         (nnir-run-gmane): Require 'mm-url.
2496
2497         * mm-util.el (mm-string-to-multibyte): Simplify.
2498
2499         * shr.el (declare-function): Add compat stub.
2500         (url-cache-create-filename): Declare.
2501         (mm-disable-multibyte, widget-convert-button): Autoload.
2502
2503         * smime.el (ldap-search): Declare.
2504         (smime-cert-by-ldap-1): Require ldap on Emacs.
2505
2506         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2507         (nnimap-keepalive): Use gnus-float-time.
2508
2509         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2510         (mail-source-delete-crash-box): Use gnus-float-time.
2511
2512         * gnus-dired.el (gnus-completing-read): Autoload.
2513
2514         * mm-view.el (gnus-rescale-image): Autoload.
2515
2516         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2517
2518         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2519
2520         * sieve-manage.el: Require 'cl when compiling.
2521
2522         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2523         (gnus-iswitchb-completing-read): Require iswitchb.
2524         (gnus-select-frame-set-input-focus): Silence compiler.
2525
2526 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2527
2528         * message.el (message-subject-trailing-was-query): Change default to t,
2529         since I think that's what most people want.
2530
2531         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2532         appending for easier debugging.
2533         (nnimap-wait-for-connection): Take a regexp.
2534         (nnimap-request-accept-article): Wait for the continuation line before
2535         sending anything unless we're streaming.
2536
2537         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2538         leave the header washing to take place.
2539
2540 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2541
2542         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2543         regular expression match and replace in posting styles.
2544
2545 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2546
2547         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2548         an entire server.
2549         (nnir-get-active): New function.
2550         (nnir-run-imap): Use it.
2551         (nnir-run-gmane): Who knew, gmane search returns an article score!
2552
2553         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2554         server on the current line with nnir.
2555
2556 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2557
2558         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2559         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2560         left edge.
2561         (gnus-article-foldable-buffer): Skip past the prefix when determining
2562         raggedness.
2563
2564         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2565         the raw article, and change `C-u g' to show the article without doing
2566         treatments.
2567
2568         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2569         on to `gnus-treat-article'.
2570         (gnus-inhibit-article-treatments): New variable.
2571
2572         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2573
2574         * gnus-art.el (gnus-treatment-function-alist): Have
2575         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2576         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2577         sections.
2578
2579         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2580         parameter.
2581         (gnus-article-fill-cited-long-lines): New function.
2582         (gnus-article-fill-cited-article): Allow filling only long sections.
2583
2584         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2585         and non-punctuation (like after the apostrophe in "'We").
2586
2587         * gnus-sum.el (gnus-summary-select-article): Make sure
2588         gnus-original-article-buffer is alive.
2589
2590         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2591         reflect the order they're in in the digest.
2592
2593         * gnus.el (gnus-group-startup-message): Move point to the start of the
2594         buffer.
2595
2596         * nnimap.el (nnimap-capability): New function.
2597         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2598         is set.
2599
2600 2010-10-31  David Engster  <dengste@eml.cc>
2601
2602         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2603         conform with changes to gnus-completing-read.
2604
2605 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2606
2607         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2608
2609 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2610
2611         * nnir.el: Move defvar, defcustom around to keep file organized
2612         and keep byte-compiler quiet.
2613         (nnir-read-parms): Accept search-engine as arg.
2614         (nnir-run-query): Pass search-engine as arg.
2615         (nnir-search-engine): Remove.
2616
2617 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2618
2619         * shr.el (shr-generic): The text nodes should be text, not :text.
2620
2621         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2622         later in the file.
2623
2624 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2625
2626         * nnir.el: General clean up.  Allow searching with multiple engines.
2627         Allow separate extra-parameters for each engine.
2628         Batch queries when possible.
2629         (nnir-imap-default-search-key,nnir-method-default-engines):
2630         Add customize interface.
2631         (nnir-run-gmane): New engine.
2632         (nnir-engines): Use it.  Qualify all prompts with engine name.
2633         (nnir-search-engine): Remove global variable.
2634         (nnir-run-hyrex): Restore for now.
2635         (nnir-extra-parms,nnir-search-history): New variables.
2636         (gnus-group-make-nnir-group): Use them.
2637         (nnir-group-server): Remove in favor of gnus-group-server.
2638         (nnir-request-group): Avoid searching twice.
2639         (nnir-sort-groups-by-server): New function.
2640
2641 2010-10-30  Julien Danjou  <julien@danjou.info>
2642
2643         * gnus-group.el: Remove gnus-group-fetch-control.
2644
2645         * gnus-start.el (gnus-find-new-newsgroups):
2646         Remove gnus-check-first-time-used.
2647
2648         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2649
2650 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2651
2652         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2653         set on groups that don't have \* permanentflags.
2654
2655 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2656
2657         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2658         control the background color.
2659         (shr-tag-img): Ignore very small web bug type images.
2660         (shr-put-image): Add help-echo alt texts to the images.
2661         (shr-tag-video): Show the video poster image.
2662
2663 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2664
2665         * shr.el (shr-table-depth): New variable.
2666         (shr-tag-table-1): Only insert the images after the top-level table.
2667
2668         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2669
2670         * gnus-util.el (gnus-list-memq-of-list): New function.
2671
2672         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2673         selected.
2674         (nnimap-unsplittable-articles): New slot.
2675         (nnimap-new-articles): Use it.
2676
2677 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2678
2679         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2680         move to the previous line on `M-g'.
2681
2682 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2683
2684         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2685         *-request-group, which seems unnecessary.
2686
2687         * nnimap.el (nnimap-quote-specials): Function copied over from
2688         imap.el.
2689         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2690         they support that.  Suggested by Tom Regner.
2691
2692 2010-10-29  Julien Danjou  <julien@danjou.info>
2693
2694         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2695         defalias.
2696         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2697
2698         * gnus.el: Remove `gnus-nntp-service' variable.
2699         (gnus-secondary-servers): Make obsolete.
2700         (gnus-nntp-server): Make obsolete.
2701
2702         * gnus-start.el (gnus-1): Remove x-splash calls.
2703
2704         * gnus-ems.el (gnus-x-splash): Remove.
2705
2706         * gnus.el (gnus-group-startup-message): Simplify/update code.
2707
2708         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2709         definition.
2710
2711         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2712         capability before doing anything.
2713         (gnus-group-insert-group-line): Remove useless
2714         gnus-group-remove-excess-properties.
2715
2716 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2717
2718         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2719
2720 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2721
2722         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2723         config after reselecting.
2724
2725 2010-10-28  Julien Danjou  <julien@danjou.info>
2726
2727         * shr.el (shr-put-image): Use point even if only inserting text.
2728         (shr-put-image): Save excursion when inserting alt text on non-graphic
2729         display, so the behaviour is the same when we are on a graphic display.
2730
2731         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2732
2733 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2734
2735         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2736         (gnus-mime-copy-part): Check coding system, not charset.
2737         (gnus-mime-view-part-externally): Never remove part.
2738         (gnus-mime-view-part-internally): Don't remove part here.
2739         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2740         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2741         multipart/alternative.
2742
2743         * mm-decode.el (mm-display-part): Take optional arg `force'.
2744
2745 2010-10-26  Julien Danjou  <julien@danjou.info>
2746
2747         * gnus-group.el (gnus-group-default-list-level): Add this function to
2748         compute the default list level.
2749         (gnus-group-default-list-level): Add possibility to use a function.
2750
2751 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2752
2753         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2754
2755         * gnus-group.el (gnus-group-completing-read)
2756         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2757         gnus-replace-in-string.
2758
2759 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2760
2761         * shr.el (shr-tag-div): Add.
2762
2763         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2764
2765 2010-10-25  Julien Danjou  <julien@danjou.info>
2766
2767         * gnus-util.el: Remove `gnus-with-local-quit'.
2768
2769         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2770
2771 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2772
2773         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2774         the original article buffer.
2775
2776 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2777
2778         * nnimap.el (nnimap-request-head): New function.
2779         (nnimap-request-move-article): Try to be slighly faster by not
2780         requesting the entire message when moving.
2781         (nnimap-transform-headers): Don't bug out on bodiless articles.
2782         (nnimap-send-command): Have no outstanding messages if the IMAP server
2783         doesn't support streaming.
2784         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2785
2786 2010-10-24  Julien Danjou  <julien@danjou.info>
2787
2788         * message.el (message-default-headers): Fix type.
2789
2790 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2791
2792         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2793         prefetching images.
2794
2795         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2796         backend for unknown groups.  This is mainly useful for nnimap groups.
2797
2798         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2799         group isn't covered by the agent.
2800
2801 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2802
2803         * nnir.el (nnir-method-default-engines): New variable.
2804         (nnir-run-query): Use it.
2805         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2806         (gnus-summary-nnir-goto-thread): Change group if needed.
2807
2808         * gnus-group.el (gnus-group-group-map): Add key binding for
2809         gnus-group-make-nnir-group.
2810
2811 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2812
2813         * shr.el (shr-tag-object): Add.
2814
2815         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2816         original article buffer live.
2817         (gnus-summary-select-article-buffer):
2818         Mention gnus-widen-article-buffer.
2819
2820 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2821
2822         * shr.el (shr-tag-strong): Add.
2823
2824 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2825
2826         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2827         group names.  They mess up the group buffer badly.
2828
2829         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2830
2831         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2832         instead of the summary one.
2833
2834 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2835
2836         * mml.el (mml-preview): Work properly when editing article.
2837
2838         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2839         gnus-have-read-active-file if it's already been in.
2840
2841 2010-10-22  Tom Tromey  <tromey@redhat.com>
2842
2843         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2844         gnus-group-completing-read.
2845
2846 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2847
2848         * message.el (message-mode-map): Don't bind M-; to comment region, to
2849         allow the global comment-dwim to work.
2850
2851 2010-10-21  Julien Danjou  <julien@danjou.info>
2852
2853         * message.el (message-setup-1): Allow message-default-headers to be a
2854         function.
2855
2856 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2857
2858         * shr.el (shr-tag-table): Simplify.
2859
2860 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2861
2862         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2863         to avoid trying to snarf invalid stuff.
2864
2865         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2866
2867         * gnus.el (gnus-message-archive-group): Quote value.
2868         (gnus-message-archive-group): Mark as changed.
2869
2870         * shr.el (shr-add-font): Don't put the font properties on the newline
2871         or the indentation.
2872
2873         * message.el (message-fix-before-sending): Change options when sending
2874         non-printable characters.
2875
2876         * gnus.el (gnus-message-archive-method): Change the default to
2877         monthly outgoing groups.
2878
2879         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2880         that have gotten new numbers.
2881
2882         * nnimap.el (nnimap-request-replace-article): New function.
2883
2884 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2885
2886         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2887         (nnrss-request-article): Don't use special html washing code.
2888
2889 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2890
2891         * shr.el (shr-tag-table): Remove useless nconc.
2892
2893 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2894
2895         * gnus-art.el (article-wash-html): Simplify and remove the charset
2896         stuff.  Use the normal html rendering code instead of the special html
2897         washing code.
2898
2899         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2900         `gnus-w3m' symbols.
2901         (mm-text-html-washer-alist): Remove.
2902
2903         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2904         (mm-inline-media-tests): Remove use.
2905         (mm-text-html-renderer): Change default to the `shr' symbol.
2906
2907         * mm-view.el (mm-inline-text-html): Remove use.
2908
2909         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2910         `gnus-blocked-images' to be a function.
2911         (gnus-article-wash-function): Remove.
2912
2913 2010-10-20  Julien Danjou  <julien@danjou.info>
2914
2915         * spam.el (spam-list-of-processors): Mark as obsolete.
2916
2917         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2918         (nnimap-insert-partial-structure): Fix boundary detection.
2919
2920 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2921
2922         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2923         run file-truename on remote files.  This can be expensive and even
2924         prevent one from editing drafts if some unrelated buffer has a stale
2925         connection.
2926
2927 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2928
2929         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2930         kinsoku-eol regardless of shr-kinsoku-shorten.
2931         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2932         (shr-tag-table): Support caption, thead, and tfoot.
2933
2934 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2935
2936         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2937         lines.
2938         (shr-save-contents): New command and keystroke.
2939
2940         * nndoc.el (nndoc-type-alist): Add git support.
2941         (nndoc-git-type-p): New function.
2942         (nndoc-transform-git-article): Ditto.
2943         (nndoc-transform-git-headers): Ditto.
2944         (nndoc-transform-git-headers): Generate Subject headers.
2945
2946         * shr.el (shr-parse-style): New function.
2947         (shr-tag-span): Ditto.
2948
2949         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2950         to `G G' to avoid collisions.
2951
2952 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2953
2954         * shr.el: Load kinsoku if necessary.
2955         (shr-kinsoku-shorten): New internal variable.
2956         (shr-find-fill-point): Make kinsoku shorten text line if
2957         shr-kinsoku-shorten is bound to non-nil.
2958         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2959         shr-indentation too when testing if table is wider than frame width.
2960         (shr-insert-table): Use `string-width' instead of `length' to measure
2961         text width.
2962         (shr-insert-table-ruler): Make sure indentation is done at bol.
2963
2964 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2965
2966         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2967         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2968         undecoded network data.
2969
2970 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2971
2972         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2973         name in the mode line spec so that the mode line menu works
2974         (bug #2431).
2975
2976         * message.el (message-get-reply-headers): If we're fed `to-address',
2977         then always use that.
2978
2979         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2980         aren't so wide as to need to switch off the edit menu.
2981
2982         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2983         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2984
2985         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2986         `M-g'.
2987         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2988         the permanent marks.
2989
2990 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2991
2992         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2993         Splitting according to references/in-reply-to obeys the ignore-groups
2994         variable, while splitting by sender and subject do not.
2995
2996 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2997
2998         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2999         alist, so that we can look for non-Unicode chars.
3000         (article-translate-strings): Allow both character and string maps.
3001
3002 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3003
3004         * shr.el (shr-insert): Don't insert space behind a wide character
3005         categorized as kinsoku-bol, or between characters both categorized as
3006         nospace.
3007
3008 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3009
3010         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3011         headers to gnus-newsgroup-headers.
3012
3013 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3014
3015         * shr.el (shr-tag-img): Don't align images -- since we're not
3016         rescaling, this often leads to ugly displays.
3017
3018 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3019
3020         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3021         duplicates.
3022
3023 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3024
3025         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3026         call.
3027
3028 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3029
3030         * gnus.el: Autoload gnus-html-show-images.
3031
3032         * nnimap.el: Use nnheader-message throughout.
3033
3034         * shr.el (shr-tag-img): Ignore images with no data.
3035
3036 2010-10-15  Julien Danjou  <julien@danjou.info>
3037
3038         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3039         a possibility to disable format=flow encoding when using hard newlines.
3040
3041 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3042
3043         * shr.el (shr-insert): Remove space inserted before or after a
3044         breakable character or at the beginning or the end of a line.
3045         (shr-find-fill-point): Do kinsoku; find the second best point or give
3046         it up if there's no breakable point.
3047
3048 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3049
3050         * nnimap.el (nnimap-open-connection): Message when opening connection
3051         for debugging purposes.
3052
3053         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3054         on every setup buffer call to allow this to change from article to
3055         article.
3056
3057         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3058         buffers where we have a wide table.
3059
3060 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3061
3062         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3063         uses *-request-thread.
3064
3065 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3066
3067         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3068         incantation, which is no longer valid.
3069
3070 2010-10-14  Julien Danjou  <julien@danjou.info>
3071
3072         * shr.el: Fix defcustom type (char -> character).
3073
3074 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3075
3076         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3077         programs.
3078
3079 2010-10-14  Julien Danjou  <julien@danjou.info>
3080
3081         * shr.el (shr-tag-a): Use url-link as widget type.
3082
3083         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3084         `gnus-group-get-icon'.
3085
3086 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3087
3088         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3089         This should make server editing work better.
3090
3091         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3092
3093         * tls.el (tls-program): Remove spurious %s from openssl.
3094
3095         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3096         (nnimap-parse-flags): Fix regexp.
3097
3098         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3099         probably work for CJVK text, too.
3100
3101         * nnimap.el (nnimap-extend-tls-programs): Remove.
3102         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3103
3104         * tls.el (tls-starttls-switches): Remove starttls hack.
3105         (open-tls-stream): Ditto.
3106         (tls-find-starttls-argument): Ditto.
3107
3108 2010-10-13  Julien Danjou  <julien@danjou.info>
3109
3110         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3111         responses.
3112
3113 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3114
3115         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3116
3117         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3118         anything in Emacs.
3119
3120         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3121
3122 2010-10-13  Julien Danjou  <julien@danjou.info>
3123
3124         * shr.el (shr-width): Make shr-width a defcustom with default to
3125         fill-column.
3126         (shr-tag-img): Use shr-width rather than fill-column.
3127
3128 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3129
3130         * dgnushack.el (byte-optimize-apply)
3131         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3132
3133         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3134         position when (X-)Faces exist.
3135         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3136         avatars when called interactively.
3137
3138 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3139
3140         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3141         gnus-article-x-face-too-ugly is bound.
3142
3143 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3144
3145         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3146
3147         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3148         mailbox that doesn't exist.
3149
3150 2010-10-12  Julien Danjou  <julien@danjou.info>
3151
3152         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3153         (shr-get-image-data): Encode URL properly when fetching from cache.
3154         (shr-tag-img): Use aligned-to spaces to align correctly images.
3155
3156         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3157         before inserting the Gravatar.
3158
3159         * shr.el (shr-tag-img): Add align attribute support for <img>.
3160
3161 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3162
3163         * gnus-gravatar.el (gnus-art): Require.
3164
3165         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3166         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3167         Remove long obsoleted functions.
3168
3169 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3170
3171         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3172
3173         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3174
3175         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3176         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3177         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3178         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3179         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3180         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3181         * sieve-manage.el, smime.el, spam.el:
3182         Fix comment for declare-function.
3183
3184 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3185
3186         * nnimap.el (nnimap-request-rename-group): Select group read-only
3187         before renaming it.
3188
3189         * shr.el (shr-insert): Fix up the white space only regexp.
3190
3191         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3192         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3193
3194         * shr.el (shr-current-column): New function.
3195         (shr-find-fill-point): New function.
3196
3197 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3198
3199         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3200         numbers.
3201
3202 2010-10-11  Julien Danjou  <julien@danjou.info>
3203
3204         * shr.el (shr-hr-line): Add.
3205         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3206         display hr lines.
3207         (shr-max-columns): Do not change state to nil if we just inserting
3208         spaces.
3209
3210 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3211
3212         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3213         select the last group.
3214
3215 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3216
3217         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3218
3219 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3220
3221         * dig.el (dig-mode-map): Declare and define in one step.
3222
3223 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3224
3225         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3226         for Gnus.
3227         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3228         (nnimap-update-qresync-info): Mark \Seen articles as read.
3229
3230         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3231         non-variable, too.
3232
3233         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3234         available.
3235         (nnimap-update-info): Rely more on the current active than the param
3236         active to avoid marking articles as read too much.
3237
3238         * auth-source.el (auth-source-create): Use (user-login-name) for the
3239         user name default.
3240
3241         * nnimap.el (nnimap-update-info): If the server doesn't return any
3242         useful info, just use the previous info.
3243         (nnimap-update-info): Prefer old info over start-article.
3244         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3245
3246 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3247
3248         * nnir.el (autoload): Clean up autoloads.
3249         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3250         Use key rather than value.
3251         (nnir-imap-search-other): New variable.
3252         (nnir-read-parm): Use it.
3253         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3254         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3255
3256 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3257
3258         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3259         the process, too.
3260
3261 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3262
3263         * spam.el (gnus-summary-mode-map): Bind to "$".
3264         Suggested by Russ Allbery.
3265
3266         * shr.el: Rework the way things are indented by <li> slightly.
3267
3268         * gnus.el (gnus-group-set-parameter): Fix typo.
3269
3270         * nnimap.el: Start implementing QRESYNC support.
3271
3272 2010-10-09  Julien Danjou  <julien@danjou.info>
3273
3274         * nnir.el (nnir-engines): Fix too many arguments.
3275
3276 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3277
3278         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3279         group is the "last", so that the backends like nnfolder actually save
3280         their folders.
3281
3282         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3283         try to use that for the tls stream.
3284         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3285         UIDVALIDITY and find out which groups are read-only and not.
3286         (nnimap-get-flags): Use the same marks parsing code as the rest of
3287         nnimap.
3288
3289 2010-10-09  Julien Danjou  <julien@danjou.info>
3290
3291         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3292
3293         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3294         retrieving gravatars.
3295
3296         * shr.el (shr-table-corner): Add.
3297         (shr-table-line): Add.
3298         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3299
3300 2010-10-08  Julien Danjou  <julien@danjou.info>
3301
3302         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3303
3304 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3305
3306         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3307
3308         * gnus-sum.el (gnus-mark-article-as-unread)
3309         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3310         (gnus-summary-set-bookmark): Use it.
3311
3312         * gnus-msg.el (gnus-setup-message): Use it.
3313
3314         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3315
3316         * gnus.el (gnus-group-remove-parameter): Use it.
3317
3318         * gnus-group.el (gnus-group-make-web-group): Use it.
3319
3320         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3321
3322         * nnregistry.el: Update docs to mention manual.
3323
3324         * gnus-registry.el: Update docs to mention nnregistry.el.
3325         (gnus-registry-initialize): Don't install nnregistry refer method
3326         automatically.
3327         (gnus-registry-install-nnregistry): Remove it.
3328
3329 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3330
3331         * shr.el (shr-insert): Don't insert double spaces.
3332
3333 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3334
3335         * gnus-gravatar.el (gnus-treat-from-gravatar)
3336         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3337         called interactively.
3338
3339         * gnus-art.el (gnus-mime-view-part-externally)
3340         (gnus-mime-view-part-internally): Make predicate function passed to
3341         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3342         of a mime type.
3343
3344         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3345
3346 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3347
3348         * shr.el (require): Require cl when compiling.
3349         (shr-tag-hr): New function.
3350
3351         * nnimap.el (nnimap-update-info): Remove double setting of high.
3352         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3353         This makes nnimap work properly on Courier again.
3354
3355         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3356         the variable for backwards compatability.
3357
3358         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3359         the file name before using to avoid setting mm-default-directory to
3360         nil.
3361
3362         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3363         bidning gnus-agent variables.
3364
3365         * shr.el (shr-render-td): Use a cache for the table rendering function
3366         to avoid getting an exponential rendering behaviour in nested tables.
3367         (shr-insert): Rework the line-breaking algorithm.
3368         (shr-insert): Don't leave trailing spaces.
3369         (shr-insert-table): Also insert empty TDs.
3370         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3371
3372 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3373
3374         * gnus-sum.el (gnus-number): Rename from `number'.
3375         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3376         (gnus-summary-limit-children): Update uses correspondingly.
3377
3378 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3379
3380         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3381         (gnus-gravatar-transform-address): Don't show avatars of people of
3382         which mail addresses match gnus-gravatar-too-ugly.
3383
3384 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3385
3386         * shr.el (shr-table-widths): Expand TD elements to fill available
3387         space.
3388
3389 2010-10-07  Julien Danjou  <julien@danjou.info>
3390
3391         * nnimap.el (nnimap-request-rename-group): Add this method.
3392
3393 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3394
3395         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3396         name from XEmacs' function-arglist.
3397
3398         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3399         gravatar under XEmacs.
3400
3401 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3402
3403         * auth-source.el: Update docs with TODO items.
3404
3405         * gnus-sync.el: Update docs to explain state and plans.
3406
3407         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3408         Hooks for mark updates.
3409         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3410
3411         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3412         hooks with arguments, which is needed for mark update hooks.
3413
3414 2010-10-06  Julien Danjou  <julien@danjou.info>
3415
3416         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3417         was matched.
3418
3419         * sieve-manage.el: Update example in `Commentary'.
3420
3421         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3422
3423         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3424         not 2000.
3425         (sieve-manage-authenticate): Re-add function.
3426
3427 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3428
3429         * shr.el (shr-insert): Get 'space transition right.
3430         (shr-render-td): Only delete space at the end of the TD.
3431
3432         * nnimap.el (nnimap-open-connection): Prepare to support
3433         open-gnutls-stream.
3434
3435         * shr.el: Rearrange function order to be more logical.
3436
3437 2010-10-06  Julien Danjou  <julien@danjou.info>
3438
3439         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3440         (nnrss-discover-feed): Remove 404 URL in docstring.
3441
3442         * nnir.el: Fix Swish-E URL.
3443         Fix Namazu URL.
3444
3445         * message.el (message-change-subject): Remove 404 URL in a comment.
3446
3447 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3448
3449         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3450         called interactively.
3451
3452         * gnus-util.el (gnus-remove-if): Allow hash table.
3453         (gnus-remove-if-not): New function.
3454
3455         * gnus-art.el (gnus-mime-view-part-as-type)
3456         * gnus-score.el (gnus-summary-score-effect)
3457         * gnus-sum.el (gnus-read-move-group-name):
3458         Replace remove-if-not with gnus-remove-if-not.
3459
3460         * gnus-group.el (gnus-group-completing-read):
3461         Regard collection as a hash table if it is not a list.
3462
3463 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3464
3465         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3466
3467         * shr.el: Document the table-rendering algorithm.
3468
3469 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3470
3471         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3472         for Emacsen having no `libxml-parse-html-region' support.
3473
3474 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3475
3476         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3477         invalid URLs.
3478
3479         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3480         line-broken.
3481         (shr-tag-img): Ignore image fetching errors.
3482         (shr-overlays-in-region): Compute overlay positions correctly.
3483
3484         * mm-decode.el (mm-shr): Require shr.
3485
3486         * gnus-art.el (gnus-blocked-images): Move variable here.
3487
3488         * shr.el (shr-insert-table): Bind free variable.
3489
3490         * mm-decode.el (mm-shr): Bind shr-content-function.
3491
3492         * shr.el (shr-content-function): New variable.
3493
3494         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3495         added for symmetry.
3496
3497         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3498
3499         * gnus-group.el (gnus-group-make-group): Doc fix.
3500
3501         * nnimap.el (nnimap-request-newgroups): Return success.
3502
3503         * shr.el (shr-find-elements): New function.
3504         (shr-tag-table): Put all the images after the table.
3505         (shr-tag-table): Really inhibit images inside the table.
3506         (shr-collect-overlays): Copy over overlays from the TD elements to the
3507         main document.
3508
3509         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3510         gnus-blocked-images.
3511
3512 2010-10-05  Julien Danjou  <julien@danjou.info>
3513
3514         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3515
3516         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3517         (gnus-html-maximum-image-size): Add this function.
3518         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3519
3520         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3521         server-value of the capability is nil.
3522
3523 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3524
3525         * shr.el (shr-tag-em): Add <EM> tag.
3526
3527 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3528
3529         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3530         customizable.
3531
3532         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3533         handing broken links to browse-url.
3534
3535 2010-10-05  Julien Danjou  <julien@danjou.info>
3536
3537         * gnus-util.el (gnus-emacs-completing-read)
3538         (gnus-iswitchb-completing-read): Use autoload rather than require.
3539
3540 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3541
3542         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3543         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3544         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3545         iswitchb-temp-buflist for XEmacs.
3546
3547         * gnus-util.el (gnus-completing-read-function): Exclude
3548         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3549         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3550         XEmacs.
3551
3552         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3553         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3554
3555         * gnus-html.el: Don't require help-fns under XEmacs.
3556         (gnus-html-schedule-image-fetching): Work for XEmacs.
3557
3558         * mm-decode.el (mm-shr): Decode contents by charset.
3559
3560 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3561
3562         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3563         unknown.
3564
3565         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3566         (shr-get-image-data): Ensure against the cache file missing.
3567
3568         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3569         for data.
3570
3571         * spam-report.el (spam-report-url-ping-plain): Don't query about
3572         killing the process.
3573
3574         * shr.el (shr-render-td): Protect against too-wide text.
3575
3576 2010-10-04  Julien Danjou  <julien@danjou.info>
3577
3578         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3579         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3580
3581         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3582         retrieved.
3583
3584 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3585
3586         * shr.el (browse-url): Require.
3587         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3588         lines.
3589         (shr-show-alt-text, shr-browse-image): New commands.
3590         (shr-browse-url, shr-copy-url): New commands.
3591
3592         * gnus-sum.el (gnus-widen-article-window): New variable.
3593         (gnus-summary-select-article-buffer): Use it.
3594
3595         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3596         without @ signs.
3597
3598 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3599
3600         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3601
3602 2010-10-04  Julien Danjou  <julien@danjou.info>
3603
3604         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3605         for XEmacs.
3606
3607 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3608
3609         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3610
3611         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3612         (nnimap-close-server): Implement.
3613
3614         * dgnushack.el (iswitchb): Require to shut up the compiler.
3615
3616         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3617         (shr-insert): Tweak line breaking.
3618         (shr-insert): Handle <pre> better.
3619         (shr-tag-li): Get <li> indentation right.
3620         (shr-tag-li): Get <li> indentation even righter.
3621         (shr-tag-blockquote): Ensure paragraph start.
3622         (shr-make-table): Tweak table generation.
3623         (shr-make-table): Fix typo.
3624
3625         * shr.el: Implement table rendering.
3626
3627 2010-10-04  Julien Danjou  <julien@danjou.info>
3628
3629         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3630
3631 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3632
3633         * shr.el (shr-insert): Use string anchors instead of line anchors.
3634
3635 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3636
3637         * shr.el: Add headings.
3638         (shr-ensure-paragraph): Actually work.
3639         (shr-tag-li): Make <ul> prettier.
3640         (shr-insert): Get white space at the beginning/end of elements right.
3641         (shr-tag-p): Collapse subsequent <p>s.
3642         (shr-ensure-paragraph): Don't insert double line feeds after blank
3643         lines.
3644         (shr-insert): \t is also space.
3645         (shr-tag-s): Fix "s" tag name function.
3646         (shr-tag-s): Fix face prop name.
3647
3648 2010-10-03  Julien Danjou  <julien@danjou.info>
3649
3650         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3651
3652         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3653         gnus-window-inside-pixel-edges.
3654
3655         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3656         gnus-ems.
3657
3658         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3659
3660         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3661         function.
3662
3663         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3664         resize choice.
3665
3666 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3667
3668         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3669         beginning of the buffer.
3670
3671         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3672         article buffer again.
3673
3674         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3675
3676         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3677         when it's at the start of the buffer.
3678
3679         * shr.el (shr-tag-blockquote): Convert name.
3680         (shr-rescale-image): Use the right image-size variant.
3681
3682         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3683         buffer isn't shown, then select the current article first instead of
3684         bugging out.
3685         (gnus-summary-select-article-buffer): Show both the article and summary
3686         buffers again.
3687
3688         * shr.el (shr-fontize-cont): Protect against regions with no text.
3689         Rename tag functions to shr-tag-* for enhanced security.
3690         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3691
3692 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3693
3694         * shr.el (shr-insert):
3695         * pop3.el (pop3-movemail):
3696         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3697         loaded.
3698
3699 2010-10-03  Glenn Morris  <rgm@gnu.org>
3700
3701         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3702
3703         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3704
3705         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3706
3707         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3708
3709         * gnus-util.el (gnus-make-local-hook): Simplify.
3710
3711 2010-10-02  Julien Danjou  <julien@danjou.info>
3712
3713         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3714         (gnus-ido-completing-read): New function.
3715         (gnus-emacs-completing-read): New function.
3716         (gnus-completing-read): Use gnus-completing-read-function.
3717         Add gnus-completing-read-function.
3718
3719 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3720
3721         * shr.el (shr-insert-document): Autoload.
3722         (shr-img): Be silent.
3723         (shr-insert): Add a newline after every picture before text.
3724         (shr-add-font): Use overlays for combining faces.
3725         (shr-insert): Pass upwards the text start point.
3726
3727         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3728         possible.
3729         (mm-shr): New function.
3730
3731 2010-10-02  Julien Danjou  <julien@danjou.info>
3732
3733         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3734         should go backward.
3735
3736 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3737
3738         * shr.el (shr): Fix typo in provide call.
3739
3740 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3741
3742         * shr.el: New file.
3743
3744         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3745
3746         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3747         completing read.
3748
3749 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3750
3751         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3752         we're being queried about.  Suggested by Dan Jacobson.
3753
3754         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3755         Suggested by Jason Eisner.
3756
3757         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3758         table, too.  Suggested by Stefan Wiens.
3759         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3760         the table unnecessary.  Suggested by Stefan Wiens.
3761
3762         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3763         longer needed, and probably doesn't work either, as pointed out by
3764         Stefan Wiens.
3765         (gnus-summary-exit): Remove call to the clearing function.
3766         (gnus-summary-exit-no-update): Ditto.
3767
3768         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3769         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3770         Reported by Stefan Monnier.
3771         (gnus-summary-save-in-rmail): Ditto.
3772
3773         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3774         article buffer, instead of both the article buffer and the summary
3775         buffer.  Sort of suggested by Dan Jacobson.
3776
3777         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3778
3779         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3780         Suggested by Dan Jacobson.
3781
3782         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3783         documentation clearer.
3784
3785         * message.el (message-shorten-references): Comment on the number "21".
3786         Suggested by Stefan Monnier.
3787
3788         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3789         Suggested by Dan Jacobson.
3790
3791         * gnus.el (gnus-large-newsgroup):
3792         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3793
3794         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3795         externalize attachments.  Bug reported by Steve Wen.
3796
3797         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3798         really message anything to the user.
3799
3800         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3801         directly.
3802
3803         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3804         messages in empty groups.
3805
3806 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3807
3808         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3809         non-UIDNEXT group.
3810
3811 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3812
3813         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3814         not the value from the collection.
3815
3816         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3817         values.  This sometimes happens on some groups that have no info.
3818         (nnimap-request-newgroups): New function.
3819
3820 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3821
3822         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3823         check into `gnus-registry-initialize'.
3824         (gnus-registry-initialize): Ditto.
3825         Fix and extend header docs.
3826
3827 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3828
3829         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3830         regexp backtrace overflows.
3831
3832         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3833         for starttls that tls.el implements; i.e. openssl.
3834
3835         * tls.el (tls-starttls-switches): Give up on using starttls with
3836         gnutls-cli.
3837         (tls-program): Add --insecure to be consistent with the defaults from
3838         openssl s_client.  Now all three commands are insecure.
3839
3840 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3841
3842         * lpath.el: Bind completion-styles-alist for XEmacs.
3843
3844         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3845         (gravatar-create-image): New function that's an alias to
3846         gnus-xmas-create-image, gnus-create-image, or create-image.
3847         (gravatar-data->image): Use it.
3848
3849 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3850
3851         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3852         install the nnregistry refer method.
3853         (gnus-registry-install-hooks): Use it.
3854         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3855         unfollowed groups.
3856
3857 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3858
3859         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3860         expanding threads.
3861
3862 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3863
3864         * nnir.el: Use the server names without suffixes (bug #7009).
3865
3866         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3867         unencrypted to STARTTLS, if possible.
3868
3869 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3870
3871         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3872         headers before superseding.
3873
3874 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3875
3876         * nnrss.el (nnrss-use-local): Add documentation.
3877
3878         * nnimap.el (nnimap-extend-tls-programs): New function.
3879         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3880         (nnimap-wait-for-connection): Accept the greeting from the stupid
3881         output from openssl s_client -starttls, too.
3882
3883         * tls.el (tls-starttls-switches): New variable.
3884         (tls-find-starttls-argument): Use it.
3885         (open-tls-stream): Ditto.
3886
3887         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3888         (netrc-machine): Ditto.
3889
3890         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3891         article number.
3892         (nnimap-split-fancy): New variable.
3893         (nnimap-split-incoming-mail): Use it.
3894
3895         * nntp.el (nntp-server-list-active-group): Document.
3896
3897         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3898         SELECT to get the message-id.
3899
3900         * mail-source.el (mail-sources): Remove webmail support.
3901         (defvar): Ditto.
3902         (mail-source-fetcher-alist): Ditto.
3903         (mail-source-fetch-webmail): Remove.
3904
3905         * webmail.el: Remove -- doesn't seem relevant any more.
3906
3907         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3908
3909         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3910         the \r.
3911
3912 2010-09-30  Julien Danjou  <julien@danjou.info>
3913
3914         * gnus-agent.el (gnus-agent-add-group): Fix call to
3915         gnus-completing-read.
3916
3917 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3918
3919         * nndoc.el (nndoc-retrieve-groups): New function.
3920
3921         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3922         `default', use nnmail-split-methods.
3923         (nnimap-request-article): Downcase the NILs so that they are nil.
3924
3925         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3926         symbol.
3927
3928         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3929         code, since if the user has requested network, that's what they ought
3930         to get.
3931         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3932         (nnimap-split-rule): Mark as obsolete.
3933
3934         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3935         New variable.
3936
3937         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3938         correct slot, too.
3939
3940 2010-09-29  Julien Danjou  <julien@danjou.info>
3941
3942         * gnus.el (gnus-local-domain): Declare variable obsolete.
3943
3944         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3945         Fix history computing.
3946         (gnus-ido-completing-read): Require ido.
3947
3948 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3949
3950         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3951         build Gnus.
3952
3953         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3954         when interpreting the structures.
3955         (nnimap-request-accept-article): Add \r\n to the lines to make this
3956         work with Cyrus.
3957
3958         * nndraft.el (nndraft-request-expire-articles): Use the group name
3959         instead if "nndraft".  Fix found by Nils Ackermann.
3960
3961 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3962
3963         * nnregistry.el: Add.
3964
3965 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3966
3967         * nnmail.el (group, group-art-list, group-art):
3968         Remove unneeded directives.
3969
3970 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3971
3972         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3973         (mm-mime-charset)
3974         * rfc2047.el (rfc2047-syntax-table)
3975         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3976
3977         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3978         rather than `insert-file-contents' and `eval-region'.
3979
3980         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3981         construction.
3982
3983         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3984
3985         * time-date.el: No need to require cl for Emacs 21.
3986
3987 2010-09-29  Julien Danjou  <julien@danjou.info>
3988
3989         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3990         replacement of `gnus-gravatar-relief' to mimic
3991         `gnus-faces-properties-alist'.
3992         Add :version property.
3993
3994 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3995
3996         * mail-source.el (mail-source-report-new-mail)
3997         * message.el (message-default-mail-headers)
3998         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3999
4000         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4001
4002 2010-09-28  Julien Danjou  <julien@danjou.info>
4003
4004         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4005         mail-address contains the same string as real-name.
4006
4007         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4008         non-blank in header, otherwise it'll get stripped.
4009
4010         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4011         real-name, and then for mail address rather than doing : or , search.
4012
4013 2010-09-27  Julien Danjou  <julien@danjou.info>
4014
4015         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4016         right completing-read function.
4017         (gnus-use-ido): New variable
4018         (gnus-completing-read-with-default): Remove.
4019         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4020         (gnus-agent-add-group):
4021         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4022         * mm-view.el (mm-view-pkcs7-decrypt):
4023         * mm-util.el (mm-codepage-setup):
4024         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4025         * mml-smime.el (mml-smime-openssl-sign-query):
4026         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4027         (mml-insert-multipart):
4028         * gnus-msg.el (gnus-summary-yank-message):
4029         * gnus-int.el (gnus-start-news-server):
4030         * mm-decode.el (mm-interactively-view-part):
4031         * gnus-dired.el (gnus-dired-attach):
4032         * gnus.el (gnus-read-method):
4033         * gnus-bookmark.el (gnus-bookmark-jump):
4034         * gnus-art.el (gnus-mime-view-part-as-type)
4035         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4036         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4037         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4038         * nnmairix.el (nnmairix-create-server-and-default-group)
4039         (nnmairix-update-groups, nnmairix-get-server)
4040         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4041         (nnmairix-get-group-from-file-path):
4042         * nnrss.el (nnrss-find-rss-via-syndic8):
4043         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4044         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4045         (gnus-group-browse-foreign-server):
4046         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4047         (gnus-summary-execute-command, gnus-summary-respool-article)
4048         (gnus-read-move-group-name):
4049         * gnus-score.el (gnus-summary-increase-score)
4050         (gnus-summary-score-effect):
4051         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4052
4053 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4054
4055         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4056         x-focus-frame.
4057
4058         * nnimap.el (auth-source-forget-user-or-password)
4059         (auth-source-user-or-password): Autoload.
4060
4061         * message.el (message-from-style, message-interactive)
4062         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4063         (message-yank-prefix, message-indentation-spaces, message-signature)
4064         (message-signature-file): Add comment.
4065
4066 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4067
4068         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4069         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4070         new articles.
4071
4072         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4073         parts.
4074         (nnimap-request-article): Work with the t setting, too.
4075
4076         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4077         that you don't get flashes of other buffers.
4078         (gnus-summary-show-complete-article): Intern before setting.
4079
4080 2010-09-27  David Engster  <dengste@eml.cc>
4081
4082         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4083         well as HEADERS.
4084         (nnmairix-retrieve-headers): Provide new argument for the above.
4085
4086 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4087
4088         * gnus-sum.el (gnus-summary-move-article): Don't alter
4089         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4090         group.
4091
4092         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4093
4094         * message.el (message-cite-prefix-regexp): Revert my last edit.
4095
4096         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4097         variable instead of the Gnus variable.
4098
4099         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4100
4101         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4102
4103         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4104         since some servers don't like it.
4105         (nnimap-open-connection): Forget credentials if the server says the
4106         password was wrong.
4107         (nnimap-parse-line): Protect against invalid data.
4108
4109         * gnus-sum.el (gnus-summary-move-article): Add comment.
4110         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4111         nothing alters it while scanning for new messages.
4112
4113         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4114         which may or may not help.
4115         (nnimap-open-connection): If we're doing a stream connection, and then
4116         discover we're on a STARTTLS-capable server, then open a STARTTLS
4117         connection instead.
4118
4119 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4120
4121         * nnimap.el (utf7): Require.
4122
4123         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4124         prefix.
4125
4126 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4127
4128         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4129
4130 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4131
4132         * nnimap.el (nnimap-request-accept-article): Message the error on
4133         error.
4134
4135 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4136
4137         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4138
4139 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4140
4141         * nndoc.el (nndoc-request-list): Return success always.
4142
4143         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4144         `fetch-old' -- we only want to fetch the articles we've requested.
4145         The rest are in the agent, probably.
4146         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4147         disappeared server" to something low.  It's not important.
4148
4149         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4150         arrived before the FETCH data.
4151
4152         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4153         target here, because we don't know the Gnus name of the group.
4154
4155         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4156         for the correct group.
4157
4158         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4159
4160         * gnus.el (gnus): Give a final warning after startup.
4161
4162         * gnus-util.el (gnus-action-message-log): New variable.
4163         (gnus-message): Use it.
4164         (gnus-final-warning): New function.
4165
4166         * nnimap.el (nnimap-open-connection): Record the greeting.
4167         (nnimap): Add greeting.
4168
4169 2010-09-26  Julien Danjou  <julien@danjou.info>
4170
4171         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4172         arguments.
4173         (gnus-html-wash-images): Fix spec computing to include start/end.
4174
4175         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4176
4177 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4178
4179         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4180         deletion.
4181         (nnimap-retrieve-headers): Don't select the group, because that's
4182         already done by nnimap-possibly-change-group.
4183
4184         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4185         (gnus-picon-transform-address): Use it.
4186
4187         * mail-source.el (mail-source-value): Revert previous patch.
4188
4189         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4190         on failure.
4191         (nnimap-open-connection): Look up both virtual and physical server name
4192         credentials.
4193
4194         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4195
4196 2009-02-07  Dave Love  <fx@gnu.org>
4197
4198         * tls.el (open-tls-stream): Don't query killing process.
4199
4200 2009-02-08  Dave Love  <fx@gnu.org>
4201
4202         * gnus-win.el (gnus-window-to-buffer-helper)
4203         (gnus-all-windows-visible-p): Function needn't be a symbol.
4204
4205         * mail-source.el (mail-source-value): Function needn't be a symbol.
4206
4207 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4208
4209         * message.el (message-cite-prefix-regexp): Remove } from the cite
4210         prefix.
4211
4212         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4213         highlight again, so that the highlight is correct.
4214
4215         * gnus-picon.el (gnus-picon): Remove again.
4216         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4217
4218         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4219         doing the header highlightling, so that the background colour of the
4220         picon is correct.
4221
4222         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4223         (gnus-picon): Ditto.
4224         (gnus-picon): Reinstate.  The background colour for picons is white.
4225         (gnus-picon-insert-glyph): Make the background white.
4226
4227         * nnml.el (nnml-open-nov): Don't return dead buffers.
4228
4229         * auth-source.el (auth-source-create): Query the user for whether to
4230         store the credentials.
4231
4232         * netrc.el (netrc-store-data): New function.
4233
4234         * auth-source.el (auth-source-user-or-password): Use the existing auth
4235         sources, if any, for creation.
4236
4237         * gnus.el (gnus-group-fast-parameter): Return the last matching
4238         parameter instead of the first matching parameter.
4239
4240 2010-09-26  Julien Danjou  <julien@danjou.info>
4241
4242         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4243
4244 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4245
4246         * mml2015.el (mml2015-use): Remove gpg support.
4247
4248         * mml1991.el (mml1991-function-alist): Remove gpg function.
4249         (mml1991-gpg-sign): Remove.
4250
4251 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4252
4253         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4254         (gnus-browse-unsubscribe-current-group): Document it.
4255         (gnus-browse-unsubscribe-group): Use it.
4256
4257 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4258
4259         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4260         address to the To list for easier response.
4261
4262         * gnus.el (gnus-play-startup-jingle): Remove.
4263         (gnus-splash): Don't play jingle.
4264         (gnus): Silence gnus-load message.
4265
4266         * gnus-art.el (gnus-treat-play-sounds): Remove.
4267
4268         * gnus.el (gnus-play-jingle): Remove audio support.
4269
4270         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4271
4272         * earcon.el: Remove -- no users.
4273
4274         * gnus-audio.el: Remove -- no users of this package.
4275
4276         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4277
4278         * gnus-start.el (gnus-setup-news): Remove nocem support.
4279
4280         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4281
4282         * gnus.el (gnus-use-nocem): Remove.
4283
4284         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4285         Remove.
4286
4287         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4288         uses NoCeM any more.
4289
4290         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4291         (gnus-button-ctan-handler): Ditto.
4292         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4293         (gnus-button-ctan-directory-regexp): Ditto.
4294         (gnus-button-handle-ctan): Ditto.
4295         (gnus-button-tex-level): Ditto.
4296         (gnus-button-alist): Remove CTAN stuff.
4297
4298 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4299
4300         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4301         nnimap-streaming test.
4302
4303         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4304         servers twice.
4305
4306         * nnimap.el (nnimap-open-connection): Add more error reporting when
4307         nnimap fails early.
4308
4309         * nnheader.el (nnheader-get-report-string): New function.
4310         (nnheader-get-report): Use it.
4311
4312         * gnus-int.el (gnus-check-server): Say what the error was when opening
4313         failed.
4314
4315         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4316         using streaming.
4317
4318 2010-09-25  Julien Danjou  <julien@danjou.info>
4319
4320         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4321         gnus-window-inside-pixel-edges.
4322
4323 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4324
4325         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4326
4327         * mm-decode.el (mm-save-part): Allow saving to other directories the
4328         normal Emacs way.
4329
4330         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4331         Suggested by Jay Berkenbilt.
4332
4333         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4334         there isn't a single byte.
4335
4336         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4337         just do it.  It doesn't really seem to matter what the user responds
4338         here, I think, so it's just a confusing question.
4339
4340         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4341         non-streaming case.
4342
4343         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4344         (gnus-article-encrypt-body): Use it.
4345
4346         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4347         keystroke.
4348
4349         * nnimap.el (nnimap-find-wanted-parts-1):
4350         Use gnus-fetch-partial-articles.
4351
4352         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4353
4354         * nnimap.el (nnimap-insert-partial-structure): New function.
4355         (nnimap-get-partial-article): New function.
4356         (nnimap-request-article): Use it.
4357         (nnimap-wait-for-response): Return whether the wait was successful.
4358         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4359         retrieval wasn't successful.
4360         (nnimap-retrieve-group-data-early): Allow throttling servers.
4361         (nnimap-streaming): New variable.
4362         (nnimap-fetch-partial-articles): Remove.
4363
4364         * mm-decode.el (mm-with-part): Protect against killed buffers.
4365
4366         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4367         for prettier summary display.
4368
4369 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4370
4371         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4372
4373 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4374
4375         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4376         apparently third-party libraries depend on it.
4377
4378         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4379         before starting negotiation.
4380
4381         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4382         privacy reasons.
4383         (gnus-treat-mail-gravatar): Ditto.
4384
4385         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4386         buffer when inserting images.  Inserting text into the headers, for
4387         instance, can make them invalid.
4388
4389 2010-09-25  Julien Danjou  <julien@danjou.info>
4390
4391         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4392         variables.
4393
4394         * nnheader.el: Remove useless variables news-reply-yank-from and
4395         news-reply-yank-message-id.
4396
4397         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4398         variables.
4399
4400         * mml1991.el: Remove useless mml1991-verbose.
4401
4402         * gnus.el: Remove useless variable gnus-use-generic-from.
4403         Remove obsolete variable gnus-topic-indentation.
4404
4405         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4406
4407         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4408
4409         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4410
4411         * gnus-group.el: Remove useless gnus-group-icon-cache.
4412         Remove useless gnus-ephemeral-group-server.
4413
4414         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4415
4416         * mml2015.el: Remove useless mml2015-verbose.
4417
4418         * mml-smime.el: Remove useless mml-smime-verbose.
4419
4420         * gnus.el: Remove useless gnus-local-domain.
4421
4422         * gnus-gravatar.el (gnus-gravatar-transform-address):
4423         Use gnus-gravatar-size.
4424
4425         * gnus-art.el: Remove useless gnus-treat-translate.
4426
4427 2010-09-24  Julien Danjou  <julien@danjou.info>
4428
4429         * gnus-sum.el: Add support for Gravatars.
4430
4431         * gnus-art.el: Add support for Gravatars.
4432
4433         * gnus-gravatar.el: Add this file.
4434
4435         * gravatar.el: Add this file.
4436
4437 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4438
4439         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4440
4441         * gnus-group.el (gnus-group-fetch-faq): Remove.
4442
4443         * gnus.el (gnus-group-faq-directory): Remove.
4444
4445         * gnus-group.el (gnus-group-fetch-charter): Remove.
4446
4447         * gnus.el (gnus-group-charter-alist): Remove.
4448
4449         * gnus-group.el (gnus-group-archive-directory): Remove.
4450         (gnus-group-recent-archive-directory): Ditto.
4451         (gnus-group-make-archive-group): Remove.
4452
4453         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4454
4455         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4456         use the same article number for all the cached articles.
4457
4458         * nnimap.el (nnimap-command): Register the last command time so
4459         that we can use it for idling NOOPs.
4460         (nnimap-open-connection): Start the keeplive timer.
4461         (nnimap-make-process-buffer): Store all the process buffers.
4462         (nnimap-keepalive): New function.
4463
4464         * starttls.el (starttls-open-stream): Add autoload cookie.
4465
4466 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4467
4468         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4469         handling.
4470
4471 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4472
4473         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4474         its data structures.
4475
4476         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4477         instead of the cl.el copy-list.
4478         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4479         equalp.
4480
4481 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4482
4483         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4484         and tool-bar-local-item-from-menu.
4485
4486         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4487         mode-line-highlight face for Emacs.
4488
4489         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4490         loading gnus-sum.elc; fix comment for canlock-verify.
4491         (gnus-article-jump-to-part): Use read-number.
4492         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4493         Remove Emacs pre-21 compatible code for help-echo.
4494         (gnus-article-next-page-1): No need to adjust the number of lines.
4495         (gnus-article-describe-bindings): Always use help-buffer.
4496
4497         * gnus-audio.el (gnus-audio-inline-sound)
4498         * gnus-cus.el (gnus-custom-mode)
4499         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4500
4501         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4502
4503         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4504         compatible code.
4505
4506 2010-09-24  Glenn Morris  <rgm@gnu.org>
4507
4508         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4509         visiting the fcc file in rmail-mode.
4510
4511         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4512
4513 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4514
4515         * nnir.el: Silence the byte compiler.
4516
4517         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4518         alias to browse-url-url-encode-chars if any.
4519         (gnus-html-encode-url): Use it.
4520
4521 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4522
4523         * gnus-start.el (gnus-use-backend-marks): New variable.
4524         (gnus-get-unread-articles-in-group): Use it.
4525
4526         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4527         makeover.
4528
4529 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4530
4531         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4532
4533 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4534
4535         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4536         Remove.
4537         (gnus-setup-news-hook):
4538         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4539
4540         * gnus-int.el (gnus-request-update-info): Protect against backends not
4541         having the function.
4542
4543         * nnimap.el (nnimap-stream): Mention starttls.
4544         (nnimap-open-connection): Add starttls support.
4545
4546 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4547
4548         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4549
4550 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4551
4552         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4553         BODYSTRUCTUREs.
4554         (nnimap-transform-headers): Unfold quoted {42} headers.
4555
4556         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4557         the info.
4558         (gnus-get-unread-articles): Only call updatep on backends that support
4559         it.
4560
4561         * nnweb.el (nnweb-request-update-info): NOOP.
4562
4563         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4564
4565         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4566         since it only deals with marks.
4567
4568         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4569         gnus-request-marks, and make a new gnus-request-update-info.
4570
4571         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4572         the active instead of the high number, which is usually too low.
4573
4574 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4575
4576         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4577         * encrypt.el: Remove.
4578
4579 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4580
4581         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4582         server in symbolic form.
4583
4584         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4585
4586 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4587
4588         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4589         (nnimap-update-info): Fix up code slightly.
4590
4591         * gnus-int.el (gnus-open-server): Add tracing for performance
4592         debugging.
4593
4594         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4595         (gnus-group-insert-group-line): Pass the real group name so that it
4596         gets the right data.
4597
4598         * gnus-start.el (gnus-get-unread-articles): Don't have
4599         `gnus-get-unread-articles-in-group' update info, since that can be
4600         really slow and doesn't seem to be needed?
4601
4602 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4603
4604         * time-date.el (date-to-time): Try using parse-time-string first before
4605         using the slower timezone-make-date-arpa-standard.
4606
4607 2010-09-22  Julien Danjou  <julien@danjou.info>
4608
4609         * gnus-group.el (gnus-group-insert-group-line):
4610         Call gnus-group-highlight-line.
4611         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4612         default hook list.
4613         (gnus-group-update-eval-form): Add new function.
4614         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4615         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4616
4617 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4618
4619         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4620         immediate, then expire all articles.
4621         (nnimap-update-info): Fix off-by-one errors.
4622         (nnimap-flags-to-marks): Would return no marks lists for group with no
4623         flags.  Instead return the other data.
4624
4625 2010-09-22  Julien Danjou  <julien@danjou.info>
4626
4627         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4628         Only return an icon.
4629         (gnus-group-insert-group-line): Compute icon to return.
4630
4631         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4632         (gnus-html-image-fetched): Only cache if
4633         gnus-html-image-automatic-caching is set.
4634         (gnus-html-image-fetched): Check for errors.
4635
4636 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4637
4638         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4639         once per method on `g'.  This ensures that backends like nnfolder don't
4640         open all their folders.
4641
4642         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4643         (nnimap-request-list): Nix out group in the correct buffer.
4644         (nnimap-parse-flags): Implement by using `read' instead of
4645         hand-parsing.
4646         (nnimap-flags-to-marks): Pass on permanent-flags.
4647         (nnimap-make-process-buffer): Record the server name.
4648         (nnimap-parse-flags): Fix typo.
4649         (nnimap-request-scan): Run split on the server in general, not just a
4650         single group.
4651
4652         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4653         parameter, and propagate this downwards.
4654
4655         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4656         since EXAMINE changes it on the server.
4657
4658         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4659         this command might take a while.
4660
4661 2010-09-22  Julien Danjou  <julien@danjou.info>
4662
4663         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4664         harmful if you have 2 images side-by-side, they can't be properly
4665         update on text deletion.  Using text-property is safer here.
4666         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4667         data.
4668
4669 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4670
4671         * nnimap.el (nnimap-expunge-inbox): Remove.
4672         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4673         (nnimap-expunge): Flip default to t.
4674
4675         * gnus.el (gnus-method-to-server): Don't push things to the cache
4676         unless it's unique.
4677         (gnus-server-to-method): Ditto.
4678
4679 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4680
4681         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4682
4683 2010-09-22  Julien Danjou  <julien@danjou.info>
4684
4685         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4686         get the start of data.
4687         (gnus-html-encode-url): Add this function to encode special chars in
4688         URL.
4689         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4690         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4691
4692         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4693         default.
4694         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4695
4696         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4697         images alt-text.
4698         (gnus-html-put-image): Put alt-text as help-echo.
4699
4700 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4701
4702         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4703         * mm-util.el (mm-decompress-buffer)
4704         * nnir.el (nnir-run-find-grep)
4705         * pop3.el (pop3-list): Use 3rd arg of split-string.
4706
4707         * time-date.el (format-seconds): Comment fix.
4708
4709         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4710         and byte-optimize-form-code-walker.
4711         (dgnushack-make-auto-load): Don't advise make-autoload.
4712
4713         * lpath.el: Remove Emacs 21 stuff.
4714
4715 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4716
4717         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4718         outside the active range.  Suggested by Dan Christensen.
4719
4720         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4721         slightly later to avoid double-getting it.
4722
4723         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4724         previous patch.
4725
4726         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4727
4728 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4729
4730         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4731
4732 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4733
4734         * gnus-int.el (gnus-open-server): Give a better error message in the
4735         "go offline" case.
4736
4737         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4738         marks for nnimap, which is seldom the right thing to do.
4739
4740         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4741         (gnus-same-method-different-name): New function.
4742
4743         * nnimap.el (parse-time): Require.
4744
4745         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4746         method in the presence of many similar methods.
4747
4748         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4749
4750         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4751         nnml-inhibit-expiry.
4752
4753         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4754         find out whether methods are equal.
4755
4756         * nnimap.el (nnimap-find-expired-articles): New function.
4757         (nnimap-process-expiry-targets): New function.
4758         (nnimap-request-move-article): Request the article before looking at
4759         what the Message-ID is.  Fix found by Andrew Cohen.
4760         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4761
4762         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4763         for oldness in addition to being a predicate.
4764
4765         * nnimap.el (nnimap-request-group): When we have zero articles, return
4766         the right data to Gnus.
4767         (nnimap-request-expire-articles): Only delete articles immediately if
4768         the target is 'delete.
4769
4770         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4771         method, this would bug out.
4772
4773         * gnus-group.el (gnus-group-expunge-group): Rename from
4774         gnus-group-nnimap-expunge, and implemented as a normal interface
4775         function.
4776
4777         * gnus-int.el (gnus-request-expunge-group): New function.
4778
4779         * nnimap.el (nnimap-request-create-group): Implement.
4780         (nnimap-request-expunge-group): New function.
4781
4782 2010-09-21  Julien Danjou  <julien@danjou.info>
4783
4784         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4785         (gnus-html-cache-expired): Add new function.
4786         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4787         wethever we should display image for fetch it.
4788         Compute alt-text earlier to pass it to the fetching function too.
4789         (gnus-html-schedule-image-fetching): Change function argument to only
4790         get one image at a time, not a list.
4791         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4792         cache.
4793         (gnus-html-get-image-data): New function to retrieve image data from
4794         cache.
4795         (gnus-html-put-image): Change buffer argument to use image data rather
4796         than file, and place image above region rather than inserting a new
4797         one.  Do not take alt-text as argument, since it's useless now: we place
4798         the image above alt-text.
4799         (gnus-html-prune-cache): Remove.
4800         (gnus-html-show-images): Start to fetch image when we find one, do not
4801         push into a temporary list.
4802         (gnus-html-prefetch-images): Only fetch image if they have expired.
4803         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4804         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4805
4806 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4807
4808         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4809
4810 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4811
4812         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4813         spec inser "*" if the group isn't active instead of 0.
4814
4815         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4816         opening the server.
4817         (nnimap-request-delete-group): Implement group deletion.
4818         (nnimap-transform-headers): Return the size of the entire message in
4819         the Bytes header, not just the size of the first part.
4820         (nnimap-request-move-article): When moving an article from nnimap,
4821         request the article first so the accepting form has an article to
4822         accept.  Reported by Dan Christensen.
4823         (nnimap-command): Make sure that the error message doesn't error out.
4824
4825 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4826
4827         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4828         we haven't requested anything.
4829
4830 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4831
4832         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4833         "".  Fix found by Andrew Cohen.
4834
4835         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4836         instead of -encode-string.
4837
4838 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4839
4840         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4841
4842         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4843         by mm-subst-char-in-string.
4844
4845 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4846
4847         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4848         waiting for the connection string.
4849
4850         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4851         arriving.
4852
4853         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4854         bogus characters.  This allows selecting certain Gmail groups.
4855
4856         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4857         (nnimap-fetch-partial-articles): New variable.
4858         (nnimap-open-connection): When looking for credentials, also use the
4859         nnimap-server-port.
4860         (nnimap-request-article): Return the group/article number, so that Gnus
4861         `^' works as expected.
4862         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4863
4864         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4865         comments.
4866         (gnus-methods-sloppily-equal): New function.
4867         (gnus): When using the development version of Gnus, load the gnus-load
4868         file.
4869
4870         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4871         `gnus-open-server' on each method before trying to scan them etc.
4872         This ensures that all the backend parameters are set correctly.
4873
4874         * nnimap.el (nnimap-authenticator): New variable.
4875         (nnimap-open-connection): Allow anonymous login.
4876         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4877         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4878
4879         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4880         patch, found by Knut Anders Hatlen.
4881
4882 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4883
4884         * gnus-agent.el (gnus-agent-batch-confirmation)
4885         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4886         to gnus-message.
4887         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4888         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4889         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4890         * gnus-int.el (gnus-open-server): Likewise.
4891         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4892         (gnus-score-check-syntax): Likewise.
4893         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4894         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4895         Likewise.
4896         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4897
4898 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4899
4900         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4901         calling conventions so that prefetch doesn't bug out.
4902
4903 2010-09-19  Julien Danjou  <julien@danjou.info>
4904
4905         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4906         rather than `subst-char-in-region' in order to be able to replace ASCII
4907         char by UTF-8 ones.
4908
4909         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4910         than curl.
4911         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4912         the right URL and ALT text on images.
4913         (gnus-html-wash-tags): Fix tag case.
4914         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4915         (gnus-article-html): Add -o display_ins_del=2 option.
4916         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4917
4918 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4919
4920         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4921         the extra mail headers, which sometimes seem to happen for unknown
4922         reasons.
4923
4924         * mail-parse.el (mail-header-encode-parameter): Define as
4925         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4926         (or most, perhaps?) mail readers don't understand the latter, but do
4927         understand the former.
4928
4929         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4930         to nil, so that no methods are automatically agentized.  I think this
4931         is probably what most users want.
4932
4933         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4934         from url-retrieve, for instance about invalid URLs.
4935
4936         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4937         groups that have no articles.
4938         (nnimap-request-article): Check that we really got an article when we
4939         requested one.
4940
4941         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4942         doesn't exist.
4943
4944         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4945         nntp buffer so the agent can save it.
4946         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4947         that CRLF doesn't get translated to \n.
4948         (nnimap-open-connection): Don't make 'shell commands only send \n.
4949
4950 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4951
4952         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4953         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4954         Update var name.
4955         (nnml-generate-nov-file): Use dolist.
4956         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4957         Use with-current-buffer.
4958
4959 2010-09-18  Julien Danjou  <julien@danjou.info>
4960
4961         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4962         parallel.
4963
4964 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4965
4966         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4967         the range update right.
4968         (nnimap-request-group): Don't make `M-g' bug out on group with no
4969         marks.
4970         (nnoo): Require, so that other packages can require nnimap.
4971         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4972         command we're looking for.  This helps when the server sends more
4973         responses after we've gotten everything we expected.
4974         (nnimap): Add a `newlinep' field to keep track of end-of-line
4975         conventions.
4976         Don't send CRLF to things that don't want it.
4977         (nnimap-request-accept-article): Ditto.
4978
4979 2010-09-18  Julien Danjou  <julien@danjou.info>
4980
4981         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4982         than curl to retrieve images.
4983
4984 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4985
4986         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4987         the marks.
4988         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4989         (nnimap-wait-for-connection): New function.
4990         (nnimap-open-connection): If we have PREAUTH, don't query for login
4991         credentials.
4992         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4993         when doing a partial update.
4994
4995 2010-09-18  Julien Danjou  <julien@danjou.info>
4996
4997         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4998         tags.
4999
5000 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5001
5002         * nnimap.el (nnimap-credentials): New function.
5003         (nnimap-open-connection): Use the new function to look for credentials
5004         also on the numeric equivalents of "imap" and "imaps".
5005
5006         * gnus-start.el (gnus-activate-group): Send the info to
5007         gnus-request-group.
5008
5009         * nnimap.el (nnimap-request-group): Have the "check" version of the
5010         function parse flags and update the info, so that a `M-g' get a total
5011         resync of all flags from the group.
5012
5013         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5014         to allow backends to alter the info on group selection.  Also alter all
5015         the backend -request-group functions to take the parameter.
5016
5017         * nnimap.el (nnimap-store-info): New function.
5018         (nnimap-update-info): Store the info for later usage.
5019         (nnimap-request-group): Use the stored info for the dont-check case, so
5020         that we don't retrieve all marks when we enter a group.
5021
5022         * nnimap.el: Use deffoo instead of defun for interface functions.
5023
5024         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5025         update the group info.  This makes the nndraft groups, for instance, go
5026         back to their old behaviour.
5027
5028         * gnus-sum.el (gnus-select-newsgroup): Indent.
5029
5030         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5031         in.
5032         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5033         nothing.
5034
5035         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5036         from methods that are denied.
5037
5038         * gnus-int.el (gnus-method-denied-p): New function.
5039
5040         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5041         store the password instead of netrc.
5042         (nnimap-open-connection): Don't error out when we can't make a
5043         connections.
5044
5045         * auth-source.el (auth-source-create): In the password prompt, say what
5046         we're querying for.  Also prompt for user name if that hasn't been
5047         given.
5048
5049         * nnimap.el (nnimap-with-process-buffer): Remove.
5050
5051 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5052
5053         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5054         method when we're reading from the agent.
5055
5056         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5057
5058         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5059         that's probably most useful for users.
5060
5061         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5062         "failed" all the time.
5063
5064         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5065         ...)) with (with-current-buffer ... ).
5066
5067         * nntp.el (nntp-open-server): Return whether the open was successful or
5068         not.
5069
5070         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5071         select an unread unseen article first.
5072
5073         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5074         /etc/services, supply some sensible port defaults.
5075
5076         * dgnushack.el: Define netrc-credentials.
5077
5078 2010-09-17  Julien Danjou  <julien@danjou.info>
5079
5080         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5081
5082 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5083
5084         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5085         doesn't have any parameters.
5086
5087 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5088
5089         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5090         only upcased checks.
5091
5092         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5093
5094         * nnimap.el (nnimap-open-shell-stream): New function.
5095         (nnimap-open-connection): Use it.
5096         (nnimap-transform-headers): Get the number of lines in each message.
5097         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5098         number of lines.
5099         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5100         problem.
5101
5102         * utf7.el (utf7-encode): Autoload.
5103
5104         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5105         to allow the mail splitting to not return a default group.  This is
5106         useful for nnimap, which will leave unmatched mail in the inbox.
5107
5108         * nnimap.el: Rewritten.
5109
5110         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5111         nnimap usage.
5112
5113         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5114         if the move is internal, so that nnimap can do fast internal moves.
5115
5116         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5117         data.
5118         (gnus-read-active-for-groups): Support finishing the early retrieval of
5119         data.
5120
5121         * gnus-range.el (gnus-range-nconcat): New function.
5122
5123         * gnus-int.el (gnus-finish-retrieve-group-infos)
5124         (gnus-retrieve-group-data-early): New functions.
5125
5126 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5127
5128         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5129         (nnrss-retrieve-groups):
5130         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5131         (pop3-quit): Use with-current-buffer.
5132
5133 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5134
5135         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5136         instead of nnheader-accept-process-output.
5137
5138         * dgnushack.el (dgnushack-compile): Add comment.
5139
5140         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5141
5142         * gnus-html.el (gnus-html-schedule-image-fetching)
5143         (gnus-html-prefetch-images): Replace process-kill-without-query by
5144         gnus-set-process-query-on-exit-flag.
5145
5146 2010-09-16  Romain Francoise  <romain@orebokech.com>
5147
5148         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5149
5150 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5151
5152         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5153         parameter to unintern is mandatory-ish in Emacs 24.
5154
5155         * gnus-html.el (gnus-html-schedule-image-fetching)
5156         (gnus-html-prefetch-images): Check for curl before using it.
5157
5158         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5159         depend on curl, which isn't essential.
5160
5161         * imap.el: Revert back to version
5162         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5163         seem problematic.
5164
5165 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5166
5167         * gnus-registry.el (gnus-registry-install-shortcuts):
5168         Explicitly pass `obarray' to `unintern' to avoid a warning.
5169
5170 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5171
5172         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5173         change.
5174
5175         * nnrss.el (nnrss-request-list): Remove this function and related
5176         functions, including the moreover stuff.
5177
5178 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5179
5180         * nnrss.el (nnrss-retrieve-groups): New function.
5181
5182 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5183
5184         * .dir-locals.el: Add no-byte-compile cookie.
5185
5186 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5187
5188         * time-date.el (format-seconds): Comment fix.
5189
5190         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5191         for back end that doesn't support request-scan.
5192
5193 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5194
5195         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5196         then do request scans from the backends.
5197
5198         * netrc.el (netrc-credentials): New conveniency function.
5199
5200         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5201         avoid running a hook per line, since this takes a lot of time,
5202         profiling shows.
5203         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5204         directly if gnus-visual-p is true.
5205
5206 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5207
5208         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5209         groups; replace mapcar with dolist which is a bit faster; pass groups
5210         info to gnus-read-active-file-1.
5211         (gnus-read-active-file-1): Scan only specified groups if the new
5212         optional arg `infos' is given.
5213
5214 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5215
5216         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5217
5218         * pop3.el (pop3-movemail): Remove.
5219         (pop3-streaming-movemail): Rename to pop3-movemail.
5220
5221         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5222         don't restrict end-tag searches to the end of the line.
5223
5224 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5225
5226         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5227         articles of every unchecked group to t, which means unknown since the
5228         server has never been opened.
5229
5230 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5231
5232         * gnus-html.el (gnus-html-show-alt-text): New command.
5233         (gnus-html-browse-image): Ditto.
5234         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5235         to browse the image directly.
5236         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5237         better.
5238
5239         * gnus-async.el (gnus-async-article-callback):
5240         Call `gnus-html-prefetch-images' unconditionally.
5241
5242         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5243         before feeding URLs to curl.
5244
5245 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5246
5247         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5248         internal images as deletable by `W D D'.
5249
5250         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5251         (gnus-async-article-callback): Fix typo.
5252
5253 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5254
5255         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5256         current line to work around bugs in the output from w3m.
5257
5258         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5259         for groups that want that.
5260
5261         * nntp.el (nntp-wait-for-string): Supply a timeout for
5262         accept-process-output to ensure progress.
5263
5264         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5265         level to get unread articles from, then use that for foreign groups,
5266         too.
5267
5268         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5269         confuses the rest of the function.
5270
5271         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5272         for the methods that support -retrieve-groups, too.
5273
5274         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5275
5276 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5277
5278         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5279         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5280
5281         * pop3.el: Require cl when compiling.
5282         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5283
5284 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5285
5286         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5287         that aren't going to be activated.
5288         (gnus-get-unread-articles): Fix up the last commit.
5289
5290         * gnus-html.el (gnus-article-html): Allow calling without specifying
5291         the handle.  In that case, dissect the buffer first.
5292
5293         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5294
5295         * nnimap.el (nnimap-open-connection): Revert the change that would look
5296         into authinfo for imaps instead of imap.
5297
5298         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5299         say that you don't want to call gnus-request-group with don-check, but
5300         do check the reponse.  This is for virtual groups only.
5301         (gnus-get-unread-articles): Count the archive groups as secondary, so
5302         that they're activated the same way as before.
5303
5304         * imap.el (imap-message-map): Removed optional buffer parameter, since
5305         no callers use it.
5306         (imap-message-get): Ditto.
5307         (imap-message-put): Ditto.
5308         (imap-mailbox-map): Ditto.
5309         (imap-mailbox-put): Ditto.
5310         (imap-mailbox-get): Ditto.
5311         (imap-mailbox-get): Revert last change for this function.
5312
5313         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5314         case-insensitively.
5315         (nnimap-debug): Remove.
5316
5317         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5318         to use `imap-fetch' instead.  According to the comments, this should be
5319         safe, since all other IMAP clients use the 1:* syntax.
5320         (imap-enable-exchange-bug-workaround): Removed.
5321         (imap-debug): Removed -- doesn't seem very useful.
5322
5323         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5324         mail from a file, and the file doesn't exist.
5325
5326         * imap.el (imap-log): New convenience function used throughout instead
5327         of repeating the same code all over the place.
5328
5329         * pop3.el (pop3-streaming-movemail): Return t for success.
5330
5331         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5332         .authinfo if we're using ssl connection.
5333
5334         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5335         already have if we're in a main Gnus `g' run.
5336
5337         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5338
5339 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5340
5341         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5342
5343         * nnmh.el (nnmh-request-list-1): Bind `file'.
5344
5345         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5346         alias to set-process-query-on-exit-flag or process-kill-without-query.
5347         (pop3-open-server): Use it.
5348
5349 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5350
5351         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5352         box to the Incoming file.  Fixes mistake in previous checkin.
5353
5354         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5355         request loop (for debugging purposes) removed.
5356
5357         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5358         culprit is more visible.
5359         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5360         (nnml-add-incremental-nov): New functions to do "incremental" nov
5361         updates, where we just append to the end of the existing nov files
5362         without reading/writing them in full.
5363
5364         * mail-source.el (mail-source-delete-crash-box): Really only check the
5365         incoming files once in a while.
5366
5367         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5368
5369         * mail-source.el (mail-source-delete-crash-box): Only check the
5370         incoming files for deletion once per day to save a lot of file
5371         accesses.
5372
5373         * pop3.el (pop3-logon): Fix up unbound variable typo.
5374
5375         * mail-source.el (pop3-streaming-movemail): Autoload.
5376
5377         * pop3.el (pop3-streaming-movemail):
5378         Respect pop3-leave-mail-on-server.
5379
5380         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5381         retrieval.
5382
5383         * pop3.el (pop3-process-filter): Remove unused function.
5384         (pop3-streaming-movemail, pop3-send-streaming-command)
5385         (pop3-wait-for-messages, pop3-write-to-file)
5386         (pop3-number-of-responses): New functions for streaming pop3
5387         retrieval.
5388
5389         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5390         come from no known methods.
5391         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5392         list.
5393
5394         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5395         message sizes.
5396         (pop3-movemail): Use erase-buffer instead of looping and deleting
5397         regions, which seems rather odd.
5398
5399         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5400         file once per `g' run.
5401
5402         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5403         directories.  This makes the draft queue directory work.
5404
5405         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5406         data from the backends, so that we only request the list of groups from
5407         each method once.  This should speed things up considerably.
5408
5409         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5410         detect that it's not implemented.
5411
5412         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5413         we actually do recurse down into the tree, but don't stat all leaf
5414         nodes.
5415
5416         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5417         then say so instead of bugging out.
5418
5419         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5420         files exist before trying to read them.
5421
5422         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5423         around <pre_int>.
5424
5425         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5426
5427         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5428
5429 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5430
5431         * mm-util.el (mm-image-load-path): Just return the image directories,
5432         not all directories in the path in addition to the image directories.
5433         (mm-image-load-path): Maintain a cache of the image directories so that
5434         the `g' command in Gnus doesn't have to stat dozens of directories each
5435         time.
5436
5437         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5438         (gnus-html-wash-tags): Add a new `i' command to insert images.
5439         (gnus-html-insert-image): New command and keystroke.
5440         (gnus-html-redisplay-with-images): New command and keystroke.
5441         (gnus-html-show-images): Rename command.
5442         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5443         spacers.
5444         (gnus-html-wash-tags): Decode entities at the end, so that entities
5445         inside the tags don't mess up the rest of the "parsing".
5446
5447         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5448         so that nnimap methods aren't agentized by default.  There's apparently
5449         many problems related to agent/imap behaviour.
5450
5451         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5452
5453         * gnus-html.el: Doc fix.
5454
5455 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5456
5457         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5458         specifier-spec-list for Emacs 21.
5459
5460         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5461         glyph-width and glyph-height instead of display-graphic-p and
5462         image-size; make avoidance of displaying small images work for XEmacs.
5463
5464         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5465         for XEmacs.
5466
5467         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5468         of symbol that holds plist data.
5469         (gnus-process-plist): Remove plist of process after getting it.
5470
5471 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5472
5473         * message.el (message-generate-hashcash): Change default to
5474         'opportunistic if hashcash is installed.
5475
5476         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5477         (gnus-html-put-image): Only call image-size once, since it's somewhat
5478         time-consuming on remote X servers.
5479
5480 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5481
5482         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5483         type on data, not a file name.
5484
5485         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5486         window-pixel-edges for Emacs 21.
5487
5488         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5489         decoded contents.
5490         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5491
5492 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5493
5494         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5495         group line format, since it isn't very interesting.
5496
5497         * gnus-agent.el (gnus-agent-short-article),
5498         (gnus-agent-long-article): Increase values for these two variables,
5499         since most people are likely to have more network connection and
5500         storage than before.
5501
5502         * gnus.el (gnus-refer-article-method): Change default to 'current.
5503         When referring an article, the common behaviour is to refer it from the
5504         current select method, not the native select method.  The chances of
5505         the native select method having the message in question is rather slim
5506         these days.
5507
5508         * gnus-sum.el (gnus-auto-select-subject): Change default to
5509         `unseen-or-unread'.  I think it's likely that most people want to
5510         select an unseen article over a previously seen, but unread one.
5511
5512         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5513         means that in the article buffer none of the minor mode elements will
5514         be shown, usually, and this is not desirable in most cases.
5515
5516         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5517         that commands like `d' (and the like) go to the next line in the
5518         buffer, instead of the next unread article.  I think this is the
5519         behaviour that is most natural for most users.
5520         (gnus-single-article-buffer): Change default to nil, so that people can
5521         have as many article buffers open as they have summary buffer.  I think
5522         this is the most natural way for the groups to behave.
5523
5524         * message.el (message-generate-new-buffers): Change default to
5525         `unsent', so that all new message buffers start their names with the
5526         string "*unsent", and it's easier to find the buffers if you move from
5527         them.
5528
5529 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5530
5531         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5532         small.  They're probably tracking images.
5533         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5534         (gnus-html-rescale-image): Yet another try at getting the image sizing
5535         right.
5536
5537         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5538         nntp-marks-file-name is nil.
5539
5540 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5541
5542         * gnus-html.el (gnus-html-wash-tags)
5543         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5544         Better logging.
5545
5546 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5547
5548         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5549
5550         * gnus-html.el (gnus-html-wash-tags): Check the value of
5551         gnus-blocked-images in the summary buffer.
5552
5553 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5554
5555         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5556
5557 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5558
5559         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5560         like "a", it seems like.
5561         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5562         since it needs to be picked from the correct buffer.
5563
5564         * nnwfm.el: Remove.
5565
5566         * nnlistserv.el: Remove.
5567
5568 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5569
5570         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5571         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5572
5573 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5574
5575         * nnkiboze.el: Remove.
5576
5577         * nndb.el: Remove.
5578
5579         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5580         alt text.
5581         (gnus-html-rescale-image): Try to get the rescaling logic right for
5582         images that are just wide and not tall.
5583
5584         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5585         overshadow variable bindings.
5586
5587 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5588
5589         * gnus-html.el (gnus-html-wash-tags)
5590         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5591         Add extra logging.
5592
5593 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5594
5595         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5596         (gnus-max-image-proportion): New variable.
5597         (gnus-html-rescale-image): New function.
5598         (gnus-html-put-image): Rescale images.
5599
5600 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5601
5602         Fix up some byte-compiler warnings.
5603         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5604         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5605         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5606         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5607         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5608         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5609         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5610
5611 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5612
5613         * gnus-html.el (gnus-article-html): Decode contents by charset.
5614
5615 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5616
5617         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5618         (gnus-html-frame-width, gnus-blocked-images)
5619         * message.el (message-prune-recipient-rules): Add custom version.
5620         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5621
5622         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5623         functions.
5624
5625         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5626         gnus-process-get.
5627
5628 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5629
5630         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5631         instead of lsub directly.
5632
5633 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5634
5635         * nnwarchive.el: Remove.
5636
5637         * gnus-soup.el: Remove.
5638
5639         * nnsoup.el: Remove.
5640
5641         * nnultimate.el: Remove.
5642
5643         * gnus-html.el (gnus-blocked-images): New variable.
5644
5645         * message.el (message-prune-recipients): New function.
5646         (message-prune-recipient-rules): New variable.
5647
5648         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5649         guess whether a long line is natural text or not.
5650
5651         * gnus-html.el (gnus-html-schedule-image-fetching):
5652         Use gnus-process-plist and friends for compatibility.
5653
5654 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5655
5656         * gnus-html.el: Require packages that define macros used in this file.
5657         (gnus-article-mouse-face): Declare to silence byte-compiler.
5658         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5659         process-get.
5660         (gnus-html-put-image): Use plist-get to avoid getf.
5661         (gnus-html-prefetch-images): Use with-current-buffer.
5662
5663 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5664
5665         * gnus-ems.el: Provide compatibility functions for
5666         gnus-set-process-plist.
5667
5668         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5669         header-line-format for XEmacs 21.4.
5670
5671         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5672         * gnus.el (gnus-valid-select-methods)
5673         * message.el (message-send-mail-partially-limit)
5674         * mm-decode.el (mm-text-html-renderer)
5675         * mml.el (mml-insert-mime-headers-always)
5676         * smiley.el (smiley-regexp-alist): Bump custom version.
5677
5678 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5679
5680         * gnus-html.el: require mm-url.
5681         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5682         with the url to `url'.
5683         (gnus-html-wash-tags): Support cid: URLs/images.
5684
5685 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5686
5687         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5688         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5689         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5690
5691         * gnus-move.el: Remove file, since it doesn't really work.
5692
5693         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5694         UTF-8.  This seems to fix problems with some German web feeds.
5695
5696         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5697         at the top so that the proper colours are applied.
5698
5699         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5700         don't have dots in their names.
5701
5702         * gnus-art.el (gnus-article-view-part): Doc fix.
5703
5704         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5705         XEmacs-compatible.
5706         (gnus-html-put-image): Don't do images on non-graphic displays.
5707
5708         * nnslashdot.el: Remove this unused backend.
5709
5710         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5711         actions.
5712         (gnus-undo-register-1): Revert last change.
5713
5714         * gnus-group.el (gnus-group-completing-read): Protect against not
5715         having completion-styles bound.
5716
5717         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5718         make broken recipients happier.
5719
5720         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5721
5722         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5723         point parameter.
5724
5725         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5726
5727         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5728         completion-styles for group selection.
5729
5730 2009-02-04  Andreas Schwab  <schwab@suse.de>
5731
5732         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5733         headers and regexp-quote the match if necessary.
5734
5735 2009-03-24  Miles Bader  <miles@gnu.org>
5736
5737         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5738         the blinking smiley.
5739
5740 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5741
5742         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5743         blink smiley.
5744
5745 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5746
5747         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5748         where the dribbel file lives exists.
5749
5750         * message.el (message-send-mail-partially-limit): Change the default to
5751         nil, since most people don't want this.
5752
5753         * mm-url.el (mm-url-decode-entities): Also decode entities like
5754         &#x3212.
5755
5756 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5757
5758         * gnus-sum.el (gnus-summary-idna-message):
5759         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5760         Hyperlink urls in docstrings with URL `...'.
5761
5762 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5763
5764         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5765         functions.
5766
5767 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5768
5769         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5770         say what the mouseover text should be.
5771
5772         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5773         version of the mm-w3m-safe-url-regexp variable to only download images
5774         in the groups where we want that to happen.
5775
5776         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5777
5778         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5779         easier debugging.
5780         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5781         big pictures in the article buffer.
5782
5783         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5784         gnus-article-html.
5785         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5786         w3m.
5787
5788         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5789
5790 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5791
5792         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5793         which doesn't exist.
5794
5795         * message.el (message-inhibit-ecomplete): New variable to allow some
5796         function to inhibit ecomplete address storage.
5797         (message-resend): Disable ecomplete message storage when resending
5798         messages.
5799
5800         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5801
5802 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5803
5804         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5805         Save excursion while copying, moving, and deleting articles in order to
5806         prevent the cursor from jumping to unforeseen place.
5807
5808 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5809
5810         * lpath.el: No need to bind bookmark-current-buffer,
5811         bookmark-yank-point and bookmark-make-record-function.
5812
5813 2010-08-17  Glenn Morris  <rgm@gnu.org>
5814
5815         * gnus-sync.el: Require gnus components whose functions are used.
5816
5817         * gnus-art.el (bookmark-make-record-function):
5818         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5819         Declare for compiler.
5820
5821         * mm-url.el (mml-compute-boundary): Autoload.
5822
5823 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5824
5825         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5826
5827 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5828
5829         Typo fix "hoo4a" -> "hook".
5830
5831         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5832
5833 2010-08-14  Glenn Morris  <rgm@gnu.org>
5834
5835         * gnus-sync.el (gnus-sync): Fix defgroup version.
5836
5837 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5838
5839         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5840
5841         * gnus-sync.el: Fix docs.
5842         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5843         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5844
5845 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5846
5847         Optimizations for gnus-sync.el.
5848
5849         * gnus-sync.el: Add docs about gnus-sync-backend
5850         possibilities.
5851         (gnus-sync-save): Remove unnecessary message.
5852         (gnus-sync-read): Optimize and show what groups were skipped.
5853
5854 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5855
5856         Minor bug fixes for gnus-sync.el.
5857
5858         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5859         Don't read the sync on get-new-news.
5860
5861         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5862         quiet.
5863
5864         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5865         (fix typo).
5866
5867 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5868
5869         Make saving and restoring of hidden threads work with overlays.
5870         Patch applied by Ted Zlatanov.
5871
5872         * gnus-sum.el (gnus-hidden-threads-configuration)
5873         (gnus-restore-hidden-threads-configuration): Update to deal with text
5874         properties, rather than searching for a magic character.
5875
5876 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5877
5878         New gnus-sync.el library for synchronization of marks.
5879
5880         * gnus-sync.el: New library for synchronization of marks.
5881
5882         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5883         renamed from `gnus-registry-grep-in-list'.
5884
5885         * gnus-registry.el (gnus-registry-follow-group-p):
5886         Use `gnus-grep-in-list'.
5887
5888         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5889
5890 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5891
5892         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5893         determining charset of text fails.
5894
5895 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5896
5897         * nnmail.el (nnmail-get-new-mail-1): Revert.
5898
5899         * nnml.el (nnml-active-number): Make sure names of newly created groups
5900         in nnml-group-alist are encoded.
5901
5902 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5903
5904         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5905         containing non-ASCII characters in active file for nnml back end.
5906
5907 2010-07-24  David Engster  <dengste@eml.cc>
5908
5909         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5910         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5911
5912 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5913
5914         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5915         tag (Bug#6654).
5916
5917 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5918
5919         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5920         the article buffer, not the summary buffer.
5921
5922 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5923
5924         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5925         Emacs 23 as well.
5926
5927 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5928
5929         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5930         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5931
5932 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5933
5934         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5935         Patch applied by Karl Fogel.
5936
5937         * gnus-sum.el (gnus-summary-bookmark-make-record):
5938         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5939
5940 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5941
5942         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5943         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5944         C-w still not working correctly from Article buffers; Thierry's
5945         patch to fix that will be applied after this.
5946
5947         * gnus-art.el (bookmark-make-record-function): New local variable.
5948
5949         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5950         article buffer.
5951         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5952
5953 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5954
5955         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5956         on changes in bookmark.el.
5957
5958 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5959
5960         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5961         `no-log' instead of message not to log prompt string.
5962
5963 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5964
5965         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5966         the *other* type of HTML form submission.
5967
5968 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5969
5970         * auth-source.el (auth-source-pick): If choice does not contain a
5971         questioned keyword, set the check to t.
5972
5973 2010-06-12  Romain Francoise  <romain@orebokech.com>
5974
5975         * gnus-util.el (gnus-date-get-time): Move up before first use.
5976
5977 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5978
5979         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5980         (gnus-article-edit-part): Bind it to make last part that is substituted
5981         or deleted visible.
5982         (gnus-mime-display-single): Buttonize part of which id equals to
5983         gnus-mime-buttonized-part-id.
5984
5985 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5986
5987         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5988         (gnus-dd-mmm): Use gnus-date-get-time.
5989         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5990         simplify logic.
5991         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5992         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5993
5994 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5995
5996         * auth-source.el (top): Autoload `secrets-list-collections',
5997         `secrets-create-item', `secrets-delete-item'.
5998         (auth-sources): Fix tag string.
5999         (auth-get-source, auth-source-retrieve, auth-source-create)
6000         (auth-source-delete): New defuns.
6001         (auth-source-pick): Rewrite in order to avoid 2 passes.
6002         (auth-source-forget-user-or-password): New parameter USERNAME.
6003         (auth-source-user-or-password): New parameters CREATE-MISSING and
6004         DELETE-EXISTING.  Retrieve password interactively, if needed.
6005
6006 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6007
6008         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6009         deleting unused directories when gnus-expert-user is t.
6010
6011 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6012
6013         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6014         for each temp file when gnus-article-browse-delete-temp is ask.
6015
6016 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6017
6018         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
6019         Lisp calls to delete-backward-char by calls to delete-char.
6020
6021 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6022
6023         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6024
6025 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6026
6027         * password-cache.el (password-cache-remove): Fix docstring.
6028
6029 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6030
6031         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6032         article unless decoding article to be saved.
6033
6034 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6035
6036         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6037         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6038         generated within the mm-with-unibyte-current-buffer macro.
6039
6040 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6041
6042         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6043         to nil when we're in a mml-preview buffer and no group is selected.
6044
6045 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6046
6047         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6048         when catching the `C-g'.  Reported by "Leo".
6049
6050 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6051
6052         * message.el (message-forward-make-body-plain)
6053         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6054         multibyte-string-p.
6055
6056         * lpath.el: Revert.
6057
6058 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6059
6060         * message.el (message-forward-make-body-mml): Assume original message
6061         is multibyte string; error on unibyte.
6062         (message-forward-make-body-plain): Ditto; don't add excessive newline
6063         in body end.
6064
6065         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6066
6067 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6068
6069         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6070         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6071
6072 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6073
6074         * mm-extern.el (mm-extern-url): Don't use
6075         mm-with-unibyte-current-buffer.
6076         (mm-extern-cache-contents): Use with-current-buffer instead of
6077         save-excursion + set-buffer.
6078
6079 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6080
6081         * mm-util.el (mm-emacs-mule): Remove.
6082
6083 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6084
6085         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6086         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6087         change.
6088
6089 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6090
6091         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6092         bind the default value of enable-multibyte-characters to nil.
6093
6094 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6095
6096         * message.el (message-forward-make-body-plain)
6097         (message-forward-make-body-mml):
6098         Don't use mm-with-unibyte-current-buffer.
6099
6100 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6101
6102         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6103
6104 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6105
6106         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6107         (Bug#5592).
6108
6109 2010-05-07  Julien Danjou  <julien@danjou.info>
6110
6111         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6112         it to mm-pipe-part.
6113
6114         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6115         it is given.
6116
6117 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6118
6119         * binhex.el (binhex-decode-region-internal)
6120         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6121         (dns-query)
6122         * nnweb.el (nnweb-gmane-search)
6123         * pgg-parse.el (pgg-parse-armor)
6124         * pgg.el (pgg-verify-region)
6125         * sha1.el (sha1-string-external)
6126         * uudecode.el (uudecode-decode-region-internal)
6127         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6128         XEmacs.
6129
6130         * gnus-art.el (gnus-article-browse-html-parts)
6131         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6132         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6133         make-temp-file.
6134
6135         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6136         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6137         compiling.
6138
6139         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6140         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6141         XEmacs when compiling.
6142
6143         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6144         gnus-pick-mode-off-hook for XEmacs when compiling.
6145         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6146         gnus-binary-mode-off-hook for XEmacs when compiling.
6147
6148         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6149         Return nil if char-charset is not available.
6150
6151         * imap.el (imap-disable-multibyte)
6152         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6153         macros.
6154
6155         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6156         instead of encode-coding-string.
6157
6158         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6159         'xemacs) instead of mm-emacs-mule to switch function definitions.
6160         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6161
6162         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6163         bind temporary-file-directory for XEmacs;
6164         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6165         timer-set-function for XEmacs 21.4 and SXEmacs;
6166         bind timer-list for XEmacs 21.4 and SXEmacs;
6167         fbind char-charset and find-charset-region for non-Mule XEmacs;
6168         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6169         encode-coding-region and encode-coding-string for XEmacs having no
6170         file-coding feature.
6171
6172 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6173
6174         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6175
6176 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6177
6178         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6179         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6180
6181 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6182
6183         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6184         alias `jka-compr-delete-temp-file' no longer exists.
6185
6186 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6187
6188         Use define-minor-mode in Gnus where applicable.
6189         * mml.el (mml-mode): Use define-minor-mode.
6190         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6191         (gnus-undo-mode): Use define-minor-mode.
6192         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6193         (gnus-dead-summary-mode): Use define-minor-mode.
6194         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6195         Initialize in declaration.
6196         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6197         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6198         (gnus-mailing-list-mode): Use define-minor-mode.
6199         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6200         (gnus-draft-mode): Use define-minor-mode.
6201         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6202         (gnus-dired-mode): Use define-minor-mode.
6203
6204 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6205
6206         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6207         handles on recursive mml-to-mime translation and check them for
6208         boundary delimiter collisions.  Reported by Greg Troxel.
6209
6210 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6211
6212         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6213
6214 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6215
6216         * mm-util.el (mm-find-buffer-file-coding-system):
6217         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6218
6219 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6220
6221         * message.el (message-generate-headers): Record insertion of optional
6222         headers as well.  Otherwise the check to prevent repeated insertion of
6223         optional headers is a no-op.
6224
6225 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6226
6227         * smime.el: Don't mention CVS.
6228
6229         * nnrss.el (nnrss-fetch): Don't mention CVS.
6230
6231         * nnir.el: Don't mention CVS.
6232
6233 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6234
6235         * gnus-sum.el (gnus-summary-bookmark-make-record):
6236         Add `location' field.
6237
6238 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6239
6240         * lpath.el: Fbind bookmark-default-handler,
6241         bookmark-get-bookmark-record, bookmark-make-record-default,
6242         bookmark-prop-get for Emacs <23 and XEmacs.
6243
6244 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6245
6246         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6247         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6248         Use with-current-buffer to silence the byte-compiler.
6249         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6250         bother to require `gnus'.
6251         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6252
6253 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6254
6255         * gnus-sum.el (gnus-summary-bookmark-make-record)
6256         (gnus-summary-bookmark-jump): New functions.
6257         (gnus-summary-mode): Setup bookmark support.
6258
6259 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6260
6261         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6262         if set.
6263
6264 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6265
6266         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6267         gnus-article-browse-html-save-cid-image; make it work recursively for
6268         forwarded messages as well.
6269         (gnus-article-browse-html-parts): Work when prefix arg is given.
6270         (gnus-article-browse-html-article): Doc fix.
6271
6272 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6273
6274         * message.el (message-default-mail-headers):
6275         (message-default-headers): Carry the value mail-default-headers over
6276         into message-default-mail-headers, rather than message-default-headers.
6277
6278 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6279
6280         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6281         charset.
6282
6283         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6284         charset into the <meta> tag when the article is encoded to utf-8.
6285
6286 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6287
6288         * gnus-art.el (gnus-article-browse-delete-temp-files):
6289         Delete directories as well.
6290         (gnus-article-browse-html-parts): Work for images that do not specify
6291         file names; delete temp directory when quitting; insert header at the
6292         right place; use file: scheme for image files.
6293
6294 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6295
6296         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6297         (gnus-article-browse-html-parts): Use it to make temporary cid image
6298         files in addition to html file so that browser may display them.
6299
6300 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6301
6302         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6303
6304 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6305
6306         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6307
6308 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6309
6310         * auth-source.el (auth-sources): Change default to be simpler.
6311         Explain about Secret Service API sources.  Improve Customize options.
6312         (auth-source-pick): Change to accept any number of search parameters.
6313         Implement fallbacks iteratively, not recursively.  Add scoring on the
6314         second pass and sort by score.  Call Secret Service API when needed.
6315         (auth-source-user-or-password): Use it.  Call Secret Service API
6316         directly when needed to get the user name and the password.
6317
6318 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6319
6320         * message.el (message-interactive): Doc fix.
6321         (message-qmail-inject-args): Reflow.
6322         (message-kill-to-signature): Fix typo in docstring.
6323
6324         * smiley.el (smiley-buffer): Fix typo in docstring.
6325
6326 2010-03-24  Glenn Morris  <rgm@gnu.org>
6327
6328         * mail-source.el (gnus-message): Declare.
6329         (mail-source-delete-old-incoming): Require gnus-util.
6330
6331 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6332
6333         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6334
6335         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6336
6337         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6338         password-cache's default if it is not bound.
6339         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6340         password-cache-expiry's default if it is not bound.
6341
6342         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6343         available in Emacs 21.
6344
6345         * lpath.el: Suppress compiler warnings for:
6346         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6347         XEmacs;
6348         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6349         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6350         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6351
6352 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6353
6354         * auth-source.el (auth-sources): Fix up definition so extra parameters
6355         are always inline.
6356
6357 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6358
6359         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6360         wasn't updated after mismatch.  Clear cached mailbox info correctly
6361         when uidvalidity changes.
6362         (nnimap-group-prefixed-name): New function to avoid some code
6363         duplication.
6364         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6365         (nnimap-request-group): Use it.
6366         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6367         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6368         with many imap folders.  This is done by caching the group status from
6369         the imap server persistently in a group parameter `imap-status'.  (This
6370         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6371         but not persistently, so every Gnus startup was still very slow.)
6372
6373 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6374
6375         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6376         delete the extra newline.  Otherwise editing of :string and :number
6377         types don't work.
6378
6379 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6380
6381         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6382         secrets.el dependency.
6383         (auth-sources): Add optional user name.  Add secrets.el configuration
6384         choice (unused right now).
6385
6386 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6387
6388         * gnus-sum.el (gnus-summary-make-menu-bar):
6389         Let `gnus-registry-install-shortcuts' fill in the functions.
6390
6391         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6392         warnings.
6393         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6394         (gnus-registry-install-shortcuts): Populate and use it in a
6395         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6396
6397 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6398
6399         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6400         In-place substitutions for the group name encoding/decoding.
6401         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6402         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6403         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6404         (nnimap-update-unseen, nnimap-request-list)
6405         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6406         (nnimap-request-set-mark, nnimap-split-to-groups)
6407         (nnimap-split-articles, nnimap-request-newgroups)
6408         (nnimap-request-create-group, nnimap-request-accept-article)
6409         (nnimap-request-delete-group, nnimap-request-rename-group)
6410         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6411         `encoded-mbx' for consistency.
6412         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6413         variable `imap-current-mailbox'.
6414
6415         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6416         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6417
6418 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6419
6420         * pop3.el (pop3-display-message-size-flag): Display message size byte
6421         counts during POP3 download.
6422         (pop3-movemail): Use it.
6423         (pop3-list): Implement listing of available messages.
6424
6425 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6426
6427         * nnir.el (nnir-get-article-nov-override-function): New function to
6428         override the normal NOV retrieval.
6429         (nnir-retrieve-headers): Use it.
6430
6431 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6432
6433         * auth-source.el (netrc-machine-user-or-password): Autoload.
6434
6435 2010-03-19  Glenn Morris  <rgm@gnu.org>
6436
6437         Stop message.el from loading about 40 libraries it doesn't always need.
6438         The general approach is to autoload rather than require, and to
6439         require in the specific functions rather than the file.  (Bug#5642)
6440
6441         * gmm-utils.el: Don't require wid-edit.
6442         (widget-create-child-value, widget-convert, widget-default-get):
6443         Autoload.
6444
6445         * gnus-util.el: Don't require time-date, netrc.
6446         (message-fetch-field, gnus-group-name-decode): Declare rather than
6447         autoloading.
6448         (gnus-fetch-field): Require message.
6449         (gnus-decode-newsgroups): Require gnus-group.
6450
6451         * ietf-drums.el: Don't require time-date.
6452
6453         * message.el: Don't require hashcash, canlock, ecomplete.
6454         Do require mail-utils.  Require nnheader only when compiling.
6455         (smtpmail-default-smtp-server): Remove declaration.
6456         (message-send-mail-function): Check smtpmail-default-smtp-server
6457         is bound rather than requiring smtpmail.
6458         (message-auto-save-directory, message-insert-signature):
6459         Use expand-file-name rather than nnheader-concat.
6460         (nnheader-insert-file-contents): Autoload.
6461         (hashcash-wait-async): Declare.
6462         (message-send-mail): Only call gnus-setup-posting-charset if
6463         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6464         (message-send-mail-with-sendmail): Require sendmail.
6465         (canlock-password, canlock-password-for-verify): Declare.
6466         (message-canlock-password): Require canlock.
6467         (nnheader-get-report): Autoload.
6468         (gnus-setup-posting-charset): Declare.
6469         (message-send-news): Require gnus-msg.
6470         (message-make-references, message-make-in-reply-to): Use mail-header-id
6471         rather than the alias mail-header-message-id.
6472         (ecomplete-add-item, ecomplete-save): Declare.
6473         (message-put-addresses-in-ecomplete): Require ecomplete.
6474         (ecomplete-display-matches): Autoload.
6475
6476         * mm-decode.el: Don't require mailcap, gnus-util.
6477         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6478         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6479         Autoload.
6480         (mailcap-mime-extensions): Declare.
6481
6482         * mm-encode.el: Don't require mailcap.
6483         (mailcap-extension-to-mime): Autoload.
6484
6485         * mml-sec.el: Don't require password-cache.
6486
6487         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6488         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6489         (mml-minibuffer-read-type): Require mailcap.
6490         (mml-preview): Require gnus-msg.
6491
6492         * mml1991.el: Require password-cache.
6493         (password-cache-expiry): Remove declaration.
6494
6495         * mml2015.el: Require password-cache.
6496         (password-cache-expiry): Remove declaration.
6497
6498         * nneething.el (mailcap): Require mailcap.
6499
6500         * nnheader.el (declare-function): Add compatibility stub.
6501         (message-remove-header): Declare rather than autoload.
6502         (nnheader-replace-header): Require message.
6503
6504         * nnimap.el (declare-function): Add compatibility stub.
6505         (netrc-parse, netrc-machine-user-or-password): Declare.
6506         (nnimap-open-connection): Require netrc.
6507
6508         * nntp.el (declare-function): Add compatibility stub.
6509         (netrc-parse, netrc-machine, netrc-get): Declare.
6510         (nntp-send-authinfo): Require netrc.
6511
6512         * rfc2047.el: Don't require qp.
6513         (quoted-printable-encode-region, quoted-printable-decode-string):
6514         Autoload.
6515
6516         * sieve-mode.el: Don't require easymenu.
6517         (easy-menu-add-item): Autoload it.
6518
6519         * spam-stat.el (time-to-number-of-days): Autoload it.
6520
6521 2010-03-19  Glenn Morris  <rgm@gnu.org>
6522
6523         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6524
6525 2010-03-18  Glenn Morris  <rgm@gnu.org>
6526
6527         * hashcash.el (declare-function): Remove duplicate definition.
6528
6529 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6530
6531         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6532         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6533         value if any backslash escapes).
6534
6535 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6536
6537         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6538         if it is available.  (bug#5647)
6539
6540         * lpath.el: Suppress compiler warning for coding-system-from-name for
6541         Emacs 21 and XEmacs.
6542
6543 2010-03-14  Juri Linkov  <juri@jurta.org>
6544
6545         * hmac-def.el:
6546         * hmac-md5.el:
6547         * netrc.el: Fix keywords.
6548
6549 2010-02-26  Glenn Morris  <rgm@gnu.org>
6550
6551         * message.el (message-send-mail-function): Change the default, so that
6552         it inherits from a customized send-mail-function.  (Bug#5643)
6553
6554 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6555
6556         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6557         shell-command-to-string signals an error (bug#5299).
6558
6559 2010-02-24  Glenn Morris  <rgm@gnu.org>
6560
6561         * message.el (message-smtpmail-send-it)
6562         (message-send-mail-with-mailclient): Doc fixes.
6563
6564 2010-02-16  Glenn Morris  <rgm@gnu.org>
6565
6566         * message.el (message-default-mail-headers): Change the default value
6567         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6568
6569 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6570
6571         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6572         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6573
6574 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6575
6576         * time-date.el (date-to-time): Doc fix (Bug#5408).
6577
6578 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6579
6580         * message.el (message-mail): Just pass yank-action on to message-setup.
6581         (message-setup): Handle (FUN . ARGS) form of yank-action.
6582         (message-with-reply-buffer, message-widen-reply)
6583         (message-yank-original): Handle non-buffer values of
6584         message-reply-buffer (Bug#4080).
6585         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6586
6587 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6588
6589         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6590         Fix typo in docstring.
6591
6592 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6593
6594         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6595         response.
6596
6597 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6598
6599         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6600
6601         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6602
6603         * message.el (message-check-news-header-syntax): Protect against a
6604         string that `rfc822-addresses' returns when parsing fails.
6605
6606 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6607
6608         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6609         (gnus-previous-char-property-change): New functions.
6610
6611         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6612
6613 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6614
6615         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6616         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6617
6618 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6619
6620         * message.el (message-exchange-point-and-mark): Rework last change to
6621         avoid using optional arg of exchange-point-and-mark, for backward
6622         compatibility.
6623
6624 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6625
6626         * message.el (message-exchange-point-and-mark):
6627         Call exchange-point-and-mark with an argument rather than setting
6628         mark-active by hand (Bug#5175).
6629
6630 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6631
6632         * nntp.el (nntp-service-to-port): Work for service expressed with
6633         numeric string; replace [:digit:] with [0-9] for XEmacs.
6634
6635 2009-12-17  Glenn Morris  <rgm@gnu.org>
6636
6637         * gnus-group.el (gnus-bug-group-download-format-alist):
6638         Change emacs entry to debbugs.gnu.org.  Bump :version.
6639
6640 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6641
6642         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6643
6644 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6645
6646         * message.el (message-info): Explain why we use `Info-goto-node'.
6647
6648 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6649
6650         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6651
6652 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6653
6654         * message.el (message-completion-in-region): New compatibility function.
6655         (message-expand-group): Use it.
6656
6657 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6658
6659         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6660         with no unread article should be listed if the 2nd arg `predicate' is
6661         given.
6662
6663 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6664
6665         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6666
6667 2009-11-29  Juri Linkov  <juri@jurta.org>
6668
6669         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6670         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6671         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6672
6673 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6674
6675         * sha1.el (sha1-string-external): default-directory "/" in case
6676         otherwise non-existent.  process-connection-type pipe for touch of
6677         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6678
6679 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6680
6681         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6682         it's comms related and sgml-mode.el has "comm" on that basis too.
6683
6684 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6685
6686         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6687         containing tspecial characters if they have been already quoted.
6688
6689 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6690
6691         * dns-mode.el (auto-mode-alist): Purecopy string.
6692
6693 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6694
6695         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6696
6697 2009-10-24  Glenn Morris  <rgm@gnu.org>
6698
6699         * gnus-art.el (help-xref-stack-item): Define for compiler.
6700
6701 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6702
6703         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6704
6705 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6706
6707         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6708
6709 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6710
6711         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6712         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6713
6714 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6715
6716         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6717         (gnus-overlays-in): New alias to overlays-in.
6718
6719         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6720         gnus-overlay-get, and gnus-delete-overlay.
6721         (gnus-summary-show-thread): Make it work as well for systems in which
6722         next-single-char-property-change is not available.
6723         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6724
6725         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6726         (gnus-overlay-get): New alias to extent-property.
6727         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6728
6729         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6730         SXEmacs.
6731
6732         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6733         SXEmacs.
6734
6735 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6736
6737         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6738
6739 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6740
6741         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6742         and XEmacs that don't have `remove-overlays'.
6743
6744 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6745
6746         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6747         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6748         selective display.  Use overlays instead.
6749
6750 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6751
6752         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6753
6754 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6755
6756         * spam-stat.el (spam-stat-load): Fix typo in message.
6757
6758 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6759
6760         * dig.el (dig-invoke): Fix typo in docstring.
6761         (query-dig): Reflow docstring.
6762
6763 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6764
6765         * gnus-art.el (gnus-article-encrypt-body):
6766         * message.el (message-check-recipients):
6767         * mm-util.el (mm-codepage-setup):
6768         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6769         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6770
6771 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6772
6773         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6774         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6775         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6776         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6777         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6778
6779 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6780
6781         * dig.el: Add "Keywords: comm", as per net-utils.el.
6782
6783 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6784
6785         * dig.el (dig-mode): Use define-derived-mode.
6786
6787 2009-09-19  Glenn Morris  <rgm@gnu.org>
6788
6789         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6790
6791 2009-09-18  Glenn Morris  <rgm@gnu.org>
6792
6793         * gnus-diary.el (gnus-diary-check-message):
6794         * message.el (message-insert-formatted-citation-line):
6795         * nnbabyl.el (top-level):
6796         * nndiary.el (nndiary-schedule):
6797         Fix typos in condition-case handlers.
6798
6799 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6800
6801         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6802         configuration that provides the sole article window in a frame;
6803         position point correctly after deleting a part.
6804
6805 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6806
6807         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6808         (spam-resolve-registrations-routine): Use it to unregister articles
6809         that change status.
6810
6811 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6812
6813         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6814         with XEmacs.
6815         (parse-time-string-chars): Use it.
6816
6817 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6818
6819         * imap.el (imap-interactive-login): Better messages.
6820         (imap-open): Fix bug with renamed buffer on reconnect.
6821         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6822         for easier debugging and cleaner code.  On successful (guessed based on
6823         server capabilities) secondary authentication, set imap-state
6824         correctly.
6825         (imap-last-authenticator): Define imap-last-authenticator as a variable
6826         to avoid warnings.
6827
6828 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6829
6830         * nnrss.el (nnrss-request-article): Remove binding of
6831         default-enable-multibyte-characters that has gotten needless by
6832         the 2007-07-13 change in rfc2047-encode-message-header.
6833
6834         * mml.el (mml-insert-multipart): Error on the message header.
6835         (mml-insert-part): Error on the message header; position point at
6836         the end of a MIME tag.
6837
6838 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6839
6840         * time-date.el (autoload): Expand define-obsolete-function-alias into
6841         defalias and make-obsolete for old Emacsen that Gnus supports.
6842         (with-no-warnings): Define it for old Emacsen.
6843         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6844         is available.
6845         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6846         float-time is available; suppress compile warning for time-to-seconds.
6847
6848         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6849         (gnus-float-time): Alias to float-time if it exists.
6850
6851         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6852         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6853         float-time is available; suppress compile warning for time-to-seconds.
6854
6855         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6856         XEmacs.
6857
6858 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6859
6860         * imap.el (imap-message-map): Docstring fix.
6861
6862 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6863
6864         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6865         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6866         Add the optional argument `encoding' that overrides the default.
6867
6868         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6869         mm-encode-buffer.
6870
6871 2009-09-04  Glenn Morris  <rgm@gnu.org>
6872
6873         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6874         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6875         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6876         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6877         * mm-util.el (mm-with-unibyte-current-buffer)
6878         (mm-find-buffer-file-coding-system):
6879         * yenc.el (yenc-decode-region): Use default-value rather than
6880         default-enable-multibyte-characters.
6881
6882 2009-09-03  Glenn Morris  <rgm@gnu.org>
6883
6884         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6885         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6886         than default-enable-multibyte-characters.
6887
6888 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6889
6890         * gnus-art.el (gnus-article-read-summary-keys):
6891         Fix gnus-buffer-configuration's value temporarily used.
6892
6893 2009-09-02  Glenn Morris  <rgm@gnu.org>
6894
6895         * gnus-util.el (gnus-float-time): New function.
6896         * gnus-delay.el (gnus-delay-article):
6897         * gnus-sum.el (gnus-thread-latest-date):
6898         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6899         * nnspool.el (nnspool-request-newgroups):
6900         Use gnus-float-time rather than time-to-seconds.
6901         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6902
6903         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6904         (gnus-header-subject-face, gnus-header-newsgroups-face)
6905         (gnus-header-name-face, gnus-header-content-face):
6906         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6907         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6908         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6909         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6910         (gnus-cite-face-11):
6911         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6912         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6913         (gnus-server-closed-face, gnus-server-denied-face)
6914         (gnus-server-offline-face):
6915         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6916         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6917         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6918         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6919         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6920         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6921         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6922         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6923         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6924         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6925         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6926         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6927         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6928         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6929         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6930         (gnus-summary-high-undownloaded-face)
6931         (gnus-summary-low-undownloaded-face)
6932         (gnus-summary-normal-undownloaded-face)
6933         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6934         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6935         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6936         (gnus-splash-face):
6937         * message.el (message-header-to-face, message-header-cc-face)
6938         (message-header-subject-face, message-header-newsgroups-face)
6939         (message-header-other-face, message-header-name-face)
6940         (message-header-xheader-face, message-separator-face)
6941         (message-cited-text-face, message-mml-face):
6942         * sieve-mode.el (sieve-control-commands-face)
6943         (sieve-action-commands-face, sieve-test-commands-face)
6944         (sieve-tagged-arguments-face):
6945         * spam.el (spam-face):
6946         Mark face aliases with "-face" in the name as obsolete.
6947
6948 2009-09-01  Glenn Morris  <rgm@gnu.org>
6949
6950         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6951         than goto-line.
6952
6953 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6954
6955         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6956         Don't move point if the command is invoked inside the message header.
6957
6958 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6959
6960         * imap.el (imap-send-command): Simplify.
6961         (imap-wait-for-tag): point-max -> buffer-size.
6962
6963 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6964
6965         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6966         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6967         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6968         * nnir.el (nnir-swish-e-index-file):
6969         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6970         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6971         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6972         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6973         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6974         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6975
6976 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6977
6978         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6979         Don't save excursion.
6980
6981 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6982
6983         * nnheader.el (nnheader-find-file-noselect):
6984         * mm-util.el (mm-insert-file-contents):
6985         Use (default-value 'major-mode) instead of default-major-mode.
6986
6987 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6988
6989         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6990
6991 2009-08-26  Glenn Morris  <rgm@gnu.org>
6992
6993         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6994         than placing in files.el.
6995
6996 2009-08-25  Glenn Morris  <rgm@gnu.org>
6997
6998         * nnir.el (top-level): Don't require cl at run-time.
6999         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7000         Replace cl-function substitute with gnus-replace-in-string.
7001         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7002         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7003         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7004         simplified expansions.
7005
7006 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7007
7008         * dig.el (dig): Add autoload cookie.
7009
7010 2009-08-22  Glenn Morris  <rgm@gnu.org>
7011
7012         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7013         goto-line.
7014
7015 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7016
7017         * parse-time.el (parse-time-string-chars): Save match data.
7018
7019 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7020
7021         * parse-time.el (parse-time-string-chars): Compute using character
7022         classes, to handle non-ascii characters (Bug#3190).
7023
7024 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7025
7026         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7027
7028         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7029         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7030         (gnus-mm-display-part, gnus-mime-display-single)
7031         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7032         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7033
7034         * gnus-sum.el
7035         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7036         (gnus-summary-move-article): Add expirable mark to articles copied or
7037         moved to group that has auto-expire turned on if the option is non-nil.
7038
7039 2009-07-24  Glenn Morris  <rgm@gnu.org>
7040
7041         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7042         Fix typo.  (Bug#3903)
7043
7044 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7045
7046         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7047         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7048         that should not be used for draft articles.
7049         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7050         that has no concern in minor mode keys.
7051         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7052         Abolish.
7053
7054 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7055
7056         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7057         article without making inquiry to a user for unknown encoding.
7058
7059         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7060         (nnmaildir--scan): Assume i-node and device number that file-attributes
7061         returns might be cons-cell.
7062
7063         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7064
7065         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7066
7067 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7068
7069         * auth-source.el: Remove docs now in auth.texi.  Don't use
7070         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7071         `auth-source-hide-passwords' and use them.
7072
7073 2009-07-15  Glenn Morris  <rgm@gnu.org>
7074
7075         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7076
7077 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7078
7079         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7080         excessive whitespace from the default values of title and description.
7081
7082 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7083
7084         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7085         mail-fetch-field to fetch Content-Description header in order to
7086         exclude newlines.
7087
7088 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7089
7090         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7091         format used by GnuPG 2.0.11.
7092
7093 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7094
7095         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7096         to deleted part.
7097
7098 2009-05-30  David Engster  <dengste@eml.cc>
7099
7100         * nnmairix.el: Remove old documentation in the commentary block.
7101         (nnmairix-request-group): Do not update active file for nnml back ends.
7102         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7103         end so that overview files are ignored.
7104         (nnmairix-update-groups): Make updating the groups more robust by using
7105         marks.
7106         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7107         with dollar characters in message-id.
7108
7109 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7110
7111         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7112         2008-12-25 in dns.el.
7113
7114 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7115
7116         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7117         could happen if the text is only composed of spaces and/or tabs.
7118
7119 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7120
7121         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7122         when sending a queued message to avoid extra mml tags.
7123
7124 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7125
7126         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7127
7128 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7129
7130         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7131         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7132         rmail-toggle-header for XEmacs;
7133         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7134
7135 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7136
7137         * gnus-dired.el: Remove autoload for gnus-setup-message.
7138         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7139         displaying Gnus logo; always use compose-mail.
7140
7141 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7142
7143         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7144
7145 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7146
7147         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7148         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7149         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7150         available.
7151         (gnus-nocem-epg-verify): New function.
7152
7153 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7154
7155         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7156
7157 2009-02-15  Glenn Morris  <rgm@gnu.org>
7158
7159         * gnus-util.el (rmail-insert-rmail-file-header)
7160         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7161         autoloads.
7162         (rmail-default-rmail-file): Remove unnecessary declaration.
7163         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7164
7165 2009-02-14  Glenn Morris  <rgm@gnu.org>
7166
7167         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7168         variable (only used in gnus-util, which declares it anyway).
7169         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7170         which was only needed by gnus-art (changed to not use it any more).
7171         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7172         only used in gnus-util, which autoloads it itself.
7173         (rmail-update-summary): Fix autoload.
7174
7175         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7176         rather than rmail-output-to-rmail-file.
7177
7178 2009-02-07  Glenn Morris  <rgm@gnu.org>
7179
7180         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7181         autoload of function that no longer exists.
7182         (rmail-toggle-header): Declare.
7183         (message-forward-rmail-make-body): Handle mbox Rmail.
7184
7185 2009-01-31  Glenn Morris  <rgm@gnu.org>
7186
7187         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7188         2009-01-09 change.
7189
7190 2009-01-31  Dave Love  <fx@gnu.org>
7191
7192         * imap.el (imap-fetch-safe): Bind debug-on-error.
7193         (imap-debug): Add imap-fetch-safe.
7194
7195 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7196
7197         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7198         (auth-source-forget-all-cached): New convenience function.
7199         (auth-source-user-or-password): Accept list of modes or a single mode.
7200
7201         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7202         auth-source modes.
7203
7204         * netrc.el (netrc-machine-user-or-password): Use list of
7205         auth-source modes.
7206
7207         * nnimap.el (nnimap-open-connection): Use list of
7208         auth-source modes.
7209
7210         * nntp.el (nntp-send-authinfo): Use list of
7211         auth-source modes.
7212
7213 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7214
7215         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7216         now.
7217
7218 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7219
7220         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7221         coding system in XEmacs; add a workaround for XEmacs.
7222
7223         * lpath.el: Fbind coding-system-aliasee.
7224
7225 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7226
7227         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7228         of current-language-environment.
7229
7230 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7231
7232         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7233         available at runtime.
7234
7235 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7236
7237         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7238
7239 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7240
7241         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7242         the greatest positive fixnum value doesn't work under an XEmacs with
7243         bignum support; use the most-positive-fixnum constant instead,
7244         available since Emacs 21.1 with cl and XEmacs 21.1.
7245
7246 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7247
7248         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7249         XEmacs gets not to work.
7250
7251 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7252
7253         * mm-util.el (mm-coding-system-priorities): Allow the value like
7254         "Japanese (UTF-8)" of current-language-environment.
7255
7256 2009-01-09  Glenn Morris  <rgm@gnu.org>
7257
7258         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7259         with last-command-event.
7260
7261 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7262
7263         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7264         in the doc string.
7265
7266         * message.el (message-fix-before-sending): Amend comment.
7267
7268 2009-01-08  Dave Love  <fx@gnu.org>
7269
7270         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7271
7272 2009-01-07  David Engster  <dengste@eml.cc>
7273
7274         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7275         simplified server definitions by converting it via
7276         gnus-server-to-method.
7277
7278 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7279
7280         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7281         parameter's operands.
7282
7283 2009-01-06  David Engster  <dengste@eml.cc>
7284
7285         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7286         primary select method (for gnus-group-mark-article-as-read).
7287
7288 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7289
7290         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7291         `(gnus)Face', not `(gnus)X-Face'.
7292
7293 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7294
7295         * mm-util.el (mm-ucs-to-char): New function.
7296
7297         * mm-url.el (mm-url-decode-entities): Use it.
7298
7299         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7300         unicode-to-char.
7301
7302 2009-01-05  Dave Love  <fx@gnu.org>
7303
7304         * time-date.el: Require cl for `declare'.
7305
7306 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7307
7308         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7309         Dave Love.
7310
7311 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7312
7313         * message.el (message-fix-before-sending): Add `eight-bit' to
7314         illegible-text check.
7315
7316 2009-01-03  Michael Olson  <mwolson@gnu.org>
7317
7318         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7319         `headers' is nil.  This can occur if the IMAP server does not have
7320         permissions to read messages from a folder, but can write new messages
7321         to the folder.
7322         (nnimap-request-article-part): Do not insert `data' if it is nil.
7323
7324         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7325         characters which will confuse `read', so skip past them.
7326
7327 2009-01-01  Dave Love  <fx@gnu.org>
7328
7329         * imap.el (imap-string-to-integer): Fix typo.
7330         (imap-fetch-safe): New function.
7331         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7332
7333         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7334
7335         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7336         (imap-parse-greeting): Fix doc strings.
7337         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7338         (imap-parse-flag-list): Make messages unique.
7339         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7340
7341         * nnimap.el: Fix author email.
7342         (nnimap-split-rule): Add FIXME comment.
7343         (nnimap-debug): Fix doc string.
7344
7345 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7346
7347         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7348
7349 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7350
7351         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7352         nslookup if resolv.conf isn't available.
7353         (dns-query): Rename from query-dns.
7354         (dns-query-cached): Rename from query-dns-cached.
7355
7356 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7357
7358         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7359         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7360         to check if those variables exist (first appeared in Emacs 18.50).
7361
7362 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7363
7364         * mm-util.el (mm-line-number-at-pos): New function.
7365
7366         * spam-report.el (spam-report-process-queue): Use it.
7367
7368 2008-12-24  David Engster  <dengste@eml.cc>
7369
7370         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7371         parameters that haven't existed as variables as buffer-local variables.
7372
7373 2008-12-23  Dave Love  <fx@gnu.org>
7374
7375         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7376         cadar.
7377
7378         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7379         imap-starttls-p.
7380         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7381
7382 2008-12-22  Dave Love  <fx@gnu.org>
7383
7384         * imap.el: Fix author email.  Doc fixes.
7385         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7386         reply.
7387
7388 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7389
7390         * spam-report.el (spam-report-gmane-max-requests): New constant.
7391         (spam-report-gmane-wait): New variable.
7392         (spam-report-gmane-ham, spam-report-gmane-spam)
7393         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7394         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7395         the server.
7396
7397         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7398         Add explanations.
7399
7400         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7401         nnheader-accept-process-output and nnheader-read-timeout if available.
7402         (pop3-movemail): Use it.
7403
7404         * message.el (message-check-news-body-syntax): Fix signature check if
7405         there's an attachment.
7406
7407 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7408
7409         * mm-util.el: Add comments to the mm- emulating functions.
7410
7411 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7412
7413         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7414         Reported by Stephen Berman <stephen.berman@gmx.net>.
7415
7416 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7417
7418         * mm-util.el (mm-substring-no-properties): New function.
7419         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7420         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7421         (mm-string-to-multibyte): Doc fix.
7422
7423         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7424
7425 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7426
7427         * mml.el (mml-attach-file): Strip text properties from file name.
7428         (Bug#1574)
7429
7430 2008-12-16  Glenn Morris  <rgm@gnu.org>
7431
7432         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7433
7434 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7435
7436         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7437         knows since the charset specified might be a bogus alias that
7438         mm-charset-synonym-alist provides.
7439
7440 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7441
7442         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7443         "ISO_8859-1".
7444
7445         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7446
7447 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7448
7449         * mm-util.el (mm-charset-eval-alist):
7450         Define it before mm-charset-to-coding-system.
7451         (mm-charset-to-coding-system): Add optional argument `silent';
7452         define it before mm-charset-override-alist.
7453         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7454         default value if it can be used in Emacs currently running;
7455         silence mm-charset-to-coding-system.
7456
7457 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7458
7459         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7460         `allow-override' which says whether to use `mm-charset-override-alist'.
7461         (rfc2047-decode-encoded-words): Use it.
7462
7463         * mm-util.el (mm-charset-override-alist): Fix custom type;
7464         add `(gb2312 . gbk)' to choices.
7465
7466 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7467
7468         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7469         fast.
7470
7471         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7472
7473         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7474
7475 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7476
7477         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7478         on links.
7479
7480         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7481
7482 2008-12-03  Lute Kamstra  <lute@gnu.org>
7483
7484         * sha1.el: Remove leading * from docstrings of defcustoms,
7485         deffaces, defconsts and defuns.
7486
7487 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7488
7489         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7490         users' addresses that don't have domain parts.
7491         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7492         rather than message-narrow-to-head since there will be the message
7493         header separator.
7494
7495 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7496
7497         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7498         since the result is inserted in a unibyte buffer anyway.
7499         (nnimap-demule-use-string-to-multibyte): Remove.
7500         (nnimap-demule): Alias it to mm-string-to-multibyte.
7501
7502 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7503
7504         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7505         variable for debugging bug#464 and bug#1174.
7506         (nnimap-demule): Use it.
7507
7508 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7509
7510         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7511         score calculation correctly.
7512
7513 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7514
7515         * message.el (message-send-mail): Just set the buffer to unibyte
7516         rather than use mm-with-unibyte-current-buffer which does a lot more.
7517         (message-send-mail-partially): Don't bother with
7518         mm-with-unibyte-current-buffer since it's already been made unibyte by
7519         message-send-mail.
7520
7521 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7522
7523         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7524
7525 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7526
7527         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7528
7529 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7530
7531         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7532         require itself and to remove `with-no-warnings'.
7533
7534 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7535
7536         * starttls.el (starttls-any-program-available): Get the name of the
7537         available TLS layer program.
7538         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7539         well as the host name in the "opening" message.
7540
7541         * auth-source.el (auth-source-cache, auth-source-do-cache)
7542         (auth-source-user-or-password): Cache passwords and logins by default,
7543         allow override with `auth-source-do-cache'.
7544         (auth-source-forget-user-or-password): Allow users to remove cache
7545         entries if needed.
7546
7547 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7548
7549         * md4.el (md4-buffer): Fix typo in docstring.
7550         (md4, md4-64): Doc fixes.
7551         (md4-pack-int32): Reflow docstring.
7552
7553 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7554
7555         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7556         condition-case to only the forward-sexp call.
7557
7558 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7559
7560         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7561         quotes contained.  Make it more robust regardless by an extra
7562         condition-case wrapper.
7563
7564 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7565
7566         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7567
7568 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7569
7570         * nnml.el (nnml-request-expire-articles): Check if the function set to
7571         `nnmail-expiry-target' returns the symbol `delete'.
7572
7573         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7574
7575         * nnmail.el (nnmail-expiry-target): Fix custom type.
7576
7577 2008-10-02  Glenn Morris  <rgm@gnu.org>
7578
7579         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7580         Silence compiler warning.
7581
7582 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7583
7584         * tls.el (open-tls-stream): Show the actual command being
7585         executed, instead of the format string.
7586
7587 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7588
7589         * lpath.el: Fbind codepage-setup for Emacs 23.
7590
7591 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7592
7593         * mml.el (mml-menu): Don't assume mml2015 is bound.
7594
7595 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7596
7597         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7598         exists.
7599
7600 2008-09-27  Glenn Morris  <rgm@gnu.org>
7601
7602         * gnus-util.el (mail-header-remove-comments): Autoload it.
7603
7604 2008-09-27  Andreas Schwab  <schwab@suse.de>
7605
7606         * gnus-util.el (gnus-split-references): Strip comments.
7607         (gnus-parent-id): Likewise.
7608
7609 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7610
7611         * message.el (message-confirm-send): Fix version.
7612
7613 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7614
7615         * message.el (message-idna-to-ascii-rhs-1): Use
7616         mail-extract-address-components rather than mail-header-parse-addresses
7617         that is an alias by default to ietf-drums-parse-addresses that does not
7618         support non-ASCII names in headers' contents.
7619
7620 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7621
7622         * message.el (message-confirm-send): Fix variable documentation to
7623         avoid the "y/n" wording.
7624
7625 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7626
7627         * message.el (message-set-auto-save-file-name): Save to a different
7628         filename so multiple messages (especially drafts) can be recovered.
7629
7630 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7631
7632         * message.el (message-confirm-send): Add appropriate version.
7633
7634 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7635
7636         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7637         defvar.
7638
7639 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7640
7641         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7642         (mm-pkcs7-enveloped-magic): Ditto.
7643
7644 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7645
7646         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7647         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7648
7649 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7650
7651         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7652         default, it's better.
7653
7654 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7655
7656         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7657         summary line gnus-number property and ignore them (with a warning
7658         message).
7659
7660 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7661
7662         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7663         macro caddr in the interactive form since it won't be expanded.
7664
7665 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7666
7667         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7668         `charset'; fix name of function called recursively.
7669         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7670
7671 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7672
7673         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7674         (gnus-mime-set-charset-parameters): New function.
7675         (gnus-mime-view-part-as-charset): Use it to correctly display part
7676         specifying wrong charset.
7677
7678 2008-09-08  David Engster  <dengste@eml.cc>
7679
7680         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7681         in completing-read for back end server.
7682
7683 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7684
7685         * message.el (message-confirm-send): New variable to confirm sending a
7686         message.
7687         (message-send): Use it.
7688
7689 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7690
7691         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7692
7693 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7694
7695         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7696
7697 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7698
7699         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7700         prevent tracking too many groups.
7701         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7702         Use it.
7703
7704 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7705
7706         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7707         moving point to the bottom of the window in order to avoid recentering.
7708
7709 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7710
7711         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7712
7713         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7714         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7715         (gnus-article-beginning-of-window): Fix calculation.
7716
7717 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7718
7719         * gnus-msg.el (gnus-summary-supersede-article)
7720         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7721         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7722         message header.
7723
7724 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7725
7726         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7727         pending output coming after the status change.
7728
7729 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7730
7731         * message.el:
7732         * gnus-start.el:
7733         * gnus-registry.el: Remove VMS support.
7734
7735 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7736
7737         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7738         macro.
7739         (rfc2104-hash): Use it.
7740
7741 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7742
7743         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7744         (gnus-summary-sort-by-most-recent-date): New commands.
7745         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7746         and menu entries.
7747
7748 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7749
7750         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7751         don't redisplay article for raw contents; remove plural articles stuff.
7752
7753         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7754         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7755         on gnus-summary-save-article; display results properly.
7756
7757 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7758
7759         * lpath.el: No need to fbind ns-focus-frame.
7760
7761 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7762
7763         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7764
7765 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7766
7767         * gnus-art.el (gnus-summary-save-in-pipe):
7768         Consider gnus-save-all-headers.
7769
7770 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7771
7772         * gnus-util.el (ns-focus-frame): Remove declaration.
7773         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7774         like x.
7775
7776 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7777
7778         * rfc2104.el (rfc2104-zero): Delete defconst.
7779         (rfc2104-hex-alist): Likewise.
7780         (rfc2104-hex-to-int): Delete func.
7781         (rfc2104-hexstring-to-bitstring): Likewise.
7782         (rfc2104-nybbles): New defconst.
7783         (rfc2104-hash): Rewrite for speed.
7784
7785 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7786
7787         * tls.el (open-tls-stream): Make it work with the 2nd argument
7788         BUFFER that is a string but does not exist as a buffer object, as
7789         mentioned in the doc-string.
7790
7791 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7792
7793         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7794         SXEmacs.
7795
7796 2008-07-16  Glenn Morris  <rgm@gnu.org>
7797
7798         * gnus-util.el (ns-focus-frame): Declare for compiler.
7799
7800 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7801
7802         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7803         set as a group parameter.
7804         (gnus-summary-save-in-pipe): Work when it is called independently.
7805         (gnus-summary-pipe-to-muttprint): Don't modify
7806         gnus-summary-pipe-output-default-command.
7807
7808 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7809
7810         * message.el (message-send-mail-with-sendmail):
7811         Display the error message.
7812
7813 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7814
7815         * gnus-art.el (gnus-default-article-saver):
7816         Add gnus-summary-save-in-pipe to choices.
7817         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7818         gnus-summary-pipe-output-default-command as the default command.
7819         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7820         instead of gnus-last-shell-command.
7821
7822         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7823         New user option.
7824         (gnus-summary-muttprint-program): Mention the value will be changed.
7825         (gnus-summary-save-article): Force showing of all headers.
7826         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7827
7828 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7829
7830         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7831
7832 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7833
7834         * nnimap.el (nnimap-id):
7835         * sieve-manage.el (sieve-manage-open): Doc fixes.
7836
7837 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7838
7839         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7840         if available.
7841
7842 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7843
7844         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7845
7846         * nnkiboze.el (nnkiboze-generate-group):
7847         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7848
7849         * nnmairix.el: Require CL.
7850
7851 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7852
7853         * dgnushack.el: Autoload get-display-table and put-display-table for
7854         XEmacs 21.5.
7855
7856         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7857         21.4 and SXEmacs.
7858
7859 2008-06-15  David Engster  <dengste@eml.cc>
7860
7861         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7862
7863 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7864
7865         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7866         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7867         runtime choice under XEmacs.
7868
7869         * gnus-sum.el (gnus-summary-set-display-table):
7870         Use `gnus-put-display-table', `gnus-get-display-table',
7871         `gnus-set-display-table' for the display table, instead of `aset'.
7872
7873         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7874         Use `gnus-put-display-table', `gnus-get-display-table',
7875         `gnus-set-display-table' for the display table.
7876
7877 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7878
7879         * nnmairix.el: Add autoloads.
7880
7881 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7882
7883         * nnmairix.el (nnmairix-delete-recreate-group)
7884         (nnmairix-update-and-clear-marks): Fix error messages.
7885
7886 2008-06-14  David Engster  <dengste@eml.cc>
7887
7888         * nnmairix.el: Upgrade to version 0.6.
7889         (nnmairix-group-toggle-propmarks-this-group)
7890         (nnmairix-group-toggle-readmarks-this-group)
7891         (nnmairix-group-delete-recreate-this-group)
7892         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7893         (nnmairix-remove-tick-mark-original-article): New commands.
7894         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7895         (nnmairix-propagate-marks-to-nnmairix-groups)
7896         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7897         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7898         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7899         functions needed for marks propagation and manipulation of read marks.
7900         (nnmairix-update-groups): New function.
7901         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7902         (nnmairix-determine-original-group-from-registry)
7903         (nnmairix-determine-original-group-from-path)
7904         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7905         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7906         New helper functions.
7907         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7908         keystrokes for new commands.
7909         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7910         (nnmairix-request-group): Check allow-fast group parameter.
7911         (nnmairix-request-create-group): Set allow-fast group parameter if
7912         nnmairix-allowfast-default is set.
7913         (nnmairix-close-group): Propagate marks upon closing if needed.
7914         (nnmairix-group-toggle-threads-this-group): Use new.
7915         nnmairix-group-toggle-parameter helper function.
7916         (nnmairix-search): Better check for empty search result.
7917         (nnmairix-goto-original-article): Use new helper functions for
7918         determining original article.
7919         (nnmairix-show-original-article): Make sure message-id is in brackets.
7920         (nnmairix-call-mairix-binary): Change variable name.
7921         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7922         helper function.
7923         (nnmairix-widget-toggle-activate): Fix doc string.
7924
7925 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7926
7927         * nnir.el: Require edmacro when compiling with XEmacs.
7928         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7929         available in Emacs 21.
7930
7931 2008-06-11  Glenn Morris  <rgm@gnu.org>
7932
7933         * gnus-util.el (x-focus-frame):
7934         * gnus.el (image-size):
7935         * mm-decode.el (image-size): Declare.
7936
7937         * gnus-picon.el (declare-function): Add compat definition.
7938         (image-size): Declare.
7939
7940         * gnus-group.el (tool-bar-map):
7941         * gnus-sum.el (tool-bar-map): Define for compiler.
7942
7943         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7944
7945         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7946
7947         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7948         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7949         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7950         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7951         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7952         * sieve-manage.el, spam-report.el, spam.el:
7953         Remove unnecessary eval-and-compile of autoloads.
7954
7955 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7956
7957         * auth-source.el: Precise Tramp doc.
7958
7959 2008-06-07  Glenn Morris  <rgm@gnu.org>
7960
7961         * nnmairix.el: Remove unnecessary eval-when-compile.
7962
7963 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7964
7965         * lpath.el: Fbind propertize for XEmacs 21.4.
7966
7967 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7968
7969         * nnir.el: Move here from ../contrib.
7970
7971 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7972
7973         * gnus-util.el (gnus-read-shell-command): New function.
7974         * mm-decode.el (mm-pipe-part):
7975         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7976
7977 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7978
7979         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7980
7981 2008-06-03  Glenn Morris  <rgm@gnu.org>
7982
7983         * pop3.el (nnheader-accept-process-output): Autoload it.
7984
7985 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7986
7987         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7988         are not 2-digit hexadecimal characters that follow `%'s.
7989
7990 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7991
7992         * message.el (message-bogus-recipient-p): Fix type in doc string.
7993         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7994         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7995         Improve custom options.
7996         (message-bogus-recipient-p): Adjust accordingly.
7997
7998 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7999
8000         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8001         long-form month and day names.
8002
8003 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8004
8005         * dgnushack.el: Autoload debug, eudc-expand-inline and
8006         pgg-snarf-keys-region for XEmacs.
8007
8008         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8009
8010         * nnmairix.el: Require edmacro when compiling with XEmacs.
8011
8012 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8013
8014         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8015         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8016
8017 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8018
8019         * auth-source.el: Add more docs.
8020
8021         * netrc.el (netrc-machine): Always match if the port is not given.
8022
8023 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8024
8025         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8026         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8027         retrieval faster in some cases, but might make CPU usage larger.
8028         If this has any bad side effects, we might revert this change.
8029
8030         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8031         seems to make mail retrieval much, much faster.
8032         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8033         unconditionally.
8034
8035         * gnus-draft.el (gnus-group-send-queue):
8036         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8037
8038 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8039
8040         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8041
8042         * message.el (message-bogus-address-regexp): Fix and improve custom
8043         type.
8044         (message-setup-hook): Add message-check-recipients as custom option.
8045
8046 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8047
8048         * message.el (message-cite-function): Remove bogus autoload which crept
8049         in during merge from v5-10.
8050
8051 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8052
8053         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8054
8055         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8056
8057         * auth-source.el: Preliminary Tramp docs.
8058         (auth-sources): Change the default auth-sources to use
8059         EPA .gpg files.
8060
8061 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8062
8063         * nntp.el: Autoload `auth-source-user-or-password'.
8064         (nntp-send-authinfo): Use it.
8065
8066         * nnimap.el: Autoload `auth-source-user-or-password'.
8067         (nnimap-open-connection): Use it.
8068
8069         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8070         for the gnus-message function.
8071         (auth-source-user-or-password): Use it.
8072
8073 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8074
8075         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8076         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8077         (rfc2104-hash): Use it.
8078
8079 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8080
8081         * gnus-art.el (gnus-article-toggle-truncate-lines):
8082         Don't use `iff' in docstring.
8083
8084 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8085
8086         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8087
8088         * gnus-util.el (gnus-extract-address-component-name)
8089         (gnus-extract-address-component-email): Convenience functions around
8090         `gnus-extract-address-components'.
8091
8092         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8093         Use `gnus-extract-address-component-email' to fix bug of comparing full
8094         sender name to `user-mail-address'.
8095
8096 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8097
8098         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8099         catch/throw to optimize.
8100         (gnus-registry-find-keywords): Just use member to find a keyword.
8101
8102 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8103
8104         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8105         is current before calling gnus-server-prepare.
8106         (gnus-server-setup-buffer, gnus-server-update-server)
8107         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8108
8109 2008-05-04  Juri Linkov  <juri@jurta.org>
8110
8111         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8112         (mailcap-file-default-commands): Use mailcap-replace-in-string
8113         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8114         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8115
8116 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8117
8118         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8119
8120 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8121
8122         * gnus.el: Bump version to 0.11.
8123
8124 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8125
8126         * gnus.el: No Gnus v0.10 is released.
8127
8128 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8129
8130         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8131         hooks.
8132         (gnus-update-read-articles): Speed up non-marks-using users.
8133         (gnus-use-marks): Define gnus-use-marks.
8134         (gnus-propagate-marks): Rename variable to something more sensible.
8135
8136 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8137
8138         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8139         (gmm-image-load-path-for-library): Fix typos in docstrings.
8140         (gmm-message): Reflow docstring.
8141
8142 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8143
8144         * mail-source.el (mail-source-set-1, mail-source-bind):
8145         Move auth-source code out of the macro to clean it up and fix bugs.
8146
8147 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8148
8149         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8150         by sender if it's equal to user-mail-address, it's likely to be
8151         useless.
8152
8153         * mail-source.el (mail-source-bind): Don't use user or password if they
8154         are not bound.  Unintern them if they are nil.  Don't use server unless
8155         it's bound, and default it to empty string otherwise.
8156
8157 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8158
8159         * mail-source.el: Load auth-source.el.
8160         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8161         get user name or password, if auth-sources is set up.
8162
8163         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8164         strategy of splitting with parent.
8165         (gnus-registry-split-fancy-with-parent)
8166         (gnus-registry-post-process-groups): Use it and fix prior
8167         bug (returning a list as the split result).
8168
8169         * auth-source.el (auth-sources): Remove server parameter.
8170         (auth-source-pick, auth-source-user-or-password)
8171         (auth-source-user-or-password-imap)
8172         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8173         (auth-source-user-or-password-sftp)
8174         (auth-source-user-or-password-smtp): Remove server parameter.
8175
8176 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8177
8178         * smime.el (smime-sign-region, smime-encrypt-region)
8179         (smime-decrypt-region):
8180         Remove redundant calls to `generate-new-buffer-name'.
8181
8182 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8183
8184         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8185         Don't use QP for message/rfc822.
8186         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8187
8188 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8189
8190         * sieve-manage.el (sieve-string-bytes): Remove.
8191         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8192         correct byte-length only if the process's coding-system is the same as
8193         the one used internally by Emacs to represent strings.
8194
8195 2008-04-22  Juri Linkov  <juri@jurta.org>
8196
8197         * mailcap.el (mailcap-file-default-commands): New function.
8198
8199 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8200
8201         * message.el (message-signature-separator, message-cite-function):
8202         Change custom version.
8203
8204 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8205
8206         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8207         commands.
8208         (tls-checktrust): Ditto.
8209
8210 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8211
8212         * mm-decode.el (mm-display-external): Make temp file read-only.
8213
8214 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8215
8216         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8217         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8218         `C-c C-f d'.
8219
8220 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8221
8222         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8223
8224 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8225
8226         * gnus.el: Bump version to 0.9.
8227
8228 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8229
8230         * gnus.el: No Gnus v0.8 is released.
8231
8232 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8233
8234         * mail-source.el (mail-source-value):
8235         Prefer fboundp to functionp so it works with macros as well.
8236
8237 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8238
8239         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8240         Fix last change in case the element is not even a symbol.
8241
8242 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8243
8244         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8245         Prefer fboundp to functionp so it works with macros as well.
8246
8247 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8248
8249         * auth-source.el: Add docs.
8250         (auth-sources): Modify format to support server.
8251         (auth-source-pick, auth-source-user-or-password)
8252         (auth-source-user-or-password-imap)
8253         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8254         (auth-source-user-or-password-sftp)
8255         (auth-source-user-or-password-smtp): Add server parameter.
8256
8257 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8258
8259         * gnus-registry.el: Initialize the registry when gnus-registry-install
8260         is t.
8261
8262 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8263
8264         * compface.el (uncompface): Make buffer unibyte.
8265
8266 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8267
8268         * mail-source.el (mail-source-value):
8269         Prefer fboundp to functionp so it works with macros as well.
8270
8271 2008-04-05  Glenn Morris  <rgm@gnu.org>
8272
8273         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8274
8275 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8276
8277         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8278         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8279
8280         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8281         multibyteness after rather than before erasing it.
8282
8283         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8284         mm-with-multibyte.
8285         (gnus-request-article-this-buffer): Make sure the proper decoding is
8286         used if gnus-original-article-buffer happens to be unibyte.
8287
8288         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8289         default-enable-multibyte-characters.
8290
8291         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8292         default-enable-multibyte-characters.
8293
8294         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8295
8296         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8297
8298 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8299
8300         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8301         Fix last change in case the element is not even a symbol.
8302
8303 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8304
8305         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8306         (imap-message-copyuid-1): Use it.
8307         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8308         J. Williams in
8309         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8310
8311         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8312         imap-enable-exchange-bug-workaround.
8313         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8314
8315 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8316
8317         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8318         a 100 byte status-checks into a 2-3MB transfer for each group.
8319         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8320         to enable bug workaround or not.
8321         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8322
8323 2008-03-31  Glenn Morris  <rgm@gnu.org>
8324
8325         * message.el (mml2015-use): Declare for compiler.
8326         (message-info): Require mml2015 when appropriate.
8327
8328 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8329
8330         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8331         whitespace.
8332
8333 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8334
8335         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8336         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8337         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8338         (nntp-service-to-port): New function.
8339         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8340         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8341         (nntp-open-netcat-stream): New function.
8342         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8343
8344 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8345
8346         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8347
8348 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8349
8350         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8351
8352 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8353
8354         * dns.el (dns-write): Use set-buffer-multibyte.
8355
8356 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8357
8358         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8359
8360 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8361
8362         * message.el (message-signature-separator): Change default.
8363         Improve custom type.
8364         (message-cite-function): Change default to
8365         message-cite-original-without-signature.
8366
8367         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8368         toggle.
8369
8370         * message.el (message-check-news-body-syntax): Fix signature check.
8371         (message-setup-1): Mark buffer as unmodified _after_ running
8372         message-setup-hook and handling message-alternative-emails.
8373         (message-shorten-references): Be more strict when building list of
8374         valid references to comply with GNKSA.
8375
8376         * gnus-group.el (gnus-read-ephemeral-bug-group)
8377         (gnus-read-ephemeral-debian-bug-group)
8378         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8379
8380         * message.el (message-info): Don't use booleanp which isn't supported
8381         in Emacs 21 and XEmacs.
8382
8383 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8384
8385         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8386         gnus-group-gmane-group-download-format.
8387         (gnus-group-read-ephemeral-gmane-group): Rename from
8388         gnus-group-read-ephemeral-gmane-group.
8389         (gnus-read-ephemeral-gmane-group-url): Rename from
8390         gnus-group-read-ephemeral-gmane-group-url.
8391         (gnus-bug-group-download-format-alist): New variable.
8392         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8393         (gnus-read-ephemeral-emacs-bug-group): New commands.
8394
8395 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8396
8397         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8398         (gnus-visible-headers): Improve custom type.
8399
8400 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8401
8402         * mml.el (mml-menu): Add workarounds for XEmacs.
8403
8404         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8405         X-Boundary header.
8406
8407         * message.el (message-simplify-recipients): Fix previous commit.
8408
8409 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8410
8411         * mm-util.el (mm-set-buffer-multibyte): New function.
8412         * mm-decode.el (mm-copy-to-buffer): Use it.
8413
8414         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8415         Prefer fboundp to functionp so it works with macros as well.
8416
8417 2008-03-19  Glenn Morris  <rgm@gnu.org>
8418
8419         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8420         Accidentally removed in the sync process with Emacs.
8421
8422 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8423
8424         * message.el (message-alter-recipients-discard-bogus-full-name):
8425         New function.
8426         (message-alter-recipients-function): New variable.
8427         (message-get-reply-headers): Use it.
8428         (message-replace-header): New helper function.
8429         (message-recipients-without-full-name): New variable.
8430         (message-simplify-recipients): New command.
8431
8432         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8433
8434         * message.el (message-info): Handle EasyPG manual.
8435
8436         * mml.el (mml-menu): Add entry for EasyPG.
8437
8438 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8439
8440         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8441         parameter.
8442
8443         * message.el (message-disassociate-draft): Specify drafts group name
8444         fully.
8445
8446 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8447
8448         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8449         Eliminate unnecessary duplicates from the match list.
8450
8451 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8452
8453         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8454
8455         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8456
8457         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8458         args of `how-many' of which the XEmacs version doesn't take; declare
8459         Info-index-next as function.
8460
8461 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8462
8463         * gnus-score.el (gnus-score-headers): Fix handling of
8464         gnus-inhibit-slow-scoring.
8465
8466         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8467         string.
8468         (gnus-button-url-regexp): Improve handling of parenthesis.
8469         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8470         (gnus-button-handle-info-keystrokes): Handle index entries.
8471
8472 2008-03-15  Glenn Morris  <rgm@gnu.org>
8473
8474         * parse-time.el (parse-time-string): Simplify.
8475
8476 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8477
8478         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8479         Incoming* files.
8480
8481 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8482
8483         * auth-source.el (auth-sources): Rename from auth-source-choices.
8484         (auth-source-pick): Use it.
8485
8486 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8487
8488         * binhex.el (binhex-decode-region-internal):
8489         * uudecode.el (uudecode-decode-region-internal):
8490         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8491         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8492         setting default-enable-multibyte-characters.
8493
8494 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8495
8496         * auth-source.el (auth-source-protocols)
8497         (auth-source-protocols-customize, auth-source-choices): Add and
8498         modified variable customizations and defaults.
8499         (auth-source-pick, auth-source-user-or-password)
8500         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8501         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8502         (auth-source-user-or-password-sftp)
8503         (auth-source-user-or-password-smtp): Use new variables and provide an
8504         interface to netrc.el.
8505
8506 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8507
8508         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8509         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8510         Make sure the nntp port to specify is a string.
8511
8512 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8513
8514         * nntp.el: Use with-current-buffer.
8515         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8516         dubious mm-with-unibyte-current-buffer.
8517         (nntp-with-open-group-function): New function extracted from
8518         nntp-with-open-group macro.
8519         (nntp-with-open-group): Use the function, so it's easier to debug.
8520         Add indentation and debugging info.
8521         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8522         Recommend the use of the netcat alternatives.
8523
8524         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8525         Avoid mm-string-as-multibyte as well.
8526
8527         * nnweb.el (nnweb-insert-html):
8528         Remove use of nnheader-string-as-multibyte.
8529
8530         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8531         (nnheader-string-as-multibyte): Remove.
8532
8533         * mm-view.el: Use inhibit-read-only.
8534         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8535         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8536         or unibyte-string.
8537
8538         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8539         (mm-uu-yenc-extract): Use with-current-buffer.
8540
8541         * gnus-soup.el (gnus-soup-send-packet): Don't use
8542         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8543
8544         * nnmh.el: Use with-current-buffer.
8545         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8546         mm-string-as-multibyte on the output of mm-encode-coding-string.
8547
8548         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8549         (nnimap-request-move-article): Use with-current-buffer.
8550
8551         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8552         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8553         conversion uses string-make-unibyte rather than string-as-unibyte.
8554
8555         * gnus-msg.el: Use with-current-buffer.
8556
8557         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8558
8559 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8560
8561         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8562         string for caching if it is 'PIN.
8563
8564 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8565
8566         * lpath.el: Consider the case without Emacs/W3.
8567
8568 2008-03-08  Glenn Morris  <rgm@gnu.org>
8569
8570         * time-date.el (date-to-time, time-subtract, time-add)
8571         (safe-date-to-time): Doc fixes.
8572
8573 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8574
8575         * mail-source.el (mail-source-delete-old-incoming-confirm):
8576         Change default to nil.
8577         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8578
8579 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8580
8581         * lpath.el: Rearrange.
8582
8583         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8584         (gnus-article-goto-prev-page): Work for articles having ^L's.
8585
8586         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8587
8588         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8589
8590 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8591
8592         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8593         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8594         (gnus-bookmark-jump): Adjust some variable names.
8595
8596 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8597
8598         * auth-source.el: New package.
8599         (auth-source-choices): Add customization entry point variable.
8600
8601         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8602         bug.
8603
8604 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8605
8606         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8607         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8608         (gnus-registry-install-shortcuts): Rename from
8609         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8610         the `gnus-registry-mark-map' keymap dynamically from
8611         `gnus-registry-marks'.  The generated functions update the summary line
8612         when a registry mark is added or deleted, and will call
8613         `gnus-registry-install-p' (see the comments in the code).
8614         (gnus-registry-user-format-function-M): Use concat intelligently.
8615
8616         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8617         the registry mark functions.
8618
8619 2008-03-05  Glenn Morris  <rgm@gnu.org>
8620
8621         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8622         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8623         gnus-art.
8624         (top-level): No need to load own source when compiling.
8625
8626 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8627
8628         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8629         Suggested by <chris.anderton@zetnet.co.uk>.
8630
8631 2008-03-04  Glenn Morris  <rgm@gnu.org>
8632
8633         * gnus-sum.el (top-level): No need to require gnus when compiling,
8634         since unconditionally required near start of file.
8635         (gnus-summary-display-while-building): Move definition before use.
8636
8637 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8638
8639         * gnus-registry.el (gnus-registry-user-format-function-M):
8640         Add formatting function.
8641
8642 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8643
8644         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8645         with plists.
8646         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8647         Use new format.
8648
8649 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8650
8651         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8652         `where-is-internal' that returns a range of key sequences.
8653
8654 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8655
8656         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8657
8658         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8659         (gnus-summary-jump-to-group): Consider windows on other displayed
8660         frames as well.  Similar changes might be needed elsewhere, but that's
8661         the one I've bumped into during my use.
8662
8663         * nndoc.el (nndoc-oe-dbx-type-p):
8664         * gnus-msg.el (gnus-debug):
8665         * gnus-group.el (gnus-update-group-mark-positions):
8666         Use mm-string-to-multibyte.
8667
8668 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8669
8670         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8671         doesn't handle NotDashEscaped.
8672
8673         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8674         (mml-dnd-attach-options): Fix typo in custom choice.
8675
8676         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8677         Change nndoc-article-type to mbox.
8678         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8679
8680         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8681         to nil, instead of html2text.
8682
8683         * imap.el (imap-debug): Add `imap-ping-server'.
8684
8685         * gnus-bookmark.el: Add FIXMEs.
8686
8687         * message.el (message-form-letter-separator)
8688         (message-send-form-letter-delay): New variables.
8689         (message-send-form-letter): Use them.  New command to send form
8690         letters.  Requested by Uwe Siart.
8691         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8692
8693 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8694
8695         * Update copyright years.
8696
8697 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8698
8699         Sync from EMACS_22_BASE.
8700
8701         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8702
8703 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8704
8705         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8706         empty author.
8707
8708 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8709
8710         * gnus-registry.el (gnus-registry-marks): Add variable for
8711         customization of marks and their appearance.
8712         (gnus-registry-read-mark): Use it.
8713         (gnus-registry-do-marks): Add utility function to loop through
8714         `gnus-registry-marks'.
8715         (gnus-registry-install-shortcuts-and-menus): Add function to install
8716         shortcuts and menus.
8717         (gnus-registry-initialize): Use it.
8718         (gnus-registry-default-mark): Clarify documentation.
8719
8720 2008-02-29  Glenn Morris  <rgm@gnu.org>
8721
8722         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8723         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8724         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8725         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8726         Change defcustom :version from 23.0 to 23.1.
8727
8728 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8729
8730         * gnus-registry.el (gnus-registry-follow-group-p)
8731         (gnus-registry-post-process-groups): Add functions to aid registry
8732         splitting and improve logging.  Clarify behavior in function
8733         documentation.
8734         (gnus-registry-split-fancy-with-parent): Use them.
8735
8736 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8737
8738         * gnus-art.el: Use with-current-buffer.
8739
8740 2008-02-27  David Engster  <dengste@eml.cc>
8741
8742         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8743         Express real group name in the response.
8744
8745 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8746
8747         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8748         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8749         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8750         autoload gnus-registry-fetch-group when compiling.
8751         (nnmairix-request-group-with-article-number-correction):
8752         Remove unreferenced argument passed to nnmairix-call-backend.
8753
8754 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8755
8756         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8757         (mm-uu-extract): Improve face for low color ttys.
8758         Reported by Sascha Wilde.
8759
8760 2008-02-27  Glenn Morris  <rgm@gnu.org>
8761
8762         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8763         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8764         variables to defconsts.  Convert comments to doc-strings.
8765         (nnmairix-last-server, nnmairix-current-server): Convert from free
8766         variables to defvars.  Convert comments to doc-strings.
8767         (gnus-registry-fetch-group): Autoload.
8768         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8769         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8770         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8771         caddr.
8772         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8773         nnmairix-request-group-with-article-number-correction call.
8774         (nnmairix-fast, nnmairix-group): New, less general names, for free
8775         variables passed from nnmairix-request-group to
8776         nnmairix-request-group-with-article-number-correction.  Declare.
8777         (nnmairix-request-group-with-article-number-correction):
8778         Use nnmairix-fast, nnmairix-group rather than fast, group.
8779
8780 2008-02-26  David Engster  <dengste@eml.cc>
8781
8782         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8783         version 0.5.
8784
8785 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8786
8787         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8788         instead of making an extra function call.  Don't add the current group
8789         to articles only when they have the group.  Use
8790         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8791         Reported by David <de_bb@arcor.de>.
8792
8793 2008-02-24  Miles Bader  <miles@gnu.org>
8794
8795         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8796         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8797         (mm-find-mime-charset-region):
8798         * mm-bodies.el (mm-encode-body):
8799         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8800
8801 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8802
8803         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8804         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8805
8806 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8807
8808         * mail-source.el (mail-source-delete-incoming): Change default.
8809         Supplement doc string.
8810
8811         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8812
8813 2008-02-14  Glenn Morris  <rgm@gnu.org>
8814
8815         * time-date.el (format-seconds): New function.
8816
8817 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8818
8819         * nnmail.el (nnmail-message-id-cache-file): Derive from
8820         `gnus-home-directory'.
8821
8822 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8823
8824         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8825         Document negative prefix.
8826
8827         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8828
8829 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8830
8831         * message.el (message-unsent-separator): Add the Exim bounce
8832         separator.
8833
8834 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8835
8836         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8837         list.
8838         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8839         recipient/signer list.
8840
8841 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8842
8843         * Makefile.in (datarootdir): Define.
8844         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8845         name that might contain whitespace.
8846
8847 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8848
8849         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8850         fbound (Emacs 23 unicode), signal an error.
8851
8852 2008-02-08  Glenn Morris  <rgm@gnu.org>
8853
8854         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8855
8856 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8857
8858         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8859         ports to the calls to `netrc-machine-user-or-password' in addition to
8860         "imap" and "imaps".
8861
8862 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8863
8864         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8865
8866         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8867
8868 2008-02-01  Kenichi Handa  <handa@m17n.org>
8869
8870         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8871         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8872         (rfc2104-hash): Convert the result of concat to unibyte string.
8873
8874 2008-02-01  Dave Love  <fx@gnu.org>
8875
8876         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8877         coding-system-for-read.
8878         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8879
8880 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8881
8882         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8883         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8884         <hanche@math.ntnu.no>.
8885
8886 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8887
8888         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8889
8890         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8891
8892 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8893
8894         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8895         * message.el (message-beginning-of-line): Use featurep instead of bound
8896         tests in order to resolve conditionals at compile time.
8897
8898 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8899
8900         * mail-source.el (mail-sources): Add `group' choice.
8901
8902         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8903         parameter `in-group' to control into which group the articles go.
8904         Add treatment of `group' mail-source.
8905
8906 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8907
8908         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8909
8910         * mm-decode.el (mm-dissect-buffer): Decode description.
8911
8912         * mml.el (mml-to-mime): Encode message header first.
8913
8914 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8915
8916         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8917         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8918
8919         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8920         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8921
8922 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8923
8924         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8925
8926 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8927
8928         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8929         prefix keys.
8930         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8931         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8932         gnus-xmas.el.
8933
8934         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8935         (gnus-xmas-article-describe-bindings): New function.
8936         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8937         gnus-xmas-article-describe-bindings.
8938
8939         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8940
8941 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8942
8943         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8944         Add new variables for article mark management.
8945         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8946         list of extra data entries which, when present, will indicate that the
8947         article ID should not be trimmed from the registry.
8948         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8949         functions.
8950         (gnus-registry-read-mark): New function to read a mark name from the
8951         user.
8952         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8953         (gnus-registry-set-article-mark-internal): New functions to add and
8954         remove marks.
8955         (gnus-registry-get-article-marks): New function to show the marks for
8956         an article, or retrieve them for further use.
8957
8958 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8959
8960         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8961         keys when no argument is given.
8962
8963 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8964
8965         * imap.el (imap-ping-server): New variable.
8966         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8967         (imap-ping-server): Minor doc string fixes.
8968
8969 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8970
8971         * imap.el (imap-ping-server): New function.
8972         (imap-opened): Call imap-ping-server.
8973
8974 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8975
8976         * gnus-sum.el (gnus-article-sort-by-random)
8977         (gnus-thread-sort-by-random): Fix doc strings.
8978         Reported by jidanni@jidanni.org.
8979
8980 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8981
8982         * gnus-art.el (gnus-article-describe-bindings): New function.
8983         (gnus-article-read-summary-keys): Use it.
8984         (gnus-article-mode-map): Bind `C-h b' to it.
8985
8986 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8987
8988         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8989         XEmacs.
8990         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8991         Protect against non-character events.
8992
8993         * lpath.el: Fbind map-keymap for Emacs 21.
8994
8995 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8996
8997         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8998         New command.
8999         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9000         instead of END.  Change name of the temp file.
9001         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9002         customizable.
9003
9004 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9007         bind `S W' to gnus-article-wide-reply-with-original; set default
9008         binding to gnus-article-read-summary-send-keys.
9009         (gnus-article-read-summary-keys): Fix the order of keys; display
9010         continuation keys correctly in the echo area; describe bindings
9011         correctly when keys end with `C-h'.
9012         (gnus-article-read-summary-send-keys): New function.
9013         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9014         Work for gnus-article-read-summary-send-keys; display continuation keys
9015         correctly in the echo area.
9016         (gnus-article-reply-with-original): Ignore prefix argument.
9017         (gnus-article-wide-reply-with-original): New function.
9018
9019         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9020         Emacs 21.
9021
9022 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9023
9024         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9025         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9026
9027 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9028
9029         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9030         (gnus-group-read-ephemeral-gmane-group): New command.
9031
9032 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9033
9034         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9035
9036 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9037
9038         * message.el (message-send-mail-function): Increase custom version.
9039
9040         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9041         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9042
9043 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9044
9045         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9046         for the cases where imap-authenticate is called with a nil buffer
9047         parameter.
9048
9049 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9050
9051         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9052         html parts correctly; support forwarded messages.
9053         (gnus-article-browse-html-article): Remove work buffers.
9054
9055         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9056         compiling.
9057         (netrc-bound-and-true-p): New macro.
9058         (netrc-parse): Use it instead of bound-and-true-p that is not available
9059         in XEmacs 21.4.
9060
9061 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9062
9063         * gnus-registry.el (gnus-registry-mark-article)
9064         (gnus-registry-article-marks): Add functionality to mark articles
9065         through the Gnus registry.
9066
9067         * encrypt.el: Clarify documentation for the new pgg method.
9068         (encrypt-file-alist): Add PGG option.
9069         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9070         functionality.  Abstract password key and messaging to external
9071         functions.
9072         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9073         (encrypt-message-method-and-cipher): Add new convenience external
9074         functions.
9075         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9076         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9077
9078         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9079         (netrc-parse): Use encrypt-file-alist to determine if
9080         encrypt-find-model or encrypt-insert-file-contents should be used.
9081
9082         * encrypt.el: Clarify documentation.  Load password-cache or
9083         password, whichever one is found first, instead of autoloading.
9084
9085 2007-12-19  Glenn Morris  <rgm@gnu.org>
9086
9087         * mml.el (message-options-set, message-narrow-to-head)
9088         (message-in-body-p, message-mail-p, message-encode-message-body):
9089         Autoload.
9090         (message-remove-header, message-narrow-to-headers-or-head)
9091         (message-subscribed-p, message-make-mail-followup-to)
9092         (message-position-on-field, message-news-p)
9093         (message-options-set-recipient, message-generate-headers)
9094         (message-sort-headers): Declare as functions.
9095
9096 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9097
9098         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9099         convention in doc string.
9100
9101 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9102
9103         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9104         title to html parts.
9105         (gnus-article-browse-html-article): Pass message header to it.
9106
9107         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9108
9109 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9110
9111         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9112         or password compatible with XEmacs.
9113
9114 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9115
9116         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9117         format document.
9118         (gnus-mime-delete-part): Don't write description line if empty.
9119         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9120
9121 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
9122
9123         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9124         (gnus-summary-mark-read-and-unread-as-read)
9125         (gnus-summary-mark-current-read-and-unread-as-read)
9126         (gnus-summary-mark-unread-as-ticked): Doc fix.
9127         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9128
9129 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9130
9131         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9132         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9133
9134 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9135
9136         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9137         yes-or-no-p.
9138
9139 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9140
9141         * mm-decode.el (mm-add-meta-html-tag): New function.
9142         (mm-save-part-to-file, mm-pipe-part): Use it.
9143
9144         * gnus-art.el (gnus-article-browse-delete-temp-files):
9145         Use gnus-y-or-n-p instead of y-or-n-p.
9146         (gnus-article-browse-html-parts): Work with message/external-body; use
9147         mm-add-meta-html-tag.
9148
9149 2007-12-11  Glenn Morris  <rgm@gnu.org>
9150
9151         * gnus-cache.el: Require gnus-sum not just when compiling.
9152
9153         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9154
9155         * gnus-int.el (gnus-server-opened, gnus-status-message):
9156         Move definitions before use.
9157
9158         * mm-decode.el: Require gnus-util.
9159         (mm-remove-part): Only call delete-annotation on XEmacs.
9160
9161         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9162
9163         * nnmail.el: Require gnus-int.
9164
9165         * spam.el: Move `require's before `eval-when-compile's.
9166
9167         * gnus-ems.el (gnus-alive-p):
9168         * gnus-fun.el (message-goto-eoh):
9169         * gnus-util.el (gnus-group-name-decode):
9170         * mail-source.el (gnus-compress-sequence):
9171         * message.el (Info-goto-node, format-spec):
9172         * mm-bodies.el (message-options-get):
9173         * mm-decode.el (mm-view-pkcs7):
9174         * mm-util.el (gmm-write-region):
9175         * mml-smime.el (mml-compute-boundary)
9176         (gnus-completing-read-with-default):
9177         * mml.el (widget-button-press, gnus-make-hashtable):
9178         * mml1991.el (mm-decode-content-transfer-encoding)
9179         (mm-encode-content-transfer-encoding)
9180         (message-options-get, message-options-set):
9181         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9182         * nnfolder.el (gnus-request-group):
9183         * nnheader.el (ietf-drums-unfold-fws):
9184         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9185         * smime.el (gnus-run-mode-hooks):
9186         * spam-stat.el (gnus-message): Autoload.
9187
9188         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9189         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9190         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9191         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9192         Add declare-function compatibility definition.
9193
9194         * gnus-cache.el (nnvirtual-find-group-art):
9195         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9196         (gnus-add-image, gnus-add-wash-type):
9197         * gnus-group.el (nnkiboze-score-file):
9198         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9199         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9200         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9201         (message-tokenize-header, gnus-get-buffer-create)
9202         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9203         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9204         * gnus.el (gnus-group-decoded-name):
9205         * mail-source.el (imap-capability):
9206         * mm-bodies.el (message-options-set):
9207         * mm-decode.el (gnus-configure-windows):
9208         * mm-extern.el (message-goto-body):
9209         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9210         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9211         (epg-sub-key-validity, message-options-set):
9212         * mml.el (widget-event-point, gnus-configure-windows):
9213         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9214         * mml2015.el (epg-check-configuration, epg-configuration)
9215         (message-options-set):
9216         * nndb.el (nndb-request-article):
9217         * nnfolder.el (gnus-request-create-group):
9218         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9219         * nnmaildir.el (gnus-group-mark-article-read):
9220         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9221         * rfc1843.el (message-fetch-field):
9222         * spam.el (gnus-extract-address-components):
9223         Declare as functions.
9224
9225 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9226
9227         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9228
9229         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9230
9231         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9232         bind show-trailing-whitespace for XEmacs.
9233
9234 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9235
9236         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9237         new no-op macro for backward compatibility.
9238
9239         * imap.el (imap-string-to-integer): New function.
9240
9241 2007-12-09  Glenn Morris  <rgm@gnu.org>
9242
9243         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9244
9245         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9246         * message.el, mm-view.el, sieve-manage.el, smime.el:
9247         Add declare-function compatibility definition.
9248
9249         * gnus-art.el (w3-region, w3m-region, Info-menu):
9250         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9251         * gnus-sum.el (gnus-get-predicate):
9252         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9253         * message.el (mail-abbrev-in-expansion-header-p):
9254         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9255         (w3m-detect-meta-charset, w3m-region):
9256         * sieve-manage.el (password-read, password-cache-add)
9257         (password-cache-remove):
9258         * smime.el (password-read-and-add): Declare as functions.
9259
9260 2007-12-08  David Kastrup  <dak@gnu.org>
9261
9262         * gnus-sum.el (gnus-summary-simplify-subject-query):
9263         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9264         `message'.
9265
9266 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9267
9268         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9269         it to bind idna-program, installation-directory, defined-colors, and
9270         face-attribute for XEmacs of the version that compiles defcustom forms.
9271
9272 2007-12-07  Glenn Morris  <rgm@gnu.org>
9273
9274         * gnus-art.el (article-make-date-line): Revert previous change.
9275
9276 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9277
9278         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9279
9280 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9281
9282         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9283         Call gnus-add-to-range ranges only once with a prepared article-list.
9284
9285 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9286
9287         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9288         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9289         group names with backslashes.
9290         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9291
9292 2007-12-06  Deepak Goel  <deego3@gmail.com>
9293
9294         * gnus-art.el (article-make-date-line):
9295         * gnus-start.el (gnus-load):
9296         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9297
9298 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9299
9300         * gnus-art.el (gnus-use-idna)
9301         * gnus-start.el (gnus-site-init-file)
9302         * message.el (message-use-idna)
9303         * mm-uu.el (mm-uu-hide-markers)
9304         * smiley.el (smiley-style): Revert changes that suppress warnings.
9305
9306 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9307
9308         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9309         specify charset to html source.
9310         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9311
9312 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9313
9314         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9315         idna-program in order to suppress byte compile warning issued by XEmacs
9316         that came to byte compile the default value section of defcustom forms
9317         recently.
9318
9319         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9320         value of installation-directory.
9321
9322         * message.el (message-use-idna): Don't directly refer to the value of
9323         idna-program.
9324
9325         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9326
9327         * smiley.el (smiley-style): Don't directly call face-attribute.
9328
9329 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9330
9331         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9332
9333         * gnus-dired.el: Reduce Gnus dependencies.
9334         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9335         Don't require.  Use autoloads instead.
9336         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9337         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9338         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9339         (gnus-dired-mode): Adjust doc string.
9340         (gnus-dired-mail-mode): New variable.
9341         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9342         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9343         (gnus-dired-mail-buffers): New function.  Return mail or message
9344         composition buffers.
9345         (gnus-dired-attach): Use it.
9346         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9347         NO-DECODE.
9348         (gnus-dired-print): Use `gnus-print-buffer' depending on
9349         `gnus-dired-mail-mode'.
9350
9351 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9352
9353         * rfc2047.el (rfc2047-encoded-word-regexp)
9354         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9355         explaining what regexp patterns are for.
9356
9357 2007-12-04  Glenn Morris  <rgm@gnu.org>
9358
9359         * password.el: Move to password-cache.el.
9360
9361         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9362         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9363         * mml-smime.el (password-read, password-cache-add)
9364         (password-cache-remove):
9365         No need to autoload, since mml-sec requires password.
9366
9367         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9368         * message.el (gnus-extract-address-components):
9369         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9370
9371         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9372         password.
9373
9374 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9375
9376         * mailcap.el: Reduce dependencies.
9377         (mail-header-parse-content-type): Autoload.
9378         (mailcap-delete-duplicates): New alias.
9379         (mailcap-mime-info): Add optional argument NO-DECODE.
9380         (mailcap-mime-types): Use mailcap-delete-duplicates.
9381
9382         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9383
9384 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9385
9386         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9387         (imap-parse-status): Upcase status-att for servers that sends them
9388         lower-case (e.g., MS Exchange 2007).
9389
9390 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9391
9392         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9393         function.
9394
9395         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9396         (gnus-uu-yenc-article): New function.
9397
9398         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9399
9400         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9401
9402 2007-12-02  Glenn Morris  <rgm@gnu.org>
9403
9404         * binhex.el (binhex): New custom group.
9405         (binhex-decoder-program, binhex-decoder-switches)
9406         (binhex-use-external): Move to the binhex custom group.
9407
9408         * uudecode.el (uudecode): New custom group.
9409         (uudecode-decoder-program, uudecode-decoder-switches)
9410         (uudecode-use-external): Move to the uudecode custom group.
9411
9412         * netrc.el (top-level): Don't load `encrypt' features.
9413         (netrc-parse): Don't use encrypt.
9414         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9415
9416         * encrypt.el: Remove file.
9417
9418 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9419
9420         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9421         matches on patches.
9422
9423         * gnus-art.el (gnus-article-browse-html-article):
9424         Mention `mm-text-html-renderer' in the doc string.
9425
9426         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9427         string.  Add comments.
9428
9429         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9430         if rhs is ASCII.
9431
9432 2007-12-01  Glenn Morris  <rgm@gnu.org>
9433
9434         * mail-source.el (top-level): Require format-spec before
9435         eval-when-compile.
9436
9437 2007-11-30  Glenn Morris  <rgm@gnu.org>
9438
9439         * encrypt.el: Require password, rather than autoloading password-read.
9440
9441 2007-11-29  Glenn Morris  <rgm@gnu.org>
9442
9443         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9444         (sasl-make-client, sasl-next-step, sasl-step-data)
9445         (sasl-step-set-data): Declare as functions.
9446
9447 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9448
9449         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9450
9451 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9452
9453         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9454         certs should be verified and what is to be done in the event of a
9455         verification failure.
9456
9457         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9458         caller can indicate whether the cache should be disregarded for this
9459         call.  This way the result of the call is reproducible at all times and
9460         can be considered a canonical server name for the supplied method.
9461         (gnus-agent-method-p): Canonicalize server names by pushing their
9462         method through `gnus-method-to-server' using the no-cache argument.
9463
9464         * gnus-srvr.el (gnus-server-insert-server-line):
9465         Call `gnus-method-to-server' with `no-cache' argument.
9466
9467         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9468         gnus-agent-possibly-synchronize-flags as this should be called when the
9469         server is actually being opened.
9470         (gnus-agent-possibly-synchronize-flags)
9471         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9472         flags file of an agentized server to the latter function.
9473
9474         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9475         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9476         after a connection has been established successfully.
9477
9478 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9479
9480         * gnus-art.el (article-display-face): Force to display face if called
9481         interactively; check if gnus-article-x-face-too-ugly matches author.
9482         (article-display-x-face): Display face even if From header is missing
9483         as article-display-face does.
9484
9485 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9486
9487         * hashcash.el (message-narrow-to-headers-or-head)
9488         (message-fetch-field, message-goto-eoh)
9489         (message-narrow-to-headers): Declare as functions.
9490
9491 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9492
9493         * mail-source.el (mail-sources): Default to fetch from file for
9494         compatibility with default of nnmail-spool-file.
9495
9496 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9497
9498         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9499         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9500         to look for encoded word that should be encoded again.
9501         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9502         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9503         encoding pattern.
9504         (rfc2047-decode-region): Switch strict regexp and loose one according
9505         to rfc2047-allow-irregular-q-encoded-words.
9506
9507 2007-11-25  Romain Francoise  <romain@orebokech.com>
9508
9509         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9510
9511 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9512
9513         * tls.el (tls-program): Provide more custom choices from
9514         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9515         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9516
9517 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9518
9519         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9520         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9521
9522         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9523         `nnmail-spool-file'.
9524
9525         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9526         `nnmail-spool-file'.
9527
9528         * gnus-move.el (gnus-change-server): Ditto.
9529
9530         * gnus-kill.el (gnus-batch-score): Ditto.
9531
9532         * gnus-cache.el (gnus-jog-cache): Ditto.
9533
9534         * gnus-msg.el (gnus-summary-reply):
9535         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9536
9537 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9538
9539         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9540         version.  Minor improvement to doc strings.
9541         (tls-program): Add comment.
9542
9543 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9544
9545         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9546         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9547         mismatch between the hostname provided in the certificate and the name
9548         of the host connnecting to.
9549         (open-tls-stream): Use them.  Check certificates against trusted root
9550         certificates.
9551
9552 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9553
9554         * gnus-cache.el (gnus-cache-generate-nov-databases):
9555         Use nnml-generate-nov-databases-directory instead of
9556         nnml-generate-nov-databases-1.
9557
9558 2007-11-24  Glenn Morris  <rgm@gnu.org>
9559
9560         * message.el (message-tool-bar-retro): Update for rename
9561         mail_send.xpm->mail-send.xpm.
9562
9563 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9564
9565         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9566         `smime-ldap-search' for Emacs 22 and up.
9567
9568 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9569
9570         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9571
9572         * message.el (message-send-mail-function): Fix error convention.
9573         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9574         (message-widen-reply, message-send-mail, message-talkative-question)
9575         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9576         (message-clone-locals, message-send-news): Use with-current-buffer.
9577         (message-insert-or-toggle-importance): Remove unused var `valid'.
9578         (message-make-references): Remove unused var `new-references'.
9579         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9580
9581 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9582
9583         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9584         (spam-split-symbolic-return-positive): Reflow docstring.
9585         (spam-backends, spam-summary-exit-behavior)
9586         (spam-mark-ham-unread-before-move-from-spam-group)
9587         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9588         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9589         (spam-clear-cache, spam-backend-check, spam-install-backend)
9590         (spam-install-statistical-backend, spam-list-of-processors)
9591         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9592         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9593         (spam-check-crm114, spam-initialize, spam-unload-hook):
9594         Fix typos in docstrings.
9595
9596 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9597
9598         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9599         been checked if they have never been read and those group levels are
9600         higher than the one that a user specified.
9601
9602 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9603
9604         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9605         foreign groups unless a group level is specified by a user.
9606         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9607
9608 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9609
9610         * message.el (message-send-mail-function): Require sendmail.
9611
9612 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9613
9614         * message.el (message-send-mail-function): Check for smtpmail too.
9615
9616         * utf7.el (utf7-encode, utf7-decode): Use coding system
9617         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9618
9619         * message.el (message-send-mail-function): New function.
9620         (message-send-mail-function): Set default using
9621         message-send-mail-function.  Adjust doc string.
9622         (message-send-mail-with-mailclient): New function.
9623
9624 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9625
9626         * smime.el (from):
9627         * rfc2047.el (message-posting-charset):
9628         * qp.el (mm-use-ultra-safe-encoding):
9629         * pop3.el (parse-time-months):
9630         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9631         * nnml.el (files):
9632         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9633         (jka-compr-compression-info-list, ange-ftp-path-format)
9634         (efs-path-regexp):
9635         * nndiary.el (files):
9636         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9637         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9638         (epg-digest-algorithm-alist, inhibit-redisplay)
9639         (password-cache-expiry):
9640         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9641         (pgg-output-buffer, password-cache-expiry):
9642         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9643         (efs-path-regexp):
9644         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9645         (inhibit-redisplay):
9646         * mm-uu.el (file-name, start-point, end-point, entry)
9647         (gnus-newsgroup-name, gnus-newsgroup-charset):
9648         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9649         (latin-unity-ucs-list):
9650         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9651         (mm-uu-binhex-decode-function):
9652         * message.el (gnus-message-group-art, gnus-list-identifiers)
9653         (rmail-enable-mime-composing, gnus-local-organization)
9654         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9655         (gnus-read-active-file, facemenu-add-face-function)
9656         (facemenu-remove-face-function, gnus-article-decoded-p)
9657         (tool-bar-mode):
9658         * mail-source.el (display-time-mail-function):
9659         * gnus-util.el (nnmail-pathname-coding-system)
9660         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9661         (gnus-original-article-buffer, gnus-user-agent)
9662         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9663         (xemacs-codename, sxemacs-codename, emacs-program-version):
9664         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9665         * gnus-start.el (gnus-agent-covered-methods)
9666         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9667         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9668         (gnus-newsgroup-headers, gnus-group-list-mode)
9669         (gnus-group-mark-positions, gnus-newsgroup-data)
9670         (gnus-newsgroup-unreads, nnoo-state-alist)
9671         (gnus-current-select-method, mail-sources)
9672         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9673         (nnmail-spool-file, gnus-cache-active-hashtb):
9674         * gnus-mh.el (mh-lib-progs):
9675         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9676         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9677         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9678         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9679         (gnus-group-buffer):
9680         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9681         (font-lock-set-defaults):
9682         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9683         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9684         (gnus-summary-post-menu, total-parts, type, condition, length):
9685         * gnus-agent.el (gnus-agent-read-agentview):
9686         * flow-fill.el (show-trailing-whitespace):
9687         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9688         eval-and-compile wrappers for byte compiler pacifiers.
9689
9690         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9691         (mm-display-inline-fontify): Check for featurep 'xemacs not
9692         extent-list.
9693
9694         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9695         itimer-list.
9696         (mm-create-image-xemacs): Only do something for XEmacs.
9697         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9698
9699         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9700
9701         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9702         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9703
9704 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9705
9706         * nnimap.el (nnimap-split-download-body):
9707         * gnus-demon.el (gnus-demon):
9708         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9709
9710 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9711
9712         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9713         New macros.
9714         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9715         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9716         copy data from unibyte buffer to multibyte current buffer.
9717         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9718         to copy data from unibyte current buffer to multibyte buffer.
9719         (nntp-make-process-buffer): Make process buffer unibyte.
9720
9721         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9722
9723 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9724
9725         * pop3.el (pop3-open-server): Accept and process data more robustly at
9726         connexion start to avoid spurious "POP SSL connexion failed" errors.
9727
9728 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9729
9730         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9731         read group names.
9732
9733 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9734
9735         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9736
9737 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9738
9739         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9740         (nnmail-save-active): Use a unibyte buffer when saving active file,
9741         which may contain non-ASCII group names.
9742
9743         * nnml.el (nnml-request-group): Decode group names in messages.
9744
9745 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9746
9747         * message.el (message-citation-line-function)
9748         (message-insert-formatted-citation-line): Fix spelling of
9749         `message-insert-formated-citation-line'.
9750
9751 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9752
9753         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9754
9755 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9756
9757         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9758         nnmail-pathname-coding-system.
9759
9760         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9761         that a user enters; decode group names in messages.
9762
9763         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9764
9765 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9766
9767         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9768
9769         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9770
9771         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9772         risky local variable.
9773
9774         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9775
9776 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9777
9778         * encrypt.el: Improve documentation to fix function name typo.
9779         Reported by Daiki Ueno <ueno@unixuser.org>.
9780
9781 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9782
9783         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9784         even if the point is not in the last page of an article.
9785         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9786         back to the previous page.
9787
9788 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9789
9790         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9791
9792 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9793
9794         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9795
9796 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9797
9798         * message.el (message-check-news-body-syntax):
9799         Avoid mm-string-as-multibyte.
9800         (message-hide-headers): Don't assume (point-min)==1.
9801
9802 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9803
9804         * message.el (message-remove-blank-cited-lines): Fix if remove is
9805         given.
9806         (message-bogus-address-regexp): New variable.
9807         (message-bogus-recipient-p): New function.
9808         (message-check-recipients): New command.
9809         (message-syntax-checks): Add `bogus-recipient'.
9810         (message-fix-before-sending): Add `bogus-recipient'.
9811
9812         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9813         (gnus-treat-body-boundary): Don't test window-system.
9814
9815 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9816
9817         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9818
9819 2007-10-28  Miles Bader  <miles@gnu.org>
9820
9821         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9822         at compile-time too.
9823
9824 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9825
9826         * gnus-msg.el (gnus-message-setup-hook):
9827         Add `message-remove-blank-cited-lines' to options.
9828
9829 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9830
9831         * message.el (message-remove-blank-cited-lines): New function.
9832         Suggested by Karl Plästerer.
9833
9834 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9835
9836         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9837         mapc.
9838
9839         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9840         (top-level): Use mapc to set functions to be traced for debugging.
9841
9842         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9843         called for effect with while loop.
9844
9845         * message.el (message-talkative-question): Replace mapcar called for
9846         effect with mapc.
9847
9848         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9849         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9850         called for effect with dolist.
9851
9852         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9853
9854         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9855         gnus-extra-headers and nnmail-extra-headers.
9856
9857         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9858         called for effect with dolist.
9859         (top-level): Use mapc to set functions to be traced for debugging.
9860
9861         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9862         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9863         dolist.
9864
9865         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9866         Replace mapcar called for effect with mapc.
9867         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9868         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9869         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9870         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9871
9872         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9873         remove-if that's a cl function.
9874
9875         * webmail.el (webmail-debug): Replace mapcar called for effect with
9876         dolist.
9877
9878         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9879         with mapc.
9880
9881 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9882
9883         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9884         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9885         with while loop.
9886
9887         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9888         functions from article-* functions.
9889         (gnus-multi-decode-header): Replace mapcar called for effect with
9890         dolist.
9891
9892         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9893         (gnus-bookmark-show-details): Replace mapcar called for effect with
9894         while loop.
9895
9896         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9897         called for effect with while loop.
9898
9899         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9900         with dolist.
9901
9902         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9903         Replace mapcar called for effect with dolist.
9904
9905         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9906
9907         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9908         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9909         Replace mapcar called for effect with dolist.
9910         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9911         mapc.
9912
9913         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9914         Replace mapcar called for effect with dolist.
9915         (gnus-topic-list): Replace mapcar called for effect with mapc.
9916
9917         * gnus.el: Use mapc instead of mapcar to add autoloads.
9918
9919 2007-10-23  Richard Stallman  <rms@gnu.org>
9920
9921         * gnus-group.el (gnus-group-highlight): Mark as risky.
9922
9923 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9924
9925         * gnus.el (gnus-server-to-method): Return method found first in
9926         gnus-newsrc-alist.
9927
9928         * gnus-art.el (gnus-article-highlight-signature)
9929         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9930         button overlay without the front stickiness.
9931
9932 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9933
9934         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9935         overview buffer needed a catch to receive its throw.
9936         (gnus-agent-flush-cache): Declare as interactive to make this function
9937         easier to use.
9938
9939 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9940
9941         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9942         `next-line'.
9943
9944 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9945
9946         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9947         exclude address matching message-dont-reply-to-names.
9948
9949 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9950
9951         * gnus-util.el (gnus-string<): New function.
9952
9953         * gnus-sum.el (gnus-article-sort-by-author)
9954         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9955
9956 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9957
9958         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9959         the frame-focus tag is set in gnus-buffer-configuration.
9960
9961 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9962
9963         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9964         the front stickiness.
9965
9966 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9967
9968         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9969         url pattern; remove duplicate one.
9970         (gnus-article-extend-url-button): New function.
9971         (gnus-article-add-buttons): Use it.
9972         (gnus-button-push): Use concatenated url that it makes.
9973
9974 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9975
9976         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9977
9978 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9979
9980         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9981         Don't hardcode point-min==1.
9982
9983 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9984
9985         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9986         Fix comment about "iso8859-1".
9987
9988 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9989
9990         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9991         ones returned from the verify-function.
9992
9993         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9994         Call mml2015-extract-cleartext-signature if extraction failed.
9995
9996 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9997
9998         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9999         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10000         failed.
10001
10002 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10003
10004         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10005
10006 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10007
10008         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10009         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10010         recommends to use EasyPG instead of PGG.
10011
10012         * pgg.el: Revert to revision 6.23.2.16.
10013
10014         * pgg-def.el: Revert to revision 6.6.2.14.
10015
10016         * pgg-gpg.el: Revert to revision 6.23.2.34.
10017
10018 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10019
10020         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10021         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10022         thread for both the null and zero (kill/expire thread) universal prefix
10023         cases.
10024         (gnus-summary-expire-thread): Add new function to expire a thread,
10025         using gnus-summary-kill-thread.
10026         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10027         shortcuts for gnus-summary-expire-thread.
10028         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10029         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10030
10031 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10032
10033         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10034         extras value, so an extras entry can be deleted.
10035         (gnus-registry-delete-extra-entry): Use it.
10036         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10037         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10038         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10039         storage through the gnus-registry, and provide an appropriate API for
10040         it.
10041
10042 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10043
10044         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10045         Suggested by Leo <sdl.web@gmail.com>.
10046
10047         * gnus.el: Do.
10048
10049 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10050
10051         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10052         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10053
10054         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10055
10056         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10057         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10058
10059 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10060
10061         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10062         newline.
10063         (nnmbox-request-accept-article): Don't change article in source buffer;
10064         narrow to header to use message-fetch-field rather than
10065         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10066         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10067         as delimiters; make sure article ends with newline.
10068         (nnmbox-delete-mail): Correct last position of article to be deleted;
10069         ignore X-Gnus-Newsgroup header in article body.
10070         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10071         positions; make sure article ends with newline.
10072
10073         * message.el (message-display-abbrev): Don't infloop when a user
10074         inserts SPC in the beginning of header.
10075
10076         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10077         coding-system-for-read and coding-system-for-write for XEmacs having no
10078         file-coding feature.
10079
10080         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10081
10082 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10083
10084         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10085         list of groups not followed by default.  Fix type to be regexp.
10086         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10087
10088 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10089
10090         * hmac-def.el (define-hmac-function): Switch from old-style to
10091         new-style backquotes.
10092
10093         * md4.el (md4-make-step): Likewise.
10094
10095 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10096
10097         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10098         raw-text coding system when saving .newsrc file, which may contain
10099         non-ASCII group names.
10100
10101 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10102
10103         * gnus-cus.el (gnus-score-extra): New widget.
10104         (gnus-score-extra-convert): New function.
10105         (gnus-score-customize): Use it for Extra.
10106
10107 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10108
10109         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10110         (mml2015-mailcrypt-clear-verify): Use it.
10111         (mml2015-gpg-clear-verify): Use it.
10112         (mml2015-pgg-clear-verify): Use it.
10113         (mml2015-epg-clear-verify): Replace the current part with the output
10114         from GnuPG; don't extract the plaintext by itself.
10115
10116         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10117         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10118         mml2015-clear-verify-function; don't touch the armor headers or
10119         dash-escaped text here.
10120
10121 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10122
10123         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10124         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10125         parts, or application/octet-stream as a last resort.
10126         (gnus-mime-view-part-as-type): Don't toggle display.
10127         (gnus-mime-view-part-as-charset): Don't turn off display before
10128         querying charset.
10129
10130         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10131         stuff to undisplayer function in Emacs.
10132         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10133
10134         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10135         text/calendar parts.
10136
10137 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10138
10139         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10140         decoding text/calendar parts.
10141
10142         * message.el (message-forward-make-body-mime): Always mark body as
10143         having no illegible text; remove signed-or-encrypted argument.
10144         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10145
10146         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10147         (mml-generate-mime-1): Don't encode body if it is specified to be in
10148         raw form; don't make buffer be unibyte when inserting multibyte string.
10149
10150 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10151
10152         * sha1.el: Fix up comment style.
10153         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10154         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10155
10156         * hex-util.el: Fix up comment style.
10157         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10158
10159         * gnus-salt.el: Use with-current-buffer.
10160         (gnus-pick-setup-message): Fix long-standing typo.
10161
10162 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10163
10164         * imap.el (imap-logout-timeout): New variable.
10165         (imap-logout, imap-logout-wait): New functions.
10166         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10167
10168         * nnimap.el (nnimap-logout-timeout): New server variable.
10169         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10170         nnimap-logout-timeout.
10171
10172         * gnus-art.el (gnus-article-summary-command-nosave)
10173         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10174
10175 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10176
10177         * gnus.el (gnus-maximum-newsgroup): New variable.
10178
10179         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10180         according to gnus-maximum-newsgroup.
10181
10182         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10183         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10184         Limit the range of articles according to gnus-maximum-newsgroup.
10185
10186 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10187
10188         * gnus-art.el (gnus-sticky-article): Fix problems described in
10189         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10190         Don't perform gnus-configure-windows here; reuse existing sticky
10191         article buffer.
10192
10193         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10194         it doesn't exist in gnus-article-mode.
10195
10196 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10197
10198         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10199         (gnus-agent-decoded-group-name): New function.
10200         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10201         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10202
10203 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10204
10205         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10206         Add binding for gnus-sticky-article.
10207         (gnus-summary-exit): Don't kill sticky article buffers.
10208
10209         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10210         article buffer.
10211         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10212         (gnus-kill-sticky-article-buffers): New commands.
10213
10214 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10215
10216         * nntp.el (nntp-xref-number-is-evil): New server variable.
10217         (nntp-find-group-and-number): If it is non-nil, don't trust article
10218         numbers in the Xref header.
10219
10220 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10221
10222         * gnus-agent.el (gnus-agent-read-group): New function.
10223         (gnus-agent-flush-group, gnus-agent-expire-group)
10224         (gnus-agent-regenerate-group): Use it.
10225         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10226         nnmail-pathname-coding-system.
10227
10228 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10229
10230         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10231
10232         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10233         that are unread as unread, and also as selected so that information of
10234         marks having been changed by a user may be updated when exiting group.
10235
10236 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10237
10238         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10239
10240 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10241
10242         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10243         calculated ignoring signature parts to gnus-treat-article.
10244
10245 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10246
10247         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10248         a point here in order to keep the window start.
10249         (gnus-insert-mime-security-button): Make a button overlay without the
10250         front stickiness.
10251         (gnus-mime-display-security): Goto the end of a button.
10252
10253         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10254
10255 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10256
10257         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10258         group-name-at-point.
10259         (gnus-group-completing-read): New function that offers decoded
10260         non-ASCII group names for completion.
10261         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10262         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10263         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10264         (gnus-group-fetch-control): Use it.
10265         (gnus-fetch-group): Use group-name-at-point for the initial value
10266         rather than the default value; use gnus-alive-p.
10267
10268         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10269         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10270         (gnus-summary-post-news): Use gnus-group-completing-read.
10271
10272         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10273         (gnus-read-move-group-name): Decode group name for completion.
10274
10275 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10276
10277         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10278         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10279         Yamaoka slightly modified the code).
10280
10281 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10282
10283         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10284         (nnmail-split-incoming): Bind it.
10285
10286         * nnml.el (nnml-group-name-charset): New function.
10287         (nnml-decoded-group-name): Use it; don't decode group name if
10288         nnmail-group-names-not-encoded-p is non-nil.
10289         (nnml-encoded-group-name): New function.
10290         (nnml-group-pathname): Inline nnml-decoded-group-name.
10291         (nnml-request-expire-articles): Decode group name in message.
10292         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10293         nnmail-pathname-coding-system.
10294         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10295         not decoded ones according to nnmail-group-names-not-encoded-p.
10296         (nnml-generate-active-info): Use nnml-encoded-group-name.
10297
10298 2007-08-08  Glenn Morris  <rgm@gnu.org>
10299
10300         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10301         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10302         doc-strings and comments.
10303
10304 2007-07-25  Glenn Morris  <rgm@gnu.org>
10305
10306         * Relicense all FSF files to GPLv3 or later.
10307
10308 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10309
10310         * gnus-sum.el (gnus-summary-move-article):
10311         Make gnus-summary-respool-article work.
10312
10313 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10314
10315         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10316         string.
10317
10318 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10319
10320         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10321         that should be ignored when comparing distant RSS articles with local
10322         ones.
10323         (nnrss-make-hash-index): New function.  Create a hash index according
10324         to the ignored fields.
10325         (nnrss-check-group): Use it.
10326
10327 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10328
10329         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10330
10331         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10332
10333         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10334         the new optional argument ENCODED is non-nil.
10335         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10336         coding system for encoding group name.
10337         (gnus-group-make-rss-group): Pass un-encoded group name to
10338         gnus-group-make-group.
10339         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10340         encoded.
10341
10342         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10343         Encode group name to which articles are moved or copied.
10344         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10345         coding system for encoding Newsgroup, Followup-To and Xref headers.
10346
10347         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10348         marks; use nnheader-file-coding-system to write a file.
10349         (nnagent-retrieve-headers): Bind file-name-coding-system to
10350         nnmail-pathname-coding-system.
10351
10352         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10353
10354         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10355         (nnml-request-article, nnml-request-create-group)
10356         (nnml-request-rename-group, nnml-find-id)
10357         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10358         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10359         (nnml-save-marks): Use nnml-group-pathname instead of
10360         nnmail-group-pathname.
10361
10362         (nnml-request-create-group, nnml-request-expire-articles)
10363         (nnml-request-move-article, nnml-request-delete-group)
10364         (nnml-deletable-article-p, nnml-possibly-create-directory)
10365         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10366         (nnml-open-marks): Bind file-name-coding-system to
10367         nnmail-pathname-coding-system.
10368
10369         (nnml-request-article): Pass server argument to nnml-find-group-number.
10370         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10371         Pass server argument to nnml-possibly-create-directory.
10372         (nnml-request-accept-article): Pass server argument to
10373         nnml-active-number and nnml-save-mail.
10374         (nnml-find-group-number): Pass server argument to nnml-find-id.
10375         (nnml-request-update-info): Pass server argument to
10376         nnml-marks-changed-p.
10377
10378         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10379         (nnml-save-mail, nnml-active-number): Add server argument.
10380
10381         (nnml-request-delete-group): Warn if group is missing.
10382         (nnml-get-nov-buffer): Decode group name.
10383         (nnml-generate-active-info): Encode group name.
10384         (nnml-open-marks): Decode group name in messages.
10385
10386 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10387
10388         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10389         if it is not specified.
10390         (gnus-article-pipe-part, gnus-article-save-part)
10391         (gnus-article-interactively-view-part, gnus-article-copy-part)
10392         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10393         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10394         (gnus-article-replace-part, gnus-article-delete-part)
10395         (gnus-article-view-part-as-type): Pass raw prefix argument to
10396         gnus-article-part-wrapper.
10397
10398 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10399
10400         * gnus-agent.el (gnus-agent-save-active):
10401         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10402
10403         * gnus-cache.el (gnus-cache-save-buffers)
10404         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10405         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10406         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10407         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10408         (gnus-cache-generate-active, gnus-cache-rename-group)
10409         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10410         (gnus-cache-update-overview-total-fetched-for):
10411         Bind file-name-coding-system to nnmail-pathname-coding-system.
10412         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10413         New variables.
10414         (gnus-cache-decoded-group-name): New function.
10415         (gnus-cache-file-name): Use it.
10416         (gnus-cache-generate-active): Use non-decoded group name for active.
10417
10418         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10419         right place.
10420         (gnus-write-active-file): Don't break non-ASCII group names.
10421
10422         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10423         nnmail-pathname-coding-system.
10424
10425         * lpath.el: Bind default-file-name-coding-system,
10426         file-name-coding-system and language-info-alist for XEmacs.
10427
10428         * gnus-uu.el (gnus-uu-decode-save): Typo.
10429
10430 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10431
10432         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10433
10434 2007-07-14  David Kastrup  <dak@gnu.org>
10435
10436         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10437         finishing actions if we did not edit the article.
10438
10439 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10440
10441         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10442         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10443         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10444         (gnus-agent-flush-group, gnus-agent-flush-cache)
10445         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10446         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10447         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10448         (gnus-agent-regenerate-group)
10449         (gnus-agent-update-files-total-fetched-for)
10450         (gnus-agent-update-view-total-fetched-for):
10451         Bind file-name-coding-system to nnmail-pathname-coding-system.
10452         (gnus-agent-group-pathname): Don't encode file names by
10453         nnmail-pathname-coding-system.
10454         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10455         coding-system-for-write instead of buffer-file-coding-system to
10456         gnus-agent-file-coding-system.
10457
10458         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10459         Decode group name.
10460
10461         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10462
10463         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10464         (gnus-read-newsrc-el-file): Make group names unibyte.
10465
10466         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10467         nnmail-pathname-coding-system.
10468
10469         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10470         (nnrss-request-delete-group): Bind file-name-coding-system to
10471         nnmail-pathname-coding-system.
10472         (nnrss-read-server-data, nnrss-read-group-data):
10473         Bind file-name-coding-system correctly.
10474         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10475
10476         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10477         (nntp-server-to-method-cache): New variable.
10478         (nntp-group-pathname): New function that decodes non-ASCII group names.
10479         (nntp-possibly-create-directory, nntp-marks-changed-p)
10480         (nntp-save-marks, nntp-open-marks): Use it.
10481         (nntp-possibly-create-directory, nntp-open-marks):
10482         Bind file-name-coding-system to nnmail-pathname-coding-system.
10483         (nntp-open-marks): Decode group names when bootstrapping marks.
10484
10485         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10486         Newsgroups and Folowup-To headers.
10487
10488 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10489
10490         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10491         (gnus-server-closed-face, gnus-server-denied-face)
10492         (gnus-server-offline-face): Remove variable.
10493         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10494
10495         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10496         of modifying message-stack directly for XEmacs.
10497
10498         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10499         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10500         if the coding-system argument is nil for XEmacs.
10501
10502         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10503         mm-charset-override-alist.
10504
10505         * rfc2047.el: Don't require base64; require rfc2045 for the function
10506         rfc2045-encode-string.
10507         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10508         to quote the parameter value.
10509
10510 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10511
10512         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10513         form in gnus-group-name-charset-method-alist.
10514
10515         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10516         overrides the default layout edit-form.
10517
10518         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10519
10520         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10521
10522 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10523
10524         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10525         as unfetched articles.
10526
10527 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10528
10529         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10530
10531 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10532
10533         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10534         original back end that keeps marks in the local system.
10535
10536 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10537
10538         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10539         arg of pop-to-buffer for XEmacs.
10540         (gnus-article-read-summary-keys): Ditto; don't restore window
10541         configuration if summary command ends up with neither article buffer
10542         nor summary buffer; describe bindings if summary keys end with C-h.
10543
10544 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10545
10546         * message.el (message-fix-before-sending): Skip raw message part to be
10547         forwarded while checking illegible text.
10548         (message-forward-make-body-mime, message-forward-make-body):
10549         Mark signed or encrypted raw message as having no illegible text.
10550
10551 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10552
10553         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10554         (gnus-message-with-timestamp-1): New macro.
10555         (gnus-message-with-timestamp): New function.
10556         (gnus-message): Use them.
10557
10558         * nnheader.el (nnheader-message): Use them.
10559
10560 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10561
10562         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10563         .newsrc.eld file.
10564
10565 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10566
10567         * gnus-agent.el (gnus-agent-fetch-headers)
10568         (gnus-agent-retrieve-headers):
10569         Bind gnus-decode-encoded-address-function to identity.
10570
10571         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10572         available also when the server returns simply a dot.
10573
10574         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10575
10576 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10577
10578         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10579
10580 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10581
10582         * gnus-ems.el (gnus-x-splash): Make it work.
10583
10584         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10585         from being used.
10586
10587         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10588
10589 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10590
10591         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10592         4th and the 5th arguments.
10593
10594         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10595         the front stickiness.
10596         (gnus-article-summary-command-nosave): Correct the order of the
10597         arguments passed to pop-to-buffer.
10598         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10599         summary command ends up with the article buffer.
10600
10601         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10602         the same faces.
10603
10604 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10605
10606         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10607
10608 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10609
10610         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10611         * gnus-sum.el (gnus-summary-highlight):
10612         * pgg.el (pgg-sign-region, pgg-sign):
10613         * mail-source.el (mail-source-delete-old-incoming-confirm):
10614         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10615
10616 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10617
10618         * gnus-art.el (gnus-mime-view-part-externally)
10619         (gnus-mime-view-part-internally): Fix predicate function passed to
10620         completing-read.
10621
10622         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10623
10624         * gnus.el (gnus-update-message-archive-method): Add :version.
10625
10626 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10627
10628         * gnus.el (gnus-update-message-archive-method): New variable.
10629
10630         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10631         according to gnus-message-archive-method if
10632         gnus-update-message-archive-method is non-nil.
10633
10634 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10635
10636         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10637         Suggested by Loic Dachary <loic@dachary.org>.
10638         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10639
10640 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10641
10642         * message.el (message-pop-to-buffer): Add switch-function argument.
10643         (message-mail): Pass switch-function argument to it.
10644
10645 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10646
10647         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10648         Improve doc string.
10649
10650 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10651
10652         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10653         (gnus-header-content)
10654         * gnus-cite.el (gnus-cite-10)
10655         * gnus-srvr.el (gnus-server-closed)
10656         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10657         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10658         (gnus-group-mail-3-empty, gnus-group-mail-low)
10659         (gnus-group-mail-low-empty, gnus-splash)
10660         * message.el (message-header-to, message-header-cc)
10661         (message-header-subject, message-header-other, message-header-name)
10662         (message-header-xheader, message-separator, message-cited-text)
10663         (message-mml): Lighten colors of faces used for dark background.
10664
10665 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10666
10667         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10668         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10669
10670 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10671
10672         * message.el (message-narrow-to-headers-or-head):
10673         Ignore mail-header-separator in the body.
10674
10675 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10676
10677         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10678         same as window size.
10679
10680 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10681
10682         * message.el (message-font-lock-keywords): Use message-header-xheader
10683         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10684         ahead of the anything pattern, to get it recognised.
10685
10686 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10687
10688         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10689         spam.el loads uses it in the compiled defadvice form.
10690
10691 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10692
10693         * gnus-sum.el (gnus-articles-to-read)
10694         (gnus-summary-insert-old-articles): Don't truncate group name for
10695         `read-string'.
10696
10697         * gnus-util.el (gnus-limit-string): Delete this function.
10698
10699         * gnus-sum.el (gnus-simplify-subject-fully):
10700         Use `truncate-string-to-width' instead.
10701
10702 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10703
10704         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10705         Tell if, on summary exit, the next group has to be selected.
10706         (gnus-summary-exit): Use it.
10707
10708 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10709
10710         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10711         non-break space.
10712
10713 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10714
10715         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10716         Check if group is not a directory.
10717         (nnfolder-request-expire-articles): Don't delete articles if the target
10718         group is not available.
10719
10720         * nnml.el (nnml-request-create-group): Properly check if group is not a
10721         file.
10722         (nnml-request-expire-articles): Don't delete articles if the target
10723         group is not available.
10724
10725         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10726         Don't quote characters that are within parentheses.
10727
10728 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10729
10730         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10731         (gnus-handle-ephemeral-exit): Select article according to it.
10732
10733 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10734
10735         * message.el (message-insert-formated-citation-line): Remove newline.
10736         (message-citation-line-format): Add final \n here so that the user can
10737         avoid a blank line.
10738
10739 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10740
10741         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10742         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10743         Update lanl/arXiv support.
10744
10745 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10746
10747         * gnus.el: Bump version number.
10748
10749 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10750
10751         * gnus.el (gnus-version-number): Bump version.
10752
10753 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10754
10755         * gnus.el: No Gnus v0.6 is released.
10756
10757 2007-04-27  Didier Verna  <didier@xemacs.org>
10758
10759         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10760         * gmm-utils.el (gmm-regexp-concat): ... here.
10761         * message.el: Don't require 'gnus-util.
10762         (message-dont-reply-to-names): Handle name change above.
10763         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10764
10765 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10766
10767         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10768         since the initial value varies according to the system.
10769
10770 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10771
10772         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10773
10774 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10775
10776         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10777
10778 2007-04-24  Didier Verna  <didier@xemacs.org>
10779
10780         Improve the type of gnus-ignored-from-addresses.
10781         * gnus-util.el (gnus-orify-regexp): New function.
10782         * message.el (gnus-util): Require it.
10783         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10784         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10785         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10786
10787 2007-04-24  Didier Verna  <didier@xemacs.org>
10788
10789         * gnus-sum.el:
10790         * gnus-utils.el: Fix some trailing whitespaces.
10791
10792 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10793
10794         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10795         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10796         article's Message-ID; refer parent article in summary buffer.
10797
10798         * message.el (message-bounce): Call mime-to-mml.
10799
10800         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10801         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10802         optimize and/or forms properly.
10803
10804 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10805
10806         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10807         URL.
10808
10809 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10810
10811         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10812
10813 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10814
10815         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10816         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10817         displayed of multipart/alternative part if it is invoked from summary
10818         buffer.
10819
10820         * mm-view.el (mm-inline-text-html-render-with-w3m)
10821         (mm-inline-text-html-render-with-w3m-standalone)
10822         (mm-inline-render-with-function): Use mail-parse-charset by default.
10823
10824 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10825
10826         * parse-time.el (parse-time-string-chars): Check if CHAR
10827         is less than the length of parse-time-syntax.
10828
10829 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10830
10831         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10832         from gnus-newsgroup-processable.
10833
10834 2007-04-16  Didier Verna  <didier@xemacs.org>
10835
10836         * gnus-msg.el (gnus-configure-posting-styles):
10837         Handle message-signature-directory properly with :file syntax.
10838         Reported by "Leo".
10839
10840 2007-04-11  Didier Verna  <didier@xemacs.org>
10841
10842         New user option: message-signature-directory.
10843         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10844         * message.el (message-insert-signature): Ditto.
10845         * message.el (message-signature-file): Doc update.
10846         * message.el (message-signature-directory): New.
10847
10848 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10849
10850         * gnus-msg.el (gnus-inews-yank-articles):
10851         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10852
10853 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10854
10855         * message.el (message-yank-original): Make sure cited text ends with
10856         newline; don't exchange point and mark.
10857
10858 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10859
10860         * tls.el (open-tls-stream): Properly handle case where there
10861         is no associated buffer.
10862
10863 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10864
10865         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10866         message-yank-original, make sure (< mark TEXT point).
10867
10868 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10869
10870         * message.el (message-fill-column): New variable.
10871         (message-mode): Use it.  Add comment on a possible new hook.
10872
10873         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10874         (nnmail-get-new-mail): Reformat.
10875
10876         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10877
10878         * gmm-utils.el: Fix Commentary.
10879         (gmm-tool-bar-from-list): Fix typo in doc string.
10880
10881 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10882
10883         * message.el (message-yank-original): Don't switch point and mark
10884         unnecessarily to put point and mark as documented.
10885
10886 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10887
10888         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10889         from the message heads.
10890
10891 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10892
10893         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10894         article buffer does not have a window.  This may not be the best
10895         solution but is certainly better than setting the start of the null,
10896         that is the current, window.
10897
10898 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10899
10900         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10901         (gnus-draft-setup): Run it.
10902
10903         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10904         gnus-score-fast-scoring.  Allow regexp.
10905         (gnus-score-headers): Use it.
10906
10907         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10908         XEmacs.
10909
10910         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10911         string.
10912         (gnus-button-alist): Also catch `<f1> k ...'.
10913         (gnus-treat-display-x-face): Fix doc string.
10914
10915 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10916
10917         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10918         evaluation of gnus-extended-version to ensure correct generation of the
10919         User-Agent header when message-generate-headers-first is used.
10920
10921 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10922
10923         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10924         hashcash-path is nil.  Don't call callback with incorrect number of
10925         parameters if val is 0.
10926
10927 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10928
10929         * message.el (message-required-news-headers):
10930         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10931
10932 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10933
10934         * tls.el (open-tls-stream): In handshake-waiting loop,
10935         don't wait more if there is output available to process.
10936
10937 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10938
10939         * tls.el (tls-program): Doc fix.
10940
10941 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10942
10943         * message.el (message-generate-new-buffers): Change the meaning of the
10944         nil value; add `standard' to the choices; treat t as `unique'; improve
10945         doc string.
10946         (gnus-select-frame-set-input-focus): Autoload.
10947         (message-buffer-name): Search for the existing message buffer if
10948         message-generate-new-buffers is nil or `standard'; treat the value t of
10949         message-generate-new-buffers as `unique'.
10950         (message-pop-to-buffer): Raise the frame already displaying the message
10951         buffer; clear the echo area after querying.
10952         (message-setup): Pass the `continue' argument to compose-mail.
10953         (message-mail): Prefer `switch-function' if it is given; search for the
10954         existing message buffer if the `continue' argument is non-nil; pass
10955         continue and switch-function arguments to compose-mail by way of
10956         message-setup.
10957         (message-mail-other-window): Adjust argument of message-setup.
10958         (message-mail-other-frame): Ditto.
10959
10960 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10961
10962         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10963         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10964         to turn font-lock on when turning gnus-message-citation-mode on.
10965
10966 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10967
10968         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10969         (mml-smime-function-alist): New variable; add epg as the backend.
10970         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10971         mml-smime- functions instead.
10972         * mm-view.el: Require smime.
10973
10974 2007-03-05  Didier Verna  <didier@xemacs.org>
10975
10976         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10977         instead of just inheritance for posting styles.
10978         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10979
10980 2007-02-24  Chris Moore  <dooglus@gmail.com>
10981
10982         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10983         * pgg-pgp.el (pgg-pgp-encrypt-region):
10984         * pgg-gpg.el (pgg-gpg-encrypt-region):
10985         Check pgg-encrypt-for-me if no other recipients.
10986
10987 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10988
10989         * tls.el (tls-certtool-program): Fix custom type.
10990
10991 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10992
10993         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10994         and point-at-eol instead of line-(beginning|end)-position.
10995
10996         * assistant.el (assistant-parse-buffer): Ditto.
10997
10998         * netrc.el (netrc-parse-services): Ditto.
10999
11000 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11001
11002         * mml2015.el (mml2015-epg-find-usable-key): New function.
11003         (mml2015-epg-sign): Use it.
11004         (mml2015-epg-encrypt): Use it.
11005
11006 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11007
11008         * message.el (message-make-in-reply-to): Quote name containing
11009         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11010         if there are special characters.  Reported by NAKAJI Hiroyuki
11011         <nakaji@jp.freebsd.org>.
11012
11013 2007-02-27  Didier Verna  <didier@xemacs.org>
11014
11015         Include the group parameters as well as the topic ones in the
11016         inheritance filter process.
11017         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11018         argument GROUP-PARAMS-LIST.
11019         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11020
11021 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11022
11023         * nntp.el (nntp-never-echoes-commands)
11024         (nntp-open-connection-functions-never-echo-commands): New variables.
11025         (nntp-send-command): Use them.
11026
11027 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11028
11029         * mml2015.el (mml2015-epg-verify): Simplify.
11030
11031 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11032
11033         * mml.el (mml-content-disposition-alist): New user option.
11034         (mml-content-disposition): New function.
11035         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11036         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11037
11038 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11039
11040         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11041         verification.
11042
11043 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11044
11045         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11046         articles posted in the last 24 hours.
11047
11048 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11049
11050         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11051
11052 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11053
11054         * nntp.el (nntp-send-command): Don't wait for echoes when
11055         nntp-open-ssl-stream is used.
11056
11057 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11058
11059         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11060         (gnus-message-add-citation-keywords)
11061         (gnus-message-remove-citation-keywords): Remove.
11062         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11063         directly, make the variables in font-lock-defaults buffer-local, add
11064         gnus-message-citation-keywords to them and then update the value of
11065         font-lock-keywords.
11066
11067 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11068
11069         * message.el (message-cite-original-1): Don't call
11070         gnus-article-highlight-citation.
11071
11072         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11073         citations; fix line count.
11074
11075 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11076
11077         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11078         (gnus-message-add-citation-keywords)
11079         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11080         versions of font-lock-add-keywords and font-lock-remove-keywords to
11081         work with XEmacs correctly.
11082
11083 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11084
11085         * gnus-cite.el (gnus-cite-face-list): Set the values of
11086         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11087         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11088         (gnus-message-cite-prefix-regexp): New variable.
11089         (gnus-message-search-citation-line): Use it; protect against long
11090         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11091         the 0th match data for Emacs.
11092         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11093         (gnus-message-add-citation-keywords): Append keywords rather than
11094         prepending; emulate font-lock-add-keywords if it is not available.
11095         (gnus-message-remove-citation-keywords):
11096         Emulate font-lock-remove-keywords if it is not available.
11097
11098         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11099
11100         * message.el (message-cite-prefix-regexp): Set the value of
11101         gnus-message-cite-prefix-regexp.
11102
11103 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11104
11105         * nnweb.el (nnweb-google-parse-1): Update parser.
11106
11107 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11108
11109         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11110
11111 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11112
11113         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11114         regexp.
11115
11116 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11117
11118         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11119         string-to-multibyte.
11120         (uudecode-decode-region-internal): Use it.
11121
11122         * lpath.el: Fbind string-as-multibyte for XEmacs.
11123
11124 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11125
11126         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11127         Fix custom choice.
11128
11129         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11130
11131 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11132
11133         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11134
11135         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11136         `write-region' to respect `mm-inhibit-file-name-handlers'.
11137
11138 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11139
11140         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11141         Use gnus-home-directory instead of "~/" or "$HOME".
11142
11143 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11144
11145         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11146         to mention filename.
11147         Add comments at beginning regarding usage.
11148         (encrypt-write-file-contents): Change interactive so a string is
11149         acceptable.  If the file has no associated model, show an error instead
11150         of a nonsense prompt.
11151
11152 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11153
11154         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11155         Thanks to Yoshihiko Yamada for kind notification of this typo.
11156
11157 2007-01-12  Kenichi Handa  <handa@m17n.org>
11158
11159         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11160         multibyte buffer.
11161
11162 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11163
11164         * gnus-score.el (gnus-score-fast-scoring): New variable.
11165         (gnus-score-headers): Use it.
11166
11167         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11168
11169         * message.el (message-cite-original-1):
11170         Call gnus-article-highlight-citation if requested.
11171         (message-make-from): Allow name and address as optional arguments.
11172
11173         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11174
11175         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11176         bugs to doc string.
11177         (gnus-button-alist): Add mid\\|message-id.
11178         (gnus-button-fetch-group): Extend for use in
11179         `browse-url-browser-function'.
11180         (gnus-button-url-regexp): Try to catch paired parentheses like in
11181         Wikipedia URLs.
11182
11183         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11184         Suggested by Simon Krahnke <overlord@gmx.li>.
11185
11186 2007-01-13  Romain Francoise  <romain@orebokech.com>
11187
11188         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11189         Update copyright.
11190
11191 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11192
11193         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11194
11195 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11196
11197         * gnus-registry.el (gnus-registry-unfollowed-groups)
11198         (gnus-registry-split-fancy-with-parent): Fix documentation.
11199
11200 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11201
11202         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11203         from nnweb groups.
11204
11205 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11206
11207         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11208         Xref urls.  Erase buffer before requesting head.
11209
11210         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11211
11212 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11213
11214         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11215         customizable.
11216
11217 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11218
11219         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11220         no signing key is found.
11221         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11222         no encrypting and/or signing key is found.
11223
11224 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11225
11226         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11227
11228 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11229
11230         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11231         headers read from disk with the ones newly found in the current search.
11232         This should no longer cause problems, because the article numbers in
11233         Gmane's `nov.php' output are ignored since the previous change.
11234
11235 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11236
11237         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11238
11239 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11240
11241         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11242         replace-regexp-in-string; bind url-version; fbind display-images-p and
11243         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11244         find-face and set-itimer-function for Emacs; bind itimer-list for
11245         Emacs.
11246
11247         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11248
11249 2007-01-01  Romain Francoise  <romain@orebokech.com>
11250
11251         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11252
11253 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11254
11255         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11256         `define-minor-mode' macro definition expanded properly.
11257         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11258         exclude it there.
11259
11260         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11261         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11262         `fboundp' test.
11263         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11264         This is OK to autoload in (S)XEmacs now.
11265
11266 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11267
11268         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11269         keystroke.
11270         (gnus-summary-limit-to-singletons): Fix typo.
11271
11272         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11273         else fails.
11274
11275 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11276
11277         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11278         docstring.
11279
11280         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11281         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11282         (gnus-summary-insert-dormant-articles): Fix typo in message.
11283
11284 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11285
11286         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11287         nil for XEmacs.
11288         (gnus-message-citation-mode): Don't autoload in XEmacs.
11289
11290         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11291
11292 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11293
11294         * nnimap.el (nnimap-expunge-search-string):
11295         Mention nnimap-search-uids-not-since-is-evil in docstring.
11296
11297 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11298
11299         * spam.el: Revert to make-obsolete-variable because
11300         define-obsolete-variable-alias is not supported in Emacs 21.
11301
11302         * spam.el (spam-ifile-path, spam-ifile-database-path)
11303         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11304         make-obsolete-variable.
11305         (spam-bsfilter-path, spam-bsfilter-program)
11306         (spam-spamassassin-path, spam-spamassassin-program)
11307         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11308         Don't use "path" inappropriately.
11309         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11310         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11311         variable names.
11312
11313 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11314
11315         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11316         summary buffer.
11317
11318         * password.el (password-cache-remove): Use clear-string to burn
11319         password, if available.
11320
11321 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11322
11323         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11324
11325         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11326
11327         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11328         (gnus-message-highlight-citation): Move defcustom here from
11329         gnus-cite.el.
11330         (gnus-message-citation-mode): Autoload.
11331
11332         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11333         checks to make it compile with XEmacs.
11334         (gnus-message-citation-mode): New minor mode.
11335         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11336         (gnus-message-highlight-citation): New variables.
11337         (gnus-message-search-citation-line)
11338         (gnus-message-add-citation-keywords)
11339         (gnus-message-remove-citation-keywords)
11340         (turn-on-gnus-message-citation-mode)
11341         (turn-off-gnus-message-citation-mode): New functions.
11342
11343 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11344
11345         * gnus-cite.el: Enable highlighting of different citation levels in
11346         message-mode.
11347
11348 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11349
11350         * message.el (message-make-fqdn): Fix comment.
11351         (message-bogus-system-names): Add ".local".
11352
11353         * spam.el (spam-ifile-path, spam-ifile-program)
11354         (spam-ifile-database-path, spam-ifile-database)
11355         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11356         Don't use "path" inappropriately.
11357         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11358         strings.
11359         (spam-check-ifile, spam-ifile-register-with-ifile)
11360         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11361         Use new variable names.
11362
11363         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11364         (gnus-treat-display-smileys): Simplify using
11365         gnus-image-type-available-p.
11366
11367         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11368         available.
11369
11370         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11371         Use `display-images-p' if available.
11372
11373 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11374
11375         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11376         one after turning on the buffer's multibyteness instead of decoding
11377         them directly in the unibyte buffer that causes unexpected conversion
11378         in Emacs 23 (unicode).
11379
11380 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11381
11382         * message.el (message-generate-hashcash): Fix custom type.
11383
11384 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11385
11386         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11387
11388 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11389
11390         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11391         disconnect icons.  Add help text.
11392
11393 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11394
11395         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11396         negated to be consistent with the others we handle.
11397
11398 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11399
11400         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11401         version of gnus-summary-buffer to something, so that we can use two
11402         article buffers at the same time.
11403
11404 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11405
11406         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11407         trigger all the extra headers.
11408         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11409         sorting.
11410
11411 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11412
11413         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11414         solid groups.
11415
11416 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11417
11418         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11419
11420 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11421
11422         * legacy-gnus-agent.el: Add Copyright notice.
11423
11424 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11425
11426         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11427
11428 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11429
11430         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11431
11432         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11433         to make it work reliably in CVS Emacs.
11434         (gnus-summary-limit-strange-charsets-predicate)
11435         (gnus-summary-limit-to-predicate): New functions.
11436
11437 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11438
11439         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11440         specifying array size.
11441         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11442         array if it is too small.
11443         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11444         (gnus-sort-threads-loop): New function.
11445
11446 2006-12-06  Chris Moore  <dooglus@gmail.com>
11447
11448         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11449         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11450
11451 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11452
11453         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11454         options.
11455
11456 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11457
11458         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11459         DOS-ing the recipient.
11460
11461         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11462         the headers when creating the mapping to avoid mismappings.
11463         (nnweb-gmane-create-mapping): Always nix out old mapping.
11464
11465 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11466
11467         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11468         and mm-verify-option to never.
11469
11470 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11471
11472         * message.el (message-signed-or-encrypted-p): New function.
11473         (message-forward-make-body): Use it.
11474
11475         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11476         Replace encode-coding-string with mm-encode-coding-string.
11477
11478 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11479
11480         * nneething.el (nneething-decode-file-name):
11481         Replace decode-coding-string with mm-decode-coding-string.
11482
11483         * gnus-int.el (gnus-open-server): Say failed server's name.
11484
11485 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11486
11487         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11488         strings to a single string.  Quote `errors-file-name'.
11489         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11490         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11491         Adjust calls.  Use `shell-quote-argument'.
11492
11493 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11494
11495         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11496         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11497
11498         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11499         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11500         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11501         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11502         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11503         (gnus-subscribe-newsgroup, gnus-1):
11504         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11505         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11506         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11507         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11508
11509 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11510
11511         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11512         keystroke.
11513         (gnus-summary-limit-to-bodies): Implement headersp.
11514
11515 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11516
11517         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11518
11519 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11520
11521         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11522
11523 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11524
11525         * message.el (message-generate-hashcash): Expand range of values to
11526         include `opportunistic'.
11527         (message-send-mail): Use it.
11528
11529 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11530
11531         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11532         and comment it.
11533
11534         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11535
11536 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11537
11538         * gnus-util.el (gnus-extract-address-components): Improve comment.
11539
11540 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11541
11542         * gnus-util.el (gnus-extract-address-components): Work with address in
11543         which the name portion contains @.
11544
11545         * lpath.el: Fbind custom-autoload.
11546
11547 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11548
11549         * gnus.el (gnus-start): Move custom group up.
11550         (gnus-select-method): Don't autoload, but make it available for
11551         `customize-variable'.
11552         (gnus-getenv-nntpserver): Don't autoload.
11553
11554 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11555
11556         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11557
11558 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11559
11560         * message.el (message-sendmail-extra-arguments): New variable.
11561         (message-send-mail-with-sendmail): Use it.
11562
11563 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11564
11565         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11566         mm-with-unibyte-current-buffer to make string unibyte.
11567
11568         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11569         mm-string-as-multibyte.
11570
11571 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11572
11573         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11574         Reported by Werner Koch <wk@gnupg.org>.
11575
11576 2006-11-14  Daiki Ueno  <ueno@p360>
11577
11578         * mml2015.el: Autoload epa-select-keys when compiling.
11579
11580 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11581
11582         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11583         message-options.
11584         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11585
11586 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11587
11588         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11589         EasyPG (< 0.0.6).
11590         (mml2015-always-trust): New user option.
11591         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11592         prompt.
11593
11594 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11595
11596         * nntp.el (nntp-authinfo-force): New variable.
11597         (nntp-send-authinfo): Use it.
11598
11599 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11600
11601         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11602         decode encoded words.  Improve prompt.  Add comment about forwarding.
11603         (message-replacement-char): Move up.
11604
11605 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11606
11607         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11608         instead of gnus-intersection because arguments of gnus-sorted-nunion
11609         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11610
11611 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11612
11613         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11614         (message-simplify-subject-functions):
11615         Enable message-strip-subject-encoded-words by default.
11616
11617 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11618
11619         * message.el (message-strip-subject-encoded-words): New function.
11620         (message-simplify-subject-functions): New variable.
11621         (message-simplify-subject): Use it.  Fix typo in doc string.
11622         Support message-strip-subject-encoded-words.
11623
11624 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11625
11626         * gnus-diary.el (gnus-diary-delay-format-function):
11627         * nndiary.el (nndiary-reminders):
11628         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11629
11630 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11631
11632         * gnus-art.el (article-hide-boring-headers): Fetch date from
11633         gnus-original-article-buffer to avoid problems with localized date
11634         strings.
11635
11636 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11637
11638         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11639
11640 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11641
11642         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11643         New variables.
11644         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11645         (mm-charset-synonym-alist): Move some entries to
11646         mm-codepage-iso-8859-list.
11647         (mm-charset-synonym-alist, mm-charset-override-alist):
11648         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11649
11650 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11651
11652         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11653
11654 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11655
11656         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11657         with Emacs 21 and XEmacs.
11658
11659 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11660
11661         * spam.el (spam-parse-address): New function for better parsing,
11662         catching errors, etc.
11663         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11664
11665 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11666
11667         * mm-view.el: Add interactive arg to html2text autoload.
11668
11669 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11670
11671         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11672
11673 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11674
11675         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11676         New variables.
11677         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11678         (mm-charset-synonym-alist): Move some entries to
11679         mm-codepage-iso-8859-list.
11680
11681         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11682
11683 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11684
11685         * message.el (message-citation-line-format)
11686         (message-insert-formated-citation-line): Fix implementation of %E, %N
11687         and %n according to the doc string.
11688
11689 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11690
11691         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11692         Use car-safe to avoid bad parses.
11693
11694 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11695
11696         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11697         names.
11698
11699         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11700
11701 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11702
11703         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11704         header.
11705
11706         * message.el (message-draft-headers): Add Date.
11707         (message-headers-to-generate): Fix typo in docstring.
11708
11709         * nndraft.el (nndraft-required-headers): New variable.
11710         (nndraft-generate-headers): Use it.
11711
11712         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11713
11714 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11715
11716         * gnus-registry.el (gnus-registry-wash-for-keywords)
11717         (gnus-registry-find-keywords): New functions to allow easy searching of
11718         articles that are in the registry.
11719
11720 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11721
11722         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11723         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11724         Reported by Damien Elmes <damien@repose.cx>.
11725
11726 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11727
11728         * gnus.el (gnus-mime): Remove unused custom group.
11729
11730 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11731
11732         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11733         "blank line" when searching for end of armor headers.
11734
11735 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11736
11737         * gmm-utils.el (gmm-write-region): Fix variable name.
11738
11739 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11740
11741         * gmm-utils.el (gmm-write-region): New function based on compatibility
11742         code from `mm-make-temp-file'.
11743
11744         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11745
11746         * nnmaildir.el (nnmaildir--update-nov)
11747         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11748         Use `gmm-write-region'.
11749
11750 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11751
11752         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11753         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11754
11755         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11756
11757         * message.el (message-replacement-char): New variable.
11758         (message-fix-before-sending): Use it.
11759         (message-simplify-subject): New function to remove duplicate code.
11760         (message-reply, message-followup): Use it.
11761
11762         * gnus-sum.el (gnus-summary-make-menu-bar):
11763         Clarify gnus-summary-limit-to-articles.
11764
11765 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11766
11767         * gnus-util.el (gnus-with-local-quit): New macro.
11768
11769         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11770
11771 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11772
11773         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11774         ignore non-string data.
11775
11776 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11777
11778         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11779         non-string data (needs to be done in the registry too).
11780
11781 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11782
11783         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11784         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11785         (gnus-registry-split-fancy-with-parent)
11786         (gnus-registry-fetch-simplified-message-subject-fast)
11787         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11788         Remove text properties on ingress into the registry and when it's saved.
11789         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11790         registry from entries with no groups.
11791
11792 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11793
11794         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11795         function to remove string properties.
11796
11797 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11798
11799         * gmm-utils.el (gmm): Adjust custom version.
11800
11801         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11802         Adjust custom version.
11803
11804         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11805
11806 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11807
11808         * gnus-art.el (gnus-insert-prev-page-button)
11809         (gnus-insert-next-page-button): Simplify.  Reformat.
11810
11811 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11812
11813         * gnus-art.el (gnus-insert-prev-page-button)
11814         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11815
11816 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11817
11818         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11819
11820 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11821
11822         * gnus-art.el (gnus-insert-mime-button)
11823         (gnus-insert-mime-security-button):
11824         Apply gnus-article-button-face to MIME and security buttons.
11825
11826 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11827
11828         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11829         readable.
11830
11831 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11832
11833         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11834
11835 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11836
11837         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11838         `browse-url-of-file' instead of `browse-url'.
11839
11840 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11841
11842         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11843         regexp.  Articles containing quotation were cut prematurely.
11844
11845 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11846
11847         * message.el (message-cite-original-1): Use nobody by default for the
11848         value of From header.
11849         (message-reply): Ditto.
11850
11851 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11852
11853         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11854         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11855         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11856
11857 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11858
11859         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11860         mails in the doc string.  Add some URLs in comment.
11861         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11862
11863 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11864
11865         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11866         backslashes handling and the way to find boundaries of quoted strings.
11867
11868 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11869
11870         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11871         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11872         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11873         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11874
11875 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11876
11877         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11878         doc string.
11879         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11880
11881 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11882
11883         * lpath.el: Fbind epg-check-configuration.
11884
11885 2006-09-06  Simon Josefsson  <jas@extundo.com>
11886
11887         * mml2015.el (mml2015-use): Doc fix, mention epg.
11888
11889 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11890
11891         * mml2015.el (mml2015-use): Default to epg, if available.
11892
11893 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11894
11895         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11896         message-sender.
11897         (mml1991-epg-encrypt): Ditto.
11898         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11899         message-sender.
11900         (mml2015-epg-encrypt): Ditto.
11901
11902 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11903
11904         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11905         several common directories.
11906
11907 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11908
11909         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11910         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11911
11912 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11913
11914         * gnus-art.el (article-decode-encoded-words): Make it fast.
11915
11916 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11917
11918         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11919
11920         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11921         in quoted string into `\'.
11922
11923 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11924
11925         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11926         Use standard-syntax-table.
11927
11928 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11929
11930         * gnus-art.el (gnus-decode-address-function): New variable.
11931         (article-decode-encoded-words): Use it to decode headers which are
11932         assumed to contain addresses.
11933         (gnus-mime-delete-part): Remove useless `or'.
11934
11935         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11936         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11937         (gnus-nov-parse-line): Use it to decode From header.
11938         (gnus-get-newsgroup-headers): Ditto.
11939         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11940
11941         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11942         (mail-decode-encoded-address-string): New alias.
11943
11944         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11945         New function.
11946         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11947         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11948         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11949         (rfc2047-decode-string): Ditto.
11950         (rfc2047-decode-address-region): New function.
11951         (rfc2047-decode-address-string): New function.
11952
11953 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11954
11955         * message.el (message-caesar-buffer-body): Allow rotating headers.
11956
11957         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11958
11959         * message.el (message-insert-formated-citation-line): Fix %f.
11960         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11961
11962 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11963
11964         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11965         (gnus-bookmark-mouse-available-p): New macro.
11966         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11967         (gnus-bookmark-bmenu-show-infos): Use it.
11968         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11969         (gnus-bookmark-bmenu-hide-infos): Ditto.
11970         (gnus-bookmark-remove-properties): New function.
11971         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11972         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11973         (gnus-bookmark-write-file): Bind coding-system-for-write.
11974         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11975         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11976         group before selecting it.
11977         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11978         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11979         quit-window if it is not available; use gnus-mouse-2 and bind it to
11980         gnus-bookmark-bmenu-select-by-mouse.
11981         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11982         (gnus-bookmark-bmenu-select-by-mouse): New function.
11983
11984 2006-08-13  Romain Francoise  <romain@orebokech.com>
11985
11986         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11987         space.
11988
11989 2006-08-10  Romain Francoise  <romain@orebokech.com>
11990
11991         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11992         (dns-mode-soa-auto-increment-serial): New user option.
11993         (dns-mode-soa-maybe-increment-serial): New function.
11994         (dns-mode): Add the latter to `write-contents-functions'.
11995
11996 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11997
11998         * compface.el (uncompface): Use binary rather than raw-text-unix.
11999
12000 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12001
12002         * compface.el (uncompface): Make sure the eol conversion doesn't take
12003         place when communicating with the external programs.
12004         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12005
12006 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12007
12008         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12009
12010 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12011
12012         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12013         Make it more robust by parsing author and date independently.
12014
12015 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12016
12017         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12018
12019 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12020
12021         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12022         first matching secret key.
12023         (mml2015-epg-encrypt): Ditto.
12024
12025         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12026         first matching secret key.
12027         (mml1991-epg-encrypt): Ditto.
12028
12029         * mml2015.el (mml2015-encrypt-to-self): New user option.
12030         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12031         mml2015-epg-encrypt-to-self is set.
12032
12033         * mml1991.el (mml1991-encrypt-to-self): New variable.
12034         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12035         mml1991-epg-encrypt-to-self is set.
12036
12037         * mml2015.el (mml2015-signers): New user option.
12038         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12039         (mml2015-epg-encrypt): Allow to select signing keys.
12040
12041         * mml1991.el (mml1991-signers): New variable.
12042         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12043         (mml1991-epg-encrypt): Allow to select signing keys.
12044
12045 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12046
12047         * nnheader.el (nnheader-insert-head): Make it work even if the file
12048         uses CRLF for the line-break code.
12049
12050 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12051
12052         * mml2015.el: Require mml-sec instead of password.
12053         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12054         (mml2015-cache-passphrase): Inherit the default value from
12055         mml-secure-cache-passphrase.
12056         (mml2015-passphrase-cache-expiry): Inherit the default value from
12057         mml-secure-passphrase-cache-expiry.
12058
12059         * mml1991.el: Require mml-sec instead of password.
12060         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12061         (mml1991-cache-passphrase): Inherit the default value from
12062         mml-secure-cache-passphrase.
12063         (mml1991-passphrase-cache-expiry): Inherit the default value from
12064         mml-secure-passphrase-cache-expiry.
12065
12066         * mml-sec.el: Require password.
12067         (mml-secure-verbose): New user option.
12068         (mml-secure-cache-passphrase): New user option.
12069         (mml-secure-passphrase-cache-expiry): New user option.
12070
12071 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12072
12073         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12074         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12075         andreas@altroot.de (Andreas Vögele).
12076
12077         FIXME: Use `tiny change'?
12078
12079 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12080
12081         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12082         workaround for the url package included with Emacs.
12083
12084         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12085
12086 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12087
12088         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12089         correctly.  This fixes a bug caused by the 2006-05-12 change.
12090
12091 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12092
12093         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12094         some information about the error when saying that the `bogus' mail
12095         group will be used.
12096
12097 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12098
12099         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12100         string.
12101
12102 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12103
12104         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12105
12106 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12107
12108         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12109
12110 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12111
12112         * mml1991.el (mml1991-function-alist): Add epg.
12113         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12114         (mml1991-epg-encrypt): New functions.
12115
12116 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12117
12118         * mml2015.el (mml2015-verbose): New variable.
12119         (mml2015-cache-passphrase): Ditto.
12120         (mml2015-passphrase-cache-expiry): Ditto.
12121         (mml2015-function-alist): Add epg.
12122         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12123         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12124         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12125         New functions.
12126
12127 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12128
12129         * message.el (message-cite-original-1): Preserve region when removing
12130         quoted text due to X-No-Archive in order to avoid bogus attribution
12131         when citing multiple messages.
12132
12133 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12134
12135         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12136         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12137
12138 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12139
12140         * gnus-diary.el (gnus-user-format-function-d)
12141         (gnus-user-format-function-D): Autoload.
12142
12143         * imap.el (Commentary): Fix typo.
12144
12145         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12146         2006-04-22 contribution.
12147
12148 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12149
12150         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12151         It didn't really fix the bogosity I'm seeing with solid web groups.
12152
12153 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12154
12155         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12156         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12157         created using server names.  If we use the feature without declaring
12158         it, Gnus does not properly manage server and group state.
12159
12160         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12161         bound.
12162
12163 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12164
12165         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12166         looking up the method using GROUP's prefix before inventing a new one.
12167         It is used on killed/unknown groups in various places where returning
12168         an all-new method isn't expected by the caller.
12169
12170         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12171         and match semantics of gnus-group-real-prefix.
12172
12173 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12174
12175         * nnmail.el (nnmail-broken-references-mailers): New variable.
12176         (nnmail-ignore-broken-references): New function generalizing
12177         nnmail-fix-eudora-headers.
12178         (nnmail-fix-eudora-headers): Now obsolete.
12179
12180         * gnus-art.el (gnus-button-handle-custom):
12181         Support `customize-apropos*'.
12182
12183 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12184
12185         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12186
12187         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12188         articles.
12189
12190 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12191
12192         * message.el (message-cite-reply-above): New variable.
12193         (message-yank-original): Use it.
12194
12195 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12196
12197         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12198
12199 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12200
12201         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12202         as read.
12203
12204         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12205
12206 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12207
12208         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12209         (gnus-bookmark-default-file): Use gnus-directory.
12210         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12211         Remove "*" in doc string.
12212         (gnus-bookmark-write-file): Simplify.
12213         (gnus-bookmark-maybe-sort-alist): Use `when'.
12214         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12215         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12216         Add FIXME about Emacs 21 and XEmacs compatibility.
12217         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12218         compatibility.
12219         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12220         compatibility.
12221         (gnus-bookmark-menu-heading): Fix version.
12222
12223 2006-06-19  Bastien Guerry  <bzg@altern.org>
12224
12225         * gnus-bookmark.el: New file.
12226
12227 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12228
12229         * message.el (message-syntax-checks): Doc fix.
12230
12231 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12232
12233         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12234         unsubscribed groups as if they were killed ones.  It causes duplicate
12235         entries in gnus-newsrc-alist.
12236
12237 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12238
12239         * message.el (message-syntax-checks): Doc fix.
12240         (message-send-mail): Add check for continuation headers.
12241         (message-check-news-header-syntax): Fix regexp used to check for
12242         continuation headers.
12243
12244 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12245
12246         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12247
12248 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12249
12250         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12251
12252 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12253
12254         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12255         default-truncate-lines.
12256
12257 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12258
12259         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12260         to fill the utf-8 entry.
12261
12262         * lpath.el: Fbind unicode-precedence-list.
12263
12264 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12265
12266         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12267
12268 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12269
12270         * gnus-agent.el (directory-files-and-attributes): Move all the way
12271         forward (the third and final move).
12272         (gnus-agent-read-agentview): Trap reconstruction errors due to
12273         nonexistent directory.  Handle by returning nil.
12274
12275 2006-05-30  Didier Verna  <didier@xemacs.org>
12276
12277         * message.el (message-dont-reply-to-names): Update the custom type.
12278         * message.el (message-dont-reply-to-names): New defsubst: potentially
12279         convert a list of regexps into a single one.
12280         * message.el (message-get-reply-headers): Use it.
12281         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12282
12283 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12284
12285         * gnus-agent.el (directory-files-and-attributes): Move forward.
12286
12287 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12288
12289         * gnus-ml.el (gnus-mailing-list-subscribe)
12290         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12291         (gnus-mailing-list-message): Fix doc strings.
12292
12293 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12294
12295         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12296         of doing it manually.
12297
12298 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12299
12300         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12301         comment.
12302
12303 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12304
12305         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12306         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12307         (gnus-agent-read-local): All symbols allocated in my-obarray.
12308         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12309         (gnus-agent-regenerate-group): Check numeric names to see if they are
12310         messages or groups.
12311         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12312         better way of do this...)
12313
12314         * gnus-cache.el (gnus-agent-total-fetched-for):
12315         Ignore 'dummy.group' (there should be a better way of do this...)
12316
12317 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12318
12319         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12320         (gnus-saved-headers): Ditto.
12321         (gnus-default-article-saver): Mention functions may have properties.
12322         (gnus-article-save): Override gnus-save-all-headers and
12323         gnus-saved-headers by :headers property which saver function may have.
12324         (gnus-summary-save-in-file): Add :headers property.
12325         (gnus-summary-write-to-file): Ditto.
12326
12327         * gnus-sum.el (gnus-summary-save-article): Bind
12328         gnus-prompt-before-saving to t when saving many articles in a file;
12329         always show all headers.
12330
12331         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12332
12333 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12334
12335         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12336         marks.
12337
12338         * message.el (message-indent-citation): Add optional arguments to allow
12339         using it outside of message buffers.
12340
12341         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12342         (gnus-article-treat-unfold-headers): Use it.
12343         (gnus-article-truncate-lines): New variable.
12344         (gnus-article-mode): Use it.
12345         (gnus-article-toggle-truncate-lines): New function.
12346
12347         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12348         Add gnus-article-toggle-truncate-lines.
12349
12350         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12351         coding system in XEmacs, use binary.
12352
12353 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12354
12355         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12356         after-load-alist.
12357
12358         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12359         this function should save decoded articles.
12360         (gnus-summary-write-to-file): Use property to specify this function
12361         should save decoded articles and specify gnus-summary-save-in-file
12362         should be used to save articles other than the first one when saving
12363         many articles.
12364         (gnus-summary-save-body-in-file): Use property to specify this
12365         function should save decoded articles.
12366         (gnus-summary-write-body-to-file): Use property to specify this
12367         function should save decoded articles and specify
12368         gnus-summary-save-body-in-file should be used to save articles other
12369         than the first one when saving many articles.
12370
12371         * gnus-sum.el (gnus-summary-save-article): Simplify.
12372
12373 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12374
12375         * gnus-art.el (gnus-default-article-saver):
12376         Add gnus-summary-write-body-to-file.
12377         (gnus-article-save-coding-system): Don't use coding system object
12378         in XEmacs.
12379         (gnus-read-save-file-name): Add optional `dir-var' argument which
12380         specifies directory in which files are saved; work even if optional
12381         `variable' argument is not specified.
12382         (gnus-summary-write-to-file): Read file name.
12383         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12384         (gnus-summary-write-body-to-file): New function.
12385
12386         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12387         (gnus-summary-local-variables): Add it.
12388         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12389         (gnus-summary-save-article): Remove optional `decode' argument;
12390         determine whether to decode articles by the value of
12391         gnus-default-article-saver; when saving many files using
12392         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12393         it first and use gnus-summary-save-in-file or
12394         gnus-summary-save-body-in-file thereafter unless
12395         gnus-prompt-before-saving is always; move point to article which
12396         will be saved.
12397         (gnus-summary-save-article-file): Revert.
12398         (gnus-summary-write-article-file): Revert.
12399         (gnus-summary-save-article-body-file): Revert.
12400         (gnus-summary-write-article-body-file): New function.
12401
12402 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12403
12404         * gnus-art.el (gnus-default-article-saver): Doc fix.
12405         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12406         from gnus-summary-save-article-coding-system, and default to a
12407         certain coding system.
12408         (gnus-output-to-file): Add coding cookie and encode text according
12409         to gnus-article-save-coding-system; don't use mm-append-to-file.
12410
12411         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12412         gnus-art.el and rename to gnus-article-save-coding-system.
12413         (gnus-summary-save-article): Require gnus-art; don't show all
12414         headers if it decodes articles; don't add coding cookie here;
12415         don't bind mm-text-coding-system-for-write.
12416         (gnus-summary-save-article-file): Save decoded articles.
12417         (gnus-summary-write-article-file): When saving many files, use
12418         gnus-summary-write-to-file first and gnus-summary-save-in-file
12419         thereafter unless gnus-prompt-before-saving is always.
12420         (gnus-summary-save-article-body-file): Save decoded articles.
12421
12422         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12423
12424 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12425
12426         * nnrss.el (nnrss-check-group): Bind hash-index.
12427
12428 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12429
12430         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12431         its hash index.  Store this hash in `nnrss-group-data'.
12432         (nnrss-read-group-data): Update accordingly.
12433
12434 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12435
12436         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12437         entry.
12438
12439         * gnus-sum.el (gnus-summary-make-menu-bar):
12440         Add gnus-article-browse-html-article.
12441
12442 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12443
12444         * gnus-sum.el (gnus-summary-mime-map):
12445         Add gnus-article-browse-html-article.
12446
12447         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12448
12449 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12450
12451         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12452         suitable coding systems in customize.
12453
12454 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12455
12456         * mail-source.el (mail-sources): Fix custom type.
12457
12458 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12459
12460         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12461         (gnus-summary-expire-articles-now): Shorten prompt.
12462
12463         * gmm-utils.el (wid-edit): Require.
12464         (defun-gmm): Rename from `gmm-defun-compat'.
12465         (gmm-image-search-load-path): Use it.
12466         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12467
12468 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12469
12470         * gnus-sum.el (gnus-summary-save-article-coding-system):
12471         New variable.
12472         (gnus-summary-save-article): Add optional `decode' argument.
12473         If it is set and gnus-summary-save-article-coding-system is non-nil,
12474         save decoded article.
12475         (gnus-summary-write-article-file): Save decoded article if
12476         gnus-summary-save-article-coding-system is non-nil.
12477
12478         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12479         type.
12480
12481 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12482
12483         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12484
12485 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12486
12487         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12488         first to test gnus-single-article-buffer which may be buffer-local.
12489
12490         * gnus-sum.el (gnus-summary-setup-buffer):
12491         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12492         group; make gnus-article-buffer, gnus-article-current, and
12493         gnus-original-article-buffer always buffer-local.
12494         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12495         group.
12496         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12497
12498 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12499
12500         * nnml.el (nnml-request-compact-group): Compressed files might not
12501         have .gz extension.
12502
12503 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12504
12505         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12506         (mm-copy-to-buffer): Use with-current-buffer.
12507         (mm-display-part): Simplify.
12508         (mm-inlinable-p): Add optional arg `type'.
12509
12510 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12511
12512         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12513         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12514         Try harder to show the attachment internally or externally using
12515         gnus-mime-view-part-as-type.
12516
12517 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12518
12519         * message.el (message-from-style, message-signature-separator)
12520         (message-user-organization-file, message-send-mail-function)
12521         (message-citation-line-function, message-yank-prefix)
12522         (message-indent-citation-function, message-signature)
12523         (message-signature-file, message-signature-insert-empty-line):
12524         Remove autoloads.
12525
12526         * gnus-art.el (gnus-buttonized-mime-types):
12527         Remove "multipart/signed".  Revert 2006-04-26 change.
12528
12529 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12530
12531         * gnus.el (gnus-version-number): Bump version.
12532
12533 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12534
12535         * gnus.el: No Gnus v0.5 is released.
12536
12537 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12538
12539         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12540         fetching articles by message-id.
12541
12542 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12543
12544         * message.el (hashcash): Require hashcash as normal.
12545
12546         * ecomplete.el (ecomplete-highlight-match-line):
12547         Use point-at-eol.
12548         (ecomplete-highlight-match-line): Use `highlight', because that
12549         face exists in both Emacs and XEmacs.
12550
12551         * message.el (message-display-abbrev): Use point-at-bol.
12552
12553         * mail-source.el: Don't require timer/timer-funcs.
12554
12555         * gnus-async.el: Ditto.
12556
12557         * password.el: Ditto.
12558
12559         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12560
12561         * mm-url.el: Ditto.
12562
12563         * gnus-xmas.el: Don't require timer-funcs.
12564
12565         * mm-util.el: Require timer/timer-funcs.
12566
12567 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12568
12569         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12570         Close.
12571
12572 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12573
12574         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12575         unibyte after clear-decrypt function runs.
12576
12577         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12578         returns as a unibyte string.
12579
12580 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12581
12582         * lpath.el: Revert.
12583
12584         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12585         (pgg-gpg-process-sentinel): Revert.
12586
12587         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12588         (pgg-pgp-lookup-key): Revert.
12589
12590         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12591         (pgg-pgp5-lookup-key): Revert.
12592
12593         * pgg.el (pgg-fetch-key): Revert.
12594
12595 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12596
12597         * lpath.el: Fbind string-as-multibyte for XEmacs.
12598
12599         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12600         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12601         (mml1991-pgg-encrypt): Ditto.
12602
12603         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12604         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12605         a multibyte buffer.
12606
12607         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12608         (pgg-pgp-lookup-key): Ditto.
12609
12610         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12611         (pgg-pgp5-lookup-key): Ditto.
12612
12613         * pgg.el (pgg-fetch-key): Ditto.
12614
12615 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12616
12617         * message.el (message-user-organization-file): Check several
12618         locations of the organization file.
12619
12620         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12621         Add gnus-article-view-part-as-type.
12622
12623         * gnus-art.el (gnus-article-view-part-as-type): New function.
12624
12625         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12626         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12627
12628         * mml.el: Simplify autoload.
12629         (mml-mode): defvar dnd-protocol-alist instead of using
12630         symbol-value.
12631         (mml-default-directory): New variable.
12632         (mml-minibuffer-read-file): Use it.
12633         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12634
12635         * message.el (message-citation-line-format): New variable.
12636         (message-insert-formated-citation-line): New function.
12637         (message-citation-line-function):
12638         Add `message-insert-formated-citation-line' to custom type.
12639
12640         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12641         to doc string.
12642
12643         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12644         depending on mm-verify-option.
12645
12646 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12647
12648         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12649         binding pgg-* variables; reimplement the section which prevents
12650         MIME header from being signed.
12651         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12652         pgg-text-mode; remove a blank line at the top of body.
12653
12654         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12655         lines at the top of body; use gnus-newsgroup-charset if there's no
12656         Charset header.
12657
12658 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12659
12660         * message.el (message-self-insert-commands): Doc fix.
12661
12662         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12663         (mm-uu-pgp-encrypted-test): Ditto.
12664         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12665         between header and body; return application/pgp-encrypted handle
12666         if decryption failed; decode decrypted body by charset.
12667
12668         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12669         element match to application/pgp-*.
12670
12671 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12672
12673         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12674         HTML.
12675
12676 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12677
12678         * mail-source.el (mail-source-call-script): Message the error
12679         string.
12680
12681 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12682
12683         * gnus-util.el (gnus-byte-compile): Use it.
12684
12685 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12686
12687         * gnus-util.el (kill-empty-logs): New function.
12688
12689 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12690
12691         * message.el (message-mail-alias-type): Doc fix.
12692         (message-mail-alias-type-p): New function.
12693         (message-send): Use it.
12694         (message-mode): Ditto.
12695         (message-strip-forbidden-properties): Ditto.
12696
12697         * ecomplete.el (ecomplete-database-file-coding-system):
12698         New variable.
12699         (ecomplete-save): Use it.
12700         (ecomplete-setup): Use it.
12701
12702 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12703
12704         * message.el (message-self-insert-commands): New variable.
12705         (message-strip-forbidden-properties): Use it.
12706
12707 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12708
12709         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12710         that doesn't make XEmacs choke.
12711
12712 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12713
12714         * gnus-util.el (gnus-replace-in-string):
12715         Prefer replace-regexp-in-string over of replace-in-string.
12716
12717 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12718
12719         * gnus-util.el (gnus-select-frame-set-input-focus):
12720         Use select-frame-set-input-focus if it is available in XEmacs; use
12721         definition defined in Emacs 22 for old Emacsen.
12722
12723         * dgnushack.el: Autoload unmorse-region for XEmacs.
12724
12725         * lpath.el: Bind cursor-in-non-selected-windows and
12726         select-frame-set-input-focus for XEmacs.
12727
12728 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12729
12730         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12731
12732 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12733
12734         * gnus-registry.el (gnus-registry-cache-save): Remove text
12735         properties when saving via the temp buffer.
12736
12737 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12738
12739         * message.el (message-generate-hashcash): Honor custom type.
12740
12741 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12742
12743         * message.el (message-generate-hashcash): Default to non-nil when
12744         hashcash is found.
12745
12746         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12747         (gnus-refer-thread-limit): Increase default to 500.
12748
12749         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12750
12751         * flow-fill.el (fill-flowed): Allow delete-space.
12752
12753 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12754
12755         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12756         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12757         Remove autoloads.
12758
12759 2006-04-18  Simon Josefsson  <jas@extundo.com>
12760
12761         * message.el (message-generate-hashcash): Default to.
12762
12763 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12764
12765         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12766         concatenating segments rather than before concatenating them.
12767
12768 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12769
12770         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12771
12772 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12773
12774         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12775
12776         * message.el (message-forward-make-body-plain):
12777         Allow message-forward-ignored-headers to be a list.
12778         (message-remove-ignored-headers): Factor out into function.
12779         (message-forward-make-body-mml): Use it.
12780
12781         * imap.el (imap-quote-specials): New function.
12782         (imap-login-auth): Quote specials.
12783
12784         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12785         (rfc2231-parse-string): Allow concatanation of parameters that
12786         aren't contiguous.  The test case is
12787           (mail-header-parse-content-type "message/external-body;
12788             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12789             access-type=LOCAL-FILE;
12790             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12791
12792 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12793
12794         * nntp.el (nntp-accept-process-output): Return the value of
12795         `nnheader-accept-process-output'.
12796
12797 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12798
12799         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12800         (gnus-button-alist): Recognize more diff formats.
12801         (gnus-button-patch): Strip directory.
12802
12803 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12804
12805         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12806         Emacs 22 when setting focus.
12807
12808 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12809
12810         * gnus-art.el (gnus-article-treat-types): Do treatment of
12811         text/x-verbatim parts.
12812         (gnus-button-patch): New command.
12813
12814         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12815         addresses that contain invalid characters.
12816
12817 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12818
12819         * message.el (message-put-addresses-in-ecomplete):
12820         Use gnus-replace-in-string.
12821         (message-is-yours-p): Use the more correct
12822         mail-header-parse-address instead of
12823         mail-extract-address-components.
12824         (message-put-addresses-in-ecomplete): Fix typo.
12825
12826         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12827         keystroke.
12828
12829         * gnus-art.el (gnus-treatment-function-alist): Change order of
12830         newsgroups/generic header folding to avoid double-folding.
12831
12832         * message.el (message-hidden-headers): Add X-Draft-From.
12833
12834         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12835         New command.
12836         (gnus-summary-repeat-search-article-backward): New command.
12837
12838         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12839         groups in the parent topic.
12840
12841 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12842
12843         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12844         (spam-extra-header-to-number): Return the CRM114 number as a
12845         number instead of a string.
12846
12847 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12848
12849         * gnus-art.el (gnus-face-properties-alist): Move here from
12850         gnus-fun.
12851
12852         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12853
12854 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12855
12856         * message.el (message-strip-forbidden-properties): Only display on
12857         self-insert-command.
12858
12859         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12860         reindent.
12861         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12862
12863 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12864
12865         * smiley.el (smiley-style): Fix typo.
12866
12867 2006-03-23  Kenichi Handa  <handa@m17n.org>
12868
12869         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12870         instead of set-buffer-multibyte.
12871
12872 2006-03-23  Kenichi Handa  <handa@m17n.org>
12873
12874         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12875         buffer and then decode the buffer text if necessary.
12876         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12877         first, and after mm-encode-body, change the buffer to unibyte.
12878
12879 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12880
12881         * hashcash.el (hashcash-insert-payment-async-2):
12882         Use message-goto-eoh instead of doing it manually.
12883         (mail-add-payment): Use message-narrow-to-header instead of trying
12884         to do the same itself.
12885
12886         * message.el (message-hidden-headers): Add Face.
12887
12888         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12889         reparenting code.
12890         (gnus-summary-reparent-children): Refactored out code.
12891         (gnus-summary-thread-map): New keystroke.
12892         (gnus-summary-reparent-children): Make into command.
12893
12894         * smiley.el (smiley-style): Default to `medium' if using a large
12895         font.
12896
12897         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12898         does it itself.
12899
12900         * message.el (message-point-in-header-p): Simplify definition.
12901
12902 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12903
12904         * nnagent.el (nnagent-request-set-mark): Silence log file
12905         writing.
12906         (nnagent-request-set-mark): Use write-region instead of
12907         append-to-file.
12908
12909         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12910         strange select method.
12911
12912         * ecomplete.el (ecomplete-display-matches): Get highlightling
12913         right.
12914         (ecomplete-display-matches): Use literals.
12915         (ecomplete-display-matches): Disable message logging.
12916
12917         * message.el (message-display-abbrev): Small optimization.
12918
12919         * ecomplete.el (ecomplete-display-matches): Allow automatic
12920         display.
12921
12922         * message.el (message-strip-forbidden-properties):
12923         Display abbrevs.
12924         (message-display-abbrev): Get automatic display right.
12925
12926         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12927         keystrokes.
12928
12929 2006-04-13  Romain Francoise  <romain@orebokech.com>
12930
12931         TODO: Backport to v5-10!
12932
12933         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12934         Move here (and rename) from gnus-registry.el.
12935
12936         * gnus-registry.el: Require gnus-util.
12937         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12938
12939 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12940
12941         * gnus-group.el (gnus-group-catchup-current):
12942         Change if-then-else-if-then-else into cond.
12943         (gnus-group-catchup): Indent.
12944         (group-name-at-point): New function.
12945         (gnus-fetch-group): Provide default from thing at point.
12946
12947 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12948
12949         * message.el (message-display-abbrev): Fix regexp.
12950
12951         * ecomplete.el (ecomplete-highlight-match-line):
12952         Reimplement choosing.
12953         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12954         dead variables.
12955
12956         * message.el (message-newline-and-indent): Remove debugging.
12957         (message-display-abbrev): Use new implementation.
12958
12959 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12960
12961         * gnus-art.el (gnus-article-mode):
12962         Set cursor-in-non-selected-windows to nil.
12963
12964         * smiley.el: Revert previous change.
12965         (smiley-data-directory): defvar it before using it in the
12966         defcustom of `smiley-style'.
12967
12968 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12969
12970         * message.el (message-newline-and-indent): New function.
12971
12972         * ecomplete.el: Implement more bits.
12973
12974         * message.el (message-put-addresses-in-ecomplete): Clean up the
12975         string.
12976
12977         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12978
12979         * gnus-sum.el (gnus-summary-save-parts):
12980         Bind gnus-summary-save-parts-counter and use it to make unique file
12981         names.
12982
12983         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12984
12985         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12986         parameter to say whether to actually parse the individual
12987         addresses.
12988
12989         * message.el (message-put-addresses-in-ecomplete): New function.
12990         (ecomplete): Require.
12991         (message-mail-alias-type): Add ecomplete as an option.
12992
12993 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12994
12995         * flow-fill.el (fill-flowed): Remove trailing space from blank
12996         quoted lines.
12997
12998 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12999
13000         * smiley.el (smiley-style): Move definition later to avoid a
13001         compilation warning.
13002
13003 2006-04-12  Kenichi Handa  <handa@m17n.org>
13004
13005         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13006         buffer and then decode the buffer text if necessary.
13007         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13008         first, and after mm-encode-body, change the buffer to unibyte.
13009         Use mm-disable-multibyte instead of set-buffer-multibyte.
13010
13011 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13012
13013         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13014         Content-Type header instead of Content-Disposition header.
13015         (gnus-mime-inline-part): Ditto.
13016         (gnus-mime-view-part-as-charset): Ignore charset that the part
13017         specifies.
13018
13019         * mm-decode.el (mm-display-part): Work with external parts and
13020         usual parts similarly.
13021
13022         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13023         instead of gnus-display-mime.
13024
13025         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13026         instead of with-temp-buffer.
13027
13028         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13029         tag to summarized topics part in order to encode non-ASCII text.
13030
13031 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13032
13033         * smiley.el (smiley-style): New variable.
13034         (smiley-directory): New function.
13035         (smiley-data-directory): Derive from `smiley-style' using
13036         `smiley-directory'.
13037         (smiley-regexp-alist): Add new entries.
13038
13039         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13040         (gnus-article-browse-delete-temp): Add :version.
13041
13042 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13043
13044         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13045         the sieve region.
13046
13047 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13048
13049         * gnus.el (gnus-version-number): Bump version.
13050
13051 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13052
13053         * gnus.el: No Gnus v0.4 is released.
13054
13055 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13056
13057         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13058         layout.
13059
13060         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13061         unknown charset.
13062
13063         * message.el (message-header-synonyms): Add Original-To to the
13064         default.
13065
13066         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13067         optional parameter.
13068
13069 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13070
13071         * gnus-fun.el (gnus): Require it for gnus-directory.
13072
13073 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13074
13075         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13076
13077 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13078
13079         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13080
13081 2006-04-05  Simon Josefsson  <jas@extundo.com>
13082
13083         * password.el (password-reset): New function.
13084
13085 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13086
13087         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13088         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13089
13090 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13091
13092         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13093         Some whitespace was matched into the url, which broke browsing hits
13094         > 100 when mm-url-use-external was nil.
13095
13096 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13097
13098         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13099         Check gnus-extra-headers for 'Newsgroups.
13100
13101         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13102         bound.
13103
13104 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13105
13106         * pgg-gpg.el: Clean up process buffers every time gpg processes
13107         complete.
13108
13109 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13110
13111         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13112         doc string.
13113
13114 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13115
13116         * pgg-gpg.el (pgg-gpg-process-filter)
13117         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13118
13119         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13120         lines, temporary fix.
13121
13122 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13123
13124         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13125
13126 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13127
13128         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13129         default-enable-multibyte-characters.  This reverts the change from
13130         revision 6.17 which is no longer necessary because the passphrase
13131         is sent separately now.  GnuPG messages are unreadable under
13132         multibyte locales with default-enable-multibyte-characters set to
13133         nil.
13134
13135 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13136
13137         * message.el (message-tool-bar-gnome): Move "spell".
13138
13139 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13140
13141         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13142         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13143         instead.
13144
13145 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13146
13147         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13148         Improve newsgroups handling for NNTP overviews which don't include
13149         Newsgroups.
13150
13151 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13152
13153         * message.el (message-resend): Bind message-generate-hashcash to nil.
13154
13155 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13156
13157         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13158         when searching for already-paid recipients.
13159
13160 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13161
13162         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13163         passphrases when it is not needed.
13164         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13165         passphrase stuff from gpg, should only be necessary when you use
13166         gpg with a smartcard.
13167
13168 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13169
13170         * mml.el (mml-insert-mime): Ignore cached contents of
13171         message/external-body part.
13172
13173         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13174         (mm-insert-part): Ditto.
13175
13176 2006-03-23  Simon Josefsson  <jas@extundo.com>
13177
13178         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13179         Reiner.
13180         (pgg-gpg-use-agent-p): Use it again.
13181
13182 2006-03-23  Simon Josefsson  <jas@extundo.com>
13183
13184         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13185         older emacsen.
13186         (pgg-gpg-use-agent-p): Don't use it.
13187
13188 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13189
13190         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13191         if we can.
13192
13193 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13194
13195         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13196         (pgg-gpg-update-agent): New function.
13197         (pgg-gpg-use-agent-p): New function.
13198         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13199         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13200         (pgg-gpg-sign-region): Use it.
13201
13202 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13203
13204         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13205         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13206
13207 2006-03-21  Simon Josefsson  <jas@extundo.com>
13208
13209         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13210         <wilde@sha-bang.de>.
13211         (pgg-gpg-use-agent): New variable.
13212         (pgg-gpg-process-region): Use it.
13213         (pgg-gpg-encrypt-region): Likewise.
13214         (pgg-gpg-encrypt-symmetric-region): Likewise.
13215         (pgg-gpg-decrypt-region): Likewise.
13216         (pgg-gpg-sign-region): Likewise.
13217         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13218
13219 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13220
13221         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13222
13223         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13224         Add comment on version.
13225
13226 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13227
13228         * smiley.el: Add missing test smiley.
13229
13230 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13231
13232         * mm-decode.el (mm-with-part): New macro.
13233         (mm-get-part): Use it; work with message/external-body as well.
13234         (mm-save-part): Treat name and filename equally.
13235
13236         * mm-extern.el (mm-extern-cache-contents): New function.
13237         (mm-inline-external-body): Use it; force the part to be displayed;
13238         move undisplayer added to the cached handle to the parent.
13239
13240         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13241         (gnus-mime-view-part-as-type): Work with message/external-body.
13242
13243         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13244
13245 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13246
13247         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13248         images in image-load-path.  [Sync with image.el, revision 1.60, in
13249         Emacs.]
13250
13251 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13252
13253         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13254         path rather than symbol.  Always return list of directories.
13255         Guarantee that image directory comes first.  [Sync with image.el,
13256         revision 1.59, in Emacs.]
13257
13258         * message.el (message-make-tool-bar): Adjust to new API of
13259         `gmm-image-load-path-for-library'.
13260
13261         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13262
13263         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13264
13265 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13266
13267         * gnus-art.el (gnus-article-only-boring-p):
13268         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13269         intangible text.
13270         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13271
13272 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13273
13274         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13275         Use `defun' instead of `gmm-defun-compat'.
13276
13277 2006-03-14  Simon Josefsson  <jas@extundo.com>
13278
13279         * message.el (message-unique-id): Don't use message-number-base36
13280         if (user-uid) is a float.
13281         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13282
13283 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13284
13285         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13286
13287         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13288         empty line between a part and a message part.
13289
13290 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13291
13292         * smiley.el: Add more test smileys.
13293         (smiley-data-directory, smiley-regexp-alist)
13294         (gnus-smiley-file-types): Fix doc strings.
13295         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13296         adding new elements.
13297         (smiley-mouse-map): Unused code.  Make it a comment.
13298
13299 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13300
13301         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13302         scan latest NoCeM messages instead of old ones.
13303         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13304         delimiters that are recently used.
13305         (gnus-nocem-load-cache): Add autoload cookie.
13306
13307         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13308
13309         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13310         level which is larger than gnus-use-nocem is specified.
13311
13312         * gnus-group.el (gnus-group-get-new-news): Ditto.
13313
13314 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13315
13316         * gnus-util.el (gnus-tool-bar-update): New function.
13317
13318         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13319         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13320
13321         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13322
13323         * gnus-group.el (gnus-group-redraw-when-idle)
13324         (gnus-group-redraw-check): Remove.
13325         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13326
13327 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13328
13329         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13330         if optional last element is specified in splits (FIELD VALUE...).
13331
13332 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13333
13334         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13335         to gmm-image-load-path-for-library.  Call with no-error argument.
13336         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13337
13338         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13339
13340         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13341
13342         * gmm-utils.el (gmm-image-load-path): Remove alias.
13343
13344 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13345
13346         * gmm-utils.el (gmm-image-load-path): Add alias.
13347
13348         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13349         nnml-generate-nov-databases-1.
13350         (nnml-generate-nov-databases): Use it.
13351         (nnml-generate-nov-databases-directory): Document no-active
13352         argument.
13353
13354         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13355         directory if path is t.  Add no-error.
13356
13357         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13358         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13359
13360         * gnus-art.el (gnus-article-browse-delete-temp-files):
13361         Simplify resetting gnus-article-browse-html-temp-list.
13362
13363         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13364         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13365         Add example to docstring.  Rename local variables.  Move error
13366         checks to default case in cond and simplify.
13367
13368 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13369
13370         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13371         handle is multipart when calling it recursively.
13372         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13373
13374 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13375
13376         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13377         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13378
13379 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13380
13381         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13382         is loaded.
13383
13384         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13385         loaded.
13386
13387 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13388
13389         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13390         to "Emacs 23 (unicode)" in doc string.
13391
13392         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13393         "Emacs 23 (unicode)" in comment.
13394
13395 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13396
13397         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13398
13399         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13400         characters 160 through 255 in Emacs 23.
13401
13402 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13403
13404         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13405         gnus-article-browse-html-temp.
13406         (gnus-article-browse-delete-temp): Make it customizable.
13407         Add `file'.  Adjust doc string.
13408         (gnus-article-browse-delete-temp-files): Add argument.
13409         Allow query for each file.  Adjust doc string.
13410         (gnus-article-browse-html-parts):
13411         Add `gnus-article-browse-delete-temp-files' to
13412         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13413
13414 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13415
13416         * gnus-art.el (gnus-article-browse-html-temp)
13417         (gnus-article-browse-delete-temp): New variables.
13418         (gnus-article-browse-delete-temp-files): New function.
13419         (gnus-article-browse-html-parts): Use it.
13420
13421 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13422
13423         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13424
13425         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13426         string.
13427
13428         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13429         gnus-summary-insert-new-articles when unplugged.
13430         Remove gnus-summary-search-article-forward.
13431
13432         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13433         display-visual-class instead of display-color-cells.
13434
13435 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13436
13437         * dgnushack.el: Autoload customize-group for XEmacs.
13438
13439         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13440         message/* containing non-ASCII text properly.
13441
13442 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13443
13444         * message.el: Require gmm-utils, remove autoloads.
13445         (message-tool-bar): Set default based on
13446         gmm-tool-bar-style.
13447         (message-tool-bar-gnome): Add gmm-customize-mode.
13448
13449         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13450         gmm-tool-bar-style.
13451         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13452
13453         * gnus-group.el (gnus-group-tool-bar): Set default based on
13454         gmm-tool-bar-style.
13455         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13456
13457         * gmm-utils.el (gmm-image-directory): Rename variable from
13458         gmm-image-load-path.
13459         (gmm-image-load-path): Use gmm-image-directory.
13460         (gmm-customize-mode): New function.
13461         (gmm-tool-bar-style): New variable.
13462
13463         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13464         gnus-group-redraw-line-number.
13465         (gnus-group-redraw-check): Simplify.
13466         (gnus-group-tool-bar-update): Remove redraw check.
13467         (gnus-group-make-tool-bar): Add redraw check.
13468
13469 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13470
13471         * gnus-art.el (gnus-button): Add missing parentheses.
13472
13473 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13474
13475         * lpath.el: Fbind line-number-at-pos.
13476
13477 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13478
13479         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13480
13481 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13482
13483         * gnus-art.el (gnus-button): New face.
13484         (gnus-article-button-face): Use it.
13485
13486         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13487         Add gnus-summary-next-page.  Re-order.
13488
13489         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13490         next-node are now included.
13491         (gnus-group-redraw-line-number): New internal variable.
13492         (gnus-group-redraw-check): Helper function for updating the tool
13493         bar.
13494         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13495
13496         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13497
13498         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13499         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13500         Use it to match format of Spamassassin 3.0 and later.
13501         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13502         (spam-check-bogofilter)
13503         (spam-bogofilter-register-with-bogofilter): Fix args of
13504         `gnus-error' calls.
13505
13506 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13507
13508         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13509         unnecessary interaction when sending queued mails.
13510         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13511
13512 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13513
13514         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13515         first or last are nil.
13516
13517 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13518
13519         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13520
13521 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13522
13523         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13524
13525 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13526
13527         * dns.el (query-dns): Protect more against buggy tcp output.
13528
13529 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13530
13531         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13532         nov.php.
13533
13534 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13535
13536         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13537         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13538         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13539         output on the server side.
13540         (nnweb-google-create-mapping): Update regexps and add some
13541         progress indication.
13542
13543 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13544
13545         * gnus-group.el (gnus-group-tool-bar-gnome):
13546         Fix gnus-agent-toggle-plugged.  Re-order icons.
13547         (gnus-group-tool-bar-gnome):
13548         Add gnus-group-{prev,next}-unread-group.
13549         (gnus-group-tool-bar-gnome): Re-order icons.
13550
13551         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13552         Move gnus-summary-insert-new-articles.
13553
13554         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13555         Fix comments.
13556
13557         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13558         also available in Emacs 21.3.
13559
13560         * message.el (message-fix-before-sending): Change "Emacs 22" to
13561         "Emacs 23 (unicode)" in comment.
13562
13563         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13564         "Emacs 23 (unicode)" in comment.
13565
13566         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13567         comment.
13568         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13569
13570         * mm-view.el (mm-fill-flowed): Add :version.
13571
13572 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13573
13574         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13575         and load-path.
13576
13577 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13578
13579         * message.el: Autoload gmm-image-load-path.
13580         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13581         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13582         consitency.
13583
13584         * gmm-utils.el (gmm-image-load-path): Also search in
13585         "../etc/images".  Don't set gmm-image-load-path if we don't find
13586         the image.
13587
13588 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13589
13590         * gmm-utils.el (gmm-image-load-path): Don't make
13591         `gmm-image-load-path' include subdirectories which the second arg
13592         `image' might specify.
13593
13594         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13595         subdirectory to icon file names.
13596
13597         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13598
13599 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13600
13601         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13602         gmm-image-load-path calls.
13603
13604         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13605
13606         * message.el (message-make-tool-bar): Ditto.
13607
13608         * mml.el (mml-preview): Add comment concerning tool bar icons.
13609
13610         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13611         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13612
13613         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13614         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13615
13616         * message.el (message-tool-bar-gnome): Use new icon names.
13617         (message-make-tool-bar): Use `gmm-image-load-path'.
13618
13619         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13620         New functions from MH-E.
13621         (gmm-image-load-path): New variable from MH-E.
13622         (gmm-image-load-path): New function from MH-E.  Add arguments
13623         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13624         *-image-load-path-called-flag.
13625
13626 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13627
13628         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13629
13630 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13631
13632         * nnimap.el (nnimap-request-move-article): Change folder back to
13633         source group before deleting.
13634
13635 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13636
13637         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13638
13639         * gnus-art.el (mm-url-insert-file-contents-external):
13640         Autoload mm-url.
13641
13642         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13643
13644 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13645
13646         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13647         coding system which mm-charset-to-coding-system returns for a
13648         given charset is valid.
13649
13650 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13651
13652         * html2text.el (html2text-remove-tag-list):
13653         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13654
13655 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13656
13657         * gnus-cus.el: Revert 2005-10-17 change.
13658
13659 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13660
13661         * gnus-art.el (article-strip-banner):
13662         Call article-really-strip-banner only when the regexp match is made.
13663
13664 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13665
13666         * gnus-art.el (article-strip-banner):
13667         Use gnus-extract-address-components instead of
13668         mail-header-parse-addresses to make it work with non-ASCII text;
13669         remove mail-encode-encoded-word-string.
13670
13671         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13672         values which are surrounded with \"...\"; make it never cause a
13673         Lisp error; give up parsing of parameters if it failed in
13674         extracting type.
13675
13676 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13677
13678         * smime.el (smime-cert-by-ldap-1): Fix bug where
13679         `smime-ldap-search' returns results without userCertificates.
13680
13681 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13682
13683         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13684
13685 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13686
13687         * spam.el (spam-check-spamassassin-headers): Adapt format for
13688         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13689         <ari@mbf.ocn.ne.jp>.
13690         (spam-list-of-processors): Add spam-use-gmane.
13691
13692 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13693
13694         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13695         make-temp-file; make it work with XEmacs as well.
13696
13697         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13698         mm-make-temp-file.
13699
13700         * mm-decode.el (mm-display-external): Use the 3rd arg of
13701         mm-make-temp-file.
13702         (mm-create-image-xemacs): Ditto.
13703
13704 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13705
13706         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13707         with message-narrow-to-headers.
13708         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13709         (gnus-draft-check-draft-articles): New function.
13710         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13711
13712 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13713
13714         * gnus-art.el (gnus-article-browse-html-parts):
13715         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13716         Don't use suffix argument for mm-make-temp-file for Emacs 21
13717         compatibility.  Remove useless `format'.
13718
13719 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13720
13721         * nnweb.el (nnweb-google-wash-article): Update regexps.
13722         (nnweb-group-alist): Use defvoo instead of defvar.
13723
13724 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13725
13726         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13727         re-loading nn* modules.
13728
13729 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13730
13731         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13732         for `tool-bar-mode' and don't check it's default-value.
13733
13734         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13735
13736         * message.el (message-make-tool-bar): Ditto.
13737
13738         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13739         `substring'.  Shorten tmp-file name.
13740
13741         * gnus.el: Remove bogus comment.
13742
13743 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13744
13745         * gnus-art.el (gnus-article-browse-html-parts): New function.
13746         (gnus-article-browse-html-article): New function for viewing html
13747         articles with a browser.
13748
13749 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13750
13751         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13752         in elisp.
13753         (pgg-gpg-encrypt-symmetric-region): Ditto.
13754         (pgg-gpg-sign-region): Ditto.
13755
13756         * pgg-def.el (pgg-text-mode): New variable.
13757
13758         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13759         (mml2015-pgg-encrypt): Ditto.
13760
13761         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13762         (mml1991-pgg-encrypt): Ditto.
13763
13764 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13765
13766         * nnfolder.el (nnfolder-insert-newsgroup-line):
13767         Use message-make-date instead of current-time-string.
13768
13769         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13770         to gnus-decoded which mm-uu might set.
13771
13772 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13773
13774         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13775         don't decode quoted parameters; remove misimported Emacs code.
13776         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13777         (rfc2231-decode-encoded-string): Don't use split-string which
13778         behaves differently according to Emacs version; use
13779         mm-decode-coding-region to convert charset to coding-system.
13780         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13781         (rfc2231-encode-string): Remove misimported Emacs code.
13782
13783 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13784
13785         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13786         when calling mail-header-parse-content-type.
13787         (article-de-quoted-unreadable): Ditto.
13788         (article-de-base64-unreadable): Ditto.
13789         (article-wash-html): Ditto.
13790
13791         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13792         calling mail-header-parse-content-type and
13793         mail-header-parse-content-disposition.
13794         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13795         mail-header-parse-content-type.
13796
13797         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13798         insert charset and format parameters; encode description after
13799         inserting it to buffer.
13800         (mml-insert-parameter): Fold lines properly even if a parameter is
13801         segmented into two or more lines; change the max column to 76.
13802
13803         * rfc1843.el (rfc1843-decode-article-body): Don't use
13804         ignore-errors when calling mail-header-parse-content-type.
13805
13806         * rfc2231.el (rfc2231-parse-string): Return at least type if
13807         possible; don't cause an error even if it fails in parsing of
13808         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13809         (rfc2231-encode-string): Don't break lines at the beginning, leave
13810         it to mml-insert-parameter.
13811
13812         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13813         calling mail-header-parse-content-type.
13814
13815 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13816
13817         * spam-report.el (spam-report-gmane-use-article-number):
13818         Improve doc string.
13819         (spam-report-gmane-internal): Check if a suitable header was found
13820         in the article.
13821
13822 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13823
13824         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13825         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13826
13827 2006-02-05  Romain Francoise  <romain@orebokech.com>
13828
13829         Update copyright notices of all files in the gnus directory.
13830
13831 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13832
13833         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13834
13835 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13836
13837         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13838         segmented lines of parameter value to cope with Thunderbird 1.5
13839         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13840         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13841         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13842
13843 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13844
13845         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13846         parts.
13847
13848 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13849
13850         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13851         there's only one active file for all servers.
13852         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13853         solid groups.  Gnus might have used a FAST request to select the group.
13854         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13855         and nnweb-search redundantly in the active file.
13856         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13857         (nnweb-request-create-group): Don't use ARGS.
13858         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13859         initialisations.  Let nnoo do the work.
13860
13861 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13862
13863         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13864         Say the part has been decoded.
13865
13866         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13867
13868 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13869
13870         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13871         mailcap-viewer-test-cache when there's no 'test clause, since that
13872         will invert the meaning of a "nil" test previously determined by
13873         mailcap-mailcap-entry-passes-test.
13874
13875 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13876
13877         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13878         compiling.
13879
13880         * gnus-sum.el: Ditto.
13881
13882         * message.el: Don't bind tool-bar-map when compiling.
13883
13884 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13885
13886         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13887
13888 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13889
13890         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13891         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13892         current Google Groups.
13893
13894 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13895
13896         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13897         and tool-bar-mode.
13898
13899         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13900         and tool-bar-mode.
13901
13902         * message.el (message-tool-bar-update): Simplify.
13903         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13904
13905         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13906         gnus-summary-buffer.
13907         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13908         gnus-summary-reply.
13909
13910         * gmm-utils.el (gmm): Add :version.
13911
13912 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13913
13914         * Makefile.in (clean): New rule.
13915         (distclean): Use it.
13916
13917 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13918
13919         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13920         Don't autoload.
13921
13922 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13923
13924         * gmm-utils.el (gmm-verbose): Add :group.
13925
13926 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13927
13928         * message.el: Change some comments WRT tool-bars.
13929
13930         * gnus-sum.el (gnus-summary-tool-bar)
13931         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13932         (gnus-summary-tool-bar-zap-list): New variables.
13933         (gnus-summary-make-tool-bar): Complete rewrite using
13934         `gmm-tool-bar-from-list'.
13935
13936         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13937         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13938         New variables.
13939         (gnus-group-make-tool-bar): Complete rewrite using
13940         `gmm-tool-bar-from-list'.
13941         (gnus-group-tool-bar-update): New function.
13942
13943         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13944
13945 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13946
13947         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13948         is dissected into a single part of which the type is the same as
13949         the given one; decode charset.
13950
13951 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13952
13953         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13954         into alists as symbol not string, since that's what
13955         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13956         look for.
13957
13958 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13959
13960         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13961         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13962
13963         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13964
13965 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13966
13967         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13968         (gnus-xmas-mime-security-button-menu): New function.
13969
13970         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13971         (gnus-mime-security-button-menu): New definition.
13972         (gnus-mime-security-button-map): Use them.
13973         (gnus-mime-security-button-menu): New function.
13974         (gnus-insert-mime-security-button): Addition to help echo.
13975         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13976         (gnus-mime-security-pipe-part): New functions.
13977
13978         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13979         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13980
13981         * mm-decode.el (mm-handle-set-disposition): Remove.
13982         (mm-handle-set-description): Remove.
13983
13984 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13985
13986         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13987         (mm-w3m-standalone-supports-m17n-p): New function.
13988         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13989         w3m usage.
13990
13991         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13992         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13993
13994 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13995
13996         * message.el (message-tool-bar-zap-list):
13997         Use gmm-tool-bar-zap-list as custom type.
13998         (message-tool-bar-update): New function.
13999         (message-tool-bar, message-tool-bar-gnome)
14000         (message-tool-bar-retro): Add message-tool-bar-update.
14001         (message-tool-bar-gnome): Add flyspell-buffer.
14002
14003         * gnus-util.el (gnus-error): Describe `args'.
14004
14005         * gmm-utils.el (gmm-error): Describe `args'.
14006         (gmm-tool-bar-zap-list): New widget.
14007         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14008
14009 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14010
14011         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14012         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14013         the number of recursive calls.
14014
14015         * mm-decode.el (mm-handle-set-disposition): New macro.
14016         (mm-handle-set-description): New macro.
14017
14018 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14019
14020         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14021         encoding.
14022
14023 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14024
14025         * message.el (message-tool-bar-zap-list, message-tool-bar)
14026         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14027         (message-tool-bar-local-item-from-menu): Remove.
14028         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14029         (message-make-tool-bar): New function.
14030         (message-mode): Use `message-make-tool-bar'.
14031
14032         * gmm-utils.el: New file.
14033         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14034         (gmm-lazy): New widget copied from `nnmail.el'.
14035         (gmm-tool-bar-from-list): New function for creating customizable
14036         tool bars.
14037         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14038         output.
14039         (gmm): Add :prefix to defgroup.
14040
14041 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14042
14043         * gmm-utils.el (gmm-widget-p): New function.
14044
14045 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14046
14047         * mml.el (mml-attach-file): Describe `description' in doc string.
14048         (mml-menu): Add Emacs MIME manual and PGG manual.
14049
14050 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14051
14052         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14053
14054 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14055
14056         * nntp.el (nntp-end-of-line): Doc fix.
14057
14058 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14059
14060         * imap.el (imap-open): Handle case where buffer is a buffer
14061         object.
14062
14063 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14064
14065         * gnus-delay.el (gnus-delay): Don't autoload.
14066         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14067         to be re-loaded when customizing the `gnus-delay' group.
14068
14069 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14070
14071         * message.el (message-insert-citation-line): Use newlines.
14072
14073 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14074
14075         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14076         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14077         these routines, so the passphrase can be managed externally and
14078         passed in to the system.
14079         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14080         pgg-add-passphrase-to-cache function.
14081
14082         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14083         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14084         these routines, so the passphrase can be managed externally and
14085         passed in to the system.
14086         (pgg-pgp5-sign-region): Use new name of
14087         pgg-add-passphrase-to-cache function.
14088
14089 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14090
14091         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14092         part of the decoded armor to find the key-identifier.
14093         (pgg-gpg-lookup-key-owner): New function to return the
14094         human-readable identifier of a key owner.
14095         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14096         itself.
14097         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14098         the key value) if we have a key and can match it against a secret
14099         key.  Also, added a note pointing out fact that the prompt only
14100         indicates the first matching key.
14101
14102         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14103         pgg-decrypt-region.
14104         (pgg-add-passphrase-to-cache): Rename from
14105         `pgg-add-passphrase-cache' to reduce confusion (all callers
14106         changed).
14107         (pgg-remove-passphrase-from-cache): Rename from
14108         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14109         changed).
14110         (pgg-read-passphrase, pgg-add-passphrase-cache)
14111         (pgg-remove-passphrase-cache): Add informative docstrings.
14112         (pgg-decrypt): Convey provided passphrase in subordinate call to
14113         pgg-decrypt-region.
14114
14115 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14116
14117         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14118         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14119         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14120         'passphrase' argument, so the passphrase can be managed externally
14121         and then passed in to the system.
14122
14123         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14124         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14125         so the passphrase cache can be used reliably with identifiers
14126         besides a pgp packet's key id.
14127
14128         * pgg-gpg.el (pgg-gpg-encrypt-region)
14129         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14130         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14131         these routines, so the passphrase can be managed externally and
14132         passed in to the system.
14133
14134         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14135         'notruncate' argument, so the passphrase cache can be used
14136         reliably with identifiers besides a pgp packet's key id.
14137
14138 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14139
14140         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14141         symmetric encryption.
14142         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14143         encrypted session key.
14144         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14145         message ask for the passphrase in a proper way.
14146
14147         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14148         New user commands for symmetric encryption.
14149
14150 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14151
14152         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14153
14154         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14155
14156 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14157
14158         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14159
14160 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14161
14162         * mm-decode.el (mm-inlined-types): Add application/pgp.
14163         (mm-automatic-display): Ditto.
14164
14165         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14166         part as text.
14167
14168 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14169
14170         * nnrss.el: Update copyright.
14171         (nnrss-opml-import): Query whether to subscribe to each entry.
14172
14173         * gnus-art.el:
14174         * gnus-sum.el:
14175         * gnus-xmas.el:
14176         * messagexmas.el:
14177         * mm-uu.el:
14178         * mm-view.el: Update copyright.
14179
14180 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14181
14182         * message.el (message-info): New function.
14183         (message-mode-menu): Add it.
14184         Update copyright.
14185
14186         * ChangeLog: Fix and update copyright.
14187
14188 2006-01-13  Romain Francoise  <romain@orebokech.com>
14189
14190         * message.el (message-forward-subject-name-subject): Prefer the
14191         address to 'nowhere' if the sender has no name.
14192         Fix typo.  Update copyright year.
14193
14194 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14195
14196         * gnus-art.el (article-wash-html):
14197         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14198         (gnus-article-wash-html-with-w3m-standalone): New function.
14199
14200         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14201         mm-inline-text-html-render-with-w3m-standalone.
14202         (mm-text-html-washer-alist): Map w3m-standalone to
14203         gnus-article-wash-html-with-w3m-standalone.
14204         (mm-inline-text-html-render-with-w3m-standalone): New function.
14205
14206 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14207
14208         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14209         Improve LaTeX.
14210
14211 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14212
14213         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14214         (nnrss-request-article): Render text/plain parts as HTML.
14215
14216         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14217         the buffer.
14218
14219 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14220
14221         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14222         custom definition of `gnus-posting-styles'.
14223
14224         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14225         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14226
14227 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14228
14229         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14230         Use nntp for bug archive.
14231
14232 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14233
14234         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14235         parts.
14236         (nnrss-normalize-date): New function converts ISO 8601 date into
14237         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14238         (nnrss-check-group): Use it.
14239
14240 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14241
14242         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14243
14244         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14245         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14246         (nnrss-insert-w3): Ditto.
14247
14248 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14249
14250         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14251         the articles to be forwarded including the case where neither a
14252         number of articles nor a region is specified.
14253
14254 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14255
14256         * nnrss.el (nnrss-request-article): Fix last change; fill
14257         text/plain parts.
14258
14259 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14260
14261         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14262         in text/plain part.
14263         (nnrss-check-group): Don't add excessive newline to dc:subject.
14264
14265 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14266
14267         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14268         article.
14269
14270 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14271
14272         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14273         (nnml-use-compressed-files, nnml-save-mail): Support other
14274         comression programs such as bzip2.
14275
14276 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14277
14278         * dns.el (query-dns): Make sure we check the buffer size before
14279         removing tcp headers.
14280
14281 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14282
14283         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14284         remove MIME buttons associated with multipart/alternative parts.
14285         (gnus-mime-display-alternative): Tag buttons using `article-type'
14286         text property.
14287
14288         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14289         associated with multipart/alternative parts.
14290
14291         * gnus-art.el (gnus-signature-separator): Fix custom type.
14292
14293         * mm-decode.el (mm-inlined-types): Fix custom type.
14294         (mm-keep-viewer-alive-types): Ditto.
14295         (mm-automatic-display): Ditto.
14296         (mm-attachment-override-types): Ditto.
14297         (mm-inline-override-types): Ditto.
14298         (mm-automatic-external-display): Ditto.
14299
14300 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14301
14302         * spam-report.el (spam-report-user-mail-address)
14303         (spam-report-user-agent): New variables.
14304         (spam-report-url-ping-plain): Use spam-report-user-agent.
14305
14306 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14307
14308         * gnus-art.el (gnus-button-handle-custom): Do not just use
14309         `customize-apropos' for any "M-x customize-*" button but the
14310         function called for.  Accept both the function name and its
14311         argument in order to achieve this.
14312         (gnus-button-alist): Remove support for "custom:" URL's.
14313         Pass function name to `gnus-button-handle-custom' in case of "M-x
14314         customize-*" buttons.
14315
14316 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14317
14318         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14319         multipart/alternative and add xref to mm-discouraged-alternatives
14320         in doc string.
14321
14322         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14323         gnus-buttonized-mime-types in doc string.
14324
14325 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14326
14327         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14328         Suggest image/.* in the doc string.
14329
14330 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14331
14332         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14333         message-marks (Debian bug #342521).
14334
14335 2005-12-12  Simon Josefsson  <jas@extundo.com>
14336
14337         * password.el (password-read-from-cache): Add.
14338         (password-read): Use it.
14339
14340 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14341
14342         * rfc2047.el (rfc2047-charset-to-coding-system):
14343         Recognize us-ascii as a MIME charset.
14344
14345         * mm-bodies.el (mm-decode-content-transfer-encoding):
14346         Protect against the case where the 2nd arg TYPE is nil.
14347
14348 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14349
14350         * pop3.el (pop3-stream-type): Fix custom version.
14351
14352         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14353
14354 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14355
14356         * mm-decode.el (mm-display-external): Add missing cdr.
14357
14358 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14359
14360         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14361         RFC1524) if it is in mailcap or add a suffix according to
14362         mailcap-mime-extensions when generating a temp filename; postpone
14363         deleting a temp file for 2 seconds for some wrappers, shell
14364         scripts, and so on, which might exit right after having started a
14365         viewer command as a background job.
14366
14367 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14368
14369         * nntp.el (nntp-marks-directory): Fix custom group.
14370
14371         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14372         steps when < 10.
14373
14374         * gnus-start.el (gnus-no-server-1):
14375         Mention `gnus-level-default-subscribed' in doc string.
14376
14377 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14378
14379         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14380         parens.
14381
14382 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14383
14384         * gnus-xmas.el (gnus-use-toolbar): Revert.
14385         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14386         gnus-use-toolbar is default.
14387
14388         * messagexmas.el (message-use-toolbar): Revert.
14389         (message-setup-toolbar): Use global default-toolbar if
14390         message-use-toolbar is default.
14391
14392 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14393
14394         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14395         according to default-toolbar-visible-p.
14396
14397         * messagexmas.el (message-use-toolbar): Ditto.
14398
14399 2005-11-26  Dave Love  <fx@gnu.org>
14400
14401         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14402         (tls-program, tls-success): Provide openssl alternative.
14403
14404         * starttls.el: Doc fixes.
14405         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14406         SERVICE to PORT.
14407
14408         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14409         port null or service name.
14410         (starttls-negotiate): Autoload.
14411
14412 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14413
14414         * message.el (message-kill-to-signature): Fix interactive spec.
14415
14416 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14417
14418         * pop3.el (pop3-open-server): Recognize a string as a service name.
14419
14420 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14421
14422         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14423
14424 2005-11-23  Dave Love  <fx@gnu.org>
14425
14426         Add pop3s, pop3/starttls.
14427
14428         * pop3.el (pop3-authentication-scheme): Clarify doc.
14429         (open-tls-stream, starttls-open-stream): Autoload.
14430         (pop3-stream-type): New.
14431         (pop3-open-server): Use it.
14432
14433         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14434         for POP.
14435         (mail-source-keyword-map): Add :stream for POP.
14436         (mail-source-fetch-pop): Use pop3-stream-type.
14437
14438 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14439
14440         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14441         of current-time-string.
14442
14443 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14444
14445         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14446         date header.
14447
14448 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14449
14450         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14451         it can seriously impact performance as it bypasses the agent's
14452         local caches.
14453
14454 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14455
14456         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14457         must be explicitly online rather than "not explicitly offline" for
14458         its flags to be synchronized.
14459
14460         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14461         that gnus-uu-unmark-thread will function correctly.
14462
14463         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14464         1024K is instead displayed as 1M.
14465
14466 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14467
14468         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14469
14470 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14471
14472         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14473
14474 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14475
14476         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14477         error message to display actual error condition.
14478         (gnus-agent-save-local): Avoid saving symbols that are bound to
14479         nil as they simply result in a warning message in
14480         gnus-agent-read-local.
14481
14482 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14483
14484         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14485         rather than make-variable-buffer-local for file-precious-flag.
14486
14487 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14488
14489         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14490         for duplicates which are removed.  The invalid sort check then
14491         triggers a rescan after the sort as sorting may have moved
14492         duplicate entries such that they can be cheaply detected.
14493
14494 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14495
14496         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14497
14498 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14499
14500         * gnus-agent.el (gnus-agent-article-alist-save-format):
14501         Change internal variable to a custom variable.  Change default value
14502         from compressed(2) to uncompressed(1).
14503         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14504         support for uncompressed agentview files.  Taken together, reading
14505         the agentview file should now be 6-7 times faster.
14506
14507 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14508
14509         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14510         as a buffer-local variable.  This avoids creating truncated
14511         dribble files as a result of a hang up, eg.
14512
14513 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14514
14515         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14516         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14517         XEmacs.
14518
14519 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14520
14521         * gnus-start.el (gnus-start-draft-setup):
14522         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14523
14524         * gnus.el (gnus-splash): Change custom group.
14525         (gnus-group-get-parameter, gnus-group-parameter-value):
14526         Describe allow-list argument.
14527
14528         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14529         string.
14530
14531 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14532
14533         * gnus-art.el (gnus-default-article-saver): Add user-defined
14534         `function' to custom type.
14535
14536 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14537
14538         * imap.el (imap-open): Handle case where buffer is a buffer
14539         object.
14540
14541 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14542
14543         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14544         long lines.
14545         (gnus-cache-delete-group): Wrap doc strings.
14546
14547         * gnus-agent.el (gnus-agent-rename-group)
14548         (gnus-agent-delete-group): Wrap doc strings.
14549
14550 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14551
14552         * messagexmas.el (message-use-toolbar): Change the valid values
14553         into default, top, bottom, left, and right.
14554         (message-toolbar-thickness): New variable.
14555         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14556         well.
14557         (message-setup-toolbar): Make it work.
14558
14559         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14560         (gnus-use-toolbar): Change the valid values into default, top,
14561         bottom, left, and right.
14562         (gnus-toolbar-thickness): New variable.
14563         (gnus-xmas-setup-toolbar): New function.
14564         (gnus-xmas-setup-group-toolbar): Use it.
14565         (gnus-xmas-setup-summary-toolbar): Use it.
14566
14567 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14568
14569         * gnus-start.el (gnus-1): Add "native" to
14570         gnus-predefined-server-alist.
14571
14572         * gnus.el (gnus-method-to-server): Don't add "native" to the
14573         lists here, because that leads to problems when
14574         gnus-select-method is bound.
14575
14576 2005-11-09  Simon Josefsson  <jas@extundo.com>
14577
14578         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14579         use (not sort-by-date) instead.
14580
14581 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14582
14583         * gnus-delay.el (gnus-delay-group): Don't autoload.
14584         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14585         to be re-loaded when customizing the `gnus-delay' group.
14586
14587 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14588
14589         * message.el: Revert last changes.
14590         (message-insert-citation-line): Use newlines.
14591
14592 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14593
14594         * message.el (message-courtesy-message)
14595         (message-mark-insert-begin, message-mark-insert-end)
14596         (message-elide-ellipsis, message-cancel-message)
14597         (message-add-header, message-change-subject)
14598         (message-cross-post-followup-to-header)
14599         (message-cross-post-insert-note, message-reduce-to-to-cc)
14600         (message-widen-reply, message-delete-not-region)
14601         (message-kill-to-signature, message-insert-signature)
14602         (message-insert-importance-high, message-insert-importance-low)
14603         (message-insert-or-toggle-importance)
14604         (message-insert-disposition-notification-to)
14605         (message-indent-citation, message-yank-original)
14606         (message-cite-original-without-signature, message-cite-original)
14607         (message-insert-citation-line, message-position-on-field)
14608         (message-fix-before-sending, message-send-mail-partially)
14609         (message-send-mail, message-send-mail-with-sendmail)
14610         (message-send-mail-with-qmail, message-send-news)
14611         (message-check-news-header-syntax, message-generate-headers)
14612         (message-insert-courtesy-copy, message-fill-address)
14613         (message-fill-header, message-shorten-references)
14614         (message-setup-1, message-cancel-news)
14615         (message-forward-make-body-plain, message-forward-make-body-mime)
14616         (message-forward-make-body-mml, message-encode-message-body)
14617         (message-forward-make-body-digest-plain)
14618         (message-forward-make-body-digest-mime)
14619         (message-use-alternative-email-as-from): Insert `hard-newline'
14620         instead of ordinary newlines.
14621
14622 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14623
14624         * message.el (message-generate-headers): Downcase the argument
14625         given to message-check-element.
14626
14627 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14628
14629         * nntp.el (nntp-authinfo-rejected): New error condition.
14630         (nntp-wait-for): Use new error condition to signal authentication
14631         error.
14632         (nntp-retrieve-data): Rethrow new error condition to break out of
14633         recursive call to nntp-send-authinfo.
14634
14635 2005-11-08  Romain Francoise  <romain@orebokech.com>
14636
14637         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14638         (gnus-summary-exit-map): Bind to `Z p'.
14639         (gnus-summary-make-menu-bar): Add menu item.
14640
14641 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14642
14643         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14644         (gnus-treat-*): Add `first' in all doc strings.
14645
14646         * gnus-group.el (gnus-group-compact-group): Fix typo.
14647
14648 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14649
14650         * gnus.el (gnus-parameters-case-fold-search): New variable.
14651         (gnus-parameters-get-parameter): Use it.
14652
14653         * gnus-score.el (gnus-home-score-file): Doc fix.
14654
14655 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14656
14657         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14658
14659 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14660
14661         * mm-util.el (mm-special-display-p): New function.
14662
14663         * mml.el (mml-preview): Use it; doc fix.
14664
14665 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14666
14667         * imap.el (imap-open): Handle case where buffer is a buffer object.
14668
14669 2005-10-29  Romain Francoise  <romain@orebokech.com>
14670
14671         * message.el (message-fix-before-sending): Fix comment.
14672
14673 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14674
14675         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14676
14677 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14678
14679         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14680         Used in gnus-score.el.
14681
14682 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14683
14684         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14685
14686 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14687
14688         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14689         whitespace removed in revision 7.8.  Use concatenated string to
14690         protect trailing whitespace.
14691
14692 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14693
14694         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14695         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14696         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14697         Courier IMAP ("some version from 2004").  Mostly based on similar
14698         code in the same function.
14699
14700 2005-10-26  Didier Verna  <didier@xemacs.org>
14701
14702         * gnus-group.el (gnus-group-compact-group): Invalidate original
14703         article buffer.
14704         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14705         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14706         NOV database and in article itself.
14707         Invalidate article backlog.
14708
14709 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14710
14711         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14712
14713 2005-10-26  Simon Josefsson  <jas@extundo.com>
14714
14715         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14716         part of 2004-07-25 change.
14717
14718 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14719
14720         * message.el (message-display-completion-list): New function.
14721         (message-expand-group): Use it; make sure the Completions buffer
14722         is modifiable.
14723 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14724
14725         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14726         user-mail-name is an empty string.
14727
14728 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14729
14730         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14731         depending on gnus-score-decay-constant.
14732
14733         * encrypt.el (encrypt-insert-file-contents)
14734         (encrypt-write-file-contents): Don't use `gnus-message'.
14735
14736         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14737         arguments.
14738         (mm-uu-type-alist): Add message-marks and insert-marks.
14739         Pass arguments to mm-uu-verbatim-marks-extract.
14740         (mm-uu-hide-markers): New variable.
14741         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14742
14743         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14744         (gnus-convert-image-to-face-command): Use "convert" by default to
14745         allow other input image formats.
14746         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14747         accordingly.
14748
14749 2005-10-23  Simon Josefsson  <jas@extundo.com>
14750
14751         * imap.el (imap-gssapi-program): Align command line parameters
14752         with latest GNU SASL.
14753         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14754
14755 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14756
14757         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14758         HTML.
14759         (nnslashdot-request-article): Ditto.
14760
14761         * lpath.el (featurep): Add nobreak-char-display.
14762
14763 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14764
14765         * mail-source.el (mail-source-fetch-pop): Require pop3.
14766         (mail-source-check-pop): Ditto.
14767
14768 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14769
14770         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14771         errors.
14772
14773 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14774
14775         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14776         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14777
14778         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14779
14780         * mm-bodies.el (mm-decode-string):
14781         Call `mm-charset-to-coding-system' with allow-override argument.
14782
14783 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14784
14785         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14786         (rfc2047-charset-to-coding-system): New function.
14787         (rfc2047-decode-encoded-words): New function.
14788         (rfc2047-decode-region): Use them.
14789         (rfc2047-decode-cte): Remove.
14790         (rfc2047-parse-and-decode): Remove.
14791         (rfc2047-decode): Remove.
14792
14793 2005-10-15  Kenichi Handa  <handa@m17n.org>
14794
14795         * rfc2047.el (rfc2047-decode-cte): New function.
14796         (rfc2047-decode-region): Change the way to decode successive
14797         encoded-words: decode B- or Q-encoding in each encoded-word,
14798         concatenate them, and decode it as charset.
14799
14800 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14801
14802         * lpath.el: Fbind codepage-setup for XEmacs.
14803
14804 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14805
14806         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14807         widget-move-and-invoke.
14808         (gnus-custom-mode): Use gnus-custom-map.
14809
14810 2005-10-15  Bill Wohler  <wohler@newt.com>
14811
14812         * message.el (message-tool-bar-map): Rename image file from
14813         mail_send to mail/send.
14814
14815 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14816
14817         * message.el (message-expand-group): Pass the common
14818         prefix substring of completion to `display-completion-list'.
14819
14820 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14821
14822         * mml-sec.el (mml-secure-method): New internal variable.
14823         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14824         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14825         New functions using mml-secure-method.
14826
14827         * mml.el (mml-mode-map): Add key bindings for those functions.
14828         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14829         Harder <harder@myrealbox.com>.
14830         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14831         Goto end of message if point is the headers of the message.
14832
14833         * message.el (message-in-body-p): New function.
14834
14835         * assistant.el: Autoload gnus-util and netrc.
14836
14837         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14838         Use `mm-charset-override-alist' only when decoding.
14839
14840         * mm-bodies.el (mm-decode-body):
14841         Call `mm-charset-to-coding-system' with allow-override argument.
14842
14843         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14844         `filename' from Content-Disposition if Content-Type doesn't
14845         provide `name'.
14846         (gnus-mime-view-part-as-type): Set default instead of
14847         initial-input.
14848
14849 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14850
14851         * format-spec.el (format-spec): Propagate text properties of % spec.
14852
14853 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14854
14855         * gnus-art.el (gnus-treat-predicate): Add `first'.
14856
14857 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14858
14859         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14860         (mm-charset-override-alist): New variable.
14861         (mm-charset-to-coding-system): Use it.
14862         (mm-codepage-setup): New helper function.
14863         (mm-charset-eval-alist): New variable.
14864         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14865         Warn about unknown charsets.
14866
14867         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14868
14869 2005-10-04  David Hansen  <david.hansen@gmx.net>
14870
14871         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14872         (nnrss-check-group): Ditto.
14873
14874 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14875
14876         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14877         Rename x-gnus-verbatim to x-verbatim.
14878         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14879
14880         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14881         x-verbatim.
14882
14883         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14884
14885         * gnus-util.el (gnus-remove-duplicates): Remove.
14886
14887         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14888         instead of gnus-remove-duplicates.
14889
14890         * message.el (message-remove-duplicates): Remove.
14891         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14892         message-remove-duplicates.
14893
14894         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14895         available, else use implementation from `delete-dups'.
14896
14897         * message.el (message-insert-expires): New function.
14898         (message-mode-map): Add key binding.
14899         (message-mode-field-menu): Add menu entry.
14900         (message-mode): Document it.
14901         (message-make-expires-date): Use `message-make-date'.
14902
14903 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14904
14905         * message.el (message-make-expires-date): New function.
14906
14907 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14908
14909         * Makefile.in (list-installed-shadows): New entry.
14910         (install): Use it.
14911         (remove-installed-shadows): New entry.
14912
14913         * dgnushack.el (dgnushack-default-load-path): New variable.
14914         (dgnushack-find-lisp-shadows): New function.
14915         (dgnushack-remove-lisp-shadows): New function.
14916
14917 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14918
14919         * Makefile.in (install-el-elc): New entry.
14920         (install): Use it so that .el files are necessarily installed.
14921
14922 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14923
14924         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14925
14926 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14927
14928         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14929         function rather than the diff-mode.el package.
14930         (mm-display-external): Use with-current-buffer.
14931         (mm-viewer-completion-map, mm-viewer-completion-map):
14932         Move initialization inside declaration.
14933
14934 2005-09-29  Simon Josefsson  <jas@extundo.com>
14935
14936         * spam.el: Load hashcash when compiling, to avoid warnings.
14937         Don't autoload mail-check-payment.
14938         (spam-check-hashcash): Define unconditionally, since hashcash.el
14939         is part of Gnus now.  Ignore errors from payment checking.
14940
14941 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14942
14943         * message.el (message-bold-region, message-unbold-region):
14944         Rename from `bold-region' and `unbold-region'.
14945
14946         * message.el: Remove useless autoloads.
14947
14948 2005-09-28  Simon Josefsson  <jas@extundo.com>
14949
14950         * message.el (message-use-idna): Default to t.
14951         (message-use-idna): Test whether encoding works too.  Doc fix.
14952
14953 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14954
14955         * nntp.el (nntp-warn-about-losing-connection): Remove.
14956
14957 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14958
14959         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14960         customizable.  Change default value.
14961         (mm-uu-diff-groups-regexp): Change default value.
14962         (mm-uu-type-alist): Add doc string.
14963         (mm-uu-configure): Add doc string.  Make it interactive.
14964         (mm-uu-tex-groups-regexp): New variable.
14965         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14966         (mm-uu-type-alist): Add LaTeX documents.
14967         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14968         of "text/verbatim".
14969         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14970
14971         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14972         instead of "text/verbatim".
14973
14974         * message.el (message-mark-inserted-region)
14975         (message-mark-insert-file): Use slrn style marks when called with
14976         prefix argument.
14977
14978 2005-09-27  Simon Josefsson  <jas@extundo.com>
14979
14980         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14981
14982 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14983
14984         * message.el (message-remove-duplicates): New function.
14985         Implementation borrowed from `gnus-remove-duplicates'.
14986         (message-idna-to-ascii-rhs): Also encode idna addresses in
14987         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14988         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14989         only ask about the same idna domain once per header and also tell
14990         in what header to replace the idna domain.
14991
14992         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14993         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14994         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14995         a header is decoded and not just the last one.
14996
14997 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14998
14999         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15000         has been decoded.
15001
15002         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15003         (mm-insert-part): Don't modify text if it has been decoded.
15004
15005         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15006         decoded.
15007
15008         * mm-view.el (mm-inline-text): Don't strip text props unless
15009         decoding enriched or richtext parts.
15010
15011 2005-09-25  Romain Francoise  <romain@orebokech.com>
15012
15013         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15014         * gnus-start.el (gnus-subscribe-interactively):
15015         * gnus-uu.el (gnus-uu-grab-articles):
15016         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15017         space.
15018
15019 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15020
15021         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15022         * mm-view.el (mm-view-pkcs7-decrypt):
15023         * gnus-sum.el (gnus-summary-limit-to-extra)
15024         (gnus-summary-respool-article, gnus-read-move-group-name):
15025         * gnus-score.el (gnus-summary-increase-score):
15026         * gnus-util.el (gnus-completing-read-with-default):
15027         * gnus-art.el (gnus-read-save-file-name)
15028         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15029         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15030         * message.el (message-check-news-header-syntax):
15031         Follow convention for reading with the minibuffer.
15032
15033 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15034
15035         * spam-report.el (spam-report-url-ping-plain):
15036         Use gnus-extended-version as User-Agent.
15037
15038         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15039         default value is nil.
15040
15041         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15042         (mm-uu-verbatim-marks-extract): New function.
15043         (mm-uu-extract): New face.
15044         (mm-uu-copy-to-buffer): Use it.
15045
15046         * spam-report.el (spam-report-gmane-ham): Rename from
15047         `spam-report-gmane-unspam'.
15048         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15049         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15050
15051         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15052         Autoload.
15053         (spam-report-gmane-unregister-routine):
15054         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15055
15056 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15057
15058         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15059         (spam-report-gmane-unregister-routine): Add support for gmane
15060         unregistration.
15061
15062         * spam-report.el (spam-report-gmane-unspam)
15063         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15064         (spam-report-gmane): Change to take a single article and do unspam
15065         registration.
15066
15067 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15068
15069         * mm-url.el (mm-url-decode-entities): Fix regexp.
15070
15071 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15072
15073         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15074         default to nil, to be able to use Gnus at all.  If the default
15075         switches to something else, then the function should be fixed not
15076         be exceedingly slow.
15077
15078 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15079
15080         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15081         fail hard.
15082
15083         * spam-report.el: Add better Keywords line.
15084
15085         * spam.el: Add Maintainer and better Keywords line.
15086
15087 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15088
15089         * gnus-art.el (gnus-article-replace-part)
15090         (gnus-mime-replace-part): New functions.
15091         (gnus-mime-action-alist, gnus-mime-button-commands)
15092         (gnus-mime-save-part-and-strip): Add file argument.
15093         (gnus-article-part-wrapper): Add interactive argument.
15094
15095         * gnus-sum.el (gnus-summary-mime-map):
15096         Add `gnus-article-replace-part'.
15097
15098 2005-09-19  Didier Verna  <didier@xemacs.org>
15099
15100         The nnml compaction feature:
15101         * nnml.el (nnml-request-compact-group): New function.
15102         * nnml.el (nnml-request-compact): New function.
15103         * gnus-int.el (gnus-request-compact-group): New function.
15104         * gnus-int.el (gnus-request-compact): New function.
15105         * gnus-group.el (gnus-group-compact-group): New function.
15106         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15107         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15108         * gnus-srvr.el (gnus-server-compact-server): New function.
15109         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15110         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15111
15112 2005-09-18  Deepak Goel  <deego@gnufans.org>
15113
15114         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15115         format spec.
15116
15117 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15118
15119         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15120
15121 2005-09-15  Romain Francoise  <romain@orebokech.com>
15122
15123         * message.el (message-fill-paragraph): Clarify docstring.
15124
15125 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15126
15127         * gnus-art.el (gnus-mime-display-part): Protect against broken
15128         MIME messages.
15129
15130 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15131
15132         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15133         before parsing header.
15134
15135 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15136
15137         * html2text.el (html2text-replace-list): Add new entities.
15138
15139 2005-09-11  Romain Francoise  <romain@orebokech.com>
15140
15141         * message.el (message-alternative-emails): Improve docstring.
15142         (message-setup-1): Call `message-use-alternative-email-as-from'
15143         after `message-setup-hook' to give it precedence over posting
15144         styles, etc.
15145         (message-use-alternative-email-as-from): Add docstring.
15146         Remove the original From header if present.
15147
15148         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15149         (nnml-save-mail): Use it.
15150
15151         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15152         articles.  Add new argument `silent'.
15153         (gnus-uu-mark-all): Report the total number of marked articles.
15154
15155 2005-09-10  Romain Francoise  <romain@orebokech.com>
15156
15157         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15158         (gnus-uu-mark-series): Likewise.
15159
15160 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15161
15162         * spam-report.el (spam-report-gmane): Fix generation of spam
15163         report URL.
15164
15165 2005-09-10  Simon Josefsson  <jas@extundo.com>
15166
15167         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15168         t, based on discussion on the ding list with Robert Epprecht
15169         <epprecht@solnet.ch>.
15170
15171 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15172
15173         * spam-report.el (spam-report-gmane): Make it work without
15174         X-Report-Spam header.  Gmane now only provides Archived-At.
15175         This is only used if `spam-report-gmane-use-article-number' is nil.
15176         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15177
15178         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15179         make `gnus-summary-sort-by-recipient' work with threading.
15180
15181         * nnweb.el (nnweb-google-wash-article): Print a message if article
15182         is not available.
15183
15184 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15185
15186         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15187         change.  Decode text/* parts content before displaying.
15188
15189 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15190
15191         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15192
15193 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15194
15195         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15196
15197         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15198         url-package-name, url-package-version,
15199         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15200         w3m-display-inline-images, and w3m-minor-mode-map.
15201
15202 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15203
15204         * message.el (message-tab-body-function): Fix mismatched custom type.
15205
15206         * gnus.el (gnus-group-change-level-function): Ditto.
15207
15208         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15209
15210         * gnus-art.el (gnus-signature-limit)
15211         (gnus-article-mime-part-function): Ditto.
15212
15213 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15214
15215         * mml.el (mml-mode): Silence the byte compiler.
15216
15217         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15218         using `(sit-for 0)' before moving the point to the specified part;
15219         skip unbuttonized parts.
15220         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15221         return to the summary window if gnus-auto-select-part is non-nil.
15222
15223 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15224
15225         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15226         New variables.
15227         (mml-dnd-attach-file, mml-mode): Use them.
15228
15229         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15230         Make fetching article by MID work again for Google Groups.
15231         Add FIXME concerning gnus-group-make-web-group.
15232
15233         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15234         Don't depend on Gnus by using mail-extract-address-components if
15235         gnus-extract-address-components is not bound.
15236
15237 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15238
15239         * gnus-art.el (gnus-mime-display-security): Don't display the
15240         signature, but only the signed part.
15241
15242 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15243
15244         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15245
15246         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15247         list, not listp.
15248
15249 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15250
15251         * mm-encode.el (mm-encode-content-transfer-encoding):
15252         Likewise when encoding.
15253
15254         * mm-bodies.el (mm-decode-content-transfer-encoding):
15255         De-canonicalize CRLF for all text content types, not just
15256         text/plain.
15257
15258 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15259
15260         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15261         valid article; point arrow and cursor at the MIME button.
15262
15263 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15264
15265         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15266         Suggested by Dan Christensen <jdc@uwo.ca>.
15267
15268         * mm-decode.el (mm-save-part): Enable change of prompt.
15269
15270 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15271
15272         * gnus-msg.el (gnus-inews-add-send-actions):
15273         Make `message-post-method' lambda parameter ARG `&optional'.
15274
15275 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15276
15277         * gnus-sum.el (gnus-summary-mime-map):
15278         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15279         gnus-article-jump-to-part.
15280
15281         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15282         (gnus-article-edit-part): Use it.
15283         (gnus-article-part-wrapper): Add no-handle argument.
15284         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15285         New functions.
15286
15287 2005-08-29  Romain Francoise  <romain@orebokech.com>
15288
15289         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15290         docstring.
15291         (gnus-face-from-file): Likewise.
15292
15293 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15294
15295         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15296         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15297         non-nil.
15298         (gnus-auto-select-part): New variable.
15299         (gnus-article-jump-to-part): New function.
15300         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15301         (gnus-mime-delete-part): Allow selecting specified part after
15302         deleting or stripping parts.
15303         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15304         part if argument is bogus.
15305
15306 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15307
15308         * gnus-art.el (w3m-minor-mode-map):
15309         * gnus-spec.el (gnus-newsrc-file-version):
15310         * gnus-util.el (nnmail-active-file-coding-system)
15311         (gnus-original-article-buffer, gnus-user-agent):
15312         * gnus.el (gnus-ham-process-destinations)
15313         (gnus-parameter-ham-marks-alist)
15314         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15315         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15316         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15317         * mm-decode.el (gnus-current-window-configuration):
15318         * mm-extern.el (gnus-article-mime-handles):
15319         * mm-url.el (url-current-object, url-package-name)
15320         (url-package-version):
15321         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15322         (smime-keys, w3m-cid-retrieve-function-alist)
15323         (w3m-current-buffer, w3m-display-inline-images)
15324         (w3m-minor-mode-map):
15325         * mml-smime.el (gnus-extract-address-components):
15326         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15327         (gnus-newsrc-hashtb, message-default-charset)
15328         (message-deletable-headers, message-options)
15329         (message-posting-charset, message-required-mail-headers)
15330         (message-required-news-headers):
15331         * mml1991.el (mc-pgp-always-sign):
15332         * mml2015.el (mc-pgp-always-sign):
15333         * nnheader.el (nnmail-extra-headers):
15334         * rfc1843.el (gnus-decode-encoded-word-function)
15335         (gnus-decode-header-function, gnus-newsgroup-name):
15336         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15337
15338 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15339
15340         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15341         the end of the date treatments.
15342
15343 2005-08-15  Simon Josefsson  <jas@extundo.com>
15344
15345         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15346         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15347         Capello and Romain Francoise.
15348         (pgg-fetch-key-function): Remove, not used?
15349         (pgg-insert-url-with-w3): Require url, to get
15350         url-insert-file-contents regardless of where it is defined.
15351
15352 2005-08-13  Romain Francoise  <romain@orebokech.com>
15353
15354         * message.el (message-cite-original-1): New function.
15355         (message-cite-original): Use it.
15356         (message-cite-original-without-signature): Ditto.
15357
15358 2005-08-08  Romain Francoise  <romain@orebokech.com>
15359
15360         * message.el (message-yank-empty-prefix): New variable.
15361         (message-indent-citation): Use it.
15362         (message-cite-original-without-signature): Respect X-No-Archive.
15363
15364 2005-08-08  Simon Josefsson  <jas@extundo.com>
15365
15366         * pgg.el: Autoload url-insert-file-contents instead of loading
15367         w3/url.
15368         (pgg-insert-url-with-w3): Don't load url here.
15369
15370 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15371
15372         * message.el (message-kill-to-signature): Don't insert newline at
15373         bol.
15374         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15375
15376 2005-08-06  Romain Francoise  <romain@orebokech.com>
15377
15378         * message.el (message-user-fqdn): Fix typo in docstring.
15379
15380 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15381
15382         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15383
15384         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15385
15386 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15387
15388         * mm-bodies.el (mm-encode-body): Use coding system rather than
15389         charset to encode text.
15390
15391         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15392         number of charsets if utf-8 is available (XEmacs).
15393
15394 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15395
15396         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15397         taken from `gnus-button-mid-or-mail-regexp'.
15398         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15399         (gnus-button-alist): Improve regexp for domain part of the MIDs
15400         for news:localpart@domain buttons.
15401         (gnus-button-ctan-directory-regexp): Update.
15402
15403 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15404
15405         * sieve-manage.el (sieve-manage-interactive-login):
15406         Use make-local-variable rather than make-variable-buffer-local.
15407         (sieve-manage-open): Ditto.
15408         (sieve-manage-authenticate): Ditto.
15409
15410         * mml.el (mml-generate-mime-1): Make the content type default to
15411         text/plain if the filename is not specified.
15412
15413 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15414
15415         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15416         instead of insert-buffer.
15417
15418         * message.el (message-yank-original): Ditto; set the mark at the
15419         end of the yanked message.
15420
15421 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15422
15423         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15424         lines to scroll rather than to stop it.
15425
15426         * mml.el (mml-generate-default-type): Add doc string.
15427         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15428         default to application/octet-stream when determining the content
15429         type if it is not specified for the part or the mml contents; add
15430         a comment about mml-generate-default-type.
15431
15432 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15433
15434         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15435         make it default to application/octet-stream when determining the
15436         content type if it is not specified for the external contents.
15437
15438 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15439
15440         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15441         segmented parameter but also other parameters might be there.
15442
15443 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15444
15445         * mm-decode.el (mm-display-external): Delete temp file, directory
15446         and buffer immediately if the external process is exited.
15447
15448 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15449
15450         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15451         fewer lines than that of scroll-margin.
15452         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15453
15454 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15455
15456         * gnus-art.el (gnus-article-next-page): Revert.
15457         (gnus-article-beginning-of-window): New macro.
15458         (gnus-article-next-page-1): Use it.
15459         (gnus-article-prev-page): Ditto.
15460         (gnus-article-edit-part): Use insert-buffer-substring instead of
15461         insert-buffer.
15462         (gnus-article-edit-exit): Ditto.
15463
15464         * gnus-util.el (gnus-beginning-of-window): Remove.
15465         (gnus-end-of-window): Remove.
15466
15467         * lpath.el: Don't bind header-line-format and scroll-margin.
15468
15469 2005-07-25  Simon Josefsson  <jas@extundo.com>
15470
15471         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15472         to have the url package without w3.  Reported by Daiki Ueno
15473         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15474
15475 2005-07-20  Didier Verna  <didier@xemacs.org>
15476
15477         * gnus-diary.el: Remove the description comment (nndiary is now
15478         properly documented in the Gnus manual).
15479         Fix the spelling of "Back End".
15480         * nndiary.el: Ditto.
15481         Fix the copyright notice.
15482
15483 2005-07-18  Romain Francoise  <romain@orebokech.com>
15484
15485         * gnus-sum.el (gnus-summary-to-prefix)
15486         (gnus-summary-newsgroup-prefix): New variables.
15487         (gnus-summary-from-or-to-or-newsgroups): Use them.
15488
15489 2005-07-17  Romain Francoise  <romain@orebokech.com>
15490
15491         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15492         space as it's generally not especially interesting to the user.
15493
15494 2005-07-16  Romain Francoise  <romain@orebokech.com>
15495
15496         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15497         nil to avoid prompting and file modification if one of the
15498         messages at the top of the nnfolder file contains a copyright
15499         notice.
15500         Update copyright notice.
15501
15502         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15503         instead of `current-time-string' as the latter creates a time
15504         string that is not RFC 2822 compliant (it lacks the zone).
15505         Update copyright notice.
15506
15507 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15508
15509         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15510         for text/rtf.  Display default in prompt.  Pass default for M-n.
15511
15512         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15513
15514 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15515
15516         * gnus-msg.el (gnus-button-mailto):
15517         Remove save-selected-window-window hackery because it relies on
15518         save-selected-window internals.
15519
15520 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15521
15522         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15523         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15524         (gnus-article-prev-page): Ditto.
15525
15526         * gnus-util.el (gnus-beginning-of-window): New function.
15527         (gnus-end-of-window): New function.
15528
15529         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15530
15531 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15532
15533         * gnus-score.el (gnus-score-edit-all-score):
15534         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15535         gnus-message.
15536
15537 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15538
15539         * gnus-msg.el (gnus-button-mailto):
15540         Remove save-selected-window-window hackery because it relies on
15541         save-selected-window internals.
15542
15543 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15544
15545         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15546         add-minor-mode.
15547         (gnus-binary-mode): Ditto.
15548
15549         * gnus-topic.el (gnus-topic-mode): Ditto.
15550
15551 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15552
15553         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15554         (gnus-article-prev-page): Take scroll-margin into consideration.
15555
15556 2005-07-04  Lute Kamstra  <lute@gnu.org>
15557
15558         Update FSF's address in GPL notices.
15559
15560 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15561
15562         * gnus.el (gnus-exit):
15563         * gnus-group.el (gnus-group-icons):
15564         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15565
15566         * gnus-nocem.el (gnus-nocem):
15567         * message.el (message-various, message-buffers, message-sending)
15568         (message-interface, message-forwarding, message-insertion)
15569         (message-headers, message-news, message-mail):
15570         * pgg-gpg.el (pgg-gpg):
15571         * pgg-parse.el (pgg-parse):
15572         * pgg-pgp.el (pgg-pgp):
15573         * pgg-pgp5.el (pgg-pgp5):
15574         * pop3.el (pop3): Finish `defgroup' description with period.
15575
15576 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15577
15578         * gnus-art.el (article-display-face): Improve the efficiency.
15579         (article-display-x-face): Ditto; remove grey x-face stuff.
15580
15581 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15582
15583         * gnus-art.el (article-display-face): Correct the position in
15584         which Faces are inserted.
15585
15586 2005-06-29  Didier Verna  <didier@xemacs.org>
15587
15588         * gnus-art.el (article-display-face): Display faces in correct
15589         order.
15590
15591 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15592
15593         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15594         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15595         (gnus-nocem-check-article): Fetch the Type header.
15596         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15597         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15598         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15599         make sure gnus-nocem-hashtb is initialized.
15600         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15601         (gnus-nocem-unwanted-article-p): Ditto.
15602
15603         * pgg.el (pgg-verify): Return the verification result.
15604
15605 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15606
15607         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15608         is ascii.
15609
15610 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15611
15612         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15613         `show-nonbreak-escape'.
15614
15615 2005-06-23  Lute Kamstra  <lute@gnu.org>
15616
15617         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15618
15619         * dig.el (dig-mode):
15620         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15621
15622 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15623
15624         * nnimap.el (nnimap-split-download-body): Fix spellings.
15625
15626 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15627
15628         * gnus-art.el (gnus-article-encrypt-body):
15629         * gnus-cus.el (gnus-score-customize):
15630         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15631         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15632
15633 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15634
15635         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15636         header by looking for magic "MII" at the beginnig.
15637
15638 2005-06-16  Miles Bader  <miles@gnu.org>
15639
15640         * gnus-xmas.el (gnus-xmas-group-startup-message):
15641         Use renamed gnus-splash face.
15642
15643         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15644         (assistant-field-face): New backward-compatibility alias for renamed
15645         face.
15646         (assistant-render-text): Use renamed assistant-field face.
15647
15648         * spam.el (spam): Remove "-face" suffix from face name.
15649         (spam-face): New backward-compatibility alias for renamed face.
15650         (spam-face, spam-initialize): Use renamed spam face.
15651
15652         * message.el (message-header-to, message-header-cc)
15653         (message-header-subject, message-header-newsgroups)
15654         (message-header-other, message-header-name)
15655         (message-header-xheader, message-separator, message-cited-text)
15656         (message-mml): Remove "-face" suffix from face names.
15657         (message-header-to-face, message-header-cc-face)
15658         (message-header-subject-face, message-header-newsgroups-face)
15659         (message-header-other-face, message-header-name-face)
15660         (message-header-xheader-face, message-separator-face)
15661         (message-cited-text-face, message-mml-face):
15662         New backward-compatibility aliases for renamed faces.
15663         (message-font-lock-keywords): Use renamed message faces.
15664
15665         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15666         (sieve-test-commands, sieve-tagged-arguments):
15667         Remove "-face" suffix from face names.
15668         (sieve-control-commands-face, sieve-action-commands-face)
15669         (sieve-test-commands-face, sieve-tagged-arguments-face):
15670         New backward-compatibility aliases for renamed faces.
15671         (sieve-control-commands-face, sieve-action-commands-face)
15672         (sieve-test-commands-face, sieve-tagged-arguments-face):
15673         Use renamed sieve faces.
15674
15675         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15676         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15677         (gnus-group-news-3-empty, gnus-group-news-4)
15678         (gnus-group-news-4-empty, gnus-group-news-5)
15679         (gnus-group-news-5-empty, gnus-group-news-6)
15680         (gnus-group-news-6-empty, gnus-group-news-low)
15681         (gnus-group-news-low-empty, gnus-group-mail-1)
15682         (gnus-group-mail-1-empty, gnus-group-mail-2)
15683         (gnus-group-mail-2-empty, gnus-group-mail-3)
15684         (gnus-group-mail-3-empty, gnus-group-mail-low)
15685         (gnus-group-mail-low-empty, gnus-summary-selected)
15686         (gnus-summary-cancelled, gnus-summary-high-ticked)
15687         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15688         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15689         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15690         (gnus-summary-low-undownloaded)
15691         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15692         (gnus-summary-low-unread, gnus-summary-normal-unread)
15693         (gnus-summary-high-read, gnus-summary-low-read)
15694         (gnus-summary-normal-read, gnus-splash):
15695         Remove "-face" suffix from face names.
15696         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15697         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15698         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15699         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15700         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15701         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15702         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15703         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15704         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15705         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15706         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15707         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15708         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15709         (gnus-summary-normal-ticked-face)
15710         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15711         (gnus-summary-normal-ancient-face)
15712         (gnus-summary-high-undownloaded-face)
15713         (gnus-summary-low-undownloaded-face)
15714         (gnus-summary-normal-undownloaded-face)
15715         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15716         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15717         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15718         (gnus-splash-face):
15719         New backward-compatibility aliases for renamed faces.
15720         (gnus-group-startup-message): Use renamed gnus faces.
15721
15722         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15723         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15724         (gnus-server-agent): Remove "-face" suffix from face names.
15725         (gnus-server-agent-face, gnus-server-opened-face)
15726         (gnus-server-closed-face, gnus-server-denied-face)
15727         (gnus-server-offline-face):
15728         New backward-compatibility aliases for renamed faces.
15729         (gnus-server-agent-face, gnus-server-opened-face)
15730         (gnus-server-closed-face, gnus-server-denied-face)
15731         (gnus-server-offline-face): Use renamed gnus faces.
15732
15733         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15734         Remove "-face" suffix from face names.
15735         (gnus-picon-xbm-face, gnus-picon-face):
15736         New backward-compatibility aliases for renamed faces.
15737
15738         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15739         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15740         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15741         (gnus-cite-11): Remove "-face" suffix from face names.
15742         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15743         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15744         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15745         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15746         New backward-compatibility aliases for renamed faces.
15747         (gnus-cite-attribution-face, gnus-cite-face-list)
15748         (gnus-article-boring-faces): Use renamed gnus faces.
15749
15750         * gnus-art.el (gnus-signature, gnus-header-from)
15751         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15752         (gnus-header-content): Remove "-face" suffix from face names.
15753         (gnus-signature-face, gnus-header-from-face)
15754         (gnus-header-subject-face, gnus-header-newsgroups-face)
15755         (gnus-header-name-face, gnus-header-content-face):
15756         New backward-compatibility aliases for renamed faces.
15757         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15758
15759         * gnus-sum.el (gnus-summary-selected-face)
15760         (gnus-summary-highlight): Use renamed gnus faces.
15761         * gnus-group.el (gnus-group-highlight): Likewise.
15762
15763 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15764
15765         * gnus-sieve.el (gnus-sieve-article-add-rule):
15766         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15767         * spam-stat.el (spam-stat-buffer-change-to-spam)
15768         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15769
15770         * message.el (message-is-yours-p):
15771         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15772
15773 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15774
15775         * mm-view.el (mm-inline-text): Withdraw the last change.
15776
15777 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15778
15779         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15780         executing enriched-decode.
15781
15782 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15783
15784         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15785         charset of tar files.
15786
15787 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15788
15789         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15790
15791 2005-06-04  Lute Kamstra  <lute@gnu.org>
15792
15793         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15794         information is never recorded.
15795
15796 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15797
15798         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15799
15800 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15801
15802         * pop3.el (pop3-apop): Run md5 in the binary mode.
15803
15804         * starttls.el (starttls-set-process-query-on-exit-flag):
15805         Use eval-and-compile.
15806
15807 2005-05-31  Simon Josefsson  <jas@extundo.com>
15808
15809         * smime.el (smime-replace-in-string): Define.
15810         (smime-cert-by-ldap-1): Use it.
15811
15812 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15813
15814         * gnus-art.el (article-display-x-face): Replace
15815         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15816
15817         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15818         set-process-query-on-exit-flag or process-kill-without-query.
15819
15820         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15821         loop instead of replace-regexp.
15822
15823         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15824         instead of process-kill-without-query if it is available.
15825
15826         * lpath.el: Fbind ldap-search-entries.
15827
15828         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15829         instead of find-file-hooks if it is available.
15830
15831         * mml1991.el: Bind pgg-default-user-id when compiling.
15832
15833         * mml2015.el: Bind pgg-default-user-id when compiling.
15834
15835         * nndraft.el (nndraft-request-associate-buffer):
15836         Use write-contents-functions instead of write-contents-hooks if it is
15837         available.
15838
15839         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15840         instead of find-file-hooks if it is available.
15841
15842         * nntp.el (nntp-open-connection): Replace
15843         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15844         (nntp-open-ssl-stream): Ditto.
15845         (nntp-open-tls-stream): Ditto.
15846
15847         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15848         set-process-query-on-exit-flag or process-kill-without-query.
15849         (starttls-open-stream-gnutls): Use it instead of
15850         process-kill-without-query.
15851         (starttls-open-stream): Ditto.
15852
15853 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15854
15855         * smime.el (smime-cert-by-ldap-1): Don't use
15856         replace-regexp-in-string.
15857
15858 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15859
15860         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15861
15862         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15863         in PEM format.  Adjust to the XEmacs compability.
15864
15865 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15866
15867         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15868         by `string-to-number'.
15869         * gnus-agent.el (gnus-agent-regenerate-group)
15870         (gnus-agent-fetch-articles): Ditto.
15871         * gnus-art.el (gnus-button-fetch-group): Ditto.
15872         * gnus-cache.el (gnus-cache-generate-active)
15873         (gnus-cache-articles-in-group): Ditto.
15874         * gnus-group.el (gnus-group-set-current-level)
15875         (gnus-group-insert-group-line): Ditto.
15876         * gnus-score.el (gnus-score-set-expunge-below)
15877         (gnus-score-set-mark-below, gnus-summary-score-effect)
15878         (gnus-summary-score-entry): Ditto.
15879         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15880         (gnus-soup-pack): Ditto.
15881         * gnus-spec.el (gnus-xmas-format): Ditto.
15882         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15883         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15884         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15885         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15886         * nndb.el (nndb-get-remote-expire-response): Ditto.
15887         * nndiary.el (nndiary-parse-schedule-value)
15888         (nndiary-string-to-number, nndiary-request-replace-article)
15889         (nndiary-request-article): Ditto.
15890         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15891         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15892         * nneething.el (nneething-make-head): Ditto.
15893         * nnfolder.el (nnfolder-request-article)
15894         (nnfolder-retrieve-headers): Ditto.
15895         * nnheader.el (nnheader-file-to-number): Ditto.
15896         * nnkiboze.el (nnkiboze-request-article): Ditto.
15897         * nnmail.el (nnmail-process-unix-mail-format)
15898         (nnmail-process-babyl-mail-format): Ditto.
15899         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15900         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15901         (nnmh-request-create-group, nnmh-request-list-1)
15902         (nnmh-request-group, nnmh-request-article): Ditto.
15903         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15904         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15905         * nnsoup.el (nnsoup-make-active): Ditto.
15906         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15907         * nntp.el (nntp-find-group-and-number)
15908         (nntp-retrieve-headers-with-xover): Ditto.
15909         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15910         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15911         (pgg-format-key-identifier): Ditto.
15912         * pop3.el (pop3-last, pop3-stat): Ditto.
15913         * qp.el (quoted-printable-decode-region): Ditto.
15914
15915         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15916         of concat.
15917
15918 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15919
15920         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15921
15922         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15923
15924         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15925
15926         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15927
15928         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15929
15930         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15931
15932         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15933         (gnus-carpal-mode): Ditto.
15934
15935         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15936         (gnus-browse-mode): Ditto.
15937
15938         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15939
15940         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15941
15942 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15943
15944         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15945
15946 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15947
15948         * gnus-util.el (gnus-run-mode-hooks): New function.
15949
15950         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15951
15952         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15953         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15954
15955 2005-05-27  Lute Kamstra  <lute@gnu.org>
15956
15957         * dns-mode.el (dns-mode): Specify customization group.
15958
15959 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15960
15961         * gnus-agent.el (gnus-agent-make-mode-line-string):
15962         Use mode-line-highlight as mouse-face.
15963
15964 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15965
15966         * canlock.el (canlock): Change the parent group to news.
15967
15968         * deuglify.el (gnus-outlook-deuglify): Add :group.
15969
15970         * dig.el (dig): Add :group.
15971
15972         * dns-mode.el (dns-mode): Add :group.
15973
15974         * encrypt.el (encrypt): Add :group.
15975
15976         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15977         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15978         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15979         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15980         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15981
15982         * gnus-diary.el (gnus-diary): Add :group.
15983
15984         * gnus.el (gnus-group-news-1-face): Add :group.
15985         (gnus-group-news-1-empty-face): Ditto.
15986         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15987         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15988         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15989         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15990         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15991         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15992         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15993         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15994         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15995         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15996         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15997         (gnus-summary-high-ticked-face): Ditto.
15998         (gnus-summary-low-ticked-face): Ditto.
15999         (gnus-summary-normal-ticked-face): Ditto.
16000         (gnus-summary-high-ancient-face): Ditto.
16001         (gnus-summary-low-ancient-face): Ditto.
16002         (gnus-summary-normal-ancient-face): Ditto.
16003         (gnus-summary-high-undownloaded-face): Ditto.
16004         (gnus-summary-low-undownloaded-face): Ditto.
16005         (gnus-summary-normal-undownloaded-face): Ditto.
16006         (gnus-summary-high-unread-face): Ditto.
16007         (gnus-summary-low-unread-face): Ditto.
16008         (gnus-summary-normal-unread-face): Ditto.
16009         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16010         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16011
16012         * hashcash.el (hashcash): New custom group.
16013         (hashcash-default-payment): Add :group.
16014         (hashcash-payment-alist): Ditto.
16015         (hashcash-default-accept-payment): Ditto.
16016         (hashcash-accept-resources): Ditto.
16017         (hashcash-path): Ditto.
16018         (hashcash-extra-generate-parameters): Ditto.
16019         (hashcash-double-spend-database): Ditto.
16020         (hashcash-in-news): Ditto.
16021
16022         * message.el (message-minibuffer-local-map): Add :group.
16023
16024         * netrc.el (netrc): Add :group.
16025
16026         * sieve-manage.el (sieve-manage-log): Add :group.
16027         (sieve-manage-default-user): Diito.
16028         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16029         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16030         (sieve-manage-authenticators): Ditto.
16031         (sieve-manage-authenticator-alist): Ditto.
16032         (sieve-manage-default-port): Ditto.
16033
16034         * sieve-mode.el (sieve-control-commands-face): Add :group.
16035         (sieve-action-commands-face): Ditto.
16036         (sieve-test-commands-face): Ditto.
16037         (sieve-tagged-arguments-face): Ditto.
16038
16039         * smime.el (smime): Add :group.
16040
16041         * spam-report.el (spam-report): Add :group.
16042
16043         * spam.el (spam, spam-face): Add :group.
16044
16045 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16046
16047         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16048         return \n.\n.\n at the end of articles.  Protect against that.
16049         (nntp-with-open-group): Allow debugging.
16050
16051         * nnheader.el (mail-header-set-extra): Make into a function
16052         because I just could't understand how to quote the list properly.
16053
16054         * dns.el (query-dns-cached): New function.
16055
16056 2005-05-26  Lute Kamstra  <lute@gnu.org>
16057
16058         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16059
16060 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16061
16062         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16063
16064         * gnus-art.el: Don't autoload mail-extract-address-components.
16065
16066         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16067         eval-and-compile to evaluate it.
16068
16069         * hashcash.el: Don't autoload executable-find.
16070
16071         * nndb.el: Don't declare the nndb back end two or more times; don't
16072         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16073
16074         * nntp.el: Autoload format-spec instead of format; use
16075         eval-and-compile to evaluate autoload forms.
16076
16077 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16078
16079         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16080
16081 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16082
16083         * gnus.el (gnus-version-number): Bump version.
16084
16085 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16086
16087         * gnus.el: No Gnus v0.3 is released.
16088
16089 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16090
16091         * lpath.el (featurep): Bind show-nonbreak-escape.
16092
16093 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16094
16095         * gnus-art.el (gnus-article-edit-part): Disable undo.
16096
16097 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16098
16099         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16100         gnus-article-date-lapsed-new-header is t if date timer is active;
16101         skip headers in which the original date value is empty.
16102         (gnus-article-save-original-date): Redefine it as a macro.
16103         (gnus-display-mime): Use it.
16104
16105 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16106
16107         * gnus-art.el (article-date-ut): Support converting date in
16108         forwarded parts as well.
16109         (gnus-article-save-original-date): New function.
16110         (gnus-display-mime): Use it.
16111
16112 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16113
16114         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16115         enclosure element of <item>.
16116
16117 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16118
16119         * message.el (message-kill-buffer-query): Rename from
16120         `message-kill-buffer-query-if-modified'.  Add :version.
16121
16122 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16123
16124         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16125         window layout.
16126
16127 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16128
16129         * mml.el: Autoload dnd when compiling.
16130
16131 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16132
16133         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16134         x-dnd-*.
16135
16136 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16137
16138         * qp.el (quoted-printable-encode-region): Save excursion.
16139
16140 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16141
16142         * message.el (message-kill-buffer-query-if-modified): Add new variable
16143         so the user can kill a modified message buffer quickly.
16144         (message-kill-buffer): Use it.
16145
16146 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16147
16148         * lpath.el: Fbind display-time-event-handler; don't fbind
16149         string-to-multibyte.
16150
16151         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16152
16153 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16154
16155         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16156         contained in text because xml.el decodes entities) with LFs.
16157
16158 2005-04-11  Lute Kamstra  <lute@gnu.org>
16159
16160         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16161         differently.
16162
16163 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16164
16165         * mm-util.el (mm-detect-coding-region): Typo.
16166
16167 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16168
16169         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16170
16171 2005-04-06  Deepak Goel  <deego@gnufans.org>
16172
16173         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16174         user-function allow user modifications of the scores.
16175         (spam-stat-score-buffer-user): New function, to allow
16176         user-computed modifications to the score.
16177         (spam-stat-score-buffer-user-functions): List of additional
16178         scoring functions.
16179         (spam-stat-error-holder): Global temporary error holder.
16180         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16181         variable.
16182
16183 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16184
16185         * gnus-registry.el (gnus-registry-clean-empty-function)
16186         (gnus-registry-trim, gnus-registry-fetch-groups)
16187         (gnus-registry-delete-group): Groups that match
16188         `gnus-registry-ignored-groups' are removed from the registry
16189         entries, not just ignored for splitting.  This helps clean up the
16190         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16191         to get all the groups a message ID is in.
16192
16193         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16194         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16195         (spam-stat-score-buffer-user-functions): Add :number custom type.
16196
16197 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16198
16199         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16200         argument in XEmacs.
16201
16202         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16203         (nnrss-request-group): Decode group name first.
16204         (nnrss-request-article): Make a text/plain article if mml-to-mime
16205         failed.
16206         (nnrss-get-encoding): Return a compatible encoding according to
16207         nnrss-compatible-encoding-alist.
16208         (nnrss-find-el): Use consp instead of listp.
16209         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16210
16211 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16212
16213         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16214         which Emacs 20 doesn't support.
16215         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16216
16217 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16218
16219         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16220         silence the byte compiler inside the defun.
16221
16222         * gnus-demon.el (parse-time-string): Add autoload.
16223
16224         * gnus-delay.el (parse-time-string): Add autoload.
16225
16226         * gnus-art.el (parse-time-string): Add autoload.
16227
16228         * nnultimate.el (parse-time): Require for `parse-time-string'.
16229
16230 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16231
16232         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16233
16234         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16235
16236         * smime.el (smime-ldap-host-list): Add :version.
16237
16238 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16239
16240         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16241         pass it to `gnus-browse-read-group'.
16242         (gnus-browse-read-group): Add NUMBER argument and pass it to
16243         `gnus-group-read-ephemeral-group'.
16244
16245         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16246         argument and pass it to `gnus-group-read-group'.
16247
16248 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16249
16250         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16251         mm-xemacs-find-mime-charset-1 if we have the mule feature
16252         available at runtime.
16253
16254 2005-03-25  Werner Lemberg  <wl@gnu.org>
16255
16256         * nnmaildir.el: Replace `illegal' with `invalid'.
16257
16258 2005-03-23  Lute Kamstra  <lute@gnu.org>
16259
16260         * time-date.el: Add comment on time value formats.
16261         Don't require parse-time.
16262         (with-decoded-time-value): New macro.
16263         (encode-time-value): New function.
16264         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16265         (days-to-time): Return a valid time value when arg is huge.
16266         (time-since): Use time-subtract.
16267         (time-to-number-of-days): Use time-to-seconds.
16268
16269 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16270
16271         * gnus-start.el (gnus-display-time-event-handler):
16272         Check display-time-timer at runtime rather than only at load time
16273         in case display-time-mode is turned off in the mean time.
16274
16275 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16276
16277         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16278         used.
16279
16280         * nneething.el (nneething-map-file-directory): Derive from
16281         `gnus-directory'.
16282
16283         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16284         the To/Cc button.
16285
16286 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16287
16288         * nnmaildir.el (nnmaildir-request-accept-article):
16289         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16290
16291 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16292
16293         * gnus-async.el: Require timer-funcs at compile time when in
16294         XEmacs for `run-with-idle-timer'.
16295
16296 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16297
16298         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16299         autoloaded function.
16300
16301 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16302
16303         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16304
16305 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16306
16307         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16308
16309 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16310
16311         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16312         Add gnus-expert-user to default.
16313
16314 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16315
16316         * nnimap.el (nnimap-open-server): Ditto.
16317
16318         * imap.el (imap-authenticate): Fix typo.
16319
16320 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16321
16322         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16323         buffer (since IMAP server might return FETCH response out of
16324         order, and the nntp buffer must be sorted).
16325
16326 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16327
16328         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16329         comparison on string.
16330
16331         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16332         (gnus-agent-score): Rename category keywords to match gnus-cus.
16333         (gnus-agent-summary-fetch-series): Modify to protect against
16334         gnus-agent-summary-fetch-group clearing processable flags.
16335         (gnus-agent-synchronize-group-flags): Update live group buffer as
16336         synchronization may occur due to the user toggle the plugged
16337         status.
16338         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16339         successfully downloaded.
16340         (gnus-agent-expire-group-1): Avoid using markers when the overview
16341         is in ascending order; greatly improves performance.
16342         (gnus-agent-regenerate-group):
16343         Use gnus-agent-synchronize-group-flags to reset read status in both
16344         gnus and server.
16345         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16346
16347 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16348
16349         * message.el: Don't autoload former message-utils variables.
16350         (message-strip-subject-trailing-was): Change doc string.
16351
16352         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16353         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16354         (nnweb-google-search): Add "hl=en" here.
16355         (nnweb-google-parse-1, nnweb-google-create-mapping):
16356         Don't hardcode URL.
16357
16358 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16359
16360         * message.el (message-get-reply-headers, message-followup):
16361         Mention related variables `message-use-followup-to' and
16362         `message-use-mail-followup-to', in the information buffer.
16363
16364         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16365         of broken groups(-beta).google.com.
16366
16367 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16368
16369         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16370         parameter to invoked gnus-request-move-article; remove the
16371         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16372         all at once instead of once per article.
16373         (gnus-summary-remove-process-mark): Accept a list of articles as
16374         well as a single article for processing.
16375
16376         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16377         parameter.
16378
16379         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16380
16381         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16382
16383         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16384         parameter.
16385
16386         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16387         parameter.
16388
16389         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16390         parameter and remove the gnus-sum-hint-move-is-internal variable.
16391
16392         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16393         parameter.
16394
16395         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16396         parameter.
16397
16398         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16399         parameter.
16400
16401         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16402
16403         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16404         parameter.
16405
16406         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16407         parameter.
16408
16409 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16410
16411         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16412         a more conservative way.
16413
16414 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16415
16416         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16417         buffer, so it moves the window's cursor.
16418
16419 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16420
16421         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16422         `mm-dissect-multipart' and receive the from field as an (optional)
16423         argument from `mm-dissect-multipart'.
16424         (mm-dissect-multipart): Receive the from field as an argument and
16425         pass it on when we call `mm-dissect-buffer' on MIME parts.
16426         Fixes verification/decryption of signed/encrypted MIME parts.
16427
16428 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16429
16430         * gnus-sum.el (gnus-summary-move-article):
16431         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16432         whatever it calls (right now, only nnimap-request-move article
16433         respects it).
16434
16435         * nnimap.el (nnimap-request-move-article):
16436         When gnus-sum-hint-move-is-internal is set, don't do the extra
16437         nnimap-request-article.
16438
16439 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16440
16441         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16442
16443         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16444         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16445
16446         * gnus-sum.el (gnus-summary-caesar-message):
16447         Apply `gnus-treat-article' after rotation.
16448
16449         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16450         doc string.
16451
16452 2005-02-22  Simon Josefsson  <jas@extundo.com>
16453
16454         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16455         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16456         <arne@arnested.dk>.
16457         (encrypt): Add password-cache and password-cache-expiry as group
16458         members.
16459
16460 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16461
16462         * smime.el (smime-ldap-host-list): Doc fix.
16463         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16464         cache) password.
16465         (smime-sign-region): Use it.
16466         (smime-decrypt-region): Use it.
16467         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16468         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16469         fails.
16470         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16471         certificate from DER to PEM format rather than calling openssl.
16472
16473         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16474
16475         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16476         for signing/encryption.
16477
16478         * mml.el (mml-parse-1): Use them.
16479
16480 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16481
16482         * nnrss.el (nnrss-verbose): Remove.
16483         (nnrss-request-group): Use `nnheader-message' instead.
16484
16485 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16486
16487         * nnrss.el (nnrss-verbose): New variable.
16488         (nnrss-request-group): Make it say nnrss is requesting a group.
16489
16490 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16491
16492         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16493         Handle news URL with given port correctly.
16494
16495 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16496
16497         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16498         containing special characters.
16499
16500         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16501
16502         * mml.el (mime-to-mml): Ditto.
16503
16504         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16505         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16506         (rfc2047-decode-region): Quote decoded words containing special
16507         characters when rfc2047-quote-decoded-words-containing-tspecials
16508         is non-nil.
16509
16510 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16511
16512         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16513
16514         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16515
16516 2005-02-15  Simon Josefsson  <jas@extundo.com>
16517
16518         * nnimap.el (nnimap-debug): Doc fix.
16519
16520         * imap.el (imap-debug): Doc fix.
16521
16522 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16523
16524         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16525
16526 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16527
16528         * gnus.el (spam-contents): Improve docs for spam-contents
16529         parameter in its variable incarnation.
16530
16531 2005-02-14  Simon Josefsson  <jas@extundo.com>
16532
16533         * smime-ldap.el: Use require instead of load-library for ldap.
16534         (smime-ldap-search): Indent.
16535         (smime-ldap-search-internal): Shorten line.
16536
16537         * smime.el (smime-cert-by-dns): Add doc-string.
16538         (smime-cert-by-ldap-1): Indent.
16539
16540         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16541         mml-smime-get-dns-ldap.
16542         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16543
16544 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16545
16546         * smime.el: Require smime-ldap.
16547         (smime-ldap-host-list): New variable.
16548         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16549
16550         * mml-smime.el (mml-smime-encrypt-query): New function.
16551         (mml-smime-encrypt-query): Use it.
16552
16553         * smime-ldap.el: New file.
16554
16555 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16556
16557         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16558
16559 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16560
16561         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16562         argument in doc string.  Make query for type more clear.
16563
16564 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16565
16566         * gnus.el (gnus-group-startup-message): Search for gnus images in
16567         etc/images/gnus.
16568         * mm-util.el (mm-image-load-path): Likewise.
16569         * smiley.el (smiley-data-directory): Search for smilies in
16570         etc/images/smilies.
16571
16572 2005-02-09  Kim F. Storm  <storm@cua.dk>
16573
16574         Change Emacs release version from 21.4 to 22.1 throughout.
16575         Change Emacs development version from 21.3.50 to 22.0.50.
16576
16577 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16578
16579         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16580
16581         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16582         non-Mule XEmacs as well.
16583         (mm-decompress-buffer): Signal an error intentionally if it does
16584         not decompress compressed data because auto-compression-mode is
16585         disabled.
16586
16587 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16588
16589         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16590         an ID in the registry even if it has no groups.
16591
16592 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16593
16594         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16595         merge it into mm-decompress-buffer.
16596         (gnus-mime-copy-part): Use the MIME part charset, the value which
16597         a user specified or gnus-newsgroup-charset for decoding, like
16598         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16599         save-buffer what was used.  Suggested by Kevin Ryde
16600         <user42@zip.com.au>.
16601         (gnus-mime-inline-part): Allow the name parameter as well as the
16602         filename parameter; force decompressing of compressed data; always
16603         display contents being not decoded as unibyte.
16604
16605         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16606         as well as the filename parameter.
16607
16608         * mm-util.el (mm-decompress-buffer):
16609         Merge gnus-mime-jka-compr-maybe-uncompress.
16610         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16611         of compressed data.
16612
16613 2005-02-08  Simon Josefsson  <jas@extundo.com>
16614
16615         * imap.el (imap-log): Doc fix.
16616
16617 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16618
16619         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16620         the coding cookies; decompress compressed parts.
16621
16622         * mml.el (mml-generate-mime-1): Add the charset parameter according
16623         to the value which a user specified manually or the coding cookie.
16624
16625         * mm-util.el (mm-string-to-multibyte): New function.
16626         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16627         (mm-coding-system-to-mime-charset): New function.
16628         (mm-decompress-buffer): New function.
16629         (mm-find-buffer-file-coding-system): New function.
16630
16631         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16632         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16633         parts.
16634
16635 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16636
16637         * mm-view.el (mm-display-inline-fontify): Decode a part according
16638         to the charset parameter.
16639
16640 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16641
16642         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16643         prefix arg is neither nil nor a number, as info specifies.
16644
16645 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16646
16647         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16648         timestamps.
16649
16650 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16651
16652         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16653         groups error checking and notify user.
16654
16655 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16656
16657         * message.el (message-send-mail-function): Check existence of
16658         sendmail-program first before using default value
16659         `message-send-mail-with-sendmail'.  Otherwise use more generic
16660         `smtpmail-send-it'.
16661
16662 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16663
16664         * nntp.el (nntp-request-update-info): Always return nil.
16665
16666 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16667
16668         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16669
16670 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16671
16672         * message.el (message-beginning-of-line): Change the behavior when
16673         invoked between BOL and : so that it first moves backward.
16674
16675 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16676
16677         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16678         article buffer when editing of the article is discarded.
16679         (gnus-article-prepare): Revert.
16680
16681 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16682
16683         * gnus-art.el (gnus-article-prepare):
16684         Remove message-strip-forbidden-properties from the local hook.
16685
16686 2005-01-27  Simon Josefsson  <jas@extundo.com>
16687
16688         * password.el (password-cache-add): Only start one timer per key.
16689         Reported by Derek Atkins <warlord@MIT.EDU>.
16690
16691 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16692
16693         * run-at-time.el: Remove.  It is no longer needed as
16694         timer-funcs.el in the xemacs-base package has a working version of
16695         `run-at-time'.
16696
16697         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16698
16699         * password.el: Require timer-funcs instead of run-at-time in
16700         XEmacs.
16701         Remove `password-run-at-time' macro.
16702         (password-cache-add): Use `run-at-time' instead of
16703         `password-run-at-time'.
16704
16705         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16706         Remove `nnheader-cancel-function-timers' alias,
16707         `cancel-function-timers' exists in XEmacs in timer-funcs.
16708
16709         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16710         for `run-with-idle-timer'.
16711
16712         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16713         for `run-at-time'.
16714
16715         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16716         for `with-timeout'.
16717
16718         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16719         the same as for XEmacs 21.4.
16720         No need to ignore `run-with-idle-timer', this function exists in
16721         XEmacs now in timer-funcs.el in the xemacs-base package.
16722         (dgnushack-compile): No need to delete
16723         run-at-time.el from the list of files to compile because it
16724         doesn't exist anymore.
16725
16726 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16727
16728         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16729         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16730
16731 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16732
16733         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16734         sensitively.
16735
16736 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16737
16738         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16739
16740 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16741
16742         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16743         which will be inserted according to the multibyteness of a buffer
16744         rather than the type of contents.  Suggested by ARISAWA Akihiro
16745         <ari@mbf.ocn.ne.jp>.
16746
16747         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16748         of string which old xml.el may return rather than a string.
16749
16750 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16751
16752         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16753
16754 2005-01-16  Simon Josefsson  <jas@extundo.com>
16755
16756         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16757         idn/idna.el isn't available.
16758         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16759         <michael@waxrat.com>.
16760
16761         * hashcash.el: Remove non-FSF copyright header.
16762
16763         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16764         (hashcash-generate-payment): Use it.
16765         (hashcash-generate-payment-async): Use it.
16766
16767 2005-01-15  Simon Josefsson  <jas@extundo.com>
16768
16769         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16770         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16771
16772         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16773         gnus-summary-idna-message.
16774         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16775         (gnus-summary-idna-message): New function.
16776
16777 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16778
16779         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16780         gnus-novice-user.
16781
16782 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16783
16784         * nnrss.el (nnrss-request-delete-group): Delete entries in
16785         nnrss-group-alist as well.
16786         (nnrss-save-server-data): Insert newline.
16787
16788 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16789
16790         * gnus.el (gnus-user-agent): Use list of symbols instead of
16791         symbols.  Display full version number for (S)XEmacs.
16792         Optionally display (S)XEmacs codename.
16793
16794         * gnus-util.el (gnus-emacs-version): Update for new
16795         `gnus-user-agent'.
16796
16797         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16798         Gnus version.
16799
16800 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16801
16802         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16803         which is unreadable in some setups.
16804
16805 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16806
16807         * gnus-spec.el (gnus-update-format-specifications): Flush the
16808         group format spec cache if it doesn't support decoded group names.
16809
16810 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16811
16812         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16813         Allow to apply decay on score files matching a regexp.
16814
16815 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16816
16817         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16818         compatibility in %g and %c.
16819
16820 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16821
16822         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16823         name for only %g and %c.
16824         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16825         of gnus-tmp-group to decoded group name.
16826         (gnus-group-make-rss-group): Exclude `/'s from group names.
16827
16828 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16829
16830         * nnrss.el (nnrss-get-encoding): Fix regexp.
16831
16832 2004-12-27  Simon Josefsson  <jas@extundo.com>
16833
16834         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16835         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16836         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16837
16838 2004-12-17  Kim F. Storm  <storm@cua.dk>
16839
16840         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16841
16842         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16843
16844 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16845
16846         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16847
16848 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16849
16850         * nnrss.el: Require rfc2047 and mml.
16851         (nnrss-file-coding-system): New variable.
16852         (nnrss-format-string): Redefine it as an inline function.
16853         (nnrss-decode-group-name): New function.
16854         (nnrss-string-as-multibyte): Remove.
16855         (nnrss-retrieve-headers): Decode group name; don't use
16856         nnrss-format-string.
16857         (nnrss-request-group): Decode group name.
16858         (nnrss-request-article): Decode group name; allow a Message-ID as
16859         well as an article number; don't use nnrss-format-string; encode a
16860         Message-ID string which may contain non-ASCII characters; use
16861         mml-to-mime to compose a MIME article.
16862         (nnrss-request-expire-articles): Decode group name.
16863         (nnrss-request-delete-group): Decode group name.
16864         (nnrss-fetch): Clarify error message.
16865         (nnrss-read-server-data): Use insert-file-contents instead of load;
16866         bind file-name-coding-system; use multibyte buffer.
16867         (nnrss-save-server-data): Bind coding-system-for-write to the
16868         value of nnrss-file-coding-system; bind file-name-coding-system;
16869         add coding cookie.
16870         (nnrss-read-group-data): Use insert-file-contents instead of load;
16871         bind file-name-coding-system; use multibyte buffer.
16872         (nnrss-save-group-data): Bind coding-system-for-write to the
16873         value of nnrss-file-coding-system; bind file-name-coding-system.
16874         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16875         make it work with non-ASCII text.
16876         (nnrss-find-el): Make it work with old xml.el as well.
16877
16878 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16879
16880         * nnrss.el (nnrss-get-encoding): New function.
16881         (nnrss-fetch): Use unibyte buffer initially; bind
16882         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16883         decode contents according to the encoding attribute.
16884         (nnrss-save-group-data): Add coding cookie.
16885         (nnrss-mime-encode-string): New function.
16886         (nnrss-check-group): Use it to encode subject and author.
16887
16888 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16889
16890         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16891         imaginary variable.
16892
16893 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16894
16895         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16896         correctly even if there are wide characters.
16897
16898 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16899
16900         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16901         downcased symbol names; make a new cache instead of reusing
16902         bbdb-hashtable.
16903
16904 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16905
16906         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16907         concatenating segments rather than before concatenating them.
16908         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16909
16910         * message.el (message-get-reply-headers): Bind `extra'.
16911
16912 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16913
16914         * message.el (message-extra-wide-headers): New variable.
16915         (message-get-reply-headers): Use it.
16916
16917 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16918
16919         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16920         (gnus-agent-group-pathname): Ditto.
16921
16922         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16923
16924         * gnus-group.el (gnus-group-make-group): Decode group name.
16925         (gnus-group-make-rss-group): Register the group data after opening
16926         the nnrss group.
16927
16928 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16929
16930         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16931         by expiry now get marked as read.
16932
16933 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16934
16935         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16936
16937 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16938
16939         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16940         unify Latin characters in XEmacs.
16941         (mm-find-mime-charset-region): Use it.
16942
16943 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16944
16945         * gnus-util.el (gnus-delete-directory): New function.
16946
16947         * gnus-agent.el (gnus-agent-delete-group): Use it.
16948
16949         * gnus-cache.el (gnus-cache-delete-group): Use it.
16950
16951 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16952
16953         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16954         names.
16955
16956 2004-12-16  Simon Josefsson  <jas@extundo.com>
16957
16958         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16959
16960 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16961
16962         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16963
16964         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16965         (gnus-group-set-current-level): Decode group name.
16966
16967 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16968
16969         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16970         failed.
16971
16972 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16973
16974         * gnus-group.el (gnus-group-delete-group): Decode group name.
16975         (gnus-group-make-rss-group): Encode group name.
16976         (gnus-group-catchup-current): Decode group name.
16977         (gnus-group-kill-group): Decode group name.
16978
16979 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16980
16981         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16982
16983 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16984
16985         * gnus-group.el (gnus-group-make-rss-group):
16986         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16987
16988         * gnus-start.el (gnus-setup-news): Honor user's setting to
16989         gnus-message-archive-method.  Suggested by Lute Kamstra
16990         <lute@gnu.org>.
16991
16992 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16993
16994         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16995         global counterparts of the buffer-local variables.
16996
16997 2004-11-16  Romain Francoise  <romain@orebokech.com>
16998
16999         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17000         counterparts of the buffer-local variables.
17001
17002 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17003
17004         * message.el (message-forbidden-properties): Fix typo in doc
17005         string.
17006
17007 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17008
17009         * gnus-util.el (gnus-replace-in-string): Add doc string.
17010
17011         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17012         to avoid problems when splitting mails with many recipients.
17013
17014 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17015
17016         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17017         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17018
17019 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17020
17021         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17022         if there is no hashtable in memory or file modification time is
17023         newer than cached timestamp.
17024
17025 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17026
17027         * gnus-sum.el (gnus-summary-limit-to-recipient):
17028         Implement not-matching option.
17029
17030 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17031
17032         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17033         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17034         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17035         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17036         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17037         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17038
17039 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17040
17041         * message.el (message-forward-make-body-mml): Remove headers
17042         according to message-forward-ignored-headers if a message is decoded.
17043
17044 2004-12-02  Romain Francoise  <romain@orebokech.com>
17045
17046         * message.el (message-forward-make-body-plain): Always remove
17047         headers according to message-forward-ignored-headers.
17048
17049 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17050
17051         * spam.el (spam-summary-prepare-exit): Remove the
17052         gnus-summary-limit pop for now, it has problems with ham marks for
17053         me.
17054
17055 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17056
17057         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17058         correctly.
17059
17060 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17061
17062         * format-spec.el (format-spec): Message the char.
17063
17064 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17065
17066         * gnus-art.el (gnus-split-methods): Reformat comments.
17067
17068         * spam.el (spam-summary-prepare-exit): Remove article limits
17069         before exiting the summary buffer.
17070
17071 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17072
17073         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17074         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17075
17076         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17077         order to silence the byte compiler.
17078
17079         * spam.el: Fix the way to silence the byte compiler, which
17080         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17081         bbdb-search-simple, spam-BBDB-register-routine,
17082         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17083         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17084         spam-stat-buffer-is-spam, spam-stat-load,
17085         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17086         spam-stat-save and spam-stat-split-fancy.
17087
17088 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17089
17090         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17091         which may confuse users.
17092         (canlock-password-for-verify): Ditto.
17093
17094         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17095
17096         * gnus-art.el (gnus-emphasis-alist): Ditto.
17097
17098         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17099
17100         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17101
17102         * gnus-start.el (gnus-save-killed-list): Ditto.
17103
17104         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17105         (gnus-sum-thread-tree-root): Ditto.
17106         (gnus-sum-thread-tree-false-root): Ditto.
17107         (gnus-sum-thread-tree-single-indent): Ditto.
17108
17109         * message.el (message-courtesy-message): Ditto.
17110         (message-archive-note): Ditto.
17111         (message-subscribed-address-file): Ditto.
17112         (message-user-fqdn): Ditto.
17113
17114         * spam-report.el (spam-report-gmane-regex): Ditto.
17115
17116         * spam.el (spam-blackhole-good-server-regex): Ditto.
17117
17118 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17119
17120         * mml.el (mml-preview): Widen the message buffer before copying
17121         the contents to the preview buffer; sort headers before previewing.
17122
17123         * message.el (message-hidden-headers): Fix the way to avoid a bug
17124         in the `repeat' widget in Emacs 21.3 or earlier.
17125
17126 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17127
17128         * message.el (message-hidden-headers): Default to "^References:".
17129         Improve customization type.  Suggested by Reiner Steib
17130         <Reiner.Steib@gmx.de>.
17131
17132 2004-11-25  Romain Francoise  <romain@orebokech.com>
17133
17134         * message.el (message-strip-forbidden-properties): Remove check for
17135         obsolete `message-hidden' text property, hidden headers are not
17136         accessible in the buffer anymore.
17137
17138 2004-11-22  Romain Francoise  <romain@orebokech.com>
17139
17140         * message.el (message-header-format-alist): Add `From' in list
17141         so that it can be sorted.
17142         (message-fix-before-sending): Widen and sort headers before
17143         sending.
17144         (message-hide-headers): Use narrowing to hide headers by moving
17145         them to the top of the buffer and narrowing to the region
17146         underneath.
17147
17148 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17149
17150         * message.el (message-strip-forbidden-properties):
17151         Bind buffer-read-only (etc) to nil.
17152
17153 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17154
17155         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17156         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17157
17158 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17159
17160         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17161
17162 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17163
17164         * dns.el (query-dns): Use sit-for to time instead of
17165         accept-process-output, since that doesn't seem to work on udp
17166         sockets.
17167
17168 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17169
17170         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17171
17172 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17173
17174         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17175         doc string.  Improve doc string.
17176
17177 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17178
17179         * nntp.el (nntp-request-update-info): Return nil if
17180         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17181         may not call gnus-activate-group which uselessly issues the GROUP
17182         commands for all nntp groups and wastes time.  Reported by Romain
17183         Francoise <romain@orebokech.com>.
17184
17185         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17186
17187 2004-11-15  Simon Josefsson  <jas@extundo.com>
17188
17189         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17190         headers separately.
17191         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17192         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17193
17194 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17195
17196         * gnus-start.el (gnus-convert-old-newsrc):
17197         Assign legacy-gnus-agent to 5.10.7.
17198
17199 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17200
17201         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17202         start of the lines.
17203
17204 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17205
17206         * hashcash.el (hashcash-default-payment): Change default to 20.
17207         (hashcash-default-accept-payment): Change default to 20.
17208         (hashcash-process-alist): New variable.
17209         (hashcash-generate-payment-async): Add.
17210         (hashcash-already-paid-p): Add.
17211         (hashcash-insert-payment): Don't generate payments twice.
17212         (hashcash-insert-payment-async): Add.
17213         (hashcash-insert-payment-async-2): Add.
17214         (hashcash-cancel-async): Add.
17215         (hashcash-wait-async): Add.
17216         (hashcash-processes-running-p): Add.
17217         (hashcash-wait-or-cancel): Add.
17218         (mail-add-payment): New optional argument.  Conditionally start
17219         asynchronous calculation.
17220         (mail-add-payment-async): Add.
17221
17222         * message.el (message-send-mail): Wait for asynchronous hashcash
17223         results.  Don't clobber existing X-Hashcash headers.
17224         (message-setup-1): Call mail-add-payment-async when
17225         message-generate-hashcash is non-nil.
17226
17227 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17228
17229         * message.el (message-use-alternative-email-as-from): Examine the
17230         From header as well; use message-make-from in order to include a
17231         user's full name.
17232
17233 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17234
17235         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17236         default; improve customization type.
17237         (gnus-emphasis-custom-with-format): New macro.
17238         (gnus-emphasis-custom-value-to-external): New function.
17239         (gnus-emphasis-custom-value-to-internal): New function.
17240
17241 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17242
17243         * dns.el (query-dns): Resolve reverse addresses.
17244
17245 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17246
17247         * gnus-group.el (gnus-group-get-new-news): Use it.
17248
17249         * gnus-start.el (gnus-check-reasonable-setup): New function.
17250
17251 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17252
17253         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17254         "Args out of range" error.  Reported by Arnaud Giersch
17255         <arnaud.giersch@free.fr>.
17256
17257 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17258
17259         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17260
17261 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17262
17263         * spam.el (spam group): Add :version.
17264
17265         * pgg-def.el (pgg group): Add :version.
17266
17267 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17268
17269         * gnus-art.el (gnus-article-edit-article): Don't associate the
17270         article buffer with a draft file.  This is a temporary measure
17271         against the 2004-08-22 change to gnus-article-edit-mode.
17272
17273 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17274
17275         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17276         (html2text-format-tags): Remove unused variable `attr'.
17277
17278 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17279
17280         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17281
17282         * tls.el (tls-process-connection-type, tls-success)
17283         (tls-certtool-program): Add :version.
17284
17285         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17286         (starttls-extra-arguments, starttls-process-connection-type)
17287         (starttls-connect, starttls-failure, starttls-success): Add :version.
17288
17289         * spam-stat.el (spam-stat): Add :version.
17290
17291         * sieve.el (sieve): Add :version.
17292
17293         * sha1.el (sha1): Add :version.
17294         (sha1-use-external): Remove redundant version.
17295
17296         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17297         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17298         (nnmail-split-fancy-match-partial-words)
17299         (nnmail-split-lowercase-expanded): Add :version.
17300
17301         * nndiary.el (nndiary): Add :version.
17302
17303         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17304
17305         * mml-sec.el (mml-default-sign-method)
17306         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17307         Add :version.
17308
17309         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17310
17311         * mm-url.el (mm-url-use-external, mm-url-program)
17312         (mm-url-arguments): Add :version.
17313
17314         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17315         (mm-attachment-file-modes, mm-decrypt-option)
17316         (mm-w3m-safe-url-regexp): Add :version.
17317
17318         * message.el (message-cite-prefix-regexp)
17319         (message-sendmail-envelope-from, message-minibuffer-local-map)
17320         (message-user-fqdn, message-completion-alist): Add :version.
17321
17322         * gnus-win.el (gnus-configure-windows-hook)
17323         (gnus-use-frames-on-any-display): Add :version.
17324
17325         * gnus-art.el (gnus-article-address-banner-alist)
17326         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17327         (gnus-treat-from-picon, gnus-treat-mail-picon)
17328         (gnus-treat-x-pgp-sig): Add :version.
17329
17330         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17331         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17332         (gnus-summary-article-delete-hook)
17333         (gnus-summary-display-while-building): Add :version.
17334
17335         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17336         (gnus-get-top-new-news-hook): Add :version.
17337
17338         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17339         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17340
17341         * gnus-registry.el (gnus-registry): Add :version.
17342
17343         * gnus-spec.el (gnus-use-correct-string-widths)
17344         (gnus-make-format-preserve-properties): Add :version.
17345
17346         * gnus.el (gnus-group-charter-alist)
17347         (gnus-group-fetch-control-use-browse-url)
17348         (gnus-install-group-spam-parameters): Add :version.
17349
17350         * gnus-diary.el (gnus-diary): Add :version.
17351
17352         * gnus-delay.el (gnus-delay): Add :version.
17353
17354         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17355         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17356         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17357         Add :version.
17358
17359         * gnus-agent.el (gnus-agent-max-fetch-size)
17360         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17361         (gnus-agent-prompt-send-queue): Add :version.
17362
17363         * deuglify.el (gnus-outlook-deuglify): Add :version.
17364
17365         * html2text.el: Beautify code.  Improve doc strings.
17366         Some checkdoc cleanup.
17367         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17368
17369 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17370
17371         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17372
17373 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17374
17375         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17376         when package is loaded.
17377
17378         * spam.el (spam-summary-score-preferred-header): Add global preference
17379         for people who want to override the default SpamAssassin over
17380         Bogofilter preference (when both are set).
17381         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17382         (spam-user-format-function-S):
17383         Check spam-summary-score-preferred-header.
17384         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17385         (spam-user-format-function-S): Format the score correctly.
17386
17387 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17388
17389         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17390         signature file.  Suggested by Manoj Srivastava
17391         <srivasta@golden-gryphon.com>.
17392
17393         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17394         iso-2022-jp even in the Japanese language environment.
17395         Suggested by Jason Rumney <jasonr@gnu.org>.
17396
17397 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17398
17399         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17400         use the same characters as the dummy marks; make it free from
17401         getting affected by the language environment.
17402         (gnus-summary-read-group-1): Update mark positions only when the
17403         format spec is updated.
17404
17405         * gnus-spec.el (gnus-update-format-specifications): Return a list
17406         of updated types.
17407
17408 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17409
17410         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17411         of boundp to check if display-warning is available.
17412
17413 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17414
17415         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17416
17417 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17418
17419         * nnspool.el (nnspool-spool-directory): Use news-path if the
17420         news-directory variable is not bound.
17421
17422         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17423         function instead of display-warning if it is not available.
17424
17425 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17426
17427         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17428         v5-10: Use `point-at-bol'.
17429
17430 2004-10-26  Simon Josefsson  <jas@extundo.com>
17431
17432         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17433         <chenggao@gmail.com>.
17434
17435 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17436
17437         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17438         instead.
17439
17440 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17441
17442         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17443         to remove a server from the nnimap-server-buffer-alist.
17444         (nnimap-open-connection, nnimap-close-server): Use it.
17445
17446         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17447
17448 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17449
17450         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17451         running the major-mode function.
17452
17453 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17454
17455         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17456         dummy marks in the right way.
17457
17458 2004-10-18  David Edmondson  <dme@dme.org>
17459
17460         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17461         excessively.
17462
17463 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17464
17465         * gnus-util.el (gnus-split-references): Accept a nil references
17466         string and go on blissfully.
17467
17468         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17469         cases where the references string is non-nil but has no references.
17470
17471         * encrypt.el: Add autoload tags.
17472
17473         * spam.el (spam-resolve-registrations-routine): Remove article
17474         from unregistration list too.  Reported by David Hanak
17475         <dhanak@isis.vanderbilt.edu>
17476
17477 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17478
17479         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17480         nil.  Change custom type.
17481
17482 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17483
17484         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17485
17486         * gnus-sum.el (gnus-summary-move-article): Use it.
17487
17488 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17489
17490         * encrypt.el: Add autoload cookies.
17491
17492         * spam.el (spam-backend-article-list-property)
17493         (spam-backend-get-article-todo-list)
17494         (spam-backend-put-article-todo-list)
17495         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17496         Resolve registrations separately.
17497         (spam-register-routine): Format comments.
17498         (spam-unregister-routine, spam-register-routine): Always call with
17499         specific-articles, no default list.
17500         (spam-summary-prepare-exit): Use the spam-classifications function.
17501
17502         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17503         gnus-encrypt.el.
17504
17505         * encrypt.el: Copied from gnus-encrypt.el.
17506
17507         * gnus-encrypt.el: Commented that it's obsolete.
17508
17509 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17510
17511         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17512         (gnus-score-save): Use it.
17513
17514         * message.el (message-bury): Use `window-dedicated-p'.
17515
17516 2004-10-15  Simon Josefsson  <jas@extundo.com>
17517
17518         * pop3.el (top-level): Don't require nnheader.
17519         (pop3-read-timeout): Add.
17520         (pop3-accept-process-output): Add.
17521         (pop3-read-response, pop3-retr): Use it.
17522
17523 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17524
17525         * spam.el (spam-register-routine): Move comment.
17526         (spam-verify-bogofilter): Use 'unknown for the initial
17527         spam-bogofilter-valid state, not 'never.
17528
17529         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17530         for netrc-machine.
17531
17532         * nnimap.el (nnimap-open-connection):
17533         Use netrc-machine-user-or-password.
17534
17535 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17536
17537         * gnus-registry.el (gnus-registry-unload-hook):
17538         Set as a variable with add-hook.
17539
17540         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17541         of news-path.
17542
17543         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17544
17545         * spam.el: Delete duplicate `provide'.
17546         (spam-unload-hook): Set as a variable with add-hook.
17547
17548 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17549
17550         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17551         in the doc string.
17552
17553         * message.el (message-ignored-news-headers)
17554         (message-ignored-supersedes-headers)
17555         (message-ignored-resent-headers)
17556         (message-forward-ignored-headers): Improve custom type.
17557
17558 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17559
17560         * message.el (message-tokenize-header): Fix 2004-09-06 change
17561         which used point-min in the wrong place.
17562
17563 2004-10-12  Simon Josefsson  <jas@extundo.com>
17564
17565         * tls.el (tls-certtool-program): New variable.
17566         (tls-certificate-information): New function, based on
17567         ssl-certificate-information.
17568
17569 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17570
17571         * compface.el: Move the version of ELisp-based uncompface program
17572         to the contrib directory because of the copyright problem.
17573
17574 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17575
17576         * message.el (message-kill-buffer): Raise the current frame.
17577
17578 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17579
17580         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17581
17582         * gnus.el (message-y-or-n-p): Autoload.
17583
17584         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17585         (pop3-password-required, pop3-authentication-scheme)
17586         (pop3-leave-mail-on-server): Make customizable.
17587         (pop3): New custom group.
17588         (pop3-retr): Remove `sleep-for' statements.
17589         Suggested by Dave Love <fx@gnu.org>.
17590
17591         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17592         Windows/DOS.
17593
17594         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17595         (imap-parse-body): Fix incorrect use of `assert'.
17596         Suggested by Dave Love <fx@gnu.org>.
17597
17598         * mml.el (mml-minibuffer-read-disposition): Require match.
17599         Suggested by Dave Love <fx@gnu.org>.
17600
17601 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17602
17603         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17604         doc string.
17605
17606 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17607
17608         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17609
17610 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17611
17612         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17613         instead of calling `mm-insert-inline', to decode text/* parts
17614         before displaying them.
17615
17616 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17617
17618         * mm-uu.el (mm-uu-text-plain-type): New variable.
17619         (mm-uu-pgp-signed-extract-1): Use it.
17620         (mm-uu-pgp-encrypted-extract-1): Use it.
17621         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17622         bind mm-uu-text-plain-type with that value.
17623         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17624         mm-uu-dissect.
17625
17626 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17627
17628         * gnus-group.el (gnus-update-group-mark-positions):
17629         * gnus-sum.el (gnus-update-summary-mark-positions):
17630         * message.el (message-check-news-body-syntax):
17631         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17632         of string-as-multibyte.
17633
17634 2004-10-05  Juri Linkov  <juri@jurta.org>
17635
17636         * gnus-group.el (gnus-update-group-mark-positions):
17637         * gnus-sum.el (gnus-update-summary-mark-positions):
17638         * message.el (message-check-news-body-syntax):
17639         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17640         8-bit unibyte values to a multibyte string for search functions.
17641
17642 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17643
17644         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17645         (mm-uu-dissect-text-parts): New function.
17646
17647         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17648         dissect text parts.
17649
17650         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17651         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17652
17653         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17654
17655         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17656         Use gnus-current-topics instead of gnus-current-topic.
17657
17658 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17659
17660         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17661
17662 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17663
17664         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17665         where approriate.
17666
17667         * nnml.el (nnml-generate-active-info): do.
17668
17669         * nndiary.el (nndiary-generate-active-info): do.
17670
17671         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17672         (gnus-topic-move): do.
17673
17674         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17675         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17676
17677         * gnus-srvr.el (gnus-server-prepare)
17678         (gnus-server-open-all-servers): do.
17679
17680         * gnus-msg.el (gnus-summary-cancel-article)
17681         (gnus-summary-resend-message)
17682         (gnus-summary-mail-crosspost-complaint): do.
17683
17684         * gnus-move.el (gnus-change-server): do.
17685
17686         * gnus-group.el (gnus-group-unmark-all-groups)
17687         (gnus-group-set-current-level): do.
17688
17689 2004-10-04  Simon Josefsson  <jas@extundo.com>
17690
17691         * message.el (message-generate-hashcash): Doc fix.
17692
17693 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17694
17695         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17696         avoid infinite recursion via gnus-get-function.
17697
17698 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17699
17700         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17701
17702         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17703
17704         * nnmail.el (nnmail-split-history): do.
17705
17706         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17707         (nnml-request-delete-group): do.
17708
17709         * nnslashdot.el (nnslashdot-read-groups): do.
17710
17711         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17712         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17713
17714         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17715         (nnspool-sift-nov-with-sed): Use last.
17716         (nnspool-retrieve-headers-with-nov): Use mapc.
17717         (nnspool-request-newgroups): Use dolist.
17718         (nnspool-request-group): Use last.
17719
17720         * nntp.el (nntp-read-server-type): Use dolist.
17721
17722         * nnvirtual.el (nnvirtual-create-mapping)
17723         (nnvirtual-update-read-and-marked): Use dolist.
17724         (nnvirtual-convert-headers): Simplify.
17725
17726 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17727
17728         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17729         Add support for sync'ing tick marks.
17730
17731 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17732
17733         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17734         there's no visible header.
17735
17736 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17737
17738         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17739         When necessary, pass full group name to gnus-request-set-marks.
17740
17741 2004-10-01  Simon Josefsson  <jas@extundo.com>
17742
17743         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17744         acroread.
17745
17746 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17747
17748         * spam-report.el (spam-report-gmane): Fix interactive.
17749
17750         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17751
17752         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17753         when writing file.
17754         (gnus-agent-synchronize-flags): Don't default to being
17755         interactive.
17756
17757 2004-09-30  Simon Josefsson  <jas@extundo.com>
17758
17759         * message.el (message-generate-hashcash): Add.
17760         (message-send-mail): Use it, call mail-add-payment.
17761
17762 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17763
17764         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17765
17766 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17767
17768         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17769         gnus-requst-update-info with explicit code to sync the in-memory
17770         info read flags with the marks being sync'd to the backend.
17771
17772         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17773
17774 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17775
17776         * spam.el (spam-verify-bogofilter): Add new function.
17777         (spam-check-bogofilter)
17778         (spam-bogofilter-register-with-bogofilter): Use it.
17779         (spam-verify-bogofilter): Add small fixes.
17780
17781 2004-09-28  Simon Josefsson  <jas@extundo.com>
17782
17783         * hashcash.el (hashcash-generate-payment): Revert.
17784
17785 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17786
17787         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17788         Use gnus-extract-references instead of gnus-split-references.
17789
17790         * gnus-util.el (gnus-extract-references): Add new function, analogous
17791         to gnus-split-references but extracts only the message-ID without
17792         anything extra.
17793
17794         * hashcash.el (hashcash-generate-payment)
17795         (hashcash-check-payment): Do the right thing if hashcash-path is
17796         nil (because the hashcash program could not be found).
17797
17798         * spam.el (spam-use-hashcash): Remove comment.
17799
17800 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17801
17802         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17803         (gnus-cache-enter-article, gnus-cache-remove-article)
17804         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17805
17806         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17807
17808         * gnus-art.el (article-hide-boring-headers)
17809         (article-translate-strings, article-display-face)
17810         (gnus-article-mime-match-handle-first)
17811         (gnus-article-highlight-headers)
17812         (gnus-article-add-buttons-to-head): do.
17813
17814 2004-09-27  Simon Josefsson  <jas@extundo.com>
17815
17816         * hashcash.el: New version, from
17817         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17818         ../contrib/.
17819
17820 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17821
17822         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17823
17824 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17825
17826         * gnus-dup.el (gnus-dup-open): Use mapc.
17827         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17828
17829         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17830         Reported by Stefan Wiens <s.wi@gmx.net>.
17831
17832         * gnus.el (gnus-shutdown): Use dolist.
17833
17834         * gnus-undo.el (gnus-undo): Use mapc.
17835
17836         * nnrss.el (nnrss-generate-active): do.
17837
17838         * message.el (message-cite-original-without-signature)
17839         (message-cite-original): Use mapc.
17840         (message-do-actions, message-make-forward-subject): Use dolist.
17841
17842 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17843
17844         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17845         deletion to remove entire duplicate line.  Fixes merged article
17846         number bug.
17847
17848 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17849
17850         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17851         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17852         first ask if you want to open a server and then, even when you
17853         responded with no, asking if you want to synchronize the server's
17854         flags.
17855         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17856         multi-line expressions.
17857         (gnus-agent-synchronize-group-flags): New internal function.
17858         Updates marks in memory (in the info structure) AND in the
17859         backend.
17860
17861         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17862
17863         * nnagent.el (nnagent-request-set-mark):
17864         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17865         method, to ensure that synchronization updates marks in the
17866         backend and in the info (in memory) structure.
17867
17868 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17869
17870         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17871         convention fully; don't miss the root article of a thread; make
17872         the X-Draft-From header with correct article numbers.
17873
17874 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17875
17876         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17877         unless plugged.  Disable the agent so that an open failure causes
17878         an error.
17879
17880         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17881         Revert 2004-09-21 change.  The backend must be opened while
17882         synchronizing flags even when the backend stores the flags
17883         locally.
17884
17885 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17886
17887         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17888         in `header' match.  Reported by Svend Tollak Munkejord.
17889
17890         * message.el (message-cite-original): Fix use of
17891         `message-cite-articles-with-x-no-archive'.
17892
17893 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17894
17895         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17896         (gnus-window-to-buffer): Ditto.
17897
17898         * mml.el (mml-preview-buffer): New variable.
17899         (mml-preview): Manage window layout with gnus-buffer-configuration.
17900
17901         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17902         X-Draft-From header even if those articles aren't quoted.
17903
17904 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17905
17906         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17907         (gnus-request-set-mark, gnus-request-update-mark): Use new
17908         g-s-t-u-l-m to decide to use backend even when unplugged.
17909
17910 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17911
17912         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17913         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17914
17915 2004-09-20  Simon Josefsson  <jas@extundo.com>
17916
17917         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17918         "utf-16-le".
17919
17920 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17921
17922         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17923
17924 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17925
17926         * uudecode.el (uudecode-use-external): Add :version.
17927
17928         * smime.el (smime-CA-file, smime-encrypt-cipher)
17929         (smime-dns-server): Add :version.
17930
17931         * smiley.el (gnus-smiley-file-types): Add :version.
17932
17933         * sha1.el (sha1-use-external): Add :version.
17934
17935         * pgg-def.el (pgg-query-keyserver): Add :version.
17936
17937         * nnmail.el (nnmail-fancy-expiry-targets)
17938         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17939         Add :version.
17940
17941         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17942         (nnimap-retrieve-groups-asynchronous): Add :version.
17943         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17944
17945         * mml.el (mml-content-disposition-parameters)
17946         (mml-insert-mime-headers-always): Add :version.
17947
17948         * mm-util.el (mm-coding-system-priorities): Add :version.
17949
17950         * mm-decode.el (mm-inline-text-html-with-images)
17951         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17952         (mm-verify-option): Add :version.
17953         (mm-text-html-renderer): Change :version.
17954
17955         * message.el (message-fcc-externalize-attachments)
17956         (message-required-headers, message-draft-headers)
17957         (message-subject-trailing-was-query)
17958         (message-subject-trailing-was-ask-regexp)
17959         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17960         (message-mark-insert-end, message-archive-header)
17961         (message-archive-note, message-cross-post-default)
17962         (message-cross-post-note, message-followup-to-note)
17963         (message-cross-post-note-function, message-use-mail-followup-to)
17964         (message-subscribed-address-functions)
17965         (message-subscribed-address-file, message-subscribed-addresses)
17966         (message-subscribed-regexps, message-allow-no-recipients)
17967         (message-yank-cited-prefix, message-signature-insert-empty-line)
17968         (message-hidden-headers, message-hierarchical-addresses)
17969         (message-mail-user-agent, message-use-idna)
17970         (message-valid-fqdn-regexp)
17971         (message-strip-special-text-properties, message-header-synonyms)
17972         (message-beginning-of-line, message-tab-body-function): Add :version.
17973         (message-insert-canlock, message-wide-reply-confirm-recipients):
17974         Change :version.
17975
17976         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17977         and :version.
17978         (mail-source-delete-old-incoming-confirm)
17979         (mail-source-movemail-program): Add :version.
17980
17981         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17982         (gnus-agent-cache, gnus-agent): Change :version.
17983
17984         * gnus-util.el (gnus-use-byte-compile): Change :version.
17985
17986         * gnus-sum.el (gnus-summary-make-false-root-always)
17987         (gnus-summary-default-high-score)
17988         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17989         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17990         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17991         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17992         (gnus-sum-thread-tree-single-indent)
17993         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17994         (gnus-sum-thread-tree-leaf-with-other)
17995         (gnus-sum-thread-tree-single-leaf): Add :version.
17996         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17997         (gnus-article-loose-mime): Change :version.
17998
17999         * gnus-start.el (gnus-backup-startup-file)
18000         (gnus-save-startup-file-via-temp-buffer): Add :version.
18001
18002         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18003         (gnus-server-offline-face): Add :version.
18004
18005         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18006
18007         * gnus-msg.el (gnus-gcc-externalize-attachments)
18008         (gnus-debug-files, gnus-debug-exclude-variables)
18009         (gnus-discouraged-post-methods): Change :version.
18010         (gnus-confirm-mail-reply-to-news)
18011         (gnus-confirm-treat-mail-like-news): Add :version.
18012
18013         * gnus-int.el (gnus-server-unopen-status): Add :version.
18014
18015         * gnus-group.el (gnus-group-jump-to-group-prompt)
18016         (gnus-large-ephemeral-newsgroup)
18017         (gnus-fetch-old-ephemeral-headers): Add :version.
18018
18019         * gnus-fun.el (gnus-x-face-directory)
18020         (gnus-convert-pbm-to-x-face-command)
18021         (gnus-convert-image-to-x-face-command)
18022         (gnus-convert-image-to-face-command): Add :version.
18023
18024         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18025
18026         * gnus-cite.el (gnus-cite-blank-line-after-header)
18027         (gnus-article-boring-faces): Add :version.
18028
18029         * gnus-art.el (gnus-buttonized-mime-types)
18030         (gnus-inhibit-mime-unbuttonizing)
18031         (gnus-treat-display-face)
18032         (gnus-treat-body-boundary): Change :version.
18033         (gnus-body-boundary-delimiter, gnus-picon-databases)
18034         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18035         (gnus-treat-date-english, gnus-treat-fold-headers)
18036         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18037         (gnus-treat-mail-picon, gnus-treat-wash-html)
18038         (gnus-article-encrypt-protocol)
18039         (gnus-use-idna, gnus-article-over-scroll)
18040         (gnus-mime-display-multipart-alternative-as-mixed)
18041         (gnus-mime-display-multipart-related-as-mixed)
18042         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18043         (gnus-ctan-url, gnus-button-ctan-handler)
18044         (gnus-button-handle-ctan-bogus-regexp)
18045         (gnus-button-ctan-directory-regexp)
18046         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18047         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18048         (gnus-button-man-level, gnus-button-emacs-level)
18049         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18050
18051         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18052         (gnus-agent-go-online): Change :version.
18053         (gnus-agent-expire-unagentized-dirs)
18054         (gnus-agent-auto-agentize-methods): Add :version.
18055
18056         * flow-fill.el (fill-flowed-display-column)
18057         (fill-flowed-encode-column): Add :version.
18058
18059         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18060         (gnus-outlook-deuglify-unwrap-max)
18061         (gnus-outlook-deuglify-cite-marks)
18062         (gnus-outlook-deuglify-unwrap-stop-chars)
18063         (gnus-outlook-deuglify-no-wrap-chars)
18064         (gnus-outlook-deuglify-attrib-cut-regexp)
18065         (gnus-outlook-deuglify-attrib-verb-regexp)
18066         (gnus-outlook-deuglify-attrib-end-regexp)
18067         (gnus-outlook-display-hook): Add :version.
18068
18069         * binhex.el (binhex-use-external): Add :version.
18070
18071 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18072
18073         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18074         and `invisible'.
18075
18076 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18077
18078         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18079         in gnus-registry-trim.
18080
18081 2004-09-13  Simon Josefsson  <jas@extundo.com>
18082
18083         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18084
18085         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18086
18087         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18088         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18089         <yamaoka@jpl.org>.
18090         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18091         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18092         <yamaoka@jpl.org>.
18093
18094         * sieve.el (sieve-manage-mode): Ditto.
18095
18096 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18097
18098         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18099
18100 2004-09-11  Simon Josefsson  <jas@extundo.com>
18101
18102         * dns-mode.el: Add.
18103
18104         * mm-view.el (mm-display-dns-inline): Add.
18105
18106         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18107         (mm-automatic-display): Ditto.
18108
18109         * mailcap.el (mailcap-mime-data): Add text/dns.
18110         (mailcap-mime-extensions): Map .soa to text/dns.
18111
18112 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18113
18114         * gnus-art.el (article-decode-mime-words, article-babel)
18115         (gnus-article-highlight-signature, gnus-article-add-buttons)
18116         (gnus-signature-toggle): Remove unnecessary bindings of
18117         `inhibit-read-only' inherited from v5.10 merge.
18118
18119 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18120
18121         * nntp.el (nntp): New customization group.
18122         (nntp-authinfo-file): Add customization group.
18123
18124         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18125
18126         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18127
18128         * gnus.el (to-address, to-list, subscribed)
18129         (large-newsgroup-initial): Ditto.
18130
18131         * flow-fill.el (fill-flowed-display-column)
18132         (fill-flowed-encode-column): Ditto.
18133
18134 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18135
18136         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18137         Use point-min rather than 1.
18138         (message-send-mail): Use buffer-size rather than point-max.
18139
18140         * gnus-sum.el (gnus-summary-search-article-forward):
18141         Signal a specific `search-failed' rather than a generic `error'.
18142
18143         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18144         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18145         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18146
18147 2004-09-10  Simon Josefsson  <jas@extundo.com>
18148
18149         * nndb.el (require): Remove tcp and duplicate cl.
18150
18151 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18152
18153         * gnus-agent.el (directory-files-and-attributes): Move forward.
18154
18155 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18156
18157         * gnus-agent.el (directory-files-and-attributes):
18158         Optionally defined to support XEmacs.
18159
18160 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18161
18162         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18163         to avoid run-time CL dependencies.
18164         (gnus-agent-unfetch-articles): New function.
18165         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18166         article numbers even when local .overview file is missing.
18167         (gnus-agent-read-article-number): New function.  Only accepts
18168         27-bit article numbers.
18169         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18170         Use gnus-agent-read-article-number.
18171         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18172         from backend while recognizing that article numbers in .overview
18173         must be valid.
18174         (gnus-agent-update-files-total-fetched-for):
18175         Use directory-files-and-attributes to improve performance.
18176         * gnus-int.el (gnus-request-move-article):
18177         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18178         improve performance.
18179
18180         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18181         some users confused by references to .newsrc when they only have a
18182         .newsrc.eld file.
18183         (gnus-convert-mark-converter-prompt)
18184         (gnus-convert-converter-needs-prompt): Fix use of property list.
18185         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18186         New function.  Used internally to only display 'gnus converting
18187         files' message when actually necessary.
18188
18189         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18190         methods now autoloaded.
18191
18192 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18193
18194         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18195         identifiers.
18196
18197 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18198
18199         * gnus-picon.el: Fix indentation and closing parenthesis.
18200
18201 2004-09-01  Simon Josefsson  <jas@extundo.com>
18202
18203         * message.el (message-canlock-generate): Require sha1, not
18204         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18205         to require within a function.  Sadly, if sha1.el isn't loaded, the
18206         let binding in m-c-g will hide the defcustom definition, which is
18207         bad.)
18208
18209         * canlock.el: Require sha1, not sha1-el.
18210
18211         * message.el: Don't autoload sha1 (there is a autoload cookie in
18212         sha1.el).
18213
18214         * sha1-el.el: Rename to sha1.el.
18215
18216 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18217
18218         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18219
18220 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18221
18222         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18223
18224 2004-08-30  Kim F. Storm  <storm@cua.dk>
18225
18226         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18227
18228         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18229         Add :group 'nnimap.
18230
18231 2004-08-30  Andreas Schwab  <schwab@suse.de>
18232
18233         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18234         ?* and ?\;.
18235
18236         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18237         and ?\' to symbol instead of whitespace.
18238
18239 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18240
18241         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18242
18243         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18244         instead of re-search-forward.
18245
18246         * gnus-uu.el (gnus-uu-save-article): Ditto.
18247         (gnus-uu-post-encode-uuencode): Ditto.
18248
18249         * html2text.el (html2text-clean-list-items): Ditto.
18250         (html2text-clean-dtdd): Ditto.
18251         (html2text-format-tags): Ditto.
18252
18253         * message.el (message-send-mail-with-sendmail): Fix regexp.
18254         (message-fill-field-general): Use search-forward instead of
18255         re-search-forward.
18256         (unbold-region): Ditto.
18257
18258         * nnrss.el (nnrss-request-article): Ditto.
18259
18260         * nnslashdot.el (nnslashdot-request-article): Ditto.
18261
18262         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18263
18264         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18265         "Unrecognized menu descriptor" error in XEmacs.
18266
18267 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18268
18269         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18270         parent article of a sparse article in the thread hashtb.
18271
18272 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18273
18274         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18275         (nnmail-expand-newtext): Lowercase expanded entries if
18276         nnmail-split-lowercase-expanded is non-nil.
18277
18278 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18279
18280         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18281
18282         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18283         of gnus-tmp-news-method into string under XEmacs.  It will be
18284         passed to gnus-correct-length which takes only a string argument.
18285
18286 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18287
18288         * gnus-util.el (gnus-bind-print-variables): New macro.
18289         (gnus-prin1): Use it.
18290         (gnus-prin1-to-string): Use it.
18291         (gnus-pp): New function.
18292         (gnus-pp-to-string): New function.
18293
18294         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18295         Replace pp-to-string with gnus-pp-to-string.
18296         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18297         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18298         * gnus-msg.el (gnus-debug): Ditto.
18299         * gnus-score.el (gnus-score-save): Ditto.
18300         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18301         gnus-pp-to-string.
18302         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18303         with gnus-pp.
18304         * score-mode.el (gnus-score-pretty-print): Ditto.
18305         * webmail.el (webmail-debug): Ditto.
18306
18307 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18308
18309         * gnus-art.el (article-display-face, article-display-x-face):
18310         Use buffer-read-only.
18311
18312 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18313
18314         * gnus-art.el (article-hide-list-identifiers):
18315         Bind inhibit-read-only as t.
18316
18317 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18318
18319         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18320
18321 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18322
18323         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18324         (gnus-narrow-to-page): Don't assume point-min == 1.
18325         (gnus-article-edit-mode): Derive from message-mode.
18326
18327         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18328         point-min == 1.
18329
18330         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18331         Disable incorrect use of `assert'.
18332
18333         * message.el (message-mode): Set comment-start-skip.
18334
18335
18336 2004-08-22  Sam Steingold  <sds@gnu.org>
18337
18338         * pop3.el (pop3-leave-mail-on-server): New user variable.
18339         (pop3-movemail): Delete mail only when it is nil.
18340
18341 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18342
18343         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18344
18345         * mml.el (mml-preview): Use `pop-to-buffer'.
18346
18347         * message.el (message-goto-mail-followup-to): Insert after "To".
18348         (message-carefully-insert-headers): Add comment.
18349
18350         * gnus.el: Remove unused variable `gnus-article-check-size'.
18351
18352         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18353
18354         * gnus-art.el (gnus-button-alist):
18355         Improve `gnus-button-handle-library' entry.
18356
18357 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18358
18359         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18360         Use downcase, since XEmacs capitalizes error messages differently.
18361
18362 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18363
18364         * nntp.el: Add (require 'gnus) due to reference to
18365         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18366
18367 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18368
18369         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18370         Bind `mm-fill-flowed'.
18371
18372         * mm-decode.el (mm-dissect-singlepart): Check it.
18373
18374 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18375
18376         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18377         'imap' for netrc parsing.
18378
18379 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18380
18381         * mailcap.el (mailcap-mime-data): Mark as risky.
18382
18383 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18384
18385         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18386         may be included in the encoded word.
18387         (rfc2047-encode): Don't append a space if the encoded word
18388         includes close parenthesis.
18389
18390 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18391
18392         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18393         of text within parentheses.
18394
18395 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18396
18397         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18398         (gnus-encrypt-write-file-contents): Make the password key the file
18399         name PLUS the cipher, not just the cipher.  Also remove failed
18400         passwords from the cache.
18401
18402 2004-08-06  Simon Josefsson  <jas@extundo.com>
18403
18404         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18405         Doc fix.
18406
18407 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18408
18409         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18410         LWSP.
18411
18412 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18413
18414         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18415         Try to append in-reply-to: data to the references: header.
18416
18417         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18418         (netrc-parse): Use gnus-encrypt.el functions.
18419
18420         * gnus-encrypt.el: Add new file for encryption support; currently
18421         does only a few GPG ciphers and an internal XOR cipher.
18422
18423         * password.el: Add comments on using password-read-and-add.
18424         (password-read-and-add): Add function to read and add the
18425         password to the cache at once.
18426
18427 2004-07-28  Simon Josefsson  <jas@extundo.com>
18428
18429         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18430         parameter (but don't use it, for now).
18431
18432         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18433         instead of hard coding to nil.
18434
18435 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18436
18437         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18438         as mm-inline-image-xemacs does.
18439
18440 2004-07-26  Simon Josefsson  <jas@extundo.com>
18441
18442         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18443         Revert part of 2004-07-17 change below.
18444
18445 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18446
18447         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18448         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18449
18450 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18451
18452         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18453         quotes that actually start with ">" at the beginning of the
18454         lines.
18455
18456 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18457
18458         * rfc2047.el (rfc2047-encode-region): Fix last change.
18459         (rfc2047-encode-parameter): Remove useless concat.
18460
18461 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18462
18463         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18464         encode special characters; fix some kind of misconfigured headers;
18465         signal a real error if debug-on-quit or debug-on-error is non-nil.
18466         (rfc2047-encode-max-chars): New variable.
18467         (rfc2047-encode-1): Use it.
18468         (rfc2047-encode-parameter): New function.
18469
18470         * mml.el (mml-insert-parameter): Remove an excessive space.
18471
18472 2004-07-17  Simon Josefsson  <jas@extundo.com>
18473
18474         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18475         Kai Grossjohann <kai@emptydomain.de>.
18476         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18477         (gnus-group-make-menu-bar): Ditto.
18478
18479         * gnus-util.el (gnus-group-server): Add.
18480
18481 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18482
18483         * message.el (message-clone-locals): Clone sendmail and smtp
18484         variables.
18485
18486 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18487
18488         * rfc2047.el (rfc2047-encode-region): Fix last change.
18489
18490 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18491
18492         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18493         characters as non-special.
18494
18495 2004-07-09  Simon Josefsson  <jas@extundo.com>
18496
18497         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18498         Users will lose all flag changes made while unplugged with
18499         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18500         good default.  See numerous reports on ding mailing list.
18501
18502 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18503
18504         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18505         add generate-head-function and generate-article-function to the
18506         rfc822-forward entry.
18507         (nndoc-rfc822-forward-generate-article): New function.
18508         (nndoc-rfc822-forward-generate-head): New function.
18509
18510         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18511
18512 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18513
18514         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18515         respect display group parameter and gnus-summary-expunge-below.
18516         (gnus-articles-to-read): Remove unused reference to display group
18517         parameter.
18518
18519 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18520
18521         * nnheader.el (nnheader-uniquify-message-id): New experimental
18522         variable.
18523         (nnheader-nov-read-message-id): Use it.
18524
18525         * spam-report.el (spam-report-gmane): Add interactive.
18526
18527 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18528
18529         * mm-encode.el (mm-content-transfer-encoding-defaults):
18530         Use qp-or-base64 for the application/* types.
18531
18532 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18533
18534         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18535
18536 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18537
18538         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18539         trim value.
18540
18541 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18542
18543         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18544         New macro and function.
18545         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18546
18547 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18548
18549         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18550         after-load-alist.
18551
18552 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18553
18554         * gnus-group.el (gnus-group-get-new-news-this-group):
18555         Don't update info that isn't there.
18556
18557 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18558
18559         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18560         entry.
18561
18562 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18563
18564         * mm-view.el (mm-inline-render-with-function): Use multibyte
18565         buffer; decode html source by charset.
18566
18567         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18568
18569         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18570         Mule-UCS is loaded under XEmacs.
18571         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18572
18573 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18574
18575         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18576
18577 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18578
18579         * mm-util.el (mm-coding-system-p): Return a coding-system.
18580         (mm-mime-mule-charset-alist): Use shift_jis instead of
18581         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18582         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18583         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18584         instead of japanese-shift-jis and iso-latin-1 respectively in
18585         order to share the default value with both Emacs and XEmacs-mule.
18586         (mm-mule-charset-to-mime-charset):
18587         Make mm-coding-system-priorities effective.
18588         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18589         while predicating of candidates upon the priorities.
18590
18591 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18592
18593         * gnus-sum.el (gnus-summary-make-menu-bar):
18594         Add gnus-uu-invert-processable.
18595
18596         * gnus.el: Autoload gnus-uu-invert-processable.
18597
18598 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18599
18600         * mm-util.el (mm-with-multibyte-buffer): New macro.
18601
18602         * rfc2047.el (rfc2047-encode-string): Use it.
18603         (rfc2047-encode-region): Move point to the end of the region after
18604         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18605
18606 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18607
18608         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18609         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18610
18611 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18612
18613         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18614         (gnus-cite-parse): Ignore quoted envelope From_.
18615         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18616
18617 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18618
18619         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18620         invalid addresses.
18621
18622 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18623
18624         * spam.el: Change section markers, revise TODO list.
18625         (spam-backends): Make new master list of all installed backends.
18626         (spam-summary-exit-behavior): Add new variable to determine how
18627         messages moves are done at summary exit.
18628         (spam-move-spam-nonspam-groups-only)
18629         (spam-process-ham-in-nonham-groups)
18630         (spam-process-ham-in-spam-groups): Remove variables, the
18631         spam-summary-exit-behavior variable should be used to manage this
18632         behavior.
18633         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18634         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18635         and spam-old-spam-articles.
18636         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18637         Add empty variables, placeholders for the backends they represent.
18638         (spam-set-difference): Move, unchanged.
18639         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18640         unless the user has a processor variable.
18641         (spam-classifications, spam-classification-valid-p)
18642         (spam-backend-properties, spam-backend-property-valid-p)
18643         (spam-backend-function-type-valid-p)
18644         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18645         (spam-report-articles-gmane, spam-report-articles-resend):
18646         Remove functions, they are not needed.
18647         (spam-install-backend-super, spam-backend-list)
18648         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18649         (spam-backend-function, spam-backend-ham-registration-function)
18650         (spam-backend-spam-registration-function)
18651         (spam-backend-ham-unregistration-function)
18652         (spam-backend-spam-unregistration-function)
18653         (spam-backend-statistical-p, spam-backend-mover-p)
18654         (spam-install-backend-alias, spam-install-checkonly-backend)
18655         (spam-install-mover-backend, spam-install-nocheck-backend)
18656         (spam-install-backend, spam-install-statistical-backend)
18657         (spam-install-statistical-checkonly-backend): Add backend installation
18658         support.
18659         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18660         (spam-group-processor-p): Use the new backend code and respect the
18661         summary exit behavior.
18662         (spam-mark-spam-as-expired-and-move-routine): Remove.
18663         (spam-summary-prepare): Change to use the new spam-old-articles
18664         variable.
18665         (spam-copy-or-move-routine, spam-copy-spam-routine)
18666         (spam-move-spam-routine, spam-copy-ham-routine)
18667         (spam-move-ham-routine): Add code to copy/move ham or spam.
18668         (spam-fetch-field-fast): Improve doc and code, plus allow the
18669         'number request.
18670         (spam-list-of-checks, spam-list-of-statistical-checks):
18671         Remove variables.
18672         (spam-split, spam-find-spam): Use the new backend code.
18673         (spam-registration-functions): Remove variable.
18674         (spam-unregister-routine): Add convenience wrapper.
18675         (spam-log-undo-registration, spam-register-routine)
18676         (spam-log-processing-to-registry)
18677         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18678         where possible.
18679         (spam-check-gmane-xref, spam-check-regex-headers)
18680         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18681         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18682         (spam-check-bogofilter-headers, spam-check-spamoracle)
18683         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18684         (spam-check-crm114-headers): Use the spam-split-group that
18685         spam-split prepares, no need to determine it every time.
18686
18687         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18688         to the nnheader-parse-naked-head call.
18689
18690         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18691
18692         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18693         the nnheader-nov-read-message-id call.
18694
18695 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18696
18697         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18698         gnus-activate-group twice.  Suggested by Markus Peter
18699         <warp@spin.de>.
18700
18701 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18702
18703         * gnus-art.el (gnus-article-time-format): Exchange the order of
18704         day and month in the default value; fix customization type.
18705         (article-date-ut): Use add-text-properties.
18706         (article-make-date-line): Use message-make-date instead of
18707         current-time-string.
18708
18709         * message.el (message-fetch-field): Don't use set-text-properties.
18710         (message-make-date): Simplify.
18711
18712         * messagexmas.el (message-xmas-make-date): New function.
18713         (message-xmas-redefine): Defalias message-make-date to it.
18714
18715 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18716
18717         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18718         (rfc2047-encode-region): Treat text within parentheses as special;
18719         show the original text when error has occurred.
18720
18721         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18722         already-computed method to gnus-activate-group.
18723
18724         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18725         same select-methods identical Lisp objects.
18726
18727         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18728         object when modifying the info.
18729
18730 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18731
18732         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18733         gnus-opened-servers since it has never been opened with the new
18734         configuration yet.
18735
18736 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18737
18738         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18739         arg to nnheader-generate-fake-message-id.
18740
18741 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18742
18743         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18744         number and build a fake message ID localized to a group and
18745         article number (so it's repeatable from that point on).
18746         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18747         ID format.
18748
18749         * gnus-sum.el (gnus-get-newsgroup-headers):
18750         Call nnheader-generate-fake-message-id with the article number.
18751
18752 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18753
18754         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18755         end-of-buffer.
18756
18757 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18758
18759         * message.el (message-ignored-supersedes-headers): Add Approved.
18760
18761 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18762
18763         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18764         goto-char.
18765         (rfc2047-encode): Fold the line before encoding.
18766
18767 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18768
18769         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18770         folding -- not all headers can be folded, and this should be done
18771         by the message composition mode.  Probably.  I think.
18772
18773 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18774
18775         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18776         fast.
18777
18778         * gnus-ems.el (gnus-remove-image): Don't use
18779         message-text-with-property; remove only the image found first.
18780
18781         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18782         found first.
18783
18784 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18785
18786         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18787
18788 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18789
18790         * message.el (message-text-with-property): Make it fast and accept
18791         optional arguments.
18792         (message-strip-forbidden-properties): Use it.
18793         (message-fix-before-sending): Follow the m-t-w-p change.
18794
18795         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18796
18797 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18798
18799         * gnus-art.el (article-hide-headers): Don't change the buffer
18800         mistakenly when performing mml-preview even if
18801         gnus-single-article-buffer is nil.
18802
18803 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18804
18805         * message.el (message-expand-name-databases): New user option.
18806         (message-expand-name): Use it.
18807
18808 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18809
18810         * spam.el (spam-report-articles-resend)
18811         (spam-report-resend-register-routine): Allow ham reporting.
18812         (spam-report-resend-register-ham-routine): Add wrapper.
18813         (spam-registration-functions): Add ham resending functions.
18814         (spam-list-of-processors): Add ham resend processor.
18815
18816         * gnus.el (ham-resend-to): Add new group parameter.
18817         (spam-process): Add ham resend option.
18818
18819         * spam-report.el (spam-report-resend): Allow reporting ham.
18820         (spam-report-resend-ham): Add wrapper.
18821
18822 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18823
18824         * message.el (message-cite-articles-with-x-no-archive):
18825         New variable.
18826         (message-cite-original): Use it.
18827
18828 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18829
18830         * message.el (message-cite-original): Respect X-No-Archive.
18831
18832 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18833
18834         * gnus-art.el (article-hide-headers): Refer to the values for
18835         gnus-ignored-headers and gnus-visible-headers in the summary
18836         buffer since a user may have set them as group parameters.
18837
18838 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18839
18840         * assistant.el (assistant-node-name): Add convenience function.
18841         (assistant-render-text, assistant-render-node): Add error handling,
18842         plus handle multiple next nodes.
18843         (assistant-find-next-node): Comment out for now.
18844         (assistant-find-next-nodes): Add function, returns list of next
18845         nodes.
18846
18847 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18848
18849         * mail-source.el (mail-source-directory): Fix doc-string.
18850
18851 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18852
18853         * assistant.el (assistant-render-text, assistant-eval): Add :set
18854         widget type, which is different because it takes and returns a
18855         list.  Much hilarity ensues.
18856
18857 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18858
18859         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18860
18861         * gnus-group.el (gnus-group-get-new-news-this-group):
18862         Add doc-string.
18863
18864         * gnus-start.el (gnus-activate-group): Add doc-string.
18865
18866 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18867
18868         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18869
18870 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18871
18872         * assistant.el (assistant-render-text): Try to add a :set
18873         widget, more to come.
18874
18875         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18876         strings.
18877         (spam-report-articles-resend)
18878         (spam-register-routine): Do registration iff any articles warrant
18879         it.
18880         (spam-summary-prepare-exit): Change log message for nil group
18881         destinations.
18882
18883 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18884
18885         * spam.el (spam-report-resend-register-routine):
18886         Allow spam-report-resend-to to be a group parameter or a global value.
18887
18888 2004-05-26  Simon Josefsson  <jas@extundo.com>
18889
18890         * starttls.el: Merge with my GNUTLS based starttls.el.
18891         (starttls-gnutls-program, starttls-use-gnutls)
18892         (starttls-extra-arguments, starttls-process-connection-type)
18893         (starttls-connect, starttls-failure, starttls-success):
18894         New variables.
18895         (starttls-program, starttls-extra-args): Doc fix.
18896         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18897         New functions.
18898         (starttls-negotiate, starttls-open-stream):
18899         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18900         function if it is set.
18901
18902 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18903
18904         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18905         structured fields.
18906
18907 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18908
18909         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18910
18911 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18912
18913         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18914         Add variable.
18915         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18916         assigning the spam-mark to new messages.
18917
18918 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18919
18920         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18921
18922 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18923
18924         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18925
18926         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18927         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18928         default.
18929
18930 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18931
18932         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18933         correct data.
18934
18935 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18936
18937         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18938         (spam-group-processor-p): Fix function.
18939         (spam-group-processor-multiple-p)
18940         (spam-group-spam-processor-report-gmane-p)
18941         (spam-group-spam-processor-report-resend-p)
18942         (spam-group-spam-processor-bogofilter-p)
18943         (spam-group-spam-processor-blacklist-p)
18944         (spam-group-spam-processor-ifile-p)
18945         (spam-group-ham-processor-ifile-p)
18946         (spam-group-spam-processor-spamoracle-p)
18947         (spam-group-spam-processor-crm114-p)
18948         (spam-group-ham-processor-bogofilter-p)
18949         (spam-group-spam-processor-stat-p)
18950         (spam-group-ham-processor-stat-p)
18951         (spam-group-ham-processor-whitelist-p)
18952         (spam-group-ham-processor-BBDB-p)
18953         (spam-group-ham-processor-spamoracle-p)
18954         (spam-group-ham-processor-copy-p): Remove functions with some
18955         prejudice against unneeded code.
18956         (spam-report-articles-resend)
18957         (spam-report-resend-register-routine): Allow the group/topic
18958         spam-resend-to value to override spam-report-resend-to.
18959         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18960         properly now.
18961
18962         * gnus.el (spam-resend-to): Add group/topic parameter.
18963         (spam-process): Move the OBSOLETE processors to the end of the
18964         choices.
18965
18966 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18967
18968         * spam-report.el (spam-report-resend-to, spam-report-resend):
18969         Start with resend-to set to nil, and then ask the user if necessary.
18970         (spam-report-resend): spam-report-resend takes a list of articles, not
18971         separate article numbers.
18972
18973 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18974
18975         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18976         addition to emacs-w3m.
18977
18978 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18979
18980         * assistant.el (assistant-authinfo-data): New function.
18981         (assistant-eval): Eval for entire assistant.
18982
18983         * netrc.el (netrc-services-file): New variable.
18984         (netrc-parse-services): New function.
18985         (netrc-find-service-name): New function.
18986         (netrc-find-service-number): New function.
18987         (netrc-port-equal): New function.
18988         (netrc-machine): Use it.
18989
18990         * nnimap.el (nnimap-open-connection): Use netrc.
18991
18992         * gnus-util.el (gnus-netrc-get): Remove aliases.
18993
18994         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18995
18996         * assistant.el (wid-edit): Fix compilation.
18997
18998         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18999
19000 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19001
19002         * gnus-util.el (gnus-set-file-modes): New function.  (small
19003         patch).
19004
19005 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19006
19007         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19008
19009         * assistant.el (assistant-render-node): Fix up rendering and
19010         read-only text.
19011         (assistant-render-node): Reset.
19012         (assistant-make-read-only): Not sticky.
19013
19014 2004-05-20  Danny Siu  <dsiu@adobe.com>
19015
19016         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19017         centered even when gnus-auto-center-summary is t.
19018
19019 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19020
19021         * dns.el (dns-get-txt-answer): New function.
19022         (dns-read-txt): Ditto.
19023         (query-dns): Use it.
19024
19025 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19026
19027         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19028         active for foreign groups even if the group level is higher than
19029         the specified value.
19030
19031 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19032
19033         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19034         non-active groups.
19035
19036         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19037
19038 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19039
19040         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19041
19042 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19043
19044         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19045         (spam-crm114-header, spam-crm114-spam-switch)
19046         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19047         (spam-crm114-positive-spam-header)
19048         (spam-crm114-database-directory, spam-list-of-processors)
19049         (spam-group-spam-processor-crm114-p)
19050         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19051         (spam-generic-score, spam-list-of-checks)
19052         (spam-list-of-statistical-checks, spam-registration-functions)
19053         (spam-check-crm114-headers, spam-crm114-score)
19054         (spam-check-crm114, spam-crm114-register-with-crm114)
19055         (spam-crm114-register-spam-routine)
19056         (spam-crm114-unregister-spam-routine)
19057         (spam-crm114-register-ham-routine)
19058         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19059         From asjo@koldfront.dk (Adam Sjøgren).
19060
19061         * gnus.el: Add spam-use-crm114.
19062
19063         * spam.el (spam-list-of-processors, spam-registration-functions):
19064         Add spam-use-resend.
19065         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19066         (spam-report-articles-gmane): Add doc fix.
19067         (spam-report-articles-resend, spam-report-resend-register-routine):
19068         Add wrappers around spam-report-resend-to.
19069
19070         * spam-report.el (spam-report-resend-to, spam-report-resend):
19071         Add support for resending spam.
19072         (spam-report-gmane): Fix line length >80.
19073
19074         * gnus.el (spam-process): Add spam-use-resend.
19075
19076 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19077
19078         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19079         number of processed spam messages.
19080         (spam-ham-copy-or-move-routine): Return the number of processed
19081         ham messages.
19082         (spam-summary-prepare-exit): Use the above values to decide
19083         whether status messages shouled be displayed.
19084
19085 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19086
19087         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19088         `rfc2047-encoding-function-alist' in order to avoid conflicting
19089         with the old version.
19090         (rfc2047-encode-region): Concatenate words containing non-ASCII
19091         characters in structured fields; don't encode space-delimited
19092         ASCII words even in unstructured fields; don't break words at
19093         char-category boundaries.
19094         (rfc2047-encode-1): New function.
19095         (rfc2047-encode): Use it; encode text so that it occupies the
19096         maximum width within 76-column; work correctly on Q encoding for
19097         iso-2022-* charsets.
19098         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19099         sure not to break a line just after the header name.
19100         (rfc2047-b-encode-region): Remove.
19101         (rfc2047-b-encode-string): New function.
19102         (rfc2047-q-encode-region): Remove.
19103         (rfc2047-q-encode-string): New function.
19104
19105         * mm-util.el (mm-replace-in-string): New function.
19106
19107 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19108
19109         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19110         Really get it right.
19111         (gnus-inews-make-draft): Really.
19112
19113 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19114
19115         * nnmh.el (nnmh-request-list-1): Don't check the link count
19116         before descending.  (small patch)
19117
19118 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19119
19120         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19121         stuff.
19122
19123         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19124         Match on real group name.
19125
19126         * gnus-art.el (gnus-signature-limit): Doc fix.
19127
19128         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19129
19130         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19131
19132 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19133
19134         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19135         isn't a string.
19136
19137 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19138
19139         * gnus-draft.el (gnus-draft-send):
19140         Bind rfc2047-encode-encoded-words.
19141
19142         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19143         (rfc2047-encodable-p): Say that =? needs encoding.
19144         (rfc2047-encode-encoded-words): New variable.
19145
19146         * gnus-group.el (gnus-group-select-group): Doc fix.
19147
19148         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19149
19150         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19151         to nil.
19152
19153         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19154
19155         * nnheader.el (nnheader-get-lines-and-char): New function.
19156
19157 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19158
19159         * gnus-msg.el (gnus-summary-followup-with-original):
19160         Document yanking of region when active.
19161
19162 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19163
19164         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19165         groups if the group level is higher than the specified value.
19166
19167 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19168
19169         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19170         (gnus-group-jump-to-group): Add prefix argument using
19171         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19172         non-active group.
19173
19174         * compface.el (uncompface): Be verbose when changing
19175         `uncompface-use-external'.
19176
19177         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19178         handle manual section.
19179
19180 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19181
19182         * gnus-art.el (gnus-button-alist): Revert previous change.
19183
19184 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19185
19186         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19187
19188 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19189
19190         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19191         whether backend can accept message.
19192
19193         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19194
19195 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19196
19197         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19198         Avoid creating directory when nntp-marks-is-evil is true.
19199         Reported by Reiner Steib.
19200
19201 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19202
19203         * gnus-picon.el (gnus-picon-style): New variable.
19204         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19205         (gnus-picon-transform-address): Support `gnus-picon-style'.
19206         From Jesper Harder <harder@ifa.au.dk>.
19207
19208 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19209
19210         * message.el (message-fill-field): Return point.
19211         (message-generate-headers): Go to end of field.
19212
19213         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19214         stuff for non-living groups.
19215
19216 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19217
19218         * gnus-art.el (gnus-article-followup-with-original)
19219         (gnus-article-reply-with-original): gnus-mark-active-p ->
19220         gnus-region-active-p.
19221
19222 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19223
19224         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19225         only when there is spam or ham to be processed.
19226
19227 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19228
19229         * mail-source.el (mail-source-delete-crash-box): Refactor.
19230         (mail-source-fetch): Use it.
19231         (mail-source-fetch-file): Ditto.
19232         (mail-source-fetch-directory): Run postscript in loop.
19233         (mail-source-fetch-pop): Delete.
19234         (mail-source-fetch-maildir): Ditto.
19235         (mail-source-fetch-imap): Ditto.
19236
19237         * imap.el (imap-authenticators): Comment out sasl.
19238
19239         * message.el (message-skip-to-next-address): New function.
19240         (message-fill-header-address): Refactor.
19241         (message-fill-address): Use it.
19242         (message-delete-address): Use it.
19243         (message-fill-header-general): Refactor.
19244         (message-fill-field-address): Rename.
19245         (message-narrow-to-field): Find the start of the header.
19246         (message-header-format-alist): Don't pre-fill.
19247         (message-fill-header): Remove.
19248         (message-insert-header): New function.
19249         (message-shorten-references): Use it.
19250
19251         * rfc2047.el (rfc2047-field-value): Strip props.
19252
19253         * mail-parse.el (mail-header-make-address): New alias.
19254
19255         * ietf-drums.el (ietf-drums-make-address): New function.
19256
19257         * imap.el: Add compiler directives.
19258
19259         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19260
19261         * gnus-art.el (article-decode-idna-rhs): Don't use
19262         message-idna-inside-rhs-p.
19263
19264 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19265
19266         * message.el (message-idna-inside-rhs-p): Remove.
19267         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19268
19269         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19270         false positives.
19271
19272 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19273
19274         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19275
19276 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19277
19278         * nneething.el (nneething-file-name): Don't create spurious
19279         files.
19280
19281         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19282         (gnus-inews-do-gcc): Remove sleep.
19283
19284         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19285         part under point.
19286
19287         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19288         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19289
19290 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19291
19292         * spam.el (spam-summary-prepare-exit): Fix (length).
19293
19294 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19295
19296         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19297         as expired without moving it" message when there are spam
19298         messages left.
19299
19300 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19301
19302         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19303         header is not nil.
19304
19305 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19306
19307         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19308         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19309         (nntp-marks-changed-p): New arg SERVER.
19310         (nntp-request-update-info): Adjust caller.
19311
19312 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19313
19314         * nntp.el (nntp-save-marks): Pass missing arg.
19315
19316 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19317
19318         * nntp.el: Support marks.
19319         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19320         (nntp-marks-modtime, nntp-marks-directory): New variables.
19321         (nntp-request-set-mark, nntp-request-update-info)
19322         (nntp-possibly-create-directory, nntp-marks-changed-p)
19323         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19324         New functions.
19325
19326 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19327
19328         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19329         (gnus-xmas-redefine): Rename.
19330
19331         * gnus-score.el (gnus-score-insert-help):
19332         Use gnus-select-lowest-window.
19333
19334         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19335         appt-select-lowest-window and rename to gnus-select-lowest-window.
19336
19337         * gnus.el: do.
19338
19339 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19340
19341         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19342         encodings of MIME-encoded words, in order to improve
19343         interoperability with several broken MUAs.
19344
19345 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19346
19347         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19348         tags, only when charsets are not specified in headers.
19349         (mm-inline-text-html-render-with-w3m): Ditto.
19350
19351         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19352         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19353
19354 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19355
19356         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19357         instead of MIME-decoded from fields when checking
19358         `gnus-article-address-banner-alist'.
19359
19360 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19361
19362         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19363         description rather than subject.
19364
19365 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19366
19367         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19368
19369 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19370
19371         * gnus.el (gnus-version-number): Bump.
19372
19373 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19374
19375         * gnus.el: No Gnus v0.2 is released.
19376
19377 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19378
19379         * gnus-agent.el (gnus-agent-read-agentview):
19380         Inline gnus-uncompress-range.
19381
19382 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19383
19384         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19385         `exec-installed-p'.
19386
19387 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19388
19389         * gnus.el (spam-process, spam-autodetect-methods):
19390         Add bsfilter and bsfilter-headers.
19391
19392         * spam.el (spam-bsfilter): New customize group.
19393         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19394         (spam-bsfilter-header, spam-bsfilter-probability-header)
19395         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19396         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19397         (spam-bsfilter-database-directory): New options.
19398         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19399         (spam-list-of-statistical-checks, spam-registration-functions):
19400         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19401         (spam-bsfilter-score): New command.
19402         (spam-check-bsfilter-headers, spam-check-bsfilter)
19403         (spam-bsfilter-register-with-bsfilter)
19404         (spam-bsfilter-register-spam-routine)
19405         (spam-bsfilter-unregister-spam-routine)
19406         (spam-bsfilter-register-ham-routine)
19407         (spam-bsfilter-unregister-ham-routine): New functions.
19408         (spam-generic-score): Support bsfilter; Accept an optional argument
19409         to recalcurate spam score even if scoring header has already been
19410         added.
19411         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19412         optional argument to recalcurate spam score even if scoring header
19413         has already been added.
19414
19415 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19416
19417         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19418         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19419         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19420         link is missing.
19421
19422 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19423
19424         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19425         (html2text-get-attr): Rewrite.
19426
19427         * message.el (message-setup-1): Remove redundant put-text-property
19428         on mail-header-separator.
19429
19430 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19431
19432         * gnus-registry.el (gnus-registry-cache-whitespace)
19433         (gnus-registry-action, gnus-registry-spool-action)
19434         (gnus-registry-split-fancy-with-parent): Change message levels
19435         from 5 to 3 or 7, as needed.
19436
19437         * spam.el (spam-summary-prepare-exit)
19438         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19439         (spam-split, spam-find-spam, spam-log-undo-registration)
19440         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19441         level from 5 to 6.
19442
19443 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19444
19445         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19446         2004-03-04 change).
19447
19448 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19449
19450         * sieve-manage.el (sieve-manage-open):
19451         * nnweb.el (nnweb-insert-html):
19452         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19453         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19454         * nnspool.el (nnspool-request-group):
19455         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19456         * nnml.el (nnml-request-update-info):
19457         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19458         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19459         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19460         (nnimap-request-set-mark):
19461         * nnfolder.el (nnfolder-request-update-info):
19462         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19463         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19464         * gnus-uu.el (gnus-uu-find-articles-matching):
19465         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19466         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19467         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19468         * gnus-nocem.el (gnus-nocem-scan-groups):
19469         * gnus-int.el (gnus-start-news-server):
19470         * gnus-group.el (gnus-group-make-kiboze-group)
19471         (gnus-group-browse-foreign-server):
19472         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19473         Use mapc when appropriate.
19474
19475 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19476
19477         FIXME: Make separate entries for each person.
19478
19479         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19480         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19481         <shields@msrl.com>:
19482
19483         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19484         may need for spam sorting and scoring.
19485         (spam-user-format-function-S): Add user format function suitable for
19486         general use.
19487         (spam-article-sort-by-spam-status): Add sorting function for summary
19488         sorting.
19489         (spam-extra-header-to-number): Add function to get a score from a
19490         header.
19491         (spam-summary-score): Add function to get a numeric score from the
19492         headers.
19493         (spam-generic-score): Fix function doc, was in wrong place.
19494         (spam-initialize): Take symbols when it's run, and install the
19495         extra headers that spam-necessary-extra-headers thinks we need.
19496
19497 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19498
19499         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19500         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19501
19502 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19503
19504         * gnus-sum.el (gnus-set-global-variables)
19505         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19506         (gnus-article-get-xrefs, gnus-summary-best-group)
19507         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19508         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19509         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19510         Use with-current-buffer.
19511
19512 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19513
19514         * spam.el (spam-summary-prepare-exit): Simplify logic.
19515         (spam-fetch-article-header): Read the article header if it's not
19516         available.
19517         (spam-list-articles): Simplify logic.
19518         (spam-filelist-register-routine): Fix bug with unregister-list.
19519
19520         * gnus-registry.el: Fix comments at beginning.
19521
19522 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19523
19524         * message.el (message-cater-to-broken-inn): Remove.
19525         (message-shorten-references): Make sure the total folded length of
19526         References is shorter than 998 characters to cater to a bug in INN
19527         2.3.  Also, don't pretend that references aren't folded -- this
19528         hasn't worked for a while.
19529
19530 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19531
19532         * gnus-agent.el (gnus-agentize):
19533         gnus-agent-send-mail-real-function no longer set to current value
19534         of message-send-mail-function but rather a lambda that calls
19535         message-send-mail-function.  The change makes the agent real-time
19536         responsive to user changes to message-send-mail-function.
19537
19538 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19539
19540         * legacy-gnus-agent.el
19541         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19542         help from Florian Weimer <fw@deneb.enyo.de>
19543
19544 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19545
19546         * nnmail.el (nnmail-cache-insert): Revert last change.
19547
19548 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19549
19550         * nnmail.el (nnmail-cache-insert): Always check whether
19551         nnmail-cache-ignore-groups matches a group name.
19552
19553 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19554
19555         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19556         (spam-find-spam, spam-log-processing-to-registry)
19557         (spam-log-registered-p, spam-log-unregistration-needed-p)
19558         (spam-log-undo-registration): Use gnus-message instead of
19559         gnus-error, none of these errors are fatal.
19560
19561         * gnus-registry.el (gnus-registry-clean-empty-function)
19562         (gnus-registry-clean-empty): Remove only empty entries without
19563         extra data.
19564
19565 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19566
19567         * spam-stat.el (spam-stat-buffer-change-to-spam)
19568         (spam-stat-buffer-change-to-non-spam): Change (error) to
19569         (gnus-message 8) invocation.
19570
19571 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19572
19573         * nntp.el (nntp-via-netcat-command): New variable.
19574         (nntp-via-netcat-switches): New variable.
19575         (nntp-open-via-rlogin-and-netcat): New function.
19576         (nntp-open-connection-function): Doc fix.
19577         (nntp-telnet-command): Doc fix.
19578         (nntp-end-of-line): Doc fix.
19579         (nntp-via-rlogin-command): Doc fix.
19580         (nntp-via-user-name): Doc fix.
19581         (nntp-via-address): Doc fix.
19582
19583 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19584
19585         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19586         error in Emacs 21.1.
19587
19588 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19589
19590         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19591
19592 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19593
19594         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19595         (gnus-agent-with-refreshed-group): New macro.
19596         (gnus-agent-rename-group): New function.
19597         (gnus-agent-delete-group): New function.
19598         (gnus-agent-save-group-info): Use gnus-command-method when
19599         `method' parameter is nil.  Don't write nil entries into the
19600         active file.
19601         (gnus-agent-get-group-info): New function.
19602         (gnus-agent-fetch-articles):
19603         Use gnus-agent-update-files-total-fetched-for to increment disk space
19604         used.
19605         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19606         Use gnus-agent-update-view-total-fetched-for to increment disk space
19607         used.
19608         (gnus-agent-get-local): Add optional parameters to avoid calling
19609         gnus-group-real-name and gnus-find-method-for-group.
19610         (gnus-agent-set-local): Delete stored entry if either min, or max,
19611         are nil.
19612         (gnus-agent-fetch-session): Reworded error/quit messages.
19613         On quit, use gnus-agent-regenerate-group to record existance of any
19614         articles fetched to disk before the quit occurred.
19615         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19616         gnus-agent-update-view-total-fetched-for, and
19617         gnus-agent-update-files-total-fetched-for to decrement disk space
19618         used.
19619         (gnus-agent-retrieve-headers):
19620         Use gnus-agent-update-view-total-fetched-for to increment disk space
19621         used.
19622         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19623         with gnus-agent-update-files-total-fetched-for to decrement disk
19624         space and fresh group buffer.
19625         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19626         (gnus-agent-need-update-total-fetched-for): New variable.
19627         (gnus-agent-update-files-total-fetched-for): New function.
19628         (gnus-agent-update-view-total-fetched-for): New function.
19629         (gnus-agent-total-fetched-for): New function.
19630
19631         * gnus-cache.el (gnus-cache-save-buffers):
19632         Use gnus-cache-update-overview-total-fetched-for to change disk space
19633         used by this group.
19634         (gnus-cache-possibly-enter-article):
19635         Use gnus-cache-update-file-total-fetched-for to increment disk space
19636         used by this group.
19637         (gnus-cache-possibly-remove-article):
19638         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19639         used by this group.
19640         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19641         (gnus-cache-rename-group): New function.
19642         (gnus-cache-delete-group): New function.
19643         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19644         (gnus-cache-need-update-total-fetched-for): New variable.
19645         (gnus-cache-with-refreshed-group): New macro.
19646         (gnus-cache-update-file-total-fetched-for): New function.
19647         (gnus-cache-update-overview-total-fetched-for): New function.
19648         (gnus-cache-rename-group-total-fetched-for): New function.
19649         (gnus-cache-delete-group-total-fetched-for): New function.
19650         (gnus-cache-total-fetched-for): New function.
19651
19652         * gnus-group.el: Require gnus-sum and autoload functions to
19653         resolve warnings when gnus-group.el compiled alone.
19654         (gnus-group-line-format): Documented new %F.
19655         (size of Fetched data) group line format; identifies disk space
19656         used by agent and cache.
19657         (gnus-group-line-format-alist): Defined new F format.
19658         (gnus-total-fetched-for): New function.
19659         (gnus-group-delete-group): No longer update
19660         gnus-cache-active-altered as gnus-request-delete-group now keeps
19661         the cache in sync.
19662         (gnus-group-list-active): Let the agent store a server's active
19663         list if currently plugged.
19664
19665         * gnus-int.el (gnus-request-delete-group):
19666         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19667         local disk in sync with the server.
19668         (gnus-request-rename-group):
19669         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19670         local disk in sync with the server.
19671
19672         * gnus-start.el (gnus-get-unread-articles):
19673         Cosmetic simplification to logic.
19674
19675         * gnus-util.el (gnus-rename-file): New function.
19676
19677 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19678
19679         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19680
19681 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19682
19683         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19684         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19685
19686 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19687
19688         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19689         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19690
19691 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19692
19693         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19694
19695 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19696
19697         * spam.el (spam-set-difference): Add function to replace
19698         gnus-set-difference in spam.el.
19699         (spam-summary-prepare-exit): Use spam-set-difference.
19700
19701 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19702
19703         * gnus-registry.el (gnus-registry-cache-file): Update to use
19704         gnus-dribble-directory OR gnus-home-directory OR ~.
19705         (gnus-registry-split-fancy-with-parent): Fix doc.
19706
19707 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19708
19709         * message.el (message-exchange-point-and-mark):
19710         Use message-mark-active-p.  Suggested by Jesper Harder
19711         <harder@ifa.au.dk>.
19712
19713 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19714
19715         * message.el (message-exchange-point-and-mark): Don't activate
19716         region if it was inactive.  Suggested by Hiroshi Fujishima
19717         <pooh@nature.tsukuba.ac.jp>.
19718
19719 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19720
19721         * gnus-art.el (article-display-face): Display Faces in the same
19722         order as X-Faces.
19723
19724 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19725
19726         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19727
19728 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19729
19730         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19731         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19732         (gnus-article-mime-hierarchy): Remove.
19733         (gnus-article-mime-hierarchy-next): Remove.
19734         (gnus-article-mode): Revert 2004-03-19 change.
19735         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19736         (gnus-insert-mime-button): Revert 2004-03-19 change.
19737         (gnus-mime-accumulate-hierarchy): Remove.
19738         (gnus-mime-enter-multipart): Remove.
19739         (gnus-mime-leave-multipart): Remove.
19740         (gnus-mime-display-part): Revert 2004-03-19 change.
19741         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19742
19743         * mml.el (mml-preview): Revert 2004-03-19 change.
19744
19745 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19746
19747         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19748
19749 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19750
19751         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19752         t while entering a file name using the mm-with-multibyte macro.
19753         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19754
19755         * mm-util.el (mm-with-multibyte): New macro.
19756
19757 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19758
19759         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19760         New user option.
19761         (gnus-mime-multipart-functions): Doc and customization fix.
19762         (gnus-article-mime-hierarchy): New variable.
19763         (gnus-article-mime-hierarchy-next): New variable.
19764         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19765         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19766         gnus-article-mime-hierarchy-next to nil.
19767         (gnus-insert-mime-button): Show hierarchy numbers.
19768         (gnus-mime-accumulate-hierarchy): New function.
19769         (gnus-mime-enter-multipart): New function.
19770         (gnus-mime-leave-multipart): New function.
19771         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19772         (gnus-mime-display-alternative): Show hierarchy numbers.
19773
19774         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19775         gnus-article-mime-hierarchy-next to nil.
19776
19777 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19778
19779         * dns.el: Don't require gnus-xmas.
19780
19781 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19782
19783         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19784         inline PGP.
19785         (mml-menu): Disable mml-quote-region if mark is inactive.
19786
19787 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19788
19789         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19790         when the group's active is not available.
19791
19792 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19793
19794         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19795         error.
19796
19797 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19798
19799         * imap.el (imap-store-password): New variable.
19800         (imap-interactive-login): Use it.
19801         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19802
19803 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19804
19805         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19806         window-start and hscroll to summary window.
19807
19808 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19809
19810         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19811         conversion message to newsrc-dribble when an actual conversion is
19812         performed.
19813
19814 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19815
19816         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19817
19818 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19819
19820         * mm-decode.el (mm-complicated-handles): New function reviving
19821         former definition of mm-multiple-handles.
19822
19823         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19824         (gnus-mime-delete-part): Use it.
19825
19826 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19827
19828         * gnus-agent.el (gnus-agent-read-local):
19829         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19830         avoid the implicit assumption that they will always be equal.
19831         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19832         coding-system-for-write, as the with-temp-file macro first prints
19833         to a buffer then saves the buffer.
19834
19835 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19836
19837         * gnus-art.el (gnus-article-edit-part): New function.
19838         (gnus-mime-save-part-and-strip): Use it; do query instead of
19839         signaling an error; don't use mm-multiple-handles.
19840         (gnus-mime-delete-part): Ditto.
19841
19842 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19843
19844         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19845         old file versions.
19846         (gnus-group-prepare-hook): Remove function that converted list
19847         form of gnus-agent-expire-days to group properties.
19848
19849         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19850         (gnus-request-accept-article): Re-indented.
19851
19852         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19853         converters to handle old agent file formats.  Add logic for a
19854         "backup before upgrading warning".
19855         (gnus-convert-mark-converter-prompt): Developers can mark
19856         functions as needing (default), or not needing,
19857         gnus-convert-old-newsrc's "backup before upgrading warning".
19858         (gnus-convert-converter-needs-prompt): Tests whether the user
19859         should be protected from potentially irreversable changes by the
19860         function.
19861
19862         * legacy-gnus-agent.el: New.  Provides converters that are only
19863         loaded when gnus-convert-old-newsrc needs to call them.
19864
19865 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19866
19867         * mail-source.el (mail-source-touch-pop): Doc fix.
19868
19869         * message.el (message-smtpmail-send-it): Doc fix.
19870
19871 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19872
19873         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19874
19875         * nnmail.el (nnmail-split-fancy): do.
19876
19877         * gnus-kill.el (gnus-kill, gnus-execute): do.
19878
19879 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19880
19881         * gnus-sum.el (gnus-widget-reversible-match)
19882         (gnus-widget-reversible-to-internal)
19883         (gnus-widget-reversible-to-external): New functions.
19884         (gnus-widget-reversible): New widget.
19885         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19886
19887 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19888
19889         * gnus-sum.el (gnus-thread-sort-functions)
19890         (gnus-article-sort-functions): Document `(not F)' items.
19891
19892 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19893
19894         * spam.el (spam-use-gmane-xref): Add new backend.
19895         (spam-gmane-xref-spam-group): Add variable to control the name of the
19896         Gmane spam group.
19897         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19898         (spam-regex-headers-spam, spam-regex-headers-ham)
19899         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19900         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19901         backends and checks.
19902         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19903
19904         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19905         an autodetect method.
19906
19907 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19908
19909         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19910         articles are being added to a group.
19911         (gnus-request-replace-article): Inform the agent that articles
19912         need to be uncached as the cached contents are no longer valid.
19913
19914 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19915
19916         * binhex.el: Don't autoload executable-find.
19917
19918         * canlock.el: Don't autoload mail-fetch-field.
19919
19920         * dgnushack.el: Autoload c-mode for XEmacs.
19921
19922         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19923
19924         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19925         rmail-dont-reply-to and rmail-output.
19926
19927         * gnus-score.el: Don't autoload ffap-string-at-point.
19928
19929         * gnus-setup.el: Don't autoload sc-cite-original.
19930
19931         * imap.el: Don't autoload base64-decode-string,
19932         base64-encode-string and md5.
19933
19934         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19935         and rmail-msg-restore-non-pruned-header.
19936
19937         * mm-decode.el: Don't autoload executable-find.
19938
19939         * mm-url.el: Don't autoload executable-find.
19940
19941         * mm-view.el: Don't autoload diff-mode.
19942
19943         * nndb.el: Don't autoload news-reply-mode, news-setup,
19944         cancel-timer and telnet.
19945
19946         * password.el: Don't autoload run-at-time for Emacs.
19947
19948         * sha1-el.el: Don't autoload executable-find.
19949
19950         * sieve-mode.el: Don't autoload c-mode.
19951
19952         * uudecode.el: Don't autoload executable-find.
19953
19954 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19955
19956         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19957         (gnus-agent-possibly-alter-active): Avoid null in numeric
19958         comparison.
19959         (gnus-agent-set-local): Refuse to save null in local object table.
19960         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19961         list of articles that will be marked as unread.
19962
19963 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19964
19965         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19966
19967 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19968
19969         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19970         language tags.
19971
19972 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19973
19974         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19975         Don't bind "obarray".
19976
19977         * gnus-sum.el (gnus-thread-sort-functions):
19978         Add `gnus-thread-sort-by-most-recent-number' and
19979         `gnus-thread-sort-by-most-recent-date'.
19980         Reported by Kai Grossjohann <kai@emptydomain.de>.
19981
19982 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19983
19984         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19985
19986 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19987
19988         * gnus-cus.el (gnus-agent-customize-category):
19989         Remove ignore-errors macro reference that required cl to be loaded at
19990         run-time.
19991
19992         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19993         single-interval range of the form (min . max).  Previously the
19994         range had to look like ((min . max)).  Likewise, return
19995         (min . max) rather than ((min . max)).
19996         (gnus-range-map): Use gnus-range-normalize to accept
19997         single-interval range.
19998
19999         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20000         the cache, but not the agent, now appear with their usual face.
20001
20002         * dgnushack.el (loaddir): New variable that is bound to the
20003         directory containing the dgnushack.el file. Use loaddir, rather
20004         than srcdir, to update load-path. Change lets dgnushack compile
20005         code in directories other than GNUS/lisp.
20006
20007 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20008
20009         * lpath.el: Don't bind w3m-safe-url-regexp.
20010
20011         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20012         w3m-safe-url-regexp variable buffer-local.
20013
20014         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20015
20016 2004-02-27  Simon Josefsson  <jas@extundo.com>
20017
20018         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20019         gnus-group-real-prefix.
20020         (gnus-summary-move-article): Use it, instead of
20021         gnus-group-real-prefix.
20022
20023 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20024
20025         * lpath.el: Bind w3m-safe-url-regexp.
20026
20027         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20028         w3m-safe-url-regexp variable buffer-local and set it as the value
20029         of mm-w3m-safe-url-regexp.
20030
20031         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20032
20033         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20034         parsing gnus-posting-styles when the message is not for replying.
20035
20036         * dgnushack.el: Autoload sgml-mode for XEmacs.
20037
20038         * nnrss.el (nnrss-opml-export):
20039         Use mm-set-buffer-file-coding-system instead of
20040         set-buffer-file-coding-system.
20041
20042 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20043
20044         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20045         of checkdoc.el).
20046         * nnrss.el: do.
20047         * gnus-mlspl.el: do.
20048         * gnus-ml.el: do.
20049         * gnus-srvr.el: do.
20050
20051         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20052
20053 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20054
20055         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20056         Corrections to custom-manual links.
20057
20058         * gnus-art.el (gnus-article): Ditto.
20059
20060         * mm-decode.el (mime-display, mime-security): Ditto.
20061
20062 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20063
20064         * flow-fill.el: Typo.
20065
20066 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20067
20068         * spam-wash.el: New file.
20069
20070 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20071
20072         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20073
20074 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20075
20076         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20077         to be run with new-articles as LIST1, not LIST2.
20078         (spam-registration-functions): Add spam-use-ham-copy as a nil
20079         registration backend.
20080
20081 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20082
20083         * spam-stat.el (spam-stat-washing-hook): New option.
20084         (spam-stat-buffer-words): Use it.
20085         (spam-stat-process-directory, spam-stat-test-directory):
20086         Use insert-file-contents-literally.
20087         (spam-stat-coding-system): New variable.
20088         (spam-stat-load, spam-stat-save): Use it.
20089
20090 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20091
20092         * spam-report.el (spam-report-plug-agent):
20093         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20094
20095 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20096
20097         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20098         Allow / in mailto URLs.
20099
20100 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20101
20102         * spam-report.el (spam-report-process-queue): Fix interactive use.
20103         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20104         (spam-report-unplug-agent): Doc fixes.
20105         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20106         (spam-report-agentize, spam-report-deagentize): Autoload.
20107
20108 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20109
20110         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20111
20112         * message.el (message-setup-fill-variables): Add mml tags to
20113         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20114         <ajk@iu.edu>.
20115         (message-mode): Don't modify paragraph-separate there.
20116
20117 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20118
20119         * compface.el (uncompface-use-external): Default to undecided.
20120         (uncompface-use-external-threshold): New variable.
20121         (uncompface-float-time): New macro.
20122         (uncompface): Determine whether to use the external decoder if
20123         uncompface-use-external is undecided.
20124
20125 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20126
20127         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20128         after images.
20129
20130         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20131
20132 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20133
20134         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20135
20136         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20137
20138         * gnus-sum.el (gnus-summary-limit-to-age)
20139         (gnus-summary-limit-children): do.
20140
20141         * gnus-int.el (gnus-request-scan): do.
20142
20143         * gnus-group.el (gnus-group-suspend): do.
20144
20145         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20146
20147         * gnus-cite.el (gnus-cite-parse-attributions): do.
20148
20149         * gnus-agent.el (gnus-summary-set-agent-mark)
20150         (gnus-agent-regenerate-group): do.
20151
20152         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20153
20154         * binhex.el (binhex-decode-region-internal): do.
20155
20156 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20157
20158         * gnus-fun.el (gnus-face-properties-alist): New user option.
20159         (gnus-display-x-face-in-from): Use it.
20160
20161         * gnus-art.el (article-display-face): Ditto.
20162
20163         * compface.el (uncompface-use-external): Default to nil.
20164
20165 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20166
20167         * nntp.el (nntp-erase-buffer): New function.
20168         (nntp-retrieve-data, nntp-send-command)
20169         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20170         (nntp-possibly-change-group): Use it.
20171
20172         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20173         Use with-current-buffer.
20174
20175 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20176
20177         * compface.el: Merge the ELisp-based uncompface program.
20178         (compface): New customization group.
20179         (uncompface-use-external): New user option.
20180         (uncompface): Call uncompface-internal if uncompface-use-external
20181         is nil.
20182         (uncompface-internal): New function.  Note that there are also
20183         some other functions and variables added for this function.
20184
20185 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20186
20187         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20188         if necessary.
20189
20190 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20191
20192         * spam-report.el (spam-report-unplug-agent)
20193         (spam-report-plug-agent, spam-report-deagentize)
20194         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20195         Add support for the Agent in spam-report: when unplugged, report to a
20196         file; when plugged, submit all the requests.
20197
20198         * spam.el (spam-register-routine): Fix message about
20199         registration.
20200
20201 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20202
20203         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20204         dependencies.
20205         (rfc2047-encode): Use it.
20206
20207         * gnus-art.el (gnus-button-marker-list): Move before first
20208         reference.
20209
20210         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20211         (imap-parse-body): Fix format string mismatch.
20212
20213         * gnus-score.el (gnus-summary-increase-score): do.
20214
20215         * nnrss.el (nnrss-close): New function.
20216
20217 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20218
20219         * nnrss.el (nnrss-make-filename): New function.
20220         (nnrss-request-delete-group, nnrss-read-server-data)
20221         (nnrss-save-server-data, nnrss-read-group-data)
20222         (nnrss-save-group-data): Use it.
20223         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20224         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20225         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20226
20227 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20228
20229         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20230
20231 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20232
20233         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20234         files.
20235
20236         * message.el (message-generate-headers-first): Don't quote nil
20237         and t in docstrings.
20238
20239         * imap.el (imap-id): do.
20240
20241         * gnus-agent.el (gnus-agent-consider-all-articles)
20242         (gnus-agent-queue-mail): do.
20243
20244 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20245
20246         * spam-report.el (spam-report-process-queue): New function.
20247         Process requests from `spam-report-requests-file'.
20248         (spam-report-process-queue): Doc fix.
20249
20250 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20251
20252         * spam.el (spam-register-routine)
20253         (spam-log-processing-to-registry, spam-log-registered-p)
20254         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20255         Change "check" to "spam-check" for semi-clarity.
20256
20257 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20258
20259         * pop3.el: Require nnheader.
20260
20261         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20262
20263         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20264
20265         * gnus-picon.el: Require cl.
20266
20267         * gnus-fun.el: Require gnus-ems and gnus-util.
20268
20269         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20270
20271         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20272
20273         * gnus-art.el (gnus-article-edit-mode): Define before first
20274         reference.
20275
20276 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20277
20278         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20279         (gnus-uu-post-encoded): Use point-at-bol.
20280
20281         * gnus-topic.el (gnus-group-active-topic-p): do.
20282
20283         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20284
20285         * gnus-group.el (gnus-group-kill-region): do.
20286
20287         * gnus-art.el (article-date-ut): do.
20288
20289         * message.el (message-fetch-field): Remove redundant
20290         case-fold-search binding.
20291         (message-narrow-to-field): Simplify.
20292
20293 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20294
20295         * spam.el (spam-directory): Derive from `gnus-directory'.
20296
20297         * spam-report.el (spam-report-url-to-file)
20298         (spam-report-requests-file): New function and variable for offline
20299         reporting.
20300         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20301         and user defined function.
20302         (spam-report-url-ping-mm-url): Remove doubled slash.
20303
20304 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20305
20306         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20307
20308 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20309
20310         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20311         Fix format string mismatch.
20312
20313         * sieve.el (sieve-deactivate-all): do.
20314
20315         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20316
20317         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20318
20319         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20320
20321         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20322
20323 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20324
20325         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20326         the list of checks.
20327
20328 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20329
20330         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20331         padding.
20332
20333 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20334
20335         * mm-view.el (mm-fill-flowed): New variable.
20336         (mm-inline-text): Use it.
20337
20338 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20339
20340         * spam.el (spam-spamassassin-register-ham-routine)
20341         (spam-spamassassin-register-spam-routine): Fix function names.
20342
20343 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20344
20345         * gnus.el (gnus-tmp-grouplens): Remove.
20346         (gnus-summary-line-format): Remove grouplens.
20347
20348         * gnus-group.el (gnus-group-line-format): Ditto.
20349
20350         * gnus-spec.el (gnus-format-specs): Ditto.
20351         (gnus-update-format-specifications): Flush the group format spec
20352         cache if there's the grouplens stuff.
20353         (gnus-parse-simple-format): Replace %l with the empty string.
20354
20355 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20356
20357         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20358         omission.
20359
20360 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20361
20362         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20363         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20364
20365 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20366
20367         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20368         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20369         New macros and functions.
20370         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20371         Handle > NLINK_MAX messages.
20372         * nnmaildir.el (nnmaildir-request-set-mark):
20373         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20374
20375 2004-01-25  Alex Schroeder  <alex@gnu.org>
20376
20377         * spam-stat.el (spam-stat-process-directory-age): New option.
20378         (spam-stat-process-directory): Use it.
20379
20380 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20381
20382         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20383         (spam-stat-save): Accept prefix argument.
20384
20385 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20386
20387         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20388         links" error.
20389
20390 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20391
20392         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20393         the rest of the and/or forms.
20394
20395 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20396
20397         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20398         compatibility with old .newsrc.eld files.
20399
20400         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20401
20402         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20403
20404         * gnus-start.el (gnus-1): do.
20405
20406         * gnus-group.el (gnus-group-line-format-alist): do.
20407
20408         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20409
20410         * gnus-gl.el: Remove.
20411
20412 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20413
20414         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20415         marks consisting of a single range {for example, (3 . 5)} rather
20416         than a list of a single range { ((3 . 5)) }.
20417
20418 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20419
20420         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20421         Use with-current-buffer.
20422         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20423         avoid consing a string.
20424
20425         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20426         Remove obsolete entries for big5 and gb2312.
20427
20428 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20429
20430         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20431         uncompressed list.
20432
20433 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20434
20435         * spam-stat.el (spam-stat-strip-xref): New function.
20436         (spam-stat-process-directory): Use it.
20437
20438         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20439         here -- it's done in message-fetch-field.
20440
20441 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20442
20443         * gnus-agent.el (gnus-agent-queue-mail)
20444         (gnus-agent-prompt-send-queue): New variables.
20445         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20446         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20447         "nndraft:queue" along to gnus-draft-send.
20448         Use gnus-agent-prompt-send-queue.
20449         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20450         is "nndraft:queue".  Suggested by Gaute Strokkenes
20451         <gs234@srcf.ucam.org>
20452
20453         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20454         (agent-enable-undownloaded-faces): Add.
20455         (gnus-agent-cat-groups): Use eval-and-compile, not
20456         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20457         method of gnus-agent-cat-groups even when the buffer has been
20458         evaled.
20459         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20460         delete gnus-agent-save-active-1.
20461         (gnus-agent-save-groups): Delete.  Identical to
20462         gnus-agent-save-active.
20463         (gnus-agent-write-active): No longer adjust agent's copy of active
20464         file as agent's adjustments are now stored in their own
20465         file.  Remove optional parameter.
20466         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20467         servers.  Add use of min/max range limits from server's local
20468         file.
20469         (gnus-agent-save-alist): Remove unused optional argument.
20470         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20471         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20472         (gnus-agent-set-local): A per-server file that keeps min/max range
20473         limits for articles known to the agent.  Provides a fast mechanism
20474         for altering many active ranges.
20475         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20476         active file (local makes it unnecessary).
20477         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20478
20479         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20480         (agent-enable-undownloaded-faces): Add.
20481
20482         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20483         disable it when sending to "nndraft:queue".
20484         (gnus-group-send-queue): Add safety check to avoid sending queue
20485         when unplugged.
20486
20487         * gnus-group.el (gnus-group-catchup): Use new
20488         gnus-sequence-of-unread-articles, not
20489         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20490         numbers of articles.  Use gnus-range-map to avoid having to
20491         uncompress the unread list.
20492         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20493         Fix invalid ange-ftp reference.
20494
20495         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20496         (gnus-sorted-range-intersection): Intersection of two ranges
20497         without requiring that they first be uncompressed.
20498
20499         * gnus-start.el (gnus-activate-group): Unless blocked by the
20500         caller, possibly expand the active range to include both cached
20501         and agentized articles.
20502         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20503         multiple version-dependent converters.
20504         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20505         gnus-agent-save-active.
20506         (gnus-save-newsrc-file): Save dirty agent range limits.
20507
20508         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20509         gnus-agent-possibly-alter-active.
20510         (gnus-adjust-marked-articles): Faster handling of simple lists.
20511
20512 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20513
20514         * spam-stat.el (spam-stat-test-directory): New optional argument
20515         displays a list of files detected.  Suggested by Andrew Cohen
20516         <cohen@andy.bu.edu>.
20517         (spam-stat-buffer-words-with-scores): Don't narrow and change
20518         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20519
20520 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20521
20522         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20523         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20524         (spam-spamassassin-arguments)
20525         (spam-spamassassin-spam-flag-header)
20526         (spam-spamassassin-positive-spam-flag-header)
20527         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20528         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20529         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20530         (spam-list-of-processors, spam-list-of-checks)
20531         (spam-list-of-statistical-checks, spam-registration-functions)
20532         (spam-check-spamassassin-headers, spam-check-spamassassin)
20533         (spam-spamassassin-score)
20534         (spam-spamassassin-register-with-sa-learn)
20535         (spam-spamassassin-register-spam-routine)
20536         (spam-spamassassin-register-ham-routine)
20537         (spam-assassin-register-spam-routine)
20538         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20539         (spam-bogofilter-score): Fix to show article before scoring.
20540
20541 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20542
20543         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20544         default scoring function.
20545         (spam-generic-score): Call spam-spamassassin-score if
20546         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20547         spam-bogofilter-score otherwise.
20548
20549         * gnus.el (spam-process, spam-autodetect-methods):
20550         Add spamassassin and spamassassin-headers.
20551
20552 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20553
20554         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20555         Suppress unnecessary messages.
20556
20557 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20558
20559         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20560         make-hash-table.
20561
20562 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20563
20564         * canlock.el (base64-encode-string): Don't autoload it.
20565
20566 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20567
20568         * run-at-time.el: Remove useless (require 'itimer),
20569         eval-and-compile and (featurep 'xemacs).
20570
20571 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20572
20573         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20574         GROUP is a virtual group.
20575
20576 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20577
20578         * gnus.el: Autoload `message-y-or-n-p'.
20579
20580 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20581
20582         * pgg-parse.el: Remove unnecessary (require 'custom).
20583
20584         * pgg-def.el: do.
20585
20586         * nnmail.el: do.
20587
20588         * gnus-undo.el: do.
20589
20590         * gnus-picon.el: do.
20591
20592         * gnus-util.el: do.
20593
20594 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20595
20596         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20597
20598 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20599
20600         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20601         handle, as well as a list.
20602
20603         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20604         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20605         (mm-w3m-cid-retrieve): Simplify.
20606
20607 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20608
20609         * message.el (message-kill-to-signature): Allow prefix arg to
20610         specify number of lines to keep before signature.
20611
20612 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20613
20614         * message.el (message-kill-to-signature): Change docstring.
20615
20616 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20617
20618         * canlock.el: Always require sha1-el.
20619         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20620
20621         * message.el: Autoload sha1 only when compiling.
20622
20623         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20624         eudc-expand-inline for XEmacs.
20625
20626 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20627
20628         * message.el (message-canlock-generate): Require sha1-el.
20629
20630 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20631
20632         * message.el (message-expand-name): Silence the byte compiler.
20633
20634         * lpath.el: Add detect-coding-system.
20635
20636         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20637         cus-edit.
20638
20639 2004-01-13  Simon Josefsson  <jas@extundo.com>
20640
20641         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20642         Invoke gnus-score-mode.
20643         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20644
20645         * gnus-range.el (gnus-compress-sequence): Doc fix.
20646         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20647
20648 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20649
20650         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20651
20652 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20653
20654         * spam.el (spam-get-article-as-string): Update to use
20655         gnus-request-article-this-buffer, much simpler.
20656         (spam-get-article-as-buffer): Remove.
20657
20658 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20659
20660         * message.el (message-expand-name): Use EUDC if the user uses that.
20661
20662 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20663
20664         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20665         character for the encoding to avoid consing a string.
20666
20667         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20668         unnecessarily.
20669
20670         * mm-util.el (mm-replace-chars-in-string): Remove.
20671
20672         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20673         of mm-replace-chars-in-string.
20674
20675 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20676
20677         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20678
20679         * mm-util.el (mm-subst-char-in-string): Support inplace.
20680
20681         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20682         a new string in every iteration.  Use shy groups.
20683
20684 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20685
20686         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20687         * gnus-soup.el (gnus-soup-group-brew):
20688         * gnus-msg.el (gnus-put-message):
20689         * gnus-move.el (gnus-group-move-group-to-server):
20690         * gnus-kill.el (gnus-batch-score):
20691         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20692         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20693         (gnus-group-update-group, gnus-group-read-group)
20694         (gnus-group-make-group, gnus-group-make-help-group)
20695         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20696         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20697         (gnus-group-sort-by-unread, gnus-group-catchup)
20698         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20699         (gnus-group-yank-group, gnus-group-set-info)
20700         (gnus-group-list-groups):
20701         * gnus.el (gnus-generate-new-group-name):
20702         * gnus-delay.el (gnus-delay-send-queue):
20703         * nnvirtual.el (nnvirtual-catchup-group):
20704         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20705         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20706         (gnus-group-prepare-topics, gnus-topic-check-topology):
20707         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20708         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20709         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20710         (gnus-group-make-articles-read):
20711         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20712         (gnus-group-change-level, gnus-kill-newsgroup)
20713         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20714         (gnus-get-unread-articles, gnus-make-articles-unread)
20715         (gnus-make-ascending-articles-unread): Use accessor
20716         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20717         to get group information for improved readability.
20718
20719
20720 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20721
20722         * gnus-art.el (article-decode-mime-words, article-babel)
20723         (gnus-article-highlight-signature, gnus-article-add-buttons)
20724         (gnus-signature-toggle): Use gnus-with-article-buffer.
20725
20726         * gnus-art.el (gnus-article-highlight-headers)
20727         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20728
20729         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20730         (gnus-article-set-globals, gnus-request-article-this-buffer)
20731         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20732         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20733         (gnus-mime-display-alternative): Use with-current-buffer.
20734
20735 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20736
20737         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20738         also under 80 char limit, and call gnus-error if needed.
20739         (spam-fetch-article-header): Fix - it was a
20740         buffer-local variable (gnus-newsgroup-data).
20741         (spam-find-spam): Use spam-generate-fake-headers, forget about
20742         spam-insert-fake-headers.
20743         (spam-insert-fake-headers): Remove.
20744
20745 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20746
20747         * deuglify.el (gnus-article-outlook-unwrap-lines)
20748         (gnus-outlook-rearrange-article)
20749         (gnus-outlook-repair-attribution-outlook)
20750         (gnus-outlook-repair-attribution-block)
20751         (gnus-outlook-repair-attribution-other): Remove redundant
20752         save-excursion.
20753
20754 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20755
20756         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20757         (spam-fetch-field-subject-fast)
20758         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20759         (spam-fetch-article-header): Add functions to deal with Gnus
20760         internals for fast retrieval of article header data.
20761         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20762
20763 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20764
20765         * pop3.el (pop3-md5): Remove.
20766         (pop3-apop): Replace pop3-md5 with md5.
20767
20768         * mm-bodies.el: base64 is always built-in.
20769
20770         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20771         Use with-current-buffer.
20772
20773 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20774
20775         * canlock.el (canlock-insert-header): Remove excessive grouping in
20776         regexp.
20777
20778         * gnus-sum.el (gnus-summary-read-document): Ditto.
20779
20780         * gnus-uu.el (gnus-uu-part-number): Ditto.
20781
20782         * html2text.el (html2text-remove-tags): Ditto.
20783         (html2text-format-tags): Ditto.
20784         (html2text-format-single-elements): Ditto.
20785
20786         * mml.el (mml-parse-1): Ditto.
20787
20788 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20789
20790         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20791
20792         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20793
20794         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20795
20796         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20797
20798 2003-11-15  Simon Josefsson  <jas@extundo.com>
20799
20800         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20801         (pgg-gpg-lookup-key): Use regexp match instead of
20802         split-string (split-string is different between emacs 21.2 and
20803         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20804
20805 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20806
20807         * gnus-art.el (gnus-mime-view-all-parts)
20808         (gnus-article-part-wrapper, gnus-article-view-part):
20809         Use with-current-buffer.
20810
20811 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20812
20813         * spam.el (spam-disable-spam-split-during-ham-respool)
20814         (spam-spamoracle-database, spam-cache-lookups)
20815         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20816         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20817         (spam-group-ham-marks, spam-group-spam-marks)
20818         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20819         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20820         also add spam-use-blackholes to the statistical checks.
20821         (spam-fetch-field-fast): Add interface to fetching fields, may
20822         become a macro.
20823         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20824         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20825         (spam-insert-fake-headers): Fake an article when needed.
20826         (spam-find-spam): Fake article when possible.
20827         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20828         (spam-check-bogofilter-headers): Use message-fetch-field instead
20829         of nnmail-fetch-field.
20830
20831 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20832
20833         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20834
20835 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20836
20837         * spam.el (spam-split): Do not require spam-use-CHECK to be
20838         enabled if that check is passed to spam-split explicitly; also
20839         fix so 'spam doesn't get converted to spam-split-group when
20840         spam-split-symbolic-return is t.
20841         (spam-find-spam): Find registrations of the article and use those
20842         instead of re-running spam-split to find the spam/ham
20843         classification of the article.
20844         (spam-log-processing-to-registry, spam-log-registered-p)
20845         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20846         Use gnus-error instead of gnus-message.
20847         (spam-log-registration-type): Add function to determine the
20848         classification of a message based on registry entries; will
20849         return nil if both 'spam and 'ham are found.
20850         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20851         a reasonably fast local cache without the loading errors.
20852         (spam-cache-lookups): Set to t by default.
20853         (spam-find-spam): Don't try to guess spam-cache-lookups.
20854         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20855         spam-caches entry.
20856         (spam-filelist-build-cache, spam-filelist-check-cache):
20857         Fix caching of whitelist/blacklist entries.
20858         (spam-check-whitelist, spam-check-blacklist):
20859         Invoke spam-from-listed-p with a type, not a cache variable.
20860         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20861
20862 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20863
20864         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20865
20866         * nnmail.el (nnmail-split-fancy): do.
20867
20868         * mml.el (mml-parse): do.
20869
20870         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20871         (gnus-score-adaptive): do.
20872
20873 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20874
20875         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20876         (gnus-mime-button-map): Don't set keymap parent.
20877         (gnus-button-ctan-directory-regexp): Use shy grouping.
20878         (gnus-prev-page-map): Don't set keymap parent.
20879         (gnus-prev-page-map): Remove duplicated one.
20880         (gnus-next-page-map): Don't set keymap parent.
20881         (gnus-mime-security-button-map): Ditto.
20882
20883         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20884         version number.
20885
20886         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20887
20888 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20889
20890         * canlock.el (canlock-sha1-function): Remove.
20891         (canlock-sha1-function-for-verify): Remove.
20892         (canlock-openssl-program): Remove.
20893         (canlock-openssl-args): Remove.
20894         (canlock-ignore-errors): Remove.
20895         (canlock-sha1-with-openssl): Remove.
20896         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20897         (canlock-verify): Don't use canlock-ignore-errors.
20898
20899         * sha1-el.el (sha1-string-external): Make it can return a string
20900         in binary form.
20901         (sha1-region-external): Ditto.
20902         (sha1-string-internal): Ditto.
20903         (sha1-region-internal): Ditto.
20904         (sha1-region): Ditto.
20905         (sha1-string): Ditto.
20906         (sha1): Ditto.
20907
20908 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20909
20910         * spam.el (spam-report-articles-gmane): New command.
20911
20912 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20913
20914         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20915
20916         * run-at-time.el (run-at-time-saved): Remove.
20917         (run-at-time): Doc fix.
20918
20919 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20920
20921         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20922         (gnus-summary-limit-map): Add it.
20923         (gnus-summary-make-menu-bar): do.
20924
20925 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20926
20927         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20928         Make attempt at some caching support (done for BBDB only now).
20929         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20930         addresses to be checked.
20931         (spam-clear-cache-BBDB): Add function, to be invoked by
20932         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20933         (spam-check-BBDB): Check and use the caches, if
20934         spam-cache-lookups is on, remove superfluous (provide).
20935
20936 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20937
20938         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20939
20940 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20941
20942         * run-at-time.el (run-at-time-saved): Move to after the definition
20943         of `run-at-time'.
20944
20945         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20946
20947 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20948
20949         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20950         mm-w3m-local-map-property.
20951
20952         * mm-view.el (mm-w3m-mode-map): Remove.
20953         (mm-w3m-local-map-property): Remove.
20954         (mm-inline-text-html-render-with-w3m): Don't use
20955         mm-w3m-local-map-property.
20956
20957 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20958
20959         * run-at-time.el: New file.
20960
20961         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20962         under Emacs.
20963
20964         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20965         of gnus-set-text-properties.
20966
20967         * gnus-uu.el (gnus-uu-save-article): Ditto.
20968
20969         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20970
20971         * gnus-cite.el (gnus-cite-parse): Ditto.
20972
20973         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20974         of gnus-.
20975
20976         * gnus-xmas.el (run-at-time): Require run-at-time.
20977
20978         * gnus.el: Change calls to nnheader-run-at-time and
20979         password-run-at-time throughout to use run-at-time directly.
20980
20981         * password.el: Remove definition of run-at-time.
20982
20983         * nnheaderxm.el: Remove definition of run-at-time.
20984
20985 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20986
20987         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20988         in prompt.
20989
20990 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20991
20992         * messagexmas.el (message-xmas-redefine): Alias
20993         `message-make-caesar-translation-table' to
20994         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20995         version.
20996
20997         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20998         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20999         `gnus-xmas-set-text-properties'.
21000         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21001         `gnus-xmas-completing-read'.
21002         (gnus-xmas-completing-read): Removed.
21003         (gnus-xmas-open-network-stream): Removed.
21004
21005         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21006         XEmacs version.
21007
21008         * dns.el (dns-make-network-process): Use `open-network-stream'
21009         instead of `gnus-xmas-open-network-stream'.
21010
21011         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21012
21013         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21014
21015 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21016
21017         * gnus-art.el (gnus-mime-display-alternative)
21018         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21019         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21020         Don't use gnus-local-map-property.
21021
21022         * gnus-util.el (gnus-local-map-property): Remove.
21023
21024         * mm-view.el (mm-view-pkcs7-decrypt):
21025         Replace gnus-completing-read-maybe-default with completing-read.
21026
21027         * gnus-util.el (gnus-completing-read): do.
21028         (gnus-completing-read-maybe-default): Remove.
21029
21030 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21031
21032         * password.el: Only autoload `run-at-time' if not XEmacs.
21033         Only autoload the itimer functions if XEmacs.
21034
21035 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21036
21037         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21038         XEmacsen.
21039
21040         * dgnushack.el: Autoload executable-find for XEmacs.
21041
21042 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21043
21044         * gnus-art.el (gnus-read-string): Remove.
21045         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21046         read-string.
21047
21048 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21049
21050         * netrc.el: Autoload password-read.
21051         (netrc): Add configuration group.
21052         (netrc-encoding-method, netrc-openssl-path):
21053         Add variables for encoding and decoding of files with symmetric
21054         ciphers.
21055         (netrc-encode): Add assistant function to encode a file with
21056         netrc-encoding-method.
21057         (netrc-parse): Add interactive parameter, added optional
21058         decoding if netrc-encoding-method is non-nil but otherwise
21059         behavior is standard.
21060         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21061         Do s/encode/encrypt/ everywhere.
21062
21063         * spam.el: Remove executable-find autoload.
21064
21065 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21066
21067         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21068
21069         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21070
21071 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21072
21073         * gnus-art.el (gnus-treat-ansi-sequences)
21074         (article-treat-ansi-sequences): New variable and function.
21075         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21076
21077         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21078         Use it.
21079
21080 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21081
21082         * mm-util.el (mm-quote-arg): Remove.
21083
21084         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21085         shell-quote-argument.
21086
21087         * gnus-uu.el (gnus-uu-command): do.
21088
21089         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21090
21091         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21092         with make-char.
21093
21094         * mm-util.el (mm-make-char): Remove.
21095
21096         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21097         add-minor-mode.
21098
21099         * gnus-undo.el (gnus-undo-mode): do.
21100
21101         * gnus-topic.el (gnus-topic-mode): do.
21102
21103         * gnus-sum.el (gnus-dead-summary-mode): do.
21104
21105         * gnus-start.el (gnus-slave-mode): do.
21106
21107         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21108
21109         * gnus-ml.el (gnus-mailing-list-mode): do.
21110
21111         * gnus-gl.el (gnus-grouplens-mode): do.
21112
21113         * gnus-draft.el (gnus-draft-mode): do.
21114
21115         * gnus-dired.el (gnus-dired-mode): do.
21116
21117         * gnus-ems.el (gnus-add-minor-mode): Remove.
21118
21119         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21120         Replace gnus-char-width with char-width.
21121
21122         * gnus-ems.el (gnus-char-width): Remove.
21123
21124         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21125         Replace gnus-char-width with char-width.
21126
21127         * gnus-ems.el (gnus-char-width): Remove.
21128
21129         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21130         definition.
21131         Remove Emacs 20 hash table compatibility code.
21132
21133         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21134         20 compatibility code.
21135
21136         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21137
21138         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21139
21140         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21141         Replace with point-at-{eol,bol}.
21142
21143         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21144
21145         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21146
21147         * flow-fill.el (fill-flowed-point-at-bol)
21148         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21149
21150         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21151         Replace with point-at-{eol,bol} throughout all files.
21152
21153 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21154
21155         * ntlm.el (ntlm-string-as-unibyte): New macro.
21156         (ntlm-build-auth-response): Use it.
21157
21158         Remove Emacs 20 stuff:
21159         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21160         (butlast, mapc, remove): Remove the compiler macros.
21161         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21162         of delq and copy-sequence.
21163         * gnus-art.el (popup-menu): Remove the compiler macro.
21164         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21165         Emacs 20.
21166
21167 2004-01-05  Simon Josefsson  <jas@extundo.com>
21168
21169         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21170         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21171         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21172         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21173         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21174         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21175         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21176         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21177         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21178         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21179         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21180         string-xor into ntlm-string-xor.
21181         Suggested by Jesper Harder <harder@myrealbox.com>.
21182
21183         * ntlm.el: Don't include poem.
21184
21185         * md4.el (print-int32, print-string-hexa): Remove.
21186         Suggested by Jesper Harder <harder@myrealbox.com>.
21187
21188         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21189
21190         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21191         probably breaks emacs with DL patch, but do we care? Is anyone
21192         still using the DL stuff?)
21193
21194         * sieve-manage.el: Use the password package.
21195         (sieve-manage-read-passwd): Remove.
21196         (sieve-manage-interactive-login): Use password.  Re-add
21197         condition-case around loop.
21198
21199         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21200         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21201         Use the password package.
21202
21203 2003-02-19  Simon Josefsson  <jas@extundo.com>
21204
21205         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21206         token.
21207
21208 2002-08-07  Simon Josefsson  <jas@extundo.com>
21209
21210         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21211         (sieve-manage-authenticators):
21212         (sieve-manage-authenticator-alist): Add some SASL mechs.
21213         (sieve-sasl-auth): New function.
21214         (sieve-manage-cram-md5-auth):
21215         (sieve-manage-plain-auth): Rewrite using SASL library.
21216         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21217         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21218         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21219         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21220
21221 2004-01-05  Simon Josefsson  <jas@extundo.com>
21222
21223         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21224         New files.
21225
21226 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21227
21228         * gnus-group.el (gnus-no-groups-message): Update.
21229
21230         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21231
21232 2003-11-09  Simon Josefsson  <jas@extundo.com>
21233
21234         * imap.el: Support for ID IMAP extension (RFC 2971).
21235         (imap-local-variables): Add imap-id.
21236         (imap-id): New variable.
21237         (imap-id): New function.
21238         (imap-parse-response): Parse untagged ID response.
21239         * nnimap.el (nnimap-id): New variable.
21240         (nnimap-open-connection): Use it.
21241
21242 2003-12-28  Simon Josefsson  <jas@extundo.com>
21243
21244         * gnus-score.el (gnus-score-edit-all-score): New.
21245         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21246
21247 2004-01-04  Simon Josefsson  <jas@extundo.com>
21248
21249         * password.el: Add.
21250
21251 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21252
21253         * dns.el (dns-query-types): Fix typo.
21254         (dns-query-types): New function.
21255         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21256         PTR and SOA replies, see RFC 1035.
21257
21258 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21259
21260         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21261
21262         * Move to Changelog.2.
21263
21264 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21265
21266         * gnus.el (gnus-version-number): Bump version.
21267
21268 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21269
21270         * gnus.el: No Gnus v0.1 is released.
21271
21272 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21273
21274         * gnus.el: No Gnus v0.0 is released.
21275
21276 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21277
21278         * gnus.el (gnus-version-number): Bump.
21279         (gnus-version): No.
21280
21281 See ChangeLog.2 for earlier changes.
21282
21283   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21284
21285   This file is part of GNU Emacs.
21286
21287   GNU Emacs is free software: you can redistribute it and/or modify
21288   it under the terms of the GNU General Public License as published by
21289   the Free Software Foundation, either version 3 of the License, or
21290   (at your option) any later version.
21291
21292   GNU Emacs is distributed in the hope that it will be useful,
21293   but WITHOUT ANY WARRANTY; without even the implied warranty of
21294   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21295   GNU General Public License for more details.
21296
21297   You should have received a copy of the GNU General Public License
21298   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21299
21300 ;; Local Variables:
21301 ;; coding: utf-8
21302 ;; fill-column: 79
21303 ;; add-log-time-zone-rule: t
21304 ;; End: