Revert e39a27f6, which does not really fix the problem.
[gnus] / lisp / ChangeLog
1 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
2
3         * message.el (message-options): Revert 22da67af (workaround for
4         XEmacs buffer-local issue).
5
6 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
7
8         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
9         numbers too big to be `read'.
10
11 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
12
13         * password-cache.el (password-in-cache-p): Add autoload.
14
15         * message.el (message-options): Make buffer-local two ways to attempt
16         to fix a XEmacs bug.
17
18 2011-03-02  Julien Danjou  <julien@danjou.info>
19
20         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
21
22 2011-03-01  Julien Danjou  <julien@danjou.info>
23
24         * gnus-art.el (list-identifier): Add list-identifier as a parameter
25         group.
26         (article-hide-list-identifiers): Use list-identifier group parameter.
27
28 2011-02-28  Julien Danjou  <julien@danjou.info>
29
30         * sieve.el (sieve-buffer-script-name): New local variable to store
31         sieve script name.
32         (sieve-edit-script): Store sieve script name.
33         (sieve-upload): Use sieve script name when uploading.
34         (sieve-upload): Use substitute-command-keys.
35         (sieve-edit-script): Use substitute-command-keys.
36         (sieve-refresh-scriptlist): Use substitute-command-keys.
37         (sieve-manage-mode-map): Define keymap properly.
38         (sieve-manage-mode): Do not set mode name manually, change mode-name to
39         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
40         Remove commented code about cvs.
41         (sieve-manage-quit): New function.
42         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
43
44 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
45
46         * gnus-group.el (gnus-import-other-newsrc-file): New function.
47
48 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
49
50         * auth-source.el (auth-source-search): Cache empty result sets.
51
52         * password-cache.el (password-in-cache-p): Convenience function to
53         check if a key is in the cache, even if the value is nil.
54
55         * auth-source.el (auth-source-save-behavior): New variable to replace
56         `auth-source-never-create'.
57         (auth-source-netrc-create): Use it.
58         (auth-source-never-save): Remove.
59
60 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
61
62         * nnimap.el (nnimap-stream): Doc fix.
63         (nnimap-open-connection-1): Reverse the order of the ports to that the
64         prompted-for port is first.
65
66         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
67         retrieval by the no-group selection.
68
69         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
70         numerical parameters.
71
72 2011-02-25  Julien Danjou  <julien@danjou.info>
73
74         * gnus-gravatar.el: Use gnus-with-article-buffer.
75
76         * gnus-art.el (gnus-with-article-buffer): Check that the
77         gnus-article-buffer is alive.
78
79 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
80
81         * auth-source.el (auth-source-creation-prompts): New variable to manage
82         creation-time prompts.
83         (auth-source-search): Document it.
84         (auth-source-format-prompt): Add utility function.
85         (auth-source-netrc-create): Don't default the user name to
86         user-login-name.  Use `auth-source-creation-prompts' and some default
87         prompts for user, host, port, and password (the default generic prompt
88         remains ugly).
89         (auth-source-never-save): Add customizable option to never save info.
90         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
91         mode excursion.
92
93 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
94
95         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
96         argument that XEmacs doesn't support.
97
98         * dgnushack.el (dgnushack-compile): Exclude color.el from being
99         compiled for Emacsen having no `libxml-parse-html-region' support.
100
101         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
102
103         * lpath.el: Bind buffer-save-without-query for XEmacs.
104
105 2011-02-23  Julien Danjou  <julien@danjou.info>
106
107         * gnus-art.el (article-make-date-line): Ignore errors if time is
108         invalid and not convertible.
109         (article-make-date-line): Only add lapsed time if time is not nil.
110
111 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
112
113         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
114         `read-char-choice' for backwards compatibility.
115         (auth-source-netrc-element-or-first): New function to DTRT for
116         parameter extraction.
117         (auth-source-netrc-create): Use it and fix multiple parameter print
118         bug.  Use the default passed from above (given-default) or the
119         built-in (user-login-name for :user).
120
121 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
122
123         * gnus-start.el (gnus-dribble-read-file): Set
124         buffer-save-without-query, since we always want to save the dribble
125         file, probably.
126
127         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
128         nnimap.
129
130         * gnus-sum.el (gnus-user-date-format-alist): Renamed back again from
131         -summary- since it's a user-visible variable.
132
133         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
134         first time you use the new Gnus.
135
136 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
137
138         * auth-source.el: Don't load netrc.el.
139         (auth-sources): Search ~/.netrc as well by default.
140         (auth-source-debug): Add 'trivia option for extra output.
141         (auth-source-do-trivia): Use it.
142         (auth-source-search): Simplify logic to use
143         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
144         appropriate.  Don't keep a running count at this level.  Layer :create
145         and :delete options appropriately on the first and second passes.
146         Don't track the backend with the search results.
147         (auth-source-search-backends): New function to search a list of
148         backends for a processed spec.
149         (auth-source-netrc-parse): Cache all netrc files, making
150         auth-source-netrc-cache an alist keyed by the file name and using the
151         file mtime as the caching criterion.  Keep the obfuscated data secret
152         with a lexical bind.
153         (auth-source-netrc-search): Don't calculate the length of the results
154         unnecessarily.
155         (auth-source-search-backends): Fix bug.
156         (auth-source-netrc-create): Rework prompts.
157
158 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
159
160         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
161         Lower case names of search constraints.
162         (nnir-run-query): Cache and reuse search constraints for all imap
163         servers.
164
165 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
166
167         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
168         after exit.
169         (gnus-setup-message): Define missing variable from last checkin.
170
171         * gnus-sum.el (gnus-summary-show-article): When called with t as the
172         value, show the raw article.
173
174 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
175
176         * gnus.el: No Gnus v0.13 is released.
177
178 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
179
180         * nnimap.el (nnimap-open-connection-1): Revert last change, since
181         auth-source now accepts numbers.
182
183         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
184         spec, too.
185         (auth-source-ensure-strings): New function.
186
187         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
188         (gnus-article-setup-buffer): Always restart the date timer so that user
189         changes to the frequency is respected.
190
191         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
192         port numbers, so make sure it gets that if nnimap-server-port is
193         explicit.
194
195 2011-02-21  Simon Josefsson  <simon@josefsson.org>
196
197         * nnimap.el (nnimap-inbox): Doc fix.
198
199 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
200
201         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
202         Autoload.  Add optional arg FRAME, and pass it to color-values.
203         (color-complement): Caller changed.  Doc fix.
204         (color-gradient): Rewrite for better clarity and efficiency.
205
206 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
207
208         * shr-color.el (shr-color->hexadecimal): Use renamed function names
209         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
210         color-lab-to-srgb.
211
212 2011-02-20  Drew Adams  <drew.adams@oracle.com>
213
214         * color.el: First part of merge from hexrgb.el.
215         (color-rgb-to-hex): Rename from color-rgb->hex.
216         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
217         saturation to zero if the value is too small.
218         (color-rgb-to-hsl): Rename from color-rgb->hsl.
219         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
220         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
221         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
222         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
223         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
224         (color-cie-de2000): Doc fix.
225
226 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
227
228         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
229         given method as in the group name if we're using an extended method.
230         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
231         command, if we're using that, instead of waiting for the beginning.
232
233         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
234         we're sure to get unique server names, and we don't output two async
235         commands in the same buffer.  This fixes an NNTP hang for some users.
236
237 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
238
239         * gnus.el: No Gnus v0.11 is released.
240
241 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
242
243         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
244         summary buffer before reading going to the next buffer.  This avoids
245         putting the point in the group buffer if you `C-g' the command.
246
247         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
248         cache (for now) to make ~/.authinfo.gpg files usable.
249
250         * nnfolder.el (copyright-update): Define for the compiler.
251
252         * auth-source.el (auth-source-search): Fix unbound variable.
253
254 2011-02-19  Glenn Morris  <rgm@gnu.org>
255
256         * gnus.el (gnus-meta): Doc fix.
257
258 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
259
260         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
261         in case it's not yet loaded.
262
263 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
264
265         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
266         line we're waiting for.
267
268 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
269
270         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
271         face with line-width greater than zero will cause RET in gnus summary
272         buffer to scroll down article page-wise because auto vscroll happens,
273         it should be temporalily disabled when doing a scroll-up.
274
275 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
276
277         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
278         outputs from the server.
279
280 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
281
282         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
283         later so that bbdb can hook in easier.
284
285 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
286
287         * auth-source.el (auth-source-search): Don't try to create credentials
288         if the caller doesn't want that.
289         (auth-source-search): If we don't find a match, don't bug out on
290         non-bound variables.
291         (auth-source-search): Only ask a single backend to create the
292         credentials.
293
294         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
295         logging.
296         (nnimap-credentials): Protect against auth-source-search returning nil.
297         (nnimap-request-list): Protect against not being able to open the
298         server.
299
300 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
301
302         * auth-source.el (auth-source-search): Do a two-phase search, one with
303         no :create to get the responses from all backends.
304
305         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
306         when getting credentials.
307
308         * gnus-util.el (gnus-delete-duplicates): New function.
309
310 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
311
312         * nnimap.el (nnimap-credentials): Instead of picking the first port as
313         a creation default, pass the whole port list down.  It will be
314         completed.
315
316         * auth-source.el (auth-source-search): Updated docs to talk about
317         multiple creation choices.
318         (auth-source-netrc-create): Accept a list as a value (from the search
319         parameters) and do completion on that list.  Keep a separate netrc line
320         with the password obscured for showing the user.
321
322         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
323         first choice to `auth-source-search' so it will be used for entry
324         creation instead of the server's Gnus-specific name.
325         (nnimap-credentials): Rely on the auth-source library to select which
326         port is actually wanted in the new netrc entry, so don't override
327         `auth-source-creation-defaults'.
328
329         * auth-source.el (auth-source-netrc-parse): Use :port instead of
330         :protocol and accept a missing user, host, or port as a wildcard match.
331         (auth-source-debug): Default to off.
332
333         (auth-source-netrc-search, auth-source-netrc-create)
334         (auth-source-secrets-search, auth-source-secrets-create)
335         (auth-source-user-or-password, auth-source-backend, auth-sources)
336         (auth-source-backend-parse-parameters, auth-source-search): Use :port
337         instead of :protocol.
338
339         * nnimap.el (nnimap-credentials): Pass a port default to
340         `auth-source-search' in case an entry needs to be created.
341         (nnimap-open-connection-1): Use :port instead of :protocol.
342
343 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
344
345         * auth-source.el: Bind load-path when loading EIEIO from
346         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
347         21.4 doesn't support, to `require'.
348         (auth-source-secrets-search): Use mm-delete-duplicates instead of
349         delete-dups that is not available in XEmacs 21.4.
350
351 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
352
353         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
354         as EIEIO must also be loaded when auth-source.el is being
355         byte-compiled.
356
357 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
358
359         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
360
361         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
362
363         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
364
365         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
366
367         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
368
369         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
370
371         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
372
373         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
374         necessary.
375
376 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
377
378         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
379         nil means that nnimap doesn't get updated.
380
381 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
382
383         * auth-source.el (auth-source-netrc-create): Return a synthetic search
384         result when the user doesn't want to write to the file.
385         (auth-source-netrc-search): Expect a synthetic result and proceed
386         accordingly.
387         (auth-source-cache-expiry): New variable to override
388         `password-cache-expiry'.
389         (auth-source-remember): Use it.
390
391         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
392         parameter.  Create entry if necessary by using :create t.
393         (nnimap-open-connection-1): Don't pass `inhibit-create'.
394
395 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
396
397         * auth-source.el (auth-source-debug): Enable by default and don't
398         mention the obsolete `auth-source-hide-passwords'.
399         (auth-source-do-warn): New function to debug unconditionally.
400         (auth-source-do-debug): Use it.
401         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
402         and for Secrets API entries when the secrets.el library is not
403         available.
404
405 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
406
407         * gnus-sum.el (gnus-propagate-marks): Default to nil.
408         (gnus-summary-exit): Kill the correct article buffer on exit from a
409         `C-d' group.
410
411         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
412         gnus-propagate-marks.
413
414         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
415         before killing the buffers so that a non-full window conf gets handled
416         correctly.
417         (gnus-summary-exit): Ditto.
418         (gnus-summary-read-group-1): Ditto.
419
420         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
421         async code again so that we can debug it properly.
422
423         * message.el (message-reply): Take an optional switch-buffer parameter
424         so that Gnus window confs are respected better.
425
426 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
427
428         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
429         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
430         docstring.
431         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
432         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
433         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
434         Login collection is "Login" and not "login".
435
436 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
437
438         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
439         multiple headers.
440
441         * nnimap.el (nnimap-inhibit-logging): New variable.
442         (nnimap-log-command): Don't log login commands.
443
444         * auth-source.el (auth-source-netrc-search): The asserts seem to want
445         to have more parameters.
446
447         * nnimap.el (nnimap-send-command): Mark the command time for each
448         command, so that we don't get NOOPs stepping on our toes.
449
450         * gnus-art.el (article-date-ut): Get the date from the Date header on
451         `t'.
452
453 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
454
455         * auth-source.el (auth-source-search): Use copy-sequence instead of
456         the cl.el copy-list.
457
458 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
459
460         * imap.el: Bring it back (revert
461         84d800cd31de3064f0ed39617d725709a2f8f42f).
462
463 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
464
465         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
466         Improve prompt.
467
468 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
469
470         * gnus-art.el (gnus-article-mode-line-format): Remove the article
471         washing status from the default format.  It isn't very informative.
472
473 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
474
475         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
476         Gcc processing on imap.
477
478 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
479
480         * imap.el: Remove file.  All the functionality is in nnimap.el.
481
482 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
483
484         * message.el (message-bury): Don't pop up a new window when selected
485         window is dedicated.
486
487 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
488
489         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
490
491 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
492
493         * sieve-manage.el: Autoload `auth-source-search'.
494         (sieve-sasl-auth): Use it.
495
496 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
497
498         * nnimap.el: Autoload `auth-source-forget+'.
499         (nnimap-open-connection-1): Use it if the connection fails.
500
501         * auth-source.el: Require `password-cache'.
502         (auth-source-hide-passwords, auth-source-cache): Remove and mark
503         obsolete.
504         (auth-source-magic): Marker for `password-cache' keys.
505         (auth-source-do-cache): Update docstring.
506         (auth-source-search): Use and check cache.
507         (auth-source-forget-all-cached, auth-source-remember)
508         (auth-source-recall, auth-source-forget, auth-source-forget+)
509         (auth-source-specmatchp): Caching support functions.
510         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
511         Remove and obsolete.
512         (auth-source-user-or-password): Remove caching to further discourage
513         using it.  Always hide passwords.
514
515         * password-cache.el (password-cache-remove): Accept secrets that are
516         not strings.
517
518 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
519
520         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
521         code for now, since it doesn't work for all users.
522
523 2011-02-09  Julien Danjou  <julien@danjou.info>
524
525         * message.el (message-options): Make message-options really buffer
526         local.
527
528 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
529
530         * mail-source.el: Autoload `auth-source-search'.
531         (mail-source-keyword-map): Note order matters.
532         (mail-source-set-1): Get all the mail-source source values and
533         defaults and search auth-source on those if needed.  This can all
534         probably be simplified.
535
536         * nnimap.el: Autoload `auth-source-search'.
537         (nnimap-credentials): Use it.
538         (nnimap-open-connection-1): Ask for the virtual server and physical
539         address in one shot.
540
541         * nntp.el: Autoload `auth-source-search'.
542         (nntp-send-authinfo): Use it.  Note TODO.
543
544 2011-02-08  Julien Danjou  <julien@danjou.info>
545
546         * shr.el (shr-tag-body): Add support for text attribute in body
547         markups.
548
549         * message.el (message-options): Make message-options a local variable.
550
551 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
552
553         * auth-source.el (auth-source-secrets-search)
554         (auth-source-user-or-password): Use `append' instead of `nconc'.
555         (auth-source-user-or-password): Build return list better and protect
556         against nil :secret.
557
558 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
559
560         * nnimap.el (nnimap-update-info): Refactor slightly.
561         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
562         (nnimap-update-info): Clean up slightly.
563         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
564         characters.
565         (nnimap-process-quirk): Rename function to avoid collision.
566         (nnimap-update-info): Fix macrology bug-out.
567         (nnimap-update-info): Simplify split history test.
568
569 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
570
571         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
572         `secrets-get-attributes' instead of `secrets-get-attribute'.
573         (auth-source-secrets-search): Limit search when `max' is greater than
574         number of results.
575
576 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
577
578         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
579         part not returning any data.
580
581         * proto-stream.el (open-protocol-stream): Document the return value.
582
583 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
584
585         * auth-source.el (auth-source-secrets-search): Add examples.
586
587 2011-02-06  Julien Danjou  <julien@danjou.info>
588
589         * message.el (message-setup-1): Handle message-generate-headers-first
590         set to t.
591
592 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
593
594         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
595         API with a string "secrets:collection-name" and with 'default.
596         (auth-source-backend-parse): Parse "secrets:collection-name" and
597         'default.  Recurse on parses instead of repeating code.  Use the
598         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
599         message when ignoring a source.
600         (auth-source-search): List ignored search keys at the top level.
601         (auth-source-netrc-create): Use `case' instead of `cond'.
602         (auth-source-secrets-search): Created with TODOs.
603         (auth-source-secrets-create): Created with TODOs.
604         (auth-source-retrieve, auth-source-create, auth-source-delete)
605         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
606         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
607         (auth-source-user-or-password-sftp)
608         (auth-source-user-or-password-smtp): Removed.
609         (auth-source-user-or-password): Deprecated and modified to be a wrapper
610         around `auth-source-search'.  Not tested thoroughly.
611
612 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
613
614         * auth-source.el: Bring in assoc and eioeio libraries.
615         (secrets-enabled): New variable to track the status of the Secrets API.
616         (auth-source-backend): New EIOEIO class to represent a backend.
617         (auth-source-creation-defaults): New variable to set prompt defaults
618         during token creation (see the `auth-source-search' docstring for
619         details).
620         (auth-sources): Simplify to allow a simple string as a netrc backend
621         spec.
622         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
623         (auth-source-backend-parse-parameters): Fill in the backend parameters.
624         (auth-source-search): Main auth-source API entry point.
625         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
626         (auth-source-search-collection): Helper function for searching.
627         (auth-source-netrc-parse, auth-source-netrc-normalize)
628         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
629         Supports search, create, and delete.
630         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
631         backend stubs.
632         (auth-source-user-or-password): Call `auth-source-search' but it's not
633         ready yet.
634
635 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
636
637         * message.el (message-setup-1): Remove the read-only stuff, since it
638         doesn't work under XEmacs, for some reason.
639
640         * gnus-sum.el (gnus-user-date): Rename back from
641         gnus-summary-user-date since user code refers to it.
642
643         * shr.el (shr-render-td): Store the actual background colour used.
644
645         * message.el (message-setup-1): Don't bind the constant
646         -forbidden-properties.
647         (message-setup-1): Revert previous change, since it needs to bind the
648         props to insert them.
649         (message-resend): Allow removing the read-only separator line.
650
651 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
652
653         * nnimap.el (nnimap-request-accept-article): Give an error message if
654         the APPEND wasn't successful.
655
656 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
657
658         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
659         that have no groups.
660
661 2011-02-03  Julien Danjou  <julien@danjou.info>
662
663         * gnus-draft.el: Remove progn around gnus-draft-setup.
664
665 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
666
667         * gnus-start.el (gnus-read-active-for-groups): This function is never
668         called with a nil `infos', so clean that up.
669         (gnus-get-unread-articles): Request active files from primary/secondary
670         methods that have no groups (yet).
671
672 2011-02-03  Julien Danjou  <julien@danjou.info>
673
674         * message.el (message-setup-1): Always generate References first.
675         (message-mail): Return the return value of message-setup, not always t.
676         (message-setup-1): Insert mail-header-separator with read-only and
677         intangible properties set.
678
679         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
680         user-date in docstring.
681
682         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
683
684         * gnus.el (gnus-summary-line-format): Mention &user-date format in
685         docstring.
686
687         * gnus.el (gnus-user-date-format-alist): Change default value. Use
688         defcustom, with type and group. Move from gnus-util.el. Rename to
689         gnus-summary-user-date-format-alist.
690
691 2011-02-03  Glenn Morris  <rgm@gnu.org>
692
693         * nnimap.el (gnus-fetch-headers): Declare.
694
695         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
696
697 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
698
699         * message.el (message-forward-make-body-digest-plain)
700         (message-followup, message-reply): Clean up things noted by Stefan.
701
702         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
703         gnus-article-update-date-headers is nil.
704         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
705         it didn't really work with defcustom.
706         (article-update-date-lapsed): Make sure the window start doesn't move,
707         either.
708
709 2011-02-01  Julien Danjou  <julien@danjou.info>
710
711         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
712         format.
713
714         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
715         standard in Emacs nowadays.
716
717         * color.el (color-gradient): Add a color-gradient function.
718
719 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
720
721         * message.el (message-expand-name): Don't trust the return value of
722         bbdb-complete-name.
723         (message-check-news-header-syntax): Remove unused var `start'.
724         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
725         (message-inhibit-body-encoding): Move to before first use.
726         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
727         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
728         (Organization, Message-ID, Date, mh-previous-window-config):
729         Defvar the vars using dynamic scoping.
730
731 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
732
733         * shr.el (shr-render-td): Only do colours at the final rendering.
734         Should be slightly faster.
735         (shr-insert-table): Fix up TD background colours when doing the
736         vertical padding.
737
738         * gnus-art.el (article-date-ut): Protect against articles with no Date
739         header.
740         (article-update-date-lapsed): Don't use current-column to find the
741         horizontal position.  It's fragile in the presence of \003 characters.
742
743         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
744
745 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
746
747         * gnus-art.el (article-transform-date): Rewrite to still work when
748         there are several rfc2822 parts.
749         (article-transform-date): Fix infinite recursion.
750         (article-date-ut): Replace infinitely many Date headers with a single
751         one when called interactively.
752
753         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
754         secure manner.
755
756         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
757         move around by not using save-window-excursion.  It seems to work...
758
759 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
760
761         * gnus-art.el (article-make-date-line): Work for user-defined format.
762
763 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
764
765         * nntp.el (nntp-retrieve-group-data-early)
766         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
767         fetching functions.
768
769         * gnus-start.el (gnus-read-active-for-groups): Read the active files
770         thoroughly for all backends that have no known groups.  This should
771         allow new nnml methods to retrieve mail.
772
773         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
774         that Gnus doesn't know exists again.
775
776         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
777         (gnus-treat-date-ut): Ditto.
778         (gnus-article-update-date-header): Renamed.
779         (gnus-treat-date-local): Removed.
780         (gnus-treat-date-english): Removed.
781         (gnus-treat-date-lapsed): Removed.
782         (gnus-treat-date-combined-lapsed): Removed.
783         (gnus-treat-date-original): Removed.
784         (gnus-treat-date-iso8601): Removed.
785         (gnus-treat-date-user-defined): Removed.
786         (gnus-article-date-headers): New variable to control all the date
787         header options.
788         (article-date-ut): Rewrite to allow using the new way to format date
789         headers(s).
790
791 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
792
793         * nnmail.el (nnmail-article-group): Check for a direct fancy split
794         method.
795         (nnmail-article-group): A better test for fanciness.
796
797         * nnimap.el (nnimap-request-head): Protect against not finding the
798         article by Message-ID.
799
800 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
801
802         * gnus-art.el (article-update-date-lapsed): Try a better way to really
803         keep point at the "same place".
804
805 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
806
807         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
808         data if the group is unactivated.
809
810 2011-01-28  Julien Danjou  <julien@danjou.info>
811
812         * gnus-win.el: Remove dead function gnus-window-configuration-element.
813         (gnus-all-windows-visible-p): Remove old compatibility code.
814         (gnus-window-top-edge): Add docstring.
815
816         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
817
818 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
819
820         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
821         older request-update-info.
822
823         * gnus-art.el (article-make-date-line): Limit the length a bit more.
824
825 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
826
827         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
828         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
829
830 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
831
832         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
833         groups.  This makes the nndraft:queue group pop up if it's not already
834         there.
835
836         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
837         messages" logic, which was reversed.
838
839         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
840         the "same place" even if point is on the line being replaced.
841         (article-update-date-lapsed): Allow updating both the combined lapsed
842         and the lapsed headers.
843         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
844         (article-make-date-line): Limit the number of segments dynamically to
845         avoid too-long lines.
846
847 2011-01-27  Julien Danjou  <julien@danjou.info>
848
849         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
850         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
851
852 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
853
854         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
855         Use plist-get instead of the cl function getf.
856
857 2011-01-27  Glenn Morris  <rgm@gnu.org>
858
859         * gnus-util.el (float-time): Get rid of compiler warning, again.
860
861 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
862
863         * shr.el (shr-put-color): Special-case background colours: Do put them
864         at the blank parts at the front of the lines.
865
866         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
867         exit hook to nix out all data on readedness on group exit.
868
869         * gnus-util.el (float-time): If float-time is bound, always use it on
870         all Emacsen.  It's unclear why the subrp check was there.
871         (time-date): Require to make some autoload issues on XEmacs go away.
872
873         * shr.el (shr-put-color): Don't do the box padding in tables, since
874         they're already padded.
875
876 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
877
878         * gnus-art.el (gnus-article-next-page): When the last line of the
879         article is displayed, scroll down once more instead of going to the
880         next article at once.
881         (article-lapsed-string): Refactor out and allow specifying how many
882         segments you want.
883         (gnus-article-setup-buffer): Start updating the lapsed header directly.
884         (gnus-article-update-lapsed-header): New variable.
885
886         * shr.el: Revert change that made headings use different-sized faces.
887         The Emacs display engine isn't advanced enough that, for instance,
888         tables can comfortably use differntly-sized faces.
889
890 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
891
892         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
893         used.
894         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
895         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
896         we're using an encrypted connection.
897
898         * proto-stream.el: Alter the interface functions to also return the
899         actual stream type used: network or tls.
900
901 2011-01-25  Julien Danjou  <julien@danjou.info>
902
903         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
904         (mm-display-javascript-inline): New function.
905
906         * mm-decode.el (mm-inline-media-tests): Add application/javascript
907         viewing function.
908
909 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
910
911         * shr.el (shr-expand-newlines): Fix variable name.
912
913 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
914
915         * shr.el (shr-expand-newlines): Make nested boxes work.
916
917 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
918
919         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
920         backgrounds.
921         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
922         in a more sensible manner.
923
924 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
925
926         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
927         if EPG is loaded.
928
929 2011-01-24  Julien Danjou  <julien@danjou.info>
930
931         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
932         tags.
933
934 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
935
936         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
937         commands.
938
939         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
940         in the article buffer.
941         (gnus-gravatar-insert): Use blank space from the current buffer to
942         avoid breaking text properties.  This makes X-Sent updating work again.
943
944         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
945
946 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
947
948         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
949         fix the bug in url-http.el instead.
950
951         * shr.el (shr-image-fetched): Ditto.
952
953         * shr.el (shr-image-fetched): Avoid having point move in the article
954         buffer.
955
956         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
957         buffer after being called.  It's apparently being killed by url.el, and
958         killing it made point move to end-of-buffer in a random buffer.
959
960         * shr.el (shr-image-fetched): Ditto.
961
962 2011-01-23  Julien Danjou  <julien@danjou.info>
963
964         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
965
966         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
967         text/x-org.
968
969 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
970
971         * gnus-sum.el (gnus-summary-move-article): Protect against backends
972         (i.e., nnimap) returning nil as the article number.
973
974 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
975
976         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
977         "DelSp" parameter in RFC3676.
978
979 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
980
981         * message.el (message-check-recipients): Display the encoded version of
982         the bogus address if they differ.
983
984         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
985         after sending.
986
987         * gnus-agent.el (gnus-agent-send-mail): Ditto.
988
989         * gnus-group.el (gnus-group-refresh-group): New convenience function.
990
991         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
992         group buffer after sending the queue.
993
994         * gnus-agent.el (gnus-agent-send-mail): Ditto.
995
996 2011-01-22  Julien Danjou  <julien@danjou.info>
997
998         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
999
1000 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1001
1002         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1003         nested related parts.
1004
1005         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1006         unexpired articles.  This fixes the regression that led expiry marks to
1007         disappear from nnfolder groups.
1008
1009 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1010
1011         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1012         Don't confuse the "ret" of "retrograde" with RET.
1013
1014 2011-01-21  Julien Danjou  <julien@danjou.info>
1015
1016         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1017         than mm-insert-inline.
1018
1019 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1020
1021         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1022         Widen article buffer.
1023
1024 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1025
1026         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1027         the temp buffer.
1028         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1029
1030 2011-01-20  Julien Danjou  <julien@danjou.info>
1031
1032         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1033
1034         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1035         than mm-insert-inline to insert inline part: this respect
1036         mm-inline-media-tests displayers.
1037
1038         * mm-view.el (mm-display-shell-script-inline): New function.
1039
1040         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1041
1042         * mm-uu.el (mm-uu-type-alist): Add org block.
1043         (mm-uu-org-src-code-block-extract): New function.
1044
1045         * mm-view.el (mm-display-org-inline): New function.
1046
1047         * mm-decode.el (mm-automatic-display): Add text/org.
1048
1049         * mailcap.el (mailcap-mime-extensions): Add .org.
1050
1051 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1052
1053         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1054         gnus-article-add-buttons.
1055
1056 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1057
1058         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1059         From header with a date and "nobody" as the sender.
1060
1061 2011-01-19  Julien Danjou  <julien@danjou.info>
1062
1063         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1064         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1065         if you have the same regexp several times.
1066         (gnus-button-push): Fix matching when regexp is symbol.
1067
1068 2011-01-15  Glenn Morris  <rgm@gnu.org>
1069
1070         * message.el (message-mail): A compose-mail function should
1071         accept headers as strings.
1072
1073 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1074
1075         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1076         Add :vert-only tags.
1077         (message-mail): New arg RETURN-ACTION.
1078         (message-return-action): New var.
1079         (message-bury): Use it.
1080         (message-mode): Make it buffer-local.
1081         (message-send-and-exit): Always call message-bury.
1082
1083         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1084         message-mail.
1085
1086 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1087
1088         * nnimap.el (nnimap-convert-partial-article): Protect against
1089         zero-length body parts.
1090
1091         * mm-decode.el (mm-preferred-alternative-precedence):
1092         Discourage showing empty parts.
1093
1094         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1095         and stuff if the backend didn't return the article number.  This fixes
1096         an Exchange-related nnimap bug.
1097
1098         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1099         group window, because it does the wrong thing when a separate frame
1100         displays the group buffer.
1101
1102         * proto-stream.el (open-protocol-stream): Protect against the low-level
1103         transport functions returning nil.
1104
1105 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1106
1107         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1108         (mml2015-epg-find-usable-secret-key): New function.
1109         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1110         mml2015-epg-find-usable-key (Bug#7797).
1111         (mml2015-epg-encrypt): Ditto.
1112
1113 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1114
1115         * dgnushack.el (rot13-string): Fix the way to get the argument.
1116
1117 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1118
1119         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1120
1121 2011-01-03  Glenn Morris  <rgm@gnu.org>
1122
1123         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1124
1125         * sieve.el (sieve-open-server): Give a more explicit error if
1126         sieve-manage-open returns nil.  (Bug#7720)
1127
1128 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1129
1130         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1131
1132 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1133
1134         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1135         This avoids sending passwords in plain text over non-encrypted
1136         channels.
1137
1138         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1139
1140         * nnimap.el (nnimap-login): Refactored out into own function, and
1141         implement CRAM-MD5.
1142         (nnimap-wait-for-line): Refactored out.
1143
1144         * mm-view.el (mml-smime): Require.
1145
1146 2010-12-20  David Engster  <deng@eml.cc>
1147
1148         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1149         use EPG to decrypt S/MIME messages instead of openssl.
1150
1151 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1152
1153         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1154
1155         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1156         status is the group clearly is unreachable.
1157
1158         * auth-source.el (auth-source-create): Add the optional second
1159         parameter to `local-variable-p' to be compatible with XEmacs.
1160
1161 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1162
1163         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1164         work when using a compressed nnml folder.
1165
1166 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1167
1168         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1169         backends after sanitising on entry, because this never makes sense:
1170         If the articles have gone missing, then the data no longer exists on
1171         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1172         overwrite anything anyway.
1173
1174         * shr.el (shr-insert-document): Bind shr-width dynamically to
1175         window-width if it's nil.
1176
1177 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1178
1179         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1180         with the meaning of using the full emacs window width for rendering.
1181
1182 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1183
1184         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1185         case when sender is not given.
1186
1187 2010-12-23  Julien Danjou  <julien@danjou.info>
1188
1189         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1190         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1191         the addresses, otherwise we might misplaced the gravatar.
1192
1193 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1194
1195         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1196         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1197         obsolete in Emacs.
1198
1199 2010-12-20  Julien Danjou  <julien@danjou.info>
1200
1201         * gnus-util.el (gnus-rescale-image): Revert last change.
1202
1203 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1204
1205         * binhex.el: Improve commentary (Bug#7482).
1206
1207 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1208
1209         * gnus-group.el (gnus-group-delete-articles): New command.
1210
1211 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1212
1213         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1214
1215 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1216
1217         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1218         here, since it's up to the backends to do CRLF removal if their
1219         protocol has it.
1220
1221         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1222
1223 2010-12-17  Julien Danjou  <julien@danjou.info>
1224
1225         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1226         they are from file. Can also scale up.
1227
1228 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1229
1230         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1231         gnus-use-agent.
1232         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1233
1234         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1235
1236 2010-12-17  Julien Danjou  <julien@danjou.info>
1237
1238         * gravatar.el (gravatar-retrieve-synchronously): New function.
1239         (gravatar-get-data): Make more robust.
1240
1241 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1242
1243         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1244
1245 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1246
1247         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1248         to really consider the last line.
1249
1250 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1251
1252         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1253         list of recipient keys, or use symmetric encryption if not a list.
1254         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1255         EPA override, replacing the call to `netrc-store-data'.
1256
1257 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1258
1259         * gnus-srvr.el: Avoid passing nil regexp argument to
1260         delete-matching-lines.
1261
1262 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1263
1264         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1265         fetching stops when Gnus exits.
1266
1267         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1268         function.
1269         (nnfolder-request-expire-articles): Save all the buffers after doing
1270         expiry.
1271
1272         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1273         the last article", since that led to serious performance regressions
1274         when expiring nnml groups.
1275
1276 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1277
1278         * nnir.el: Improve customizations.
1279
1280 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1281
1282         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1283
1284         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1285         group has been killed.
1286         (gnus-group-yank-group): Ditto.
1287
1288         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1289
1290         * nnimap.el (nnimap-request-update-group-status): New function.
1291
1292         * gnus-int.el (gnus-request-update-group-status): New interface
1293         function.
1294
1295         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1296         copying read-ness to the backends.
1297
1298         * nnimap.el (nnimap-quirk): New function.
1299         (nnimap-retrieve-group-data-early): Use it.
1300         (nnimap-quirks): New alist.
1301
1302 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1303
1304         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1305         don't delete it within indentation.
1306
1307 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1308
1309         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1310         previous line.
1311
1312 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1313
1314         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1315         QRESYNC command by deleting a superfluous space which broke Cyrus
1316         servers.  This change will break other servers that are buggy the other
1317         way around.
1318
1319 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1320
1321         * spam.el: Reindent and fix long lines.
1322         (spam-copy-or-move-routine): Exclude invalid move destinations.
1323
1324 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1325
1326         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1327         installed the registry.
1328
1329 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1330
1331         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1332
1333 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1334
1335         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1336         groupname doesn't contain "gmane".
1337
1338 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1339
1340         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1341         and netrc-bound-and-true-p bindings.
1342         (netrc-parse): Cache the netrc contents.
1343
1344         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1345         (gnus-1): Don't create the nndrafts group twice.
1346         (gnus-setup-news): There's no need to read the active file here, since
1347         that's done again later on a per-backend basis.
1348         (gnus-start-draft-setup): Make sure that the new group is started out
1349         empty.
1350
1351         * gnus-agent.el (gnus-agentize): Don't create the queue group
1352         automatically on startup.  It'll be created later, if needed.
1353
1354         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1355         of automatically subscribed groups.
1356         (gnus-auto-subscribed-categories): New variable.
1357         (gnus-matches-options-n): Use it.
1358         (gnus-default-subscribed-newsgroups): Remove unused variable.
1359         (gnus-start-draft-setup): Message a bit less.
1360
1361 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1362
1363         * nnir.el (nnir-run-imap): Return article list in order of increasing
1364         UID.
1365
1366 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1367
1368         * gnus-sum.el (gnus-summary-enter-digest-group):
1369         Mention gnus-auto-select-on-ephemeral-exit.
1370
1371         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1372         convention of the network-only option.
1373
1374 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1375
1376         * proto-stream.el (proto-stream-open-network-only): New function to
1377         have a way to specify non-STARTTLS upgrade connections.
1378
1379 2010-12-10  Julien Danjou  <julien@danjou.info>
1380
1381         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1382         email address is nil.
1383
1384         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1385
1386 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1387
1388         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1389         deletion.
1390         (nnir-run-imap): Only need to parse list once.
1391
1392 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1393
1394         * shr.el (shr-tag-script): Ignore <script>.
1395         (shr-tag-label): Add <label> support.
1396
1397 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1398
1399         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1400
1401         * shr.el (shr-image-displayer): Work for images lined side by side.
1402
1403 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1404
1405         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1406         parameter, since XEmacs doesn't accept t as a parameter.
1407
1408 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1409
1410         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1411         ids.
1412         (nnir-run-gmane): Simplify groupspec formatting.
1413         (nnir-request-expire-articles): New function.
1414
1415 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1416
1417         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1418         overflow, possibly.
1419
1420         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1421         (shr-render-td): Handle td style="" better.
1422         (shr-tag-table): Use the color from the style sheet.
1423         (shr-render-td): Make sure we copy over all the overlays, too.
1424
1425 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1426
1427         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1428         (nnir-request-article): Improve article retrieval.
1429
1430 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1431
1432         * mm-util.el (mm-extra-numeric-entities): New variable.
1433
1434         * mm-url.el (mm-url-decode-entities):
1435         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1436
1437         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1438
1439 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1440
1441         * message.el: Use completion-at-point.
1442         (message-completion-function): New fun, extracted from message-tab.
1443         (message-mode): Use it for completion-at-point-functions.
1444         (message-tab): Use it and completion-at-point.
1445
1446 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1447
1448         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1449         character if a non-breakable character follows.
1450
1451 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1452
1453         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1454         any stream.
1455
1456         * shr.el (shr-tag-font): Colorize the region.
1457         (shr-tag-body): Ditto.
1458         (shr-tag-font): Actually let the styles be inherited instead of
1459         overwriting them.
1460         (shr-tag-font): Get the background color right.
1461         (shr-tag-style): Ignore all <style> tags for the moment.
1462
1463         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1464         a Message-ID to avoid having nnimap depend on gnus-sum.
1465
1466         * shr.el (shr-descend): Only colorize something if we have a node that
1467         sets colors.
1468
1469 2010-12-06  Julien Danjou  <julien@danjou.info>
1470
1471         * shr.el (shr-render-td): Render td content with shr-descend, so style
1472         will be applied to <td> too.
1473         (shr-colorize-region): Colorize region even if we only have a background.
1474         (shr-tag-body): Fix color and background color inheritance.
1475         Do not recolorize after shr-generic.
1476         (shr-tag-font): Let shr-generic colorize via inheritance.
1477
1478 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1479
1480         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1481
1482 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1483
1484         * nnir.el (nnir-request-move-article): Remove obsolete code.
1485
1486 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1487
1488         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1489
1490 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1491
1492         * gnus-sum.el (gnus-summary-respool-article): The completion function
1493         expects a list instead of an alist.
1494
1495         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1496         string as the parameter.
1497
1498         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1499
1500         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1501         styles.
1502         (shr-colorize-region): New function.
1503         (shr-insert-background-overlay): Remove.
1504         (shr-render-td): Background setting should be taken care of on a higher
1505         level.
1506         (shr-tag-body): Use post-hoc colorizations.
1507         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1508         (shr-put-color-1): Don't overwrite old colors.
1509         (shr-colorize-region): When the background color isn't explicit, use
1510         a fixed background.
1511
1512         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1513         nnmail variables.
1514
1515 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1516
1517         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1518         unless necessary.
1519
1520 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1521
1522         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1523         server.
1524
1525 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1526
1527         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1528         so that TAB works.
1529
1530         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1531         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1532
1533         * shr.el (shr-urlify): Show the URL before the title to avoid
1534         misleading URLs.
1535
1536 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1537
1538         * shr.el (shr-urlify): Display the title in <a> tags.
1539
1540 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1541
1542         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1543
1544 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1545
1546         * nnir.el: Rearrange code to allow macros to be autoloaded by
1547         gnus-sum.el.
1548         (nnir-retrieve-headers-override-function): Make this variable
1549         customizable.
1550         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1551
1552         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1553         from nnir.el.
1554
1555 2010-12-03  Julien Danjou  <julien@danjou.info>
1556
1557         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1558
1559 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1560
1561         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1562         allow optional argument `environment'.
1563
1564 2010-12-03  Glenn Morris  <rgm@gnu.org>
1565
1566         * mm-extern.el (message-goto-body): Update declaration.
1567
1568 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1569
1570         * gnus-util.el (gnus-macroexpand-all): New function.
1571
1572         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1573         instead of macroexpand-all that is unavailable in XEmacs.
1574
1575 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1576
1577         * nnir.el (nnir-summary-line-format): New variable.
1578         (nnir-mode): Use it.
1579         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1580         (nnir-article-ids): Reimplement as defsubst.
1581         (nnir-retrieve-headers): Don't mangle the subject header.
1582         (nnir-run-imap): Use 100 as RSV score.
1583         (nnir-run-find-grep): Fix for full server searching.
1584         (nnir-run-gmane): Better restriction to gmane groups.
1585
1586         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1587         summary buffers.
1588
1589 2010-12-02  Julien Danjou  <julien@danjou.info>
1590
1591         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1592
1593         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1594
1595         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1596         support.
1597
1598 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1599
1600         * nnir.el: Update to handle the registry better.
1601         (autoload): Silence byte-compiler.
1602         (nnir-open-server): Add a hook for nnir groups.
1603         (nnir-request-move-article): Don't mangle the header. Better to use
1604         formating variables (which will be added in the future).
1605         (nnir-registry-action): Update the registry using the original article
1606         group name.
1607         (nnir-mode): Install nnir-specific hooks for updating the registry.
1608
1609         * gnus-sum.el
1610         (gnus-article-original-subject,gnus-newsgroup-original-name):
1611         Remove obsolete variables.
1612         (gnus-summary-move-article): Remove use of obsolete variables.
1613         (gnus-summary-local-variables): Make move and delete hooks local to
1614         summary buffers.
1615
1616 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1617
1618         * rtree.el: New file.
1619
1620 2010-12-01  Julien Danjou  <julien@danjou.info>
1621
1622         * message.el (message-user-organization): Do not use
1623         gnus-local-organization.
1624
1625         * gnus.el: Remove gnus-local-organization.
1626
1627         * gnus-msg.el: Remove nastygram thing.
1628
1629 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1630
1631         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1632         funcall.
1633
1634 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1635
1636         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1637         names.
1638
1639         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1640         characters.
1641
1642         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1643         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1644         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
1645         (gnus-gravatar-transform-address): Use mail-extract-address-components
1646         that supports non-ASCII names rather than mail-header-parse-addresses.
1647
1648 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1649
1650         * proto-stream.el (open-protocol-stream): All starttls connections are
1651         handled by the network handler.
1652
1653 2010-11-30  Julien Danjou  <julien@danjou.info>
1654
1655         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1656         (nnimap-open-connection-1): Fix PREAUTH.
1657
1658         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1659
1660 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1661
1662         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1663         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1664         (shr-insert): Use them.
1665         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1666
1667 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1668
1669         * nnir.el (nnir-request-move-article): Bail out if original group
1670         doesn't support article moves.
1671         (nnir-get-active): Improve active list retrieval.
1672
1673 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1674
1675         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1676
1677 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1678
1679         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1680         seem to accept strings-with-numbers as port numbers,
1681
1682 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1683
1684         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1685         change the registry.
1686
1687 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1688
1689         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1690         delete-dups that is not available in XEmacs 21.4.
1691
1692         * mm-util.el (mm-delete-duplicates): Add comment.
1693
1694 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1695
1696         * nnir.el (nnir-ignored-newsgroups): New variable.
1697         (nnir-get-active): Use it.
1698
1699 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1700
1701         * proto-stream.el (proto-stream-open-network): Add some comments.
1702
1703         * nntp.el (nntp-open-connection): Provide a :success condition.
1704
1705         * nnimap.el (nnimap-open-connection-1): Ditto.
1706
1707         * proto-stream.el (proto-stream-open-network): See what the response to
1708         the STARTTLS command is.
1709
1710         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1711         backwards compatibility).
1712         (nnimap-open-connection-1): Really respect nnimap-server-port.
1713
1714         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1715         TLS upgrades we don't really care about the identity of the peer.
1716         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1717         that what we've checked for.
1718         (proto-stream-always-use-starttls): Only default to t if
1719         open-gnutls-stream exists.
1720         (proto-stream-open-network): If STARTTLS failed, then just open a
1721         normal connection.
1722         (proto-stream-open-network): Wait until the greeting before doing
1723         STARTTLS.
1724
1725         * nntp.el (nntp-open-connection): Report what the connection error is.
1726
1727         * proto-stream.el (open-protocol-stream): Rename from
1728         open-proto-stream.
1729
1730 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1731
1732         * nnimap.el (nnimap-stream): Change default to `undecided'.
1733         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1734         first, and then network.
1735         (nnimap-open-connection-1): Respect nnimap-server-port.
1736         (nnimap-open-connection): Be more backwards-compatible.
1737
1738         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1739         (proto-stream-open-starttls): De-duplicate the starttls code.
1740         (proto-stream-open-starttls): Folded back into the main function.
1741         (proto-stream-open-network): Fix typo in the gnutls path.
1742         (proto-stream-command): Refactor out.
1743
1744         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1745
1746         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1747         starttls.el STARTTLS.
1748
1749         * color.el (color-lab->srgb): Fix function call name.
1750
1751         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1752         if we're using tls.el.
1753         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1754         built in, then don't try to establish a STARTTLS connection.
1755
1756         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1757         servers.
1758
1759         * proto-stream.el (open-proto-stream): Use network, not stream.
1760         (open-proto-stream): Add a way to specify what the end of a command is.
1761
1762         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1763         connections types.
1764         (nntp-open-network-stream): Remove.
1765         (nntp-open-ssl-stream): Remove.
1766         (nntp-open-tls-stream): Remove.
1767         (nntp-ssl-program): Remove.
1768
1769         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1770
1771 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1772
1773         * nnir.el: Fix typos.
1774         (nnir-retrieve-headers-override-function): Rename variable to reflect
1775         new semantics.
1776         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1777         macros.
1778         (nnir-request-article, nnir-request-move-article): Use them.
1779         (nnir-categorize): New function.
1780         (nnir-run-query): Use it.
1781         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1782         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1783         sorted.
1784         (nnir-group-full-name): Use gnus-group-full-name instead.
1785         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1786         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1787
1788 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1789
1790         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1791
1792         * proto-stream.el: New library to provide protocol-specific
1793         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1794         protocols.
1795         (open-proto-stream): Complete the documentation.
1796         (proto-stream-open-network): Fix some typos.
1797
1798         * nnimap.el (nnimap-open-connection): Use it.
1799
1800 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1801
1802         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1803         negotiation.
1804
1805 2010-11-26  Julien Danjou  <julien@danjou.info>
1806
1807         * color.el: Rename various rgb functions to srgb.
1808
1809 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1810
1811         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1812         names.
1813
1814 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1815
1816         * shr.el (shr-insert): Revert last change.
1817         (shr-find-fill-point): Never leave point being at bol;
1818         relax the kinsoku limitation when rendering tables.
1819
1820 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1821
1822         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1823         results from -accept-article.
1824
1825         * shr-color.el: Require cl when compiling.
1826
1827         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1828         checkin.
1829
1830         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1831
1832         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1833
1834         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1835         'add and 'delete to set backend marks.
1836
1837         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1838
1839         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1840
1841         * nntp.el (nntp-request-set-mark): Use it.
1842
1843         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1844
1845         * nnml.el (nnml-request-set-mark): Ditto.
1846
1847         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1848         introduces regressions in article selection.
1849         (nnimap-find-uid-response): New function.
1850         (nnimap-request-accept-article): Use the UID returned, if any.
1851         (nnimap-request-move-article): Use the UID returned, if any.
1852         (nnimap-get-groups): Reimplement to work with folded lines.
1853         (nnimap-find-uid-response): The UID is the last element in the list.
1854         (nnimap-request-set-mark): Extend syntax with 'set.
1855
1856         * nnml.el (nnml-request-set-mark): Ditto.
1857
1858         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1859
1860         * nntp.el (nntp-request-set-mark): Ditto.
1861
1862 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1863
1864         * message.el (message-called-interactively-p): A temporary macro.
1865         (message-goto-body): Use it temporarily.
1866
1867 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1868
1869         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1870         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1871         (nnimap-last-response-string): Fix last unfolding fix.
1872
1873 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1874
1875         * shr.el (shr-insert): Fix the way to fold lines.
1876
1877 2010-11-25  Julien Danjou  <julien@danjou.info>
1878
1879         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1880
1881         * color.el: Rename from color-lab.el
1882         (color-rgb->hex): Add.
1883         (color-complement): Add.
1884         (color-complement-hex): Add.
1885
1886         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1887
1888 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1889
1890         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1891         don't exist.
1892
1893 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1894
1895         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1896         assuming that article displaying or another mml-preview may be
1897         interrupted for an error or for the like.
1898
1899         * shr.el (shr-get-background): Fix argument name.
1900
1901 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1902
1903         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1904
1905         * gnus-sum.el (gnus-summary-include-articles): New function.
1906
1907         * message.el (message-goto-body): called-interactively-p needs a
1908         parameter, so use `any'.
1909
1910         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1911         clear marks before moving, since they're synced from the Gnus side
1912         first.
1913
1914         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1915         (gnus-summary-move-article): Copy over all marks before moving, so that
1916         IMAP doesn't think a new article has arrived.
1917
1918 2010-11-24  Julien Danjou  <julien@danjou.info>
1919
1920         * shr.el (shr-insert-background-overlay): Fix typo.
1921         (shr-render-td): Copy the background before rendering.
1922
1923         * shr-color.el (shr-color-visible): Fix docstring.
1924
1925         * shr.el (shr-tag-table): Add bgcolor support.
1926         (shr-render-td): Add bgcolor support.
1927         (shr-get-background): Add.
1928         (shr-insert-foreground-overlay): Use shr-get-background.
1929
1930         * message.el (message-goto-body): Use called-interactively-p.
1931         (message-in-body-p): message-goto-body returns point.
1932
1933 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1934
1935         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1936         Fixes something or other in Emacs 23, and is backwards compatible.
1937
1938         * message.el (message-goto-body): Remove the <#secure special-casing,
1939         which is too special.
1940
1941         * shr.el (shr-parse-style): Drop !important from styles.
1942
1943 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1944
1945         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1946         this function to return incorrect results when calling it with an
1947         explicit article argument different from
1948         (gnus-summary-article-number).
1949
1950 2010-11-24  Julien Danjou  <julien@danjou.info>
1951
1952         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1953         (shr-tag-body): Add background support.
1954         (shr-descend): Add background support.
1955         (shr-tag-title): Add.
1956
1957         * shr-color.el (shr-color-visible): Really return original background
1958         if fixed.
1959
1960 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1961
1962         * shr.el (shr-color-check): Protect against non-existant colour names.
1963
1964 2010-11-24  Julien Danjou  <julien@danjou.info>
1965
1966         * color-lab.el: Require 'cl when compiling.
1967
1968         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1969
1970         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1971         matched part.
1972
1973         * color-lab.el: Fix all expt calls to use float type.
1974
1975 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1976
1977         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1978         expression to shr-color-check as is.
1979
1980         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1981
1982         * color-lab.el: Add coding cookie.
1983         (float-pi): Use eval-and-compile.
1984
1985         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1986         compiled for Emacsen having no `libxml-parse-html-region' support.
1987
1988 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1989
1990         * shr.el (shr-insert-color-overlay): Split stuff like
1991         "#444444 !important" to find the real colour.
1992         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1993         parse <font color="red"> entries.
1994
1995 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1996
1997         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1998         point when parsing headers.
1999
2000         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2001         is positioned properly when parsing headers.
2002
2003 2010-11-23  Julien Danjou  <julien@danjou.info>
2004
2005         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2006
2007         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2008
2009         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2010
2011         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2012         Use shr-color-hue-to-rgb.
2013         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2014
2015 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2016
2017         * shr.el (shr-color->hexadecimal): Autoload.
2018         (shr-descend): Add color to all tags.
2019
2020 2010-11-22  Julien Danjou  <julien@danjou.info>
2021
2022         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2023         shr-color->hexadecimal.
2024
2025         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2026         RGB() or HSL() color representation.
2027
2028         * shr.el (shr-tag-font): Add.
2029         (shr-tag-color-check): New function to get better colors.
2030         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2031         tag-span.
2032
2033         * shr-color.el: New file.
2034
2035         * color-lab.el: New file.
2036
2037         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2038
2039 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2040
2041         * nnir.el: Fix typo in comments.
2042         (nnir-run-imap): Simplify code. No need to reverse artlist.
2043         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2044
2045 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2046
2047         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2048
2049         * nnimap.el (nnimap-get-capabilities): Refactor out.
2050         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2051
2052 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2053
2054         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2055         appearing when `mm-uu-hide-markers' is nil.
2056
2057 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2058
2059         * nnimap.el (nnimap-unselect-group): Make into its own function.
2060         (nnimap-request-rename-group): Unselect group before renaming.
2061         This had gotten lost somewhere.
2062         (nnimap-request-accept-article): Keep track of examined groups, and
2063         unselect the group before APPENDing to read-only groups.
2064         (nnimap-request-move-article): Clear flags before moving so that they
2065         can be re-set later.
2066
2067 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2068
2069         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2070         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2071
2072 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2073
2074         * gnus-art.el (gnus-mime-display-single)
2075         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2076         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2077         parameter.
2078
2079 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2080
2081         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2082         (shr-table-vertical-line): New variable.
2083         (shr-insert-table): Use it.
2084
2085 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2086
2087         * gnus-html.el (gnus-html-wash-images): Don't display images if
2088         gnus-inhibit-images is non-nil; register displayer for cid images.
2089         (gnus-html-display-image): Work for cid image.
2090         (gnus-html-insert-image): Allow arguments.
2091         (gnus-html-put-image): Inhibit read-only.
2092         (gnus-html-prefetch-images): Don't prefetch images if
2093         gnus-inhibit-images is non-nil.
2094
2095 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2096
2097         * shr.el (shr-put-image): Break lines when inserting big pictures.
2098
2099 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2100
2101         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2102         sender, thanks Katsumi Yamaoka.
2103
2104 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2105
2106         * nnir.el (nnir-run-imap): Reverse the article list for each group
2107         rather than the whole list.
2108
2109 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2110
2111         * shr.el (shr-image-displayer): Protect function against non-existent
2112         image source.
2113
2114         * gnus-art.el (gnus-inhibit-images): New user option.
2115         (gnus-mime-display-single): Don't display image if it is non-nil.
2116
2117         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2118         gnus-inhibit-images.
2119
2120         * shr.el (shr-image-displayer): New function.
2121         (shr-tag-img): Use it.
2122
2123 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2124
2125         * mml2015.el (mml2015-epg-sign): Use From header.
2126
2127 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2128
2129         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2130
2131         * gnus-util.el (gnus-find-text-property-region): Return markers.
2132
2133         * shr.el (shr-tag-img): Put a displayer in the text property.
2134
2135         * gnus-util.el (gnus-find-text-property-region): New utility function.
2136
2137         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2138         (gnus-html-show-images): Remove.
2139
2140         * gnus-art.el (gnus-article-show-images): New, more general function.
2141
2142         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2143         image url text properties.
2144
2145         * shr.el: Ditto.
2146
2147         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2148         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2149
2150 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2151
2152         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2153         work for two or more articles.
2154
2155 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2156
2157         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2158         divide an image that's in an html article to two or more when washing
2159         non-ASCII characters in alt text of it.
2160
2161 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2162
2163         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2164         smime-decrypt-region using function argument.
2165         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2166
2167         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2168
2169         * smime.el (smime-decrypt-region): Catch it.
2170
2171 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2172
2173         * smime.el (smime-mode-map): Move initialization into declaration.
2174         (gnus-run-mode-hooks): Don't autoload.
2175         (smime-mode): Use define-derived-mode.
2176
2177 2010-11-11  Glenn Morris  <rgm@gnu.org>
2178
2179         * smime.el (from): Restrict declaration to XEmacs.
2180
2181         * nnir.el (gnus-group-topic-name): Autoload.
2182
2183 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2184
2185         * shr.el (shr-insert): Don't break long line if it is because of
2186         kinsoku-bol characters in the line end.
2187
2188 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2189
2190         * nnir.el (nnir-request-move-article): Fix to provide original group
2191         and subject.
2192         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2193         been retrieved.
2194
2195         * gnus-sum.el (gnus-summary-move-article): Use original group and
2196         subject for virtual articles such as those in an nnir summary buffer.
2197
2198 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2199
2200         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2201         least 21.5).
2202
2203         * smime.el (from): Declare it again for XEmacs.
2204
2205 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2206
2207         * message.el (message-resend): Don't disable encoding unless it's
2208         already encoded.
2209
2210         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2211         low-numbered articles.
2212
2213 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2214
2215         * rfc2047.el (rfc2047-syntax-table): Simplify.
2216
2217         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2218
2219         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2220         set-char-table-range for XEmacs.
2221
2222 2010-11-10  Glenn Morris  <rgm@gnu.org>
2223
2224         * time-date.el (time-to-seconds): Always an alias on Emacs,
2225         never a real function.
2226         (with-no-warnings): Remove compat stub, now unused.
2227         (time-less-p): Doc fix.
2228         (time-to-number-of-days): Simplify.
2229
2230         * smime.el (from): Remove unused declaration.
2231
2232         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2233         (gnus-float-time): On Emacs, always an alias.
2234
2235         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2236         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2237
2238 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2239
2240         * dgnushack.el: Don't use ignore-errors in the top level form since it
2241         is unavailable in XEmacs even if cl is loaded.
2242
2243         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2244
2245 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2246
2247         * shr.el (browse-url-mailto): Autoload.
2248
2249         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2250
2251         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2252         regexp doesn't need quoting.
2253
2254 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2255
2256         * message.el (message-subject-trailing-was-ask-regexp)
2257         (message-subject-trailing-was-regexp): Match was: in addition to was.
2258
2259 2010-11-09  Glenn Morris  <rgm@gnu.org>
2260
2261         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2262         (nnbabyl-check-mbox): Use point-at-bol.
2263
2264 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2265
2266         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2267
2268         * message.el (message-mailto): New function.
2269         (message-mailto): Should accept other parameters.
2270         (message-mailto): Remove since it duplicates browse-url-mailto
2271         functionality.
2272
2273 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2274
2275         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2276         methods.
2277         (gnus-read-active-file): Ditto.
2278
2279         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2280         ": " from the prompt.
2281         (gnus-group-make-group): Ditto.
2282
2283 2010-11-07  Glenn Morris  <rgm@gnu.org>
2284
2285         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2286         (gnus-bookmark-kill-line): Use point-at-eol.
2287
2288 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2289
2290         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2291         asterisks in From header.
2292
2293 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2294
2295         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2296         string to avoid making the From headers syntactically invalid.
2297
2298         * message.el (message-send-mail): Don't insert courtesy messages if the
2299         message already has List-Post and List-ID messages.
2300
2301 2010-11-06  Glenn Morris  <rgm@gnu.org>
2302
2303         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2304         `condition', `type', `length' a prefix.
2305         (gnus-treat-predicate): Update for above name changes.
2306
2307 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2308
2309         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2310         binding.  Handled by `gnus-summary-refer-thread' instead.
2311         (nnir-warp-to-article): New backend function.
2312
2313         * nnimap.el (nnimap-request-thread): Force dependency updating.
2314
2315         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2316         (gnus-summary-refer-thread): Rework to improve thread-referral.
2317
2318         * gnus-int.el (gnus-warp-to-article): New function.
2319
2320         * gnus-sum.el (gnus-summary-article-map): Bind it.
2321
2322 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2323
2324         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2325         gnus-summary-refer-thread.
2326
2327         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2328         headers.
2329         (gnus-summary-limit-include-thread): Prevent articles in thread from
2330         being cut in gnus-cut-threads.
2331         (gnus-summary-refer-thread): Limit retrieved headers to those in
2332         thread.
2333
2334 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2335
2336         * message.el (message-send-mail): Use the value of
2337         message-courtesy-message from the message buffer.
2338
2339         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2340
2341         * shr.el (shr-browse-url): Implement mailto: URLs.
2342
2343         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2344         "raw".
2345
2346         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2347         if it's already selected.
2348
2349         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2350
2351 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2352
2353         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2354         to measure the length and truncate alt text.
2355
2356 2010-11-03  Glenn Morris  <rgm@gnu.org>
2357
2358         * nndiary.el (nndiary-generate-nov-databases-1)
2359         (nndiary-generate-active-info): Rename dynamic variable `files' to
2360         something less generic.
2361
2362 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2363
2364         * nnir.el (nnir-request-move-article): Call the underlying backend to
2365         move articles from nnir.
2366
2367 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2368
2369         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2370
2371 2010-11-02  Julien Danjou  <julien@danjou.info>
2372
2373         * nnir.el: Remove wais support.
2374
2375 2010-11-02  Glenn Morris  <rgm@gnu.org>
2376
2377         * gnus-html.el: Reorder requirements to quieten compiler.
2378
2379 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2380
2381         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2382         properly for XEmacs as well.
2383         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2384         (gnus-article-natural-long-line-p): Use window-width rather than
2385         frame-width.
2386
2387 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2388
2389         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2390         (nnir-read-parms): Don't modify query.
2391         (nnir-run-query): Add ability to search topic on current line.
2392         (nnir-get-active): Clean up.
2393
2394 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2395
2396         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2397         degenerate articles.
2398
2399         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2400         (gnus-print-buffer): Just print the buffer as is, without any copying
2401         to a buffer and then re-highlighting.
2402
2403         * nnimap.el (nnimap-request-group): Store the new updated info.
2404         (nnimap-request-group): Select the group when we don't know whether it
2405         exists or not.
2406
2407         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2408         groups.
2409
2410         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2411         groups.
2412
2413         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2414         groups.
2415
2416         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2417         long-lines case by only filling the long lines.
2418
2419         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2420         (bug #7311).
2421
2422 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2423
2424         * shr.el: No need to declare `declare-function' since shr.el is for
2425         only Emacsen that provide `libxml-parse-html-region'.
2426
2427         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2428         effective only in a file it is referred to.
2429
2430 2010-11-01  Glenn Morris  <rgm@gnu.org>
2431
2432         * mm-util.el (gnus-completing-read): Autoload.
2433         (mm-read-coding-system): Simplify Emacs definition.
2434
2435         * nnmail.el (gnus-activate-group):
2436         * nnimap.el (gnutls-negotiate):
2437         * nntp.el (netrc-parse): Fix declarations.
2438
2439 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2440
2441         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2442         string-match-p in Emacs >=23.
2443
2444         * gnus-msg.el (gnus-configure-posting-styles)
2445         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2446
2447 2010-11-01  Glenn Morris  <rgm@gnu.org>
2448
2449         * nnir.el (declare-function): Add compat stub.
2450         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2451         (nnir-run-gmane): Require 'mm-url.
2452
2453         * mm-util.el (mm-string-to-multibyte): Simplify.
2454
2455         * shr.el (declare-function): Add compat stub.
2456         (url-cache-create-filename): Declare.
2457         (mm-disable-multibyte, widget-convert-button): Autoload.
2458
2459         * smime.el (ldap-search): Declare.
2460         (smime-cert-by-ldap-1): Require ldap on Emacs.
2461
2462         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2463         (nnimap-keepalive): Use gnus-float-time.
2464
2465         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2466         (mail-source-delete-crash-box): Use gnus-float-time.
2467
2468         * gnus-dired.el (gnus-completing-read): Autoload.
2469
2470         * mm-view.el (gnus-rescale-image): Autoload.
2471
2472         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2473
2474         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2475
2476         * sieve-manage.el: Require 'cl when compiling.
2477
2478         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2479         (gnus-iswitchb-completing-read): Require iswitchb.
2480         (gnus-select-frame-set-input-focus): Silence compiler.
2481
2482 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2483
2484         * message.el (message-subject-trailing-was-query): Change default to t,
2485         since I think that's what most people want.
2486
2487         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2488         appending for easier debugging.
2489         (nnimap-wait-for-connection): Take a regexp.
2490         (nnimap-request-accept-article): Wait for the continuation line before
2491         sending anything unless we're streaming.
2492
2493         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2494         leave the header washing to take place.
2495
2496 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2497
2498         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2499         regular expression match and replace in posting styles.
2500
2501 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2502
2503         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2504         an entire server.
2505         (nnir-get-active): New function.
2506         (nnir-run-imap): Use it.
2507         (nnir-run-gmane): Who knew, gmane search returns an article score!
2508
2509         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2510         server on the current line with nnir.
2511
2512 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2513
2514         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2515         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2516         left edge.
2517         (gnus-article-foldable-buffer): Skip past the prefix when determining
2518         raggedness.
2519
2520         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2521         the raw article, and change `C-u g' to show the article without doing
2522         treatments.
2523
2524         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2525         on to `gnus-treat-article'.
2526         (gnus-inhibit-article-treatments): New variable.
2527
2528         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2529
2530         * gnus-art.el (gnus-treatment-function-alist): Have
2531         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2532         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2533         sections.
2534
2535         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2536         parameter.
2537         (gnus-article-fill-cited-long-lines): New function.
2538         (gnus-article-fill-cited-article): Allow filling only long sections.
2539
2540         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2541         and non-punctuation (like after the apostrophe in "'We").
2542
2543         * gnus-sum.el (gnus-summary-select-article): Make sure
2544         gnus-original-article-buffer is alive.
2545
2546         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2547         reflect the order they're in in the digest.
2548
2549         * gnus.el (gnus-group-startup-message): Move point to the start of the
2550         buffer.
2551
2552         * nnimap.el (nnimap-capability): New function.
2553         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2554         is set.
2555
2556 2010-10-31  David Engster  <dengste@eml.cc>
2557
2558         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2559         conform with changes to gnus-completing-read.
2560
2561 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2562
2563         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2564
2565 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2566
2567         * nnir.el: Move defvar, defcustom around to keep file organized
2568         and keep byte-compiler quiet.
2569         (nnir-read-parms): Accept search-engine as arg.
2570         (nnir-run-query): Pass search-engine as arg.
2571         (nnir-search-engine): Remove.
2572
2573 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2574
2575         * shr.el (shr-generic): The text nodes should be text, not :text.
2576
2577         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2578         later in the file.
2579
2580 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2581
2582         * nnir.el: General clean up.  Allow searching with multiple engines.
2583         Allow separate extra-parameters for each engine.
2584         Batch queries when possible.
2585         (nnir-imap-default-search-key,nnir-method-default-engines):
2586         Add customize interface.
2587         (nnir-run-gmane): New engine.
2588         (nnir-engines): Use it.  Qualify all prompts with engine name.
2589         (nnir-search-engine): Remove global variable.
2590         (nnir-run-hyrex): Restore for now.
2591         (nnir-extra-parms,nnir-search-history): New variables.
2592         (gnus-group-make-nnir-group): Use them.
2593         (nnir-group-server): Remove in favor of gnus-group-server.
2594         (nnir-request-group): Avoid searching twice.
2595         (nnir-sort-groups-by-server): New function.
2596
2597 2010-10-30  Julien Danjou  <julien@danjou.info>
2598
2599         * gnus-group.el: Remove gnus-group-fetch-control.
2600
2601         * gnus-start.el (gnus-find-new-newsgroups):
2602         Remove gnus-check-first-time-used.
2603
2604         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2605
2606 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2607
2608         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2609         set on groups that don't have \* permanentflags.
2610
2611 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2612
2613         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2614         control the background color.
2615         (shr-tag-img): Ignore very small web bug type images.
2616         (shr-put-image): Add help-echo alt texts to the images.
2617         (shr-tag-video): Show the video poster image.
2618
2619 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2620
2621         * shr.el (shr-table-depth): New variable.
2622         (shr-tag-table-1): Only insert the images after the top-level table.
2623
2624         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2625
2626         * gnus-util.el (gnus-list-memq-of-list): New function.
2627
2628         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2629         selected.
2630         (nnimap-unsplittable-articles): New slot.
2631         (nnimap-new-articles): Use it.
2632
2633 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2634
2635         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2636         move to the previous line on `M-g'.
2637
2638 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2639
2640         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2641         *-request-group, which seems unnecessary.
2642
2643         * nnimap.el (nnimap-quote-specials): Function copied over from
2644         imap.el.
2645         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2646         they support that.  Suggested by Tom Regner.
2647
2648 2010-10-29  Julien Danjou  <julien@danjou.info>
2649
2650         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2651         defalias.
2652         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2653
2654         * gnus.el: Remove `gnus-nntp-service' variable.
2655         (gnus-secondary-servers): Make obsolete.
2656         (gnus-nntp-server): Make obsolete.
2657
2658         * gnus-start.el (gnus-1): Remove x-splash calls.
2659
2660         * gnus-ems.el (gnus-x-splash): Remove.
2661
2662         * gnus.el (gnus-group-startup-message): Simplify/update code.
2663
2664         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2665         definition.
2666
2667         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2668         capability before doing anything.
2669         (gnus-group-insert-group-line): Remove useless
2670         gnus-group-remove-excess-properties.
2671
2672 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2673
2674         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2675
2676 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2677
2678         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2679         config after reselecting.
2680
2681 2010-10-28  Julien Danjou  <julien@danjou.info>
2682
2683         * shr.el (shr-put-image): Use point even if only inserting text.
2684         (shr-put-image): Save excursion when inserting alt text on non-graphic
2685         display, so the behaviour is the same when we are on a graphic display.
2686
2687         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2688
2689 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2690
2691         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2692         (gnus-mime-copy-part): Check coding system, not charset.
2693         (gnus-mime-view-part-externally): Never remove part.
2694         (gnus-mime-view-part-internally): Don't remove part here.
2695         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2696         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2697         multipart/alternative.
2698
2699         * mm-decode.el (mm-display-part): Take optional arg `force'.
2700
2701 2010-10-26  Julien Danjou  <julien@danjou.info>
2702
2703         * gnus-group.el (gnus-group-default-list-level): Add this function to
2704         compute the default list level.
2705         (gnus-group-default-list-level): Add possibility to use a function.
2706
2707 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2708
2709         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2710
2711         * gnus-group.el (gnus-group-completing-read)
2712         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2713         gnus-replace-in-string.
2714
2715 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2716
2717         * shr.el (shr-tag-div): Add.
2718
2719         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2720
2721 2010-10-25  Julien Danjou  <julien@danjou.info>
2722
2723         * gnus-util.el: Remove `gnus-with-local-quit'.
2724
2725         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2726
2727 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2728
2729         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2730         the original article buffer.
2731
2732 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2733
2734         * nnimap.el (nnimap-request-head): New function.
2735         (nnimap-request-move-article): Try to be slighly faster by not
2736         requesting the entire message when moving.
2737         (nnimap-transform-headers): Don't bug out on bodiless articles.
2738         (nnimap-send-command): Have no outstanding messages if the IMAP server
2739         doesn't support streaming.
2740         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2741
2742 2010-10-24  Julien Danjou  <julien@danjou.info>
2743
2744         * message.el (message-default-headers): Fix type.
2745
2746 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2747
2748         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2749         prefetching images.
2750
2751         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2752         backend for unknown groups.  This is mainly useful for nnimap groups.
2753
2754         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2755         group isn't covered by the agent.
2756
2757 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2758
2759         * nnir.el (nnir-method-default-engines): New variable.
2760         (nnir-run-query): Use it.
2761         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2762         (gnus-summary-nnir-goto-thread): Change group if needed.
2763
2764         * gnus-group.el (gnus-group-group-map): Add key binding for
2765         gnus-group-make-nnir-group.
2766
2767 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2768
2769         * shr.el (shr-tag-object): Add.
2770
2771         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2772         original article buffer live.
2773         (gnus-summary-select-article-buffer):
2774         Mention gnus-widen-article-buffer.
2775
2776 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2777
2778         * shr.el (shr-tag-strong): Add.
2779
2780 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2781
2782         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2783         group names.  They mess up the group buffer badly.
2784
2785         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2786
2787         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2788         instead of the summary one.
2789
2790 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2791
2792         * mml.el (mml-preview): Work properly when editing article.
2793
2794         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2795         gnus-have-read-active-file if it's already been in.
2796
2797 2010-10-22  Tom Tromey  <tromey@redhat.com>
2798
2799         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2800         gnus-group-completing-read.
2801
2802 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2803
2804         * message.el (message-mode-map): Don't bind M-; to comment region, to
2805         allow the global comment-dwim to work.
2806
2807 2010-10-21  Julien Danjou  <julien@danjou.info>
2808
2809         * message.el (message-setup-1): Allow message-default-headers to be a
2810         function.
2811
2812 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2813
2814         * shr.el (shr-tag-table): Simplify.
2815
2816 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2817
2818         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2819         to avoid trying to snarf invalid stuff.
2820
2821         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2822
2823         * gnus.el (gnus-message-archive-group): Quote value.
2824         (gnus-message-archive-group): Mark as changed.
2825
2826         * shr.el (shr-add-font): Don't put the font properties on the newline
2827         or the indentation.
2828
2829         * message.el (message-fix-before-sending): Change options when sending
2830         non-printable characters.
2831
2832         * gnus.el (gnus-message-archive-method): Change the default to
2833         monthly outgoing groups.
2834
2835         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2836         that have gotten new numbers.
2837
2838         * nnimap.el (nnimap-request-replace-article): New function.
2839
2840 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2841
2842         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2843         (nnrss-request-article): Don't use special html washing code.
2844
2845 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2846
2847         * shr.el (shr-tag-table): Remove useless nconc.
2848
2849 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2850
2851         * gnus-art.el (article-wash-html): Simplify and remove the charset
2852         stuff.  Use the normal html rendering code instead of the special html
2853         washing code.
2854
2855         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2856         `gnus-w3m' symbols.
2857         (mm-text-html-washer-alist): Remove.
2858
2859         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2860         (mm-inline-media-tests): Remove use.
2861         (mm-text-html-renderer): Change default to the `shr' symbol.
2862
2863         * mm-view.el (mm-inline-text-html): Remove use.
2864
2865         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2866         `gnus-blocked-images' to be a function.
2867         (gnus-article-wash-function): Remove.
2868
2869 2010-10-20  Julien Danjou  <julien@danjou.info>
2870
2871         * spam.el (spam-list-of-processors): Mark as obsolete.
2872
2873         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2874         (nnimap-insert-partial-structure): Fix boundary detection.
2875
2876 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2877
2878         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2879         run file-truename on remote files.  This can be expensive and even
2880         prevent one from editing drafts if some unrelated buffer has a stale
2881         connection.
2882
2883 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2884
2885         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2886         kinsoku-eol regardless of shr-kinsoku-shorten.
2887         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2888         (shr-tag-table): Support caption, thead, and tfoot.
2889
2890 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2891
2892         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2893         lines.
2894         (shr-save-contents): New command and keystroke.
2895
2896         * nndoc.el (nndoc-type-alist): Add git support.
2897         (nndoc-git-type-p): New function.
2898         (nndoc-transform-git-article): Ditto.
2899         (nndoc-transform-git-headers): Ditto.
2900         (nndoc-transform-git-headers): Generate Subject headers.
2901
2902         * shr.el (shr-parse-style): New function.
2903         (shr-tag-span): Ditto.
2904
2905         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2906         to `G G' to avoid collisions.
2907
2908 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2909
2910         * shr.el: Load kinsoku if necessary.
2911         (shr-kinsoku-shorten): New internal variable.
2912         (shr-find-fill-point): Make kinsoku shorten text line if
2913         shr-kinsoku-shorten is bound to non-nil.
2914         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2915         shr-indentation too when testing if table is wider than frame width.
2916         (shr-insert-table): Use `string-width' instead of `length' to measure
2917         text width.
2918         (shr-insert-table-ruler): Make sure indentation is done at bol.
2919
2920 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2921
2922         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2923         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2924         undecoded network data.
2925
2926 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2927
2928         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2929         name in the mode line spec so that the mode line menu works
2930         (bug #2431).
2931
2932         * message.el (message-get-reply-headers): If we're fed `to-address',
2933         then always use that.
2934
2935         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2936         aren't so wide as to need to switch off the edit menu.
2937
2938         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2939         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2940
2941         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2942         `M-g'.
2943         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2944         the permanent marks.
2945
2946 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2947
2948         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2949         Splitting according to references/in-reply-to obeys the ignore-groups
2950         variable, while splitting by sender and subject do not.
2951
2952 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2953
2954         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2955         alist, so that we can look for non-Unicode chars.
2956         (article-translate-strings): Allow both character and string maps.
2957
2958 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2959
2960         * shr.el (shr-insert): Don't insert space behind a wide character
2961         categorized as kinsoku-bol, or between characters both categorized as
2962         nospace.
2963
2964 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2965
2966         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2967         headers to gnus-newsgroup-headers.
2968
2969 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2970
2971         * shr.el (shr-tag-img): Don't align images -- since we're not
2972         rescaling, this often leads to ugly displays.
2973
2974 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2975
2976         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2977         duplicates.
2978
2979 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2980
2981         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2982         call.
2983
2984 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2985
2986         * gnus.el: Autoload gnus-html-show-images.
2987
2988         * nnimap.el: Use nnheader-message throughout.
2989
2990         * shr.el (shr-tag-img): Ignore images with no data.
2991
2992 2010-10-15  Julien Danjou  <julien@danjou.info>
2993
2994         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2995         a possibility to disable format=flow encoding when using hard newlines.
2996
2997 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2998
2999         * shr.el (shr-insert): Remove space inserted before or after a
3000         breakable character or at the beginning or the end of a line.
3001         (shr-find-fill-point): Do kinsoku; find the second best point or give
3002         it up if there's no breakable point.
3003
3004 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3005
3006         * nnimap.el (nnimap-open-connection): Message when opening connection
3007         for debugging purposes.
3008
3009         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3010         on every setup buffer call to allow this to change from article to
3011         article.
3012
3013         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3014         buffers where we have a wide table.
3015
3016 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3017
3018         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3019         uses *-request-thread.
3020
3021 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3022
3023         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3024         incantation, which is no longer valid.
3025
3026 2010-10-14  Julien Danjou  <julien@danjou.info>
3027
3028         * shr.el: Fix defcustom type (char -> character).
3029
3030 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3031
3032         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3033         programs.
3034
3035 2010-10-14  Julien Danjou  <julien@danjou.info>
3036
3037         * shr.el (shr-tag-a): Use url-link as widget type.
3038
3039         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3040         `gnus-group-get-icon'.
3041
3042 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3043
3044         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3045         This should make server editing work better.
3046
3047         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3048
3049         * tls.el (tls-program): Remove spurious %s from openssl.
3050
3051         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3052         (nnimap-parse-flags): Fix regexp.
3053
3054         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3055         probably work for CJVK text, too.
3056
3057         * nnimap.el (nnimap-extend-tls-programs): Remove.
3058         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3059
3060         * tls.el (tls-starttls-switches): Remove starttls hack.
3061         (open-tls-stream): Ditto.
3062         (tls-find-starttls-argument): Ditto.
3063
3064 2010-10-13  Julien Danjou  <julien@danjou.info>
3065
3066         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3067         responses.
3068
3069 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3070
3071         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3072
3073         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3074         anything in Emacs.
3075
3076         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3077
3078 2010-10-13  Julien Danjou  <julien@danjou.info>
3079
3080         * shr.el (shr-width): Make shr-width a defcustom with default to
3081         fill-column.
3082         (shr-tag-img): Use shr-width rather than fill-column.
3083
3084 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3085
3086         * dgnushack.el (byte-optimize-apply)
3087         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3088
3089         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3090         position when (X-)Faces exist.
3091         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3092         avatars when called interactively.
3093
3094 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3095
3096         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3097         gnus-article-x-face-too-ugly is bound.
3098
3099 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3100
3101         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3102
3103         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3104         mailbox that doesn't exist.
3105
3106 2010-10-12  Julien Danjou  <julien@danjou.info>
3107
3108         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3109         (shr-get-image-data): Encode URL properly when fetching from cache.
3110         (shr-tag-img): Use aligned-to spaces to align correctly images.
3111
3112         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3113         before inserting the Gravatar.
3114
3115         * shr.el (shr-tag-img): Add align attribute support for <img>.
3116
3117 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3118
3119         * gnus-gravatar.el (gnus-art): Require.
3120
3121         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3122         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3123         Remove long obsoleted functions.
3124
3125 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3126
3127         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3128
3129         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3130
3131         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3132         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3133         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3134         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3135         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3136         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3137         * sieve-manage.el, smime.el, spam.el:
3138         Fix comment for declare-function.
3139
3140 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3141
3142         * nnimap.el (nnimap-request-rename-group): Select group read-only
3143         before renaming it.
3144
3145         * shr.el (shr-insert): Fix up the white space only regexp.
3146
3147         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3148         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3149
3150         * shr.el (shr-current-column): New function.
3151         (shr-find-fill-point): New function.
3152
3153 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3154
3155         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3156         numbers.
3157
3158 2010-10-11  Julien Danjou  <julien@danjou.info>
3159
3160         * shr.el (shr-hr-line): Add.
3161         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3162         display hr lines.
3163         (shr-max-columns): Do not change state to nil if we just inserting
3164         spaces.
3165
3166 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3167
3168         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3169         select the last group.
3170
3171 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3172
3173         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3174
3175 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3176
3177         * dig.el (dig-mode-map): Declare and define in one step.
3178
3179 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3180
3181         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3182         for Gnus.
3183         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3184         (nnimap-update-qresync-info): Mark \Seen articles as read.
3185
3186         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3187         non-variable, too.
3188
3189         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3190         available.
3191         (nnimap-update-info): Rely more on the current active than the param
3192         active to avoid marking articles as read too much.
3193
3194         * auth-source.el (auth-source-create): Use (user-login-name) for the
3195         user name default.
3196
3197         * nnimap.el (nnimap-update-info): If the server doesn't return any
3198         useful info, just use the previous info.
3199         (nnimap-update-info): Prefer old info over start-article.
3200         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3201
3202 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3203
3204         * nnir.el (autoload): Clean up autoloads.
3205         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3206         Use key rather than value.
3207         (nnir-imap-search-other): New variable.
3208         (nnir-read-parm): Use it.
3209         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3210         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3211
3212 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3213
3214         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3215         the process, too.
3216
3217 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3218
3219         * spam.el (gnus-summary-mode-map): Bind to "$".
3220         Suggested by Russ Allbery.
3221
3222         * shr.el: Rework the way things are indented by <li> slightly.
3223
3224         * gnus.el (gnus-group-set-parameter): Fix typo.
3225
3226         * nnimap.el: Start implementing QRESYNC support.
3227
3228 2010-10-09  Julien Danjou  <julien@danjou.info>
3229
3230         * nnir.el (nnir-engines): Fix too many arguments.
3231
3232 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3233
3234         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3235         group is the "last", so that the backends like nnfolder actually save
3236         their folders.
3237
3238         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3239         try to use that for the tls stream.
3240         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3241         UIDVALIDITY and find out which groups are read-only and not.
3242         (nnimap-get-flags): Use the same marks parsing code as the rest of
3243         nnimap.
3244
3245 2010-10-09  Julien Danjou  <julien@danjou.info>
3246
3247         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3248
3249         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3250         retrieving gravatars.
3251
3252         * shr.el (shr-table-corner): Add.
3253         (shr-table-line): Add.
3254         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3255
3256 2010-10-08  Julien Danjou  <julien@danjou.info>
3257
3258         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3259
3260 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3261
3262         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3263
3264         * gnus-sum.el (gnus-mark-article-as-unread)
3265         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3266         (gnus-summary-set-bookmark): Use it.
3267
3268         * gnus-msg.el (gnus-setup-message): Use it.
3269
3270         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3271
3272         * gnus.el (gnus-group-remove-parameter): Use it.
3273
3274         * gnus-group.el (gnus-group-make-web-group): Use it.
3275
3276         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3277
3278         * nnregistry.el: Update docs to mention manual.
3279
3280         * gnus-registry.el: Update docs to mention nnregistry.el.
3281         (gnus-registry-initialize): Don't install nnregistry refer method
3282         automatically.
3283         (gnus-registry-install-nnregistry): Remove it.
3284
3285 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3286
3287         * shr.el (shr-insert): Don't insert double spaces.
3288
3289 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3290
3291         * gnus-gravatar.el (gnus-treat-from-gravatar)
3292         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3293         called interactively.
3294
3295         * gnus-art.el (gnus-mime-view-part-externally)
3296         (gnus-mime-view-part-internally): Make predicate function passed to
3297         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3298         of a mime type.
3299
3300         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3301
3302 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3303
3304         * shr.el (require): Require cl when compiling.
3305         (shr-tag-hr): New function.
3306
3307         * nnimap.el (nnimap-update-info): Remove double setting of high.
3308         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3309         This makes nnimap work properly on Courier again.
3310
3311         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3312         the variable for backwards compatability.
3313
3314         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3315         the file name before using to avoid setting mm-default-directory to
3316         nil.
3317
3318         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3319         bidning gnus-agent variables.
3320
3321         * shr.el (shr-render-td): Use a cache for the table rendering function
3322         to avoid getting an exponential rendering behaviour in nested tables.
3323         (shr-insert): Rework the line-breaking algorithm.
3324         (shr-insert): Don't leave trailing spaces.
3325         (shr-insert-table): Also insert empty TDs.
3326         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3327
3328 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3329
3330         * gnus-sum.el (gnus-number): Rename from `number'.
3331         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3332         (gnus-summary-limit-children): Update uses correspondingly.
3333
3334 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3335
3336         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3337         (gnus-gravatar-transform-address): Don't show avatars of people of
3338         which mail addresses match gnus-gravatar-too-ugly.
3339
3340 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3341
3342         * shr.el (shr-table-widths): Expand TD elements to fill available
3343         space.
3344
3345 2010-10-07  Julien Danjou  <julien@danjou.info>
3346
3347         * nnimap.el (nnimap-request-rename-group): Add this method.
3348
3349 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3350
3351         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3352         name from XEmacs' function-arglist.
3353
3354         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3355         gravatar under XEmacs.
3356
3357 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3358
3359         * auth-source.el: Update docs with TODO items.
3360
3361         * gnus-sync.el: Update docs to explain state and plans.
3362
3363         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3364         Hooks for mark updates.
3365         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3366
3367         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3368         hooks with arguments, which is needed for mark update hooks.
3369
3370 2010-10-06  Julien Danjou  <julien@danjou.info>
3371
3372         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3373         was matched.
3374
3375         * sieve-manage.el: Update example in `Commentary'.
3376
3377         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3378
3379         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3380         not 2000.
3381         (sieve-manage-authenticate): Re-add function.
3382
3383 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3384
3385         * shr.el (shr-insert): Get 'space transition right.
3386         (shr-render-td): Only delete space at the end of the TD.
3387
3388         * nnimap.el (nnimap-open-connection): Prepare to support
3389         open-gnutls-stream.
3390
3391         * shr.el: Rearrange function order to be more logical.
3392
3393 2010-10-06  Julien Danjou  <julien@danjou.info>
3394
3395         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3396         (nnrss-discover-feed): Remove 404 URL in docstring.
3397
3398         * nnir.el: Fix Swish-E URL.
3399         Fix Namazu URL.
3400
3401         * message.el (message-change-subject): Remove 404 URL in a comment.
3402
3403 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3404
3405         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3406         called interactively.
3407
3408         * gnus-util.el (gnus-remove-if): Allow hash table.
3409         (gnus-remove-if-not): New function.
3410
3411         * gnus-art.el (gnus-mime-view-part-as-type)
3412         * gnus-score.el (gnus-summary-score-effect)
3413         * gnus-sum.el (gnus-read-move-group-name):
3414         Replace remove-if-not with gnus-remove-if-not.
3415
3416         * gnus-group.el (gnus-group-completing-read):
3417         Regard collection as a hash table if it is not a list.
3418
3419 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3420
3421         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3422
3423         * shr.el: Document the table-rendering algorithm.
3424
3425 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3426
3427         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3428         for Emacsen having no `libxml-parse-html-region' support.
3429
3430 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3431
3432         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3433         invalid URLs.
3434
3435         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3436         line-broken.
3437         (shr-tag-img): Ignore image fetching errors.
3438         (shr-overlays-in-region): Compute overlay positions correctly.
3439
3440         * mm-decode.el (mm-shr): Require shr.
3441
3442         * gnus-art.el (gnus-blocked-images): Move variable here.
3443
3444         * shr.el (shr-insert-table): Bind free variable.
3445
3446         * mm-decode.el (mm-shr): Bind shr-content-function.
3447
3448         * shr.el (shr-content-function): New variable.
3449
3450         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3451         added for symmetry.
3452
3453         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3454
3455         * gnus-group.el (gnus-group-make-group): Doc fix.
3456
3457         * nnimap.el (nnimap-request-newgroups): Return success.
3458
3459         * shr.el (shr-find-elements): New function.
3460         (shr-tag-table): Put all the images after the table.
3461         (shr-tag-table): Really inhibit images inside the table.
3462         (shr-collect-overlays): Copy over overlays from the TD elements to the
3463         main document.
3464
3465         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3466         gnus-blocked-images.
3467
3468 2010-10-05  Julien Danjou  <julien@danjou.info>
3469
3470         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3471
3472         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3473         (gnus-html-maximum-image-size): Add this function.
3474         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3475
3476         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3477         server-value of the capability is nil.
3478
3479 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3480
3481         * shr.el (shr-tag-em): Add <EM> tag.
3482
3483 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3484
3485         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3486         customizable.
3487
3488         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3489         handing broken links to browse-url.
3490
3491 2010-10-05  Julien Danjou  <julien@danjou.info>
3492
3493         * gnus-util.el (gnus-emacs-completing-read)
3494         (gnus-iswitchb-completing-read): Use autoload rather than require.
3495
3496 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3497
3498         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3499         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3500         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3501         iswitchb-temp-buflist for XEmacs.
3502
3503         * gnus-util.el (gnus-completing-read-function): Exclude
3504         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3505         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3506         XEmacs.
3507
3508         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3509         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3510
3511         * gnus-html.el: Don't require help-fns under XEmacs.
3512         (gnus-html-schedule-image-fetching): Work for XEmacs.
3513
3514         * mm-decode.el (mm-shr): Decode contents by charset.
3515
3516 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3517
3518         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3519         unknown.
3520
3521         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3522         (shr-get-image-data): Ensure against the cache file missing.
3523
3524         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3525         for data.
3526
3527         * spam-report.el (spam-report-url-ping-plain): Don't query about
3528         killing the process.
3529
3530         * shr.el (shr-render-td): Protect against too-wide text.
3531
3532 2010-10-04  Julien Danjou  <julien@danjou.info>
3533
3534         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3535         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3536
3537         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3538         retrieved.
3539
3540 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3541
3542         * shr.el (browse-url): Require.
3543         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3544         lines.
3545         (shr-show-alt-text, shr-browse-image): New commands.
3546         (shr-browse-url, shr-copy-url): New commands.
3547
3548         * gnus-sum.el (gnus-widen-article-window): New variable.
3549         (gnus-summary-select-article-buffer): Use it.
3550
3551         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3552         without @ signs.
3553
3554 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3555
3556         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3557
3558 2010-10-04  Julien Danjou  <julien@danjou.info>
3559
3560         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3561         for XEmacs.
3562
3563 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3564
3565         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3566
3567         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3568         (nnimap-close-server): Implement.
3569
3570         * dgnushack.el (iswitchb): Require to shut up the compiler.
3571
3572         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3573         (shr-insert): Tweak line breaking.
3574         (shr-insert): Handle <pre> better.
3575         (shr-tag-li): Get <li> indentation right.
3576         (shr-tag-li): Get <li> indentation even righter.
3577         (shr-tag-blockquote): Ensure paragraph start.
3578         (shr-make-table): Tweak table generation.
3579         (shr-make-table): Fix typo.
3580
3581         * shr.el: Implement table rendering.
3582
3583 2010-10-04  Julien Danjou  <julien@danjou.info>
3584
3585         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3586
3587 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3588
3589         * shr.el (shr-insert): Use string anchors instead of line anchors.
3590
3591 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3592
3593         * shr.el: Add headings.
3594         (shr-ensure-paragraph): Actually work.
3595         (shr-tag-li): Make <ul> prettier.
3596         (shr-insert): Get white space at the beginning/end of elements right.
3597         (shr-tag-p): Collapse subsequent <p>s.
3598         (shr-ensure-paragraph): Don't insert double line feeds after blank
3599         lines.
3600         (shr-insert): \t is also space.
3601         (shr-tag-s): Fix "s" tag name function.
3602         (shr-tag-s): Fix face prop name.
3603
3604 2010-10-03  Julien Danjou  <julien@danjou.info>
3605
3606         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3607
3608         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3609         gnus-window-inside-pixel-edges.
3610
3611         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3612         gnus-ems.
3613
3614         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3615
3616         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3617         function.
3618
3619         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3620         resize choice.
3621
3622 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3623
3624         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3625         beginning of the buffer.
3626
3627         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3628         article buffer again.
3629
3630         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3631
3632         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3633         when it's at the start of the buffer.
3634
3635         * shr.el (shr-tag-blockquote): Convert name.
3636         (shr-rescale-image): Use the right image-size variant.
3637
3638         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3639         buffer isn't shown, then select the current article first instead of
3640         bugging out.
3641         (gnus-summary-select-article-buffer): Show both the article and summary
3642         buffers again.
3643
3644         * shr.el (shr-fontize-cont): Protect against regions with no text.
3645         Rename tag functions to shr-tag-* for enhanced security.
3646         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3647
3648 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3649
3650         * shr.el (shr-insert):
3651         * pop3.el (pop3-movemail):
3652         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3653         loaded.
3654
3655 2010-10-03  Glenn Morris  <rgm@gnu.org>
3656
3657         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3658
3659         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3660
3661         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3662
3663         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3664
3665         * gnus-util.el (gnus-make-local-hook): Simplify.
3666
3667 2010-10-02  Julien Danjou  <julien@danjou.info>
3668
3669         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3670         (gnus-ido-completing-read): New function.
3671         (gnus-emacs-completing-read): New function.
3672         (gnus-completing-read): Use gnus-completing-read-function.
3673         Add gnus-completing-read-function.
3674
3675 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3676
3677         * shr.el (shr-insert-document): Autoload.
3678         (shr-img): Be silent.
3679         (shr-insert): Add a newline after every picture before text.
3680         (shr-add-font): Use overlays for combining faces.
3681         (shr-insert): Pass upwards the text start point.
3682
3683         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3684         possible.
3685         (mm-shr): New function.
3686
3687 2010-10-02  Julien Danjou  <julien@danjou.info>
3688
3689         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3690         should go backward.
3691
3692 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3693
3694         * shr.el (shr): Fix typo in provide call.
3695
3696 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3697
3698         * shr.el: New file.
3699
3700         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3701
3702         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3703         completing read.
3704
3705 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3706
3707         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3708         we're being queried about.  Suggested by Dan Jacobson.
3709
3710         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3711         Suggested by Jason Eisner.
3712
3713         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3714         table, too.  Suggested by Stefan Wiens.
3715         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3716         the table unnecessary.  Suggested by Stefan Wiens.
3717
3718         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3719         longer needed, and probably doesn't work either, as pointed out by
3720         Stefan Wiens.
3721         (gnus-summary-exit): Remove call to the clearing function.
3722         (gnus-summary-exit-no-update): Ditto.
3723
3724         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3725         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3726         Reported by Stefan Monnier.
3727         (gnus-summary-save-in-rmail): Ditto.
3728
3729         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3730         article buffer, instead of both the article buffer and the summary
3731         buffer.  Sort of suggested by Dan Jacobson.
3732
3733         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3734
3735         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3736         Suggested by Dan Jacobson.
3737
3738         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3739         documentation clearer.
3740
3741         * message.el (message-shorten-references): Comment on the number "21".
3742         Suggested by Stefan Monnier.
3743
3744         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3745         Suggested by Dan Jacobson.
3746
3747         * gnus.el (gnus-large-newsgroup):
3748         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3749
3750         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3751         externalize attachments.  Bug reported by Steve Wen.
3752
3753         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3754         really message anything to the user.
3755
3756         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3757         directly.
3758
3759         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3760         messages in empty groups.
3761
3762 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3763
3764         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3765         non-UIDNEXT group.
3766
3767 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3768
3769         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3770         not the value from the collection.
3771
3772         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3773         values.  This sometimes happens on some groups that have no info.
3774         (nnimap-request-newgroups): New function.
3775
3776 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3777
3778         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3779         check into `gnus-registry-initialize'.
3780         (gnus-registry-initialize): Ditto.
3781         Fix and extend header docs.
3782
3783 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3784
3785         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3786         regexp backtrace overflows.
3787
3788         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3789         for starttls that tls.el implements; i.e. openssl.
3790
3791         * tls.el (tls-starttls-switches): Give up on using starttls with
3792         gnutls-cli.
3793         (tls-program): Add --insecure to be consistent with the defaults from
3794         openssl s_client.  Now all three commands are insecure.
3795
3796 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3797
3798         * lpath.el: Bind completion-styles-alist for XEmacs.
3799
3800         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3801         (gravatar-create-image): New function that's an alias to
3802         gnus-xmas-create-image, gnus-create-image, or create-image.
3803         (gravatar-data->image): Use it.
3804
3805 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3806
3807         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3808         install the nnregistry refer method.
3809         (gnus-registry-install-hooks): Use it.
3810         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3811         unfollowed groups.
3812
3813 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3814
3815         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3816         expanding threads.
3817
3818 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3819
3820         * nnir.el: Use the server names without suffixes (bug #7009).
3821
3822         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3823         unencrypted to STARTTLS, if possible.
3824
3825 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3826
3827         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3828         headers before superseding.
3829
3830 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3831
3832         * nnrss.el (nnrss-use-local): Add documentation.
3833
3834         * nnimap.el (nnimap-extend-tls-programs): New function.
3835         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3836         (nnimap-wait-for-connection): Accept the greeting from the stupid
3837         output from openssl s_client -starttls, too.
3838
3839         * tls.el (tls-starttls-switches): New variable.
3840         (tls-find-starttls-argument): Use it.
3841         (open-tls-stream): Ditto.
3842
3843         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3844         (netrc-machine): Ditto.
3845
3846         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3847         article number.
3848         (nnimap-split-fancy): New variable.
3849         (nnimap-split-incoming-mail): Use it.
3850
3851         * nntp.el (nntp-server-list-active-group): Document.
3852
3853         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3854         SELECT to get the message-id.
3855
3856         * mail-source.el (mail-sources): Remove webmail support.
3857         (defvar): Ditto.
3858         (mail-source-fetcher-alist): Ditto.
3859         (mail-source-fetch-webmail): Remove.
3860
3861         * webmail.el: Remove -- doesn't seem relevant any more.
3862
3863         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3864
3865         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3866         the \r.
3867
3868 2010-09-30  Julien Danjou  <julien@danjou.info>
3869
3870         * gnus-agent.el (gnus-agent-add-group): Fix call to
3871         gnus-completing-read.
3872
3873 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3874
3875         * nndoc.el (nndoc-retrieve-groups): New function.
3876
3877         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3878         `default', use nnmail-split-methods.
3879         (nnimap-request-article): Downcase the NILs so that they are nil.
3880
3881         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3882         symbol.
3883
3884         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3885         code, since if the user has requested network, that's what they ought
3886         to get.
3887         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3888         (nnimap-split-rule): Mark as obsolete.
3889
3890         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3891         New variable.
3892
3893         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3894         correct slot, too.
3895
3896 2010-09-29  Julien Danjou  <julien@danjou.info>
3897
3898         * gnus.el (gnus-local-domain): Declare variable obsolete.
3899
3900         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3901         Fix history computing.
3902         (gnus-ido-completing-read): Require ido.
3903
3904 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3905
3906         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3907         build Gnus.
3908
3909         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3910         when interpreting the structures.
3911         (nnimap-request-accept-article): Add \r\n to the lines to make this
3912         work with Cyrus.
3913
3914         * nndraft.el (nndraft-request-expire-articles): Use the group name
3915         instead if "nndraft".  Fix found by Nils Ackermann.
3916
3917 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3918
3919         * nnregistry.el: Add.
3920
3921 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3922
3923         * nnmail.el (group, group-art-list, group-art):
3924         Remove unneeded directives.
3925
3926 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3927
3928         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3929         (mm-mime-charset)
3930         * rfc2047.el (rfc2047-syntax-table)
3931         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3932
3933         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3934         rather than `insert-file-contents' and `eval-region'.
3935
3936         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3937         construction.
3938
3939         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3940
3941         * time-date.el: No need to require cl for Emacs 21.
3942
3943 2010-09-29  Julien Danjou  <julien@danjou.info>
3944
3945         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3946         replacement of `gnus-gravatar-relief' to mimic
3947         `gnus-faces-properties-alist'.
3948         Add :version property.
3949
3950 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3951
3952         * mail-source.el (mail-source-report-new-mail)
3953         * message.el (message-default-mail-headers)
3954         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3955
3956         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3957
3958 2010-09-28  Julien Danjou  <julien@danjou.info>
3959
3960         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3961         mail-address contains the same string as real-name.
3962
3963         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3964         non-blank in header, otherwise it'll get stripped.
3965
3966         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3967         real-name, and then for mail address rather than doing : or , search.
3968
3969 2010-09-27  Julien Danjou  <julien@danjou.info>
3970
3971         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3972         right completing-read function.
3973         (gnus-use-ido): New variable
3974         (gnus-completing-read-with-default): Remove.
3975         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3976         (gnus-agent-add-group):
3977         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3978         * mm-view.el (mm-view-pkcs7-decrypt):
3979         * mm-util.el (mm-codepage-setup):
3980         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3981         * mml-smime.el (mml-smime-openssl-sign-query):
3982         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3983         (mml-insert-multipart):
3984         * gnus-msg.el (gnus-summary-yank-message):
3985         * gnus-int.el (gnus-start-news-server):
3986         * mm-decode.el (mm-interactively-view-part):
3987         * gnus-dired.el (gnus-dired-attach):
3988         * gnus.el (gnus-read-method):
3989         * gnus-bookmark.el (gnus-bookmark-jump):
3990         * gnus-art.el (gnus-mime-view-part-as-type)
3991         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3992         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3993         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3994         * nnmairix.el (nnmairix-create-server-and-default-group)
3995         (nnmairix-update-groups, nnmairix-get-server)
3996         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3997         (nnmairix-get-group-from-file-path):
3998         * nnrss.el (nnrss-find-rss-via-syndic8):
3999         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4000         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4001         (gnus-group-browse-foreign-server):
4002         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4003         (gnus-summary-execute-command, gnus-summary-respool-article)
4004         (gnus-read-move-group-name):
4005         * gnus-score.el (gnus-summary-increase-score)
4006         (gnus-summary-score-effect):
4007         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4008
4009 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4010
4011         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4012         x-focus-frame.
4013
4014         * nnimap.el (auth-source-forget-user-or-password)
4015         (auth-source-user-or-password): Autoload.
4016
4017         * message.el (message-from-style, message-interactive)
4018         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4019         (message-yank-prefix, message-indentation-spaces, message-signature)
4020         (message-signature-file): Add comment.
4021
4022 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4023
4024         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4025         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4026         new articles.
4027
4028         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4029         parts.
4030         (nnimap-request-article): Work with the t setting, too.
4031
4032         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4033         that you don't get flashes of other buffers.
4034         (gnus-summary-show-complete-article): Intern before setting.
4035
4036 2010-09-27  David Engster  <dengste@eml.cc>
4037
4038         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4039         well as HEADERS.
4040         (nnmairix-retrieve-headers): Provide new argument for the above.
4041
4042 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4043
4044         * gnus-sum.el (gnus-summary-move-article): Don't alter
4045         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4046         group.
4047
4048         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4049
4050         * message.el (message-cite-prefix-regexp): Revert my last edit.
4051
4052         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4053         variable instead of the Gnus variable.
4054
4055         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4056
4057         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4058
4059         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4060         since some servers don't like it.
4061         (nnimap-open-connection): Forget credentials if the server says the
4062         password was wrong.
4063         (nnimap-parse-line): Protect against invalid data.
4064
4065         * gnus-sum.el (gnus-summary-move-article): Add comment.
4066         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4067         nothing alters it while scanning for new messages.
4068
4069         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4070         which may or may not help.
4071         (nnimap-open-connection): If we're doing a stream connection, and then
4072         discover we're on a STARTTLS-capable server, then open a STARTTLS
4073         connection instead.
4074
4075 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4076
4077         * nnimap.el (utf7): Require.
4078
4079         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4080         prefix.
4081
4082 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4083
4084         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4085
4086 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4087
4088         * nnimap.el (nnimap-request-accept-article): Message the error on
4089         error.
4090
4091 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4092
4093         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4094
4095 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4096
4097         * nndoc.el (nndoc-request-list): Return success always.
4098
4099         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4100         `fetch-old' -- we only want to fetch the articles we've requested.
4101         The rest are in the agent, probably.
4102         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4103         disappeared server" to something low.  It's not important.
4104
4105         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4106         arrived before the FETCH data.
4107
4108         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4109         target here, because we don't know the Gnus name of the group.
4110
4111         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4112         for the correct group.
4113
4114         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4115
4116         * gnus.el (gnus): Give a final warning after startup.
4117
4118         * gnus-util.el (gnus-action-message-log): New variable.
4119         (gnus-message): Use it.
4120         (gnus-final-warning): New function.
4121
4122         * nnimap.el (nnimap-open-connection): Record the greeting.
4123         (nnimap): Add greeting.
4124
4125 2010-09-26  Julien Danjou  <julien@danjou.info>
4126
4127         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4128         arguments.
4129         (gnus-html-wash-images): Fix spec computing to include start/end.
4130
4131         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4132
4133 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4134
4135         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4136         deletion.
4137         (nnimap-retrieve-headers): Don't select the group, because that's
4138         already done by nnimap-possibly-change-group.
4139
4140         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4141         (gnus-picon-transform-address): Use it.
4142
4143         * mail-source.el (mail-source-value): Revert previous patch.
4144
4145         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4146         on failure.
4147         (nnimap-open-connection): Look up both virtual and physical server name
4148         credentials.
4149
4150         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4151
4152 2009-02-07  Dave Love  <fx@gnu.org>
4153
4154         * tls.el (open-tls-stream): Don't query killing process.
4155
4156 2009-02-08  Dave Love  <fx@gnu.org>
4157
4158         * gnus-win.el (gnus-window-to-buffer-helper)
4159         (gnus-all-windows-visible-p): Function needn't be a symbol.
4160
4161         * mail-source.el (mail-source-value): Function needn't be a symbol.
4162
4163 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4164
4165         * message.el (message-cite-prefix-regexp): Remove } from the cite
4166         prefix.
4167
4168         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4169         highlight again, so that the highlight is correct.
4170
4171         * gnus-picon.el (gnus-picon): Remove again.
4172         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4173
4174         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4175         doing the header highlightling, so that the background colour of the
4176         picon is correct.
4177
4178         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4179         (gnus-picon): Ditto.
4180         (gnus-picon): Reinstate.  The background colour for picons is white.
4181         (gnus-picon-insert-glyph): Make the background white.
4182
4183         * nnml.el (nnml-open-nov): Don't return dead buffers.
4184
4185         * auth-source.el (auth-source-create): Query the user for whether to
4186         store the credentials.
4187
4188         * netrc.el (netrc-store-data): New function.
4189
4190         * auth-source.el (auth-source-user-or-password): Use the existing auth
4191         sources, if any, for creation.
4192
4193         * gnus.el (gnus-group-fast-parameter): Return the last matching
4194         parameter instead of the first matching parameter.
4195
4196 2010-09-26  Julien Danjou  <julien@danjou.info>
4197
4198         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4199
4200 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4201
4202         * mml2015.el (mml2015-use): Remove gpg support.
4203
4204         * mml1991.el (mml1991-function-alist): Remove gpg function.
4205         (mml1991-gpg-sign): Remove.
4206
4207 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4208
4209         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4210         (gnus-browse-unsubscribe-current-group): Document it.
4211         (gnus-browse-unsubscribe-group): Use it.
4212
4213 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4214
4215         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4216         address to the To list for easier response.
4217
4218         * gnus.el (gnus-play-startup-jingle): Remove.
4219         (gnus-splash): Don't play jingle.
4220         (gnus): Silence gnus-load message.
4221
4222         * gnus-art.el (gnus-treat-play-sounds): Remove.
4223
4224         * gnus.el (gnus-play-jingle): Remove audio support.
4225
4226         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4227
4228         * earcon.el: Remove -- no users.
4229
4230         * gnus-audio.el: Remove -- no users of this package.
4231
4232         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4233
4234         * gnus-start.el (gnus-setup-news): Remove nocem support.
4235
4236         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4237
4238         * gnus.el (gnus-use-nocem): Remove.
4239
4240         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4241         Remove.
4242
4243         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4244         uses NoCeM any more.
4245
4246         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4247         (gnus-button-ctan-handler): Ditto.
4248         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4249         (gnus-button-ctan-directory-regexp): Ditto.
4250         (gnus-button-handle-ctan): Ditto.
4251         (gnus-button-tex-level): Ditto.
4252         (gnus-button-alist): Remove CTAN stuff.
4253
4254 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4255
4256         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4257         nnimap-streaming test.
4258
4259         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4260         servers twice.
4261
4262         * nnimap.el (nnimap-open-connection): Add more error reporting when
4263         nnimap fails early.
4264
4265         * nnheader.el (nnheader-get-report-string): New function.
4266         (nnheader-get-report): Use it.
4267
4268         * gnus-int.el (gnus-check-server): Say what the error was when opening
4269         failed.
4270
4271         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4272         using streaming.
4273
4274 2010-09-25  Julien Danjou  <julien@danjou.info>
4275
4276         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4277         gnus-window-inside-pixel-edges.
4278
4279 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4280
4281         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4282
4283         * mm-decode.el (mm-save-part): Allow saving to other directories the
4284         normal Emacs way.
4285
4286         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4287         Suggested by Jay Berkenbilt.
4288
4289         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4290         there isn't a single byte.
4291
4292         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4293         just do it.  It doesn't really seem to matter what the user responds
4294         here, I think, so it's just a confusing question.
4295
4296         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4297         non-streaming case.
4298
4299         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4300         (gnus-article-encrypt-body): Use it.
4301
4302         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4303         keystroke.
4304
4305         * nnimap.el (nnimap-find-wanted-parts-1):
4306         Use gnus-fetch-partial-articles.
4307
4308         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4309
4310         * nnimap.el (nnimap-insert-partial-structure): New function.
4311         (nnimap-get-partial-article): New function.
4312         (nnimap-request-article): Use it.
4313         (nnimap-wait-for-response): Return whether the wait was successful.
4314         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4315         retrieval wasn't successful.
4316         (nnimap-retrieve-group-data-early): Allow throttling servers.
4317         (nnimap-streaming): New variable.
4318         (nnimap-fetch-partial-articles): Remove.
4319
4320         * mm-decode.el (mm-with-part): Protect against killed buffers.
4321
4322         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4323         for prettier summary display.
4324
4325 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4326
4327         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4328
4329 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4330
4331         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4332         apparently third-party libraries depend on it.
4333
4334         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4335         before starting negotiation.
4336
4337         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4338         privacy reasons.
4339         (gnus-treat-mail-gravatar): Ditto.
4340
4341         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4342         buffer when inserting images.  Inserting text into the headers, for
4343         instance, can make them invalid.
4344
4345 2010-09-25  Julien Danjou  <julien@danjou.info>
4346
4347         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4348         variables.
4349
4350         * nnheader.el: Remove useless variables news-reply-yank-from and
4351         news-reply-yank-message-id.
4352
4353         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4354         variables.
4355
4356         * mml1991.el: Remove useless mml1991-verbose.
4357
4358         * gnus.el: Remove useless variable gnus-use-generic-from.
4359         Remove obsolete variable gnus-topic-indentation.
4360
4361         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4362
4363         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4364
4365         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4366
4367         * gnus-group.el: Remove useless gnus-group-icon-cache.
4368         Remove useless gnus-ephemeral-group-server.
4369
4370         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4371
4372         * mml2015.el: Remove useless mml2015-verbose.
4373
4374         * mml-smime.el: Remove useless mml-smime-verbose.
4375
4376         * gnus.el: Remove useless gnus-local-domain.
4377
4378         * gnus-gravatar.el (gnus-gravatar-transform-address):
4379         Use gnus-gravatar-size.
4380
4381         * gnus-art.el: Remove useless gnus-treat-translate.
4382
4383 2010-09-24  Julien Danjou  <julien@danjou.info>
4384
4385         * gnus-sum.el: Add support for Gravatars.
4386
4387         * gnus-art.el: Add support for Gravatars.
4388
4389         * gnus-gravatar.el: Add this file.
4390
4391         * gravatar.el: Add this file.
4392
4393 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4394
4395         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4396
4397         * gnus-group.el (gnus-group-fetch-faq): Remove.
4398
4399         * gnus.el (gnus-group-faq-directory): Remove.
4400
4401         * gnus-group.el (gnus-group-fetch-charter): Remove.
4402
4403         * gnus.el (gnus-group-charter-alist): Remove.
4404
4405         * gnus-group.el (gnus-group-archive-directory): Remove.
4406         (gnus-group-recent-archive-directory): Ditto.
4407         (gnus-group-make-archive-group): Remove.
4408
4409         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4410
4411         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4412         use the same article number for all the cached articles.
4413
4414         * nnimap.el (nnimap-command): Register the last command time so
4415         that we can use it for idling NOOPs.
4416         (nnimap-open-connection): Start the keeplive timer.
4417         (nnimap-make-process-buffer): Store all the process buffers.
4418         (nnimap-keepalive): New function.
4419
4420         * starttls.el (starttls-open-stream): Add autoload cookie.
4421
4422 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4423
4424         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4425         handling.
4426
4427 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4428
4429         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4430         its data structures.
4431
4432         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4433         instead of the cl.el copy-list.
4434         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4435         equalp.
4436
4437 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4438
4439         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4440         and tool-bar-local-item-from-menu.
4441
4442         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4443         mode-line-highlight face for Emacs.
4444
4445         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4446         loading gnus-sum.elc; fix comment for canlock-verify.
4447         (gnus-article-jump-to-part): Use read-number.
4448         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4449         Remove Emacs pre-21 compatible code for help-echo.
4450         (gnus-article-next-page-1): No need to adjust the number of lines.
4451         (gnus-article-describe-bindings): Always use help-buffer.
4452
4453         * gnus-audio.el (gnus-audio-inline-sound)
4454         * gnus-cus.el (gnus-custom-mode)
4455         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4456
4457         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4458
4459         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4460         compatible code.
4461
4462 2010-09-24  Glenn Morris  <rgm@gnu.org>
4463
4464         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4465         visiting the fcc file in rmail-mode.
4466
4467         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4468
4469 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4470
4471         * nnir.el: Silence the byte compiler.
4472
4473         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4474         alias to browse-url-url-encode-chars if any.
4475         (gnus-html-encode-url): Use it.
4476
4477 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4478
4479         * gnus-start.el (gnus-use-backend-marks): New variable.
4480         (gnus-get-unread-articles-in-group): Use it.
4481
4482         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4483         makeover.
4484
4485 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4486
4487         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4488
4489 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4490
4491         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4492         Remove.
4493         (gnus-setup-news-hook):
4494         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4495
4496         * gnus-int.el (gnus-request-update-info): Protect against backends not
4497         having the function.
4498
4499         * nnimap.el (nnimap-stream): Mention starttls.
4500         (nnimap-open-connection): Add starttls support.
4501
4502 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4503
4504         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4505
4506 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4507
4508         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4509         BODYSTRUCTUREs.
4510         (nnimap-transform-headers): Unfold quoted {42} headers.
4511
4512         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4513         the info.
4514         (gnus-get-unread-articles): Only call updatep on backends that support
4515         it.
4516
4517         * nnweb.el (nnweb-request-update-info): NOOP.
4518
4519         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4520
4521         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4522         since it only deals with marks.
4523
4524         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4525         gnus-request-marks, and make a new gnus-request-update-info.
4526
4527         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4528         the active instead of the high number, which is usually too low.
4529
4530 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4531
4532         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4533         * encrypt.el: Remove.
4534
4535 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4536
4537         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4538         server in symbolic form.
4539
4540         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4541
4542 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4543
4544         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4545         (nnimap-update-info): Fix up code slightly.
4546
4547         * gnus-int.el (gnus-open-server): Add tracing for performance
4548         debugging.
4549
4550         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4551         (gnus-group-insert-group-line): Pass the real group name so that it
4552         gets the right data.
4553
4554         * gnus-start.el (gnus-get-unread-articles): Don't have
4555         `gnus-get-unread-articles-in-group' update info, since that can be
4556         really slow and doesn't seem to be needed?
4557
4558 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4559
4560         * time-date.el (date-to-time): Try using parse-time-string first before
4561         using the slower timezone-make-date-arpa-standard.
4562
4563 2010-09-22  Julien Danjou  <julien@danjou.info>
4564
4565         * gnus-group.el (gnus-group-insert-group-line):
4566         Call gnus-group-highlight-line.
4567         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4568         default hook list.
4569         (gnus-group-update-eval-form): Add new function.
4570         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4571         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4572
4573 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4574
4575         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4576         immediate, then expire all articles.
4577         (nnimap-update-info): Fix off-by-one errors.
4578         (nnimap-flags-to-marks): Would return no marks lists for group with no
4579         flags.  Instead return the other data.
4580
4581 2010-09-22  Julien Danjou  <julien@danjou.info>
4582
4583         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4584         Only return an icon.
4585         (gnus-group-insert-group-line): Compute icon to return.
4586
4587         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4588         (gnus-html-image-fetched): Only cache if
4589         gnus-html-image-automatic-caching is set.
4590         (gnus-html-image-fetched): Check for errors.
4591
4592 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4593
4594         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4595         once per method on `g'.  This ensures that backends like nnfolder don't
4596         open all their folders.
4597
4598         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4599         (nnimap-request-list): Nix out group in the correct buffer.
4600         (nnimap-parse-flags): Implement by using `read' instead of
4601         hand-parsing.
4602         (nnimap-flags-to-marks): Pass on permanent-flags.
4603         (nnimap-make-process-buffer): Record the server name.
4604         (nnimap-parse-flags): Fix typo.
4605         (nnimap-request-scan): Run split on the server in general, not just a
4606         single group.
4607
4608         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4609         parameter, and propagate this downwards.
4610
4611         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4612         since EXAMINE changes it on the server.
4613
4614         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4615         this command might take a while.
4616
4617 2010-09-22  Julien Danjou  <julien@danjou.info>
4618
4619         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4620         harmful if you have 2 images side-by-side, they can't be properly
4621         update on text deletion.  Using text-property is safer here.
4622         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4623         data.
4624
4625 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4626
4627         * nnimap.el (nnimap-expunge-inbox): Remove.
4628         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4629         (nnimap-expunge): Flip default to t.
4630
4631         * gnus.el (gnus-method-to-server): Don't push things to the cache
4632         unless it's unique.
4633         (gnus-server-to-method): Ditto.
4634
4635 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4636
4637         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4638
4639 2010-09-22  Julien Danjou  <julien@danjou.info>
4640
4641         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4642         get the start of data.
4643         (gnus-html-encode-url): Add this function to encode special chars in
4644         URL.
4645         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4646         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4647
4648         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4649         default.
4650         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4651
4652         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4653         images alt-text.
4654         (gnus-html-put-image): Put alt-text as help-echo.
4655
4656 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4657
4658         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4659         * mm-util.el (mm-decompress-buffer)
4660         * nnir.el (nnir-run-find-grep)
4661         * pop3.el (pop3-list): Use 3rd arg of split-string.
4662
4663         * time-date.el (format-seconds): Comment fix.
4664
4665         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4666         and byte-optimize-form-code-walker.
4667         (dgnushack-make-auto-load): Don't advise make-autoload.
4668
4669         * lpath.el: Remove Emacs 21 stuff.
4670
4671 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4672
4673         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4674         outside the active range.  Suggested by Dan Christensen.
4675
4676         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4677         slightly later to avoid double-getting it.
4678
4679         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4680         previous patch.
4681
4682         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4683
4684 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4685
4686         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4687
4688 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4689
4690         * gnus-int.el (gnus-open-server): Give a better error message in the
4691         "go offline" case.
4692
4693         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4694         marks for nnimap, which is seldom the right thing to do.
4695
4696         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4697         (gnus-same-method-different-name): New function.
4698
4699         * nnimap.el (parse-time): Require.
4700
4701         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4702         method in the presence of many similar methods.
4703
4704         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4705
4706         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4707         nnml-inhibit-expiry.
4708
4709         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4710         find out whether methods are equal.
4711
4712         * nnimap.el (nnimap-find-expired-articles): New function.
4713         (nnimap-process-expiry-targets): New function.
4714         (nnimap-request-move-article): Request the article before looking at
4715         what the Message-ID is.  Fix found by Andrew Cohen.
4716         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4717
4718         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4719         for oldness in addition to being a predicate.
4720
4721         * nnimap.el (nnimap-request-group): When we have zero articles, return
4722         the right data to Gnus.
4723         (nnimap-request-expire-articles): Only delete articles immediately if
4724         the target is 'delete.
4725
4726         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4727         method, this would bug out.
4728
4729         * gnus-group.el (gnus-group-expunge-group): Rename from
4730         gnus-group-nnimap-expunge, and implemented as a normal interface
4731         function.
4732
4733         * gnus-int.el (gnus-request-expunge-group): New function.
4734
4735         * nnimap.el (nnimap-request-create-group): Implement.
4736         (nnimap-request-expunge-group): New function.
4737
4738 2010-09-21  Julien Danjou  <julien@danjou.info>
4739
4740         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4741         (gnus-html-cache-expired): Add new function.
4742         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4743         wethever we should display image for fetch it.
4744         Compute alt-text earlier to pass it to the fetching function too.
4745         (gnus-html-schedule-image-fetching): Change function argument to only
4746         get one image at a time, not a list.
4747         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4748         cache.
4749         (gnus-html-get-image-data): New function to retrieve image data from
4750         cache.
4751         (gnus-html-put-image): Change buffer argument to use image data rather
4752         than file, and place image above region rather than inserting a new
4753         one.  Do not take alt-text as argument, since it's useless now: we place
4754         the image above alt-text.
4755         (gnus-html-prune-cache): Remove.
4756         (gnus-html-show-images): Start to fetch image when we find one, do not
4757         push into a temporary list.
4758         (gnus-html-prefetch-images): Only fetch image if they have expired.
4759         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4760         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4761
4762 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4763
4764         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4765
4766 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4767
4768         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4769         spec inser "*" if the group isn't active instead of 0.
4770
4771         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4772         opening the server.
4773         (nnimap-request-delete-group): Implement group deletion.
4774         (nnimap-transform-headers): Return the size of the entire message in
4775         the Bytes header, not just the size of the first part.
4776         (nnimap-request-move-article): When moving an article from nnimap,
4777         request the article first so the accepting form has an article to
4778         accept.  Reported by Dan Christensen.
4779         (nnimap-command): Make sure that the error message doesn't error out.
4780
4781 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4782
4783         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4784         we haven't requested anything.
4785
4786 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4787
4788         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4789         "".  Fix found by Andrew Cohen.
4790
4791         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4792         instead of -encode-string.
4793
4794 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4795
4796         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4797
4798         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4799         by mm-subst-char-in-string.
4800
4801 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4802
4803         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4804         waiting for the connection string.
4805
4806         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4807         arriving.
4808
4809         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4810         bogus characters.  This allows selecting certain Gmail groups.
4811
4812         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4813         (nnimap-fetch-partial-articles): New variable.
4814         (nnimap-open-connection): When looking for credentials, also use the
4815         nnimap-server-port.
4816         (nnimap-request-article): Return the group/article number, so that Gnus
4817         `^' works as expected.
4818         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4819
4820         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4821         comments.
4822         (gnus-methods-sloppily-equal): New function.
4823         (gnus): When using the development version of Gnus, load the gnus-load
4824         file.
4825
4826         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4827         `gnus-open-server' on each method before trying to scan them etc.
4828         This ensures that all the backend parameters are set correctly.
4829
4830         * nnimap.el (nnimap-authenticator): New variable.
4831         (nnimap-open-connection): Allow anonymous login.
4832         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4833         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4834
4835         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4836         patch, found by Knut Anders Hatlen.
4837
4838 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4839
4840         * gnus-agent.el (gnus-agent-batch-confirmation)
4841         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4842         to gnus-message.
4843         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4844         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4845         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4846         * gnus-int.el (gnus-open-server): Likewise.
4847         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4848         (gnus-score-check-syntax): Likewise.
4849         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4850         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4851         Likewise.
4852         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4853
4854 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4855
4856         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4857         calling conventions so that prefetch doesn't bug out.
4858
4859 2010-09-19  Julien Danjou  <julien@danjou.info>
4860
4861         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4862         rather than `subst-char-in-region' in order to be able to replace ASCII
4863         char by UTF-8 ones.
4864
4865         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4866         than curl.
4867         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4868         the right URL and ALT text on images.
4869         (gnus-html-wash-tags): Fix tag case.
4870         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4871         (gnus-article-html): Add -o display_ins_del=2 option.
4872         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4873
4874 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4875
4876         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4877         the extra mail headers, which sometimes seem to happen for unknown
4878         reasons.
4879
4880         * mail-parse.el (mail-header-encode-parameter): Define as
4881         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4882         (or most, perhaps?) mail readers don't understand the latter, but do
4883         understand the former.
4884
4885         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4886         to nil, so that no methods are automatically agentized.  I think this
4887         is probably what most users want.
4888
4889         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4890         from url-retrieve, for instance about invalid URLs.
4891
4892         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4893         groups that have no articles.
4894         (nnimap-request-article): Check that we really got an article when we
4895         requested one.
4896
4897         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4898         doesn't exist.
4899
4900         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4901         nntp buffer so the agent can save it.
4902         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4903         that CRLF doesn't get translated to \n.
4904         (nnimap-open-connection): Don't make 'shell commands only send \n.
4905
4906 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4907
4908         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4909         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4910         Update var name.
4911         (nnml-generate-nov-file): Use dolist.
4912         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4913         Use with-current-buffer.
4914
4915 2010-09-18  Julien Danjou  <julien@danjou.info>
4916
4917         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4918         parallel.
4919
4920 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4921
4922         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4923         the range update right.
4924         (nnimap-request-group): Don't make `M-g' bug out on group with no
4925         marks.
4926         (nnoo): Require, so that other packages can require nnimap.
4927         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4928         command we're looking for.  This helps when the server sends more
4929         responses after we've gotten everything we expected.
4930         (nnimap): Add a `newlinep' field to keep track of end-of-line
4931         conventions.
4932         Don't send CRLF to things that don't want it.
4933         (nnimap-request-accept-article): Ditto.
4934
4935 2010-09-18  Julien Danjou  <julien@danjou.info>
4936
4937         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4938         than curl to retrieve images.
4939
4940 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4941
4942         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4943         the marks.
4944         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4945         (nnimap-wait-for-connection): New function.
4946         (nnimap-open-connection): If we have PREAUTH, don't query for login
4947         credentials.
4948         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4949         when doing a partial update.
4950
4951 2010-09-18  Julien Danjou  <julien@danjou.info>
4952
4953         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4954         tags.
4955
4956 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4957
4958         * nnimap.el (nnimap-credentials): New function.
4959         (nnimap-open-connection): Use the new function to look for credentials
4960         also on the numeric equivalents of "imap" and "imaps".
4961
4962         * gnus-start.el (gnus-activate-group): Send the info to
4963         gnus-request-group.
4964
4965         * nnimap.el (nnimap-request-group): Have the "check" version of the
4966         function parse flags and update the info, so that a `M-g' get a total
4967         resync of all flags from the group.
4968
4969         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4970         to allow backends to alter the info on group selection.  Also alter all
4971         the backend -request-group functions to take the parameter.
4972
4973         * nnimap.el (nnimap-store-info): New function.
4974         (nnimap-update-info): Store the info for later usage.
4975         (nnimap-request-group): Use the stored info for the dont-check case, so
4976         that we don't retrieve all marks when we enter a group.
4977
4978         * nnimap.el: Use deffoo instead of defun for interface functions.
4979
4980         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4981         update the group info.  This makes the nndraft groups, for instance, go
4982         back to their old behaviour.
4983
4984         * gnus-sum.el (gnus-select-newsgroup): Indent.
4985
4986         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4987         in.
4988         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4989         nothing.
4990
4991         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4992         from methods that are denied.
4993
4994         * gnus-int.el (gnus-method-denied-p): New function.
4995
4996         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4997         store the password instead of netrc.
4998         (nnimap-open-connection): Don't error out when we can't make a
4999         connections.
5000
5001         * auth-source.el (auth-source-create): In the password prompt, say what
5002         we're querying for.  Also prompt for user name if that hasn't been
5003         given.
5004
5005         * nnimap.el (nnimap-with-process-buffer): Remove.
5006
5007 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5008
5009         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5010         method when we're reading from the agent.
5011
5012         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5013
5014         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5015         that's probably most useful for users.
5016
5017         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5018         "failed" all the time.
5019
5020         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5021         ...)) with (with-current-buffer ... ).
5022
5023         * nntp.el (nntp-open-server): Return whether the open was successful or
5024         not.
5025
5026         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5027         select an unread unseen article first.
5028
5029         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5030         /etc/services, supply some sensible port defaults.
5031
5032         * dgnushack.el: Define netrc-credentials.
5033
5034 2010-09-17  Julien Danjou  <julien@danjou.info>
5035
5036         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5037
5038 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5039
5040         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5041         doesn't have any parameters.
5042
5043 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5044
5045         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5046         only upcased checks.
5047
5048         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5049
5050         * nnimap.el (nnimap-open-shell-stream): New function.
5051         (nnimap-open-connection): Use it.
5052         (nnimap-transform-headers): Get the number of lines in each message.
5053         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5054         number of lines.
5055         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5056         problem.
5057
5058         * utf7.el (utf7-encode): Autoload.
5059
5060         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5061         to allow the mail splitting to not return a default group.  This is
5062         useful for nnimap, which will leave unmatched mail in the inbox.
5063
5064         * nnimap.el: Rewritten.
5065
5066         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5067         nnimap usage.
5068
5069         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5070         if the move is internal, so that nnimap can do fast internal moves.
5071
5072         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5073         data.
5074         (gnus-read-active-for-groups): Support finishing the early retrieval of
5075         data.
5076
5077         * gnus-range.el (gnus-range-nconcat): New function.
5078
5079         * gnus-int.el (gnus-finish-retrieve-group-infos)
5080         (gnus-retrieve-group-data-early): New functions.
5081
5082 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5083
5084         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5085         (nnrss-retrieve-groups):
5086         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5087         (pop3-quit): Use with-current-buffer.
5088
5089 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5090
5091         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5092         instead of nnheader-accept-process-output.
5093
5094         * dgnushack.el (dgnushack-compile): Add comment.
5095
5096         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5097
5098         * gnus-html.el (gnus-html-schedule-image-fetching)
5099         (gnus-html-prefetch-images): Replace process-kill-without-query by
5100         gnus-set-process-query-on-exit-flag.
5101
5102 2010-09-16  Romain Francoise  <romain@orebokech.com>
5103
5104         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5105
5106 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5107
5108         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5109         parameter to unintern is mandatory-ish in Emacs 24.
5110
5111         * gnus-html.el (gnus-html-schedule-image-fetching)
5112         (gnus-html-prefetch-images): Check for curl before using it.
5113
5114         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5115         depend on curl, which isn't essential.
5116
5117         * imap.el: Revert back to version
5118         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5119         seem problematic.
5120
5121 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5122
5123         * gnus-registry.el (gnus-registry-install-shortcuts):
5124         Explicitly pass `obarray' to `unintern' to avoid a warning.
5125
5126 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5127
5128         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5129         change.
5130
5131         * nnrss.el (nnrss-request-list): Remove this function and related
5132         functions, including the moreover stuff.
5133
5134 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5135
5136         * nnrss.el (nnrss-retrieve-groups): New function.
5137
5138 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5139
5140         * .dir-locals.el: Add no-byte-compile cookie.
5141
5142 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5143
5144         * time-date.el (format-seconds): Comment fix.
5145
5146         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5147         for back end that doesn't support request-scan.
5148
5149 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5150
5151         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5152         then do request scans from the backends.
5153
5154         * netrc.el (netrc-credentials): New conveniency function.
5155
5156         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5157         avoid running a hook per line, since this takes a lot of time,
5158         profiling shows.
5159         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5160         directly if gnus-visual-p is true.
5161
5162 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5163
5164         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5165         groups; replace mapcar with dolist which is a bit faster; pass groups
5166         info to gnus-read-active-file-1.
5167         (gnus-read-active-file-1): Scan only specified groups if the new
5168         optional arg `infos' is given.
5169
5170 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5171
5172         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5173
5174         * pop3.el (pop3-movemail): Remove.
5175         (pop3-streaming-movemail): Rename to pop3-movemail.
5176
5177         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5178         don't restrict end-tag searches to the end of the line.
5179
5180 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5181
5182         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5183         articles of every unchecked group to t, which means unknown since the
5184         server has never been opened.
5185
5186 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5187
5188         * gnus-html.el (gnus-html-show-alt-text): New command.
5189         (gnus-html-browse-image): Ditto.
5190         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5191         to browse the image directly.
5192         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5193         better.
5194
5195         * gnus-async.el (gnus-async-article-callback):
5196         Call `gnus-html-prefetch-images' unconditionally.
5197
5198         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5199         before feeding URLs to curl.
5200
5201 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5202
5203         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5204         internal images as deletable by `W D D'.
5205
5206         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5207         (gnus-async-article-callback): Fix typo.
5208
5209 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5210
5211         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5212         current line to work around bugs in the output from w3m.
5213
5214         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5215         for groups that want that.
5216
5217         * nntp.el (nntp-wait-for-string): Supply a timeout for
5218         accept-process-output to ensure progress.
5219
5220         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5221         level to get unread articles from, then use that for foreign groups,
5222         too.
5223
5224         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5225         confuses the rest of the function.
5226
5227         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5228         for the methods that support -retrieve-groups, too.
5229
5230         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5231
5232 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5233
5234         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5235         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5236
5237         * pop3.el: Require cl when compiling.
5238         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5239
5240 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5241
5242         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5243         that aren't going to be activated.
5244         (gnus-get-unread-articles): Fix up the last commit.
5245
5246         * gnus-html.el (gnus-article-html): Allow calling without specifying
5247         the handle.  In that case, dissect the buffer first.
5248
5249         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5250
5251         * nnimap.el (nnimap-open-connection): Revert the change that would look
5252         into authinfo for imaps instead of imap.
5253
5254         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5255         say that you don't want to call gnus-request-group with don-check, but
5256         do check the reponse.  This is for virtual groups only.
5257         (gnus-get-unread-articles): Count the archive groups as secondary, so
5258         that they're activated the same way as before.
5259
5260         * imap.el (imap-message-map): Removed optional buffer parameter, since
5261         no callers use it.
5262         (imap-message-get): Ditto.
5263         (imap-message-put): Ditto.
5264         (imap-mailbox-map): Ditto.
5265         (imap-mailbox-put): Ditto.
5266         (imap-mailbox-get): Ditto.
5267         (imap-mailbox-get): Revert last change for this function.
5268
5269         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5270         case-insensitively.
5271         (nnimap-debug): Remove.
5272
5273         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5274         to use `imap-fetch' instead.  According to the comments, this should be
5275         safe, since all other IMAP clients use the 1:* syntax.
5276         (imap-enable-exchange-bug-workaround): Removed.
5277         (imap-debug): Removed -- doesn't seem very useful.
5278
5279         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5280         mail from a file, and the file doesn't exist.
5281
5282         * imap.el (imap-log): New convenience function used throughout instead
5283         of repeating the same code all over the place.
5284
5285         * pop3.el (pop3-streaming-movemail): Return t for success.
5286
5287         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5288         .authinfo if we're using ssl connection.
5289
5290         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5291         already have if we're in a main Gnus `g' run.
5292
5293         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5294
5295 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5296
5297         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5298
5299         * nnmh.el (nnmh-request-list-1): Bind `file'.
5300
5301         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5302         alias to set-process-query-on-exit-flag or process-kill-without-query.
5303         (pop3-open-server): Use it.
5304
5305 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5306
5307         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5308         box to the Incoming file.  Fixes mistake in previous checkin.
5309
5310         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5311         request loop (for debugging purposes) removed.
5312
5313         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5314         culprit is more visible.
5315         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5316         (nnml-add-incremental-nov): New functions to do "incremental" nov
5317         updates, where we just append to the end of the existing nov files
5318         without reading/writing them in full.
5319
5320         * mail-source.el (mail-source-delete-crash-box): Really only check the
5321         incoming files once in a while.
5322
5323         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5324
5325         * mail-source.el (mail-source-delete-crash-box): Only check the
5326         incoming files for deletion once per day to save a lot of file
5327         accesses.
5328
5329         * pop3.el (pop3-logon): Fix up unbound variable typo.
5330
5331         * mail-source.el (pop3-streaming-movemail): Autoload.
5332
5333         * pop3.el (pop3-streaming-movemail):
5334         Respect pop3-leave-mail-on-server.
5335
5336         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5337         retrieval.
5338
5339         * pop3.el (pop3-process-filter): Remove unused function.
5340         (pop3-streaming-movemail, pop3-send-streaming-command)
5341         (pop3-wait-for-messages, pop3-write-to-file)
5342         (pop3-number-of-responses): New functions for streaming pop3
5343         retrieval.
5344
5345         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5346         come from no known methods.
5347         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5348         list.
5349
5350         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5351         message sizes.
5352         (pop3-movemail): Use erase-buffer instead of looping and deleting
5353         regions, which seems rather odd.
5354
5355         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5356         file once per `g' run.
5357
5358         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5359         directories.  This makes the draft queue directory work.
5360
5361         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5362         data from the backends, so that we only request the list of groups from
5363         each method once.  This should speed things up considerably.
5364
5365         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5366         detect that it's not implemented.
5367
5368         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5369         we actually do recurse down into the tree, but don't stat all leaf
5370         nodes.
5371
5372         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5373         then say so instead of bugging out.
5374
5375         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5376         files exist before trying to read them.
5377
5378         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5379         around <pre_int>.
5380
5381         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5382
5383         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5384
5385 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5386
5387         * mm-util.el (mm-image-load-path): Just return the image directories,
5388         not all directories in the path in addition to the image directories.
5389         (mm-image-load-path): Maintain a cache of the image directories so that
5390         the `g' command in Gnus doesn't have to stat dozens of directories each
5391         time.
5392
5393         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5394         (gnus-html-wash-tags): Add a new `i' command to insert images.
5395         (gnus-html-insert-image): New command and keystroke.
5396         (gnus-html-redisplay-with-images): New command and keystroke.
5397         (gnus-html-show-images): Rename command.
5398         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5399         spacers.
5400         (gnus-html-wash-tags): Decode entities at the end, so that entities
5401         inside the tags don't mess up the rest of the "parsing".
5402
5403         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5404         so that nnimap methods aren't agentized by default.  There's apparently
5405         many problems related to agent/imap behaviour.
5406
5407         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5408
5409         * gnus-html.el: Doc fix.
5410
5411 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5412
5413         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5414         specifier-spec-list for Emacs 21.
5415
5416         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5417         glyph-width and glyph-height instead of display-graphic-p and
5418         image-size; make avoidance of displaying small images work for XEmacs.
5419
5420         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5421         for XEmacs.
5422
5423         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5424         of symbol that holds plist data.
5425         (gnus-process-plist): Remove plist of process after getting it.
5426
5427 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5428
5429         * message.el (message-generate-hashcash): Change default to
5430         'opportunistic if hashcash is installed.
5431
5432         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5433         (gnus-html-put-image): Only call image-size once, since it's somewhat
5434         time-consuming on remote X servers.
5435
5436 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5437
5438         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5439         type on data, not a file name.
5440
5441         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5442         window-pixel-edges for Emacs 21.
5443
5444         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5445         decoded contents.
5446         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5447
5448 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5449
5450         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5451         group line format, since it isn't very interesting.
5452
5453         * gnus-agent.el (gnus-agent-short-article),
5454         (gnus-agent-long-article): Increase values for these two variables,
5455         since most people are likely to have more network connection and
5456         storage than before.
5457
5458         * gnus.el (gnus-refer-article-method): Change default to 'current.
5459         When referring an article, the common behaviour is to refer it from the
5460         current select method, not the native select method.  The chances of
5461         the native select method having the message in question is rather slim
5462         these days.
5463
5464         * gnus-sum.el (gnus-auto-select-subject): Change default to
5465         `unseen-or-unread'.  I think it's likely that most people want to
5466         select an unseen article over a previously seen, but unread one.
5467
5468         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5469         means that in the article buffer none of the minor mode elements will
5470         be shown, usually, and this is not desirable in most cases.
5471
5472         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5473         that commands like `d' (and the like) go to the next line in the
5474         buffer, instead of the next unread article.  I think this is the
5475         behaviour that is most natural for most users.
5476         (gnus-single-article-buffer): Change default to nil, so that people can
5477         have as many article buffers open as they have summary buffer.  I think
5478         this is the most natural way for the groups to behave.
5479
5480         * message.el (message-generate-new-buffers): Change default to
5481         `unsent', so that all new message buffers start their names with the
5482         string "*unsent", and it's easier to find the buffers if you move from
5483         them.
5484
5485 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5486
5487         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5488         small.  They're probably tracking images.
5489         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5490         (gnus-html-rescale-image): Yet another try at getting the image sizing
5491         right.
5492
5493         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5494         nntp-marks-file-name is nil.
5495
5496 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5497
5498         * gnus-html.el (gnus-html-wash-tags)
5499         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5500         Better logging.
5501
5502 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5503
5504         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5505
5506         * gnus-html.el (gnus-html-wash-tags): Check the value of
5507         gnus-blocked-images in the summary buffer.
5508
5509 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5510
5511         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5512
5513 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5514
5515         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5516         like "a", it seems like.
5517         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5518         since it needs to be picked from the correct buffer.
5519
5520         * nnwfm.el: Remove.
5521
5522         * nnlistserv.el: Remove.
5523
5524 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5525
5526         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5527         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5528
5529 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5530
5531         * nnkiboze.el: Remove.
5532
5533         * nndb.el: Remove.
5534
5535         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5536         alt text.
5537         (gnus-html-rescale-image): Try to get the rescaling logic right for
5538         images that are just wide and not tall.
5539
5540         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5541         overshadow variable bindings.
5542
5543 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5544
5545         * gnus-html.el (gnus-html-wash-tags)
5546         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5547         Add extra logging.
5548
5549 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5550
5551         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5552         (gnus-max-image-proportion): New variable.
5553         (gnus-html-rescale-image): New function.
5554         (gnus-html-put-image): Rescale images.
5555
5556 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5557
5558         Fix up some byte-compiler warnings.
5559         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5560         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5561         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5562         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5563         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5564         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5565         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5566
5567 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5568
5569         * gnus-html.el (gnus-article-html): Decode contents by charset.
5570
5571 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5572
5573         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5574         (gnus-html-frame-width, gnus-blocked-images)
5575         * message.el (message-prune-recipient-rules): Add custom version.
5576         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5577
5578         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5579         functions.
5580
5581         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5582         gnus-process-get.
5583
5584 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5585
5586         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5587         instead of lsub directly.
5588
5589 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5590
5591         * nnwarchive.el: Remove.
5592
5593         * gnus-soup.el: Remove.
5594
5595         * nnsoup.el: Remove.
5596
5597         * nnultimate.el: Remove.
5598
5599         * gnus-html.el (gnus-blocked-images): New variable.
5600
5601         * message.el (message-prune-recipients): New function.
5602         (message-prune-recipient-rules): New variable.
5603
5604         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5605         guess whether a long line is natural text or not.
5606
5607         * gnus-html.el (gnus-html-schedule-image-fetching):
5608         Use gnus-process-plist and friends for compatibility.
5609
5610 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5611
5612         * gnus-html.el: Require packages that define macros used in this file.
5613         (gnus-article-mouse-face): Declare to silence byte-compiler.
5614         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5615         process-get.
5616         (gnus-html-put-image): Use plist-get to avoid getf.
5617         (gnus-html-prefetch-images): Use with-current-buffer.
5618
5619 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5620
5621         * gnus-ems.el: Provide compatibility functions for
5622         gnus-set-process-plist.
5623
5624         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5625         header-line-format for XEmacs 21.4.
5626
5627         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5628         * gnus.el (gnus-valid-select-methods)
5629         * message.el (message-send-mail-partially-limit)
5630         * mm-decode.el (mm-text-html-renderer)
5631         * mml.el (mml-insert-mime-headers-always)
5632         * smiley.el (smiley-regexp-alist): Bump custom version.
5633
5634 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5635
5636         * gnus-html.el: require mm-url.
5637         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5638         with the url to `url'.
5639         (gnus-html-wash-tags): Support cid: URLs/images.
5640
5641 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5642
5643         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5644         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5645         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5646
5647         * gnus-move.el: Remove file, since it doesn't really work.
5648
5649         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5650         UTF-8.  This seems to fix problems with some German web feeds.
5651
5652         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5653         at the top so that the proper colours are applied.
5654
5655         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5656         don't have dots in their names.
5657
5658         * gnus-art.el (gnus-article-view-part): Doc fix.
5659
5660         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5661         XEmacs-compatible.
5662         (gnus-html-put-image): Don't do images on non-graphic displays.
5663
5664         * nnslashdot.el: Remove this unused backend.
5665
5666         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5667         actions.
5668         (gnus-undo-register-1): Revert last change.
5669
5670         * gnus-group.el (gnus-group-completing-read): Protect against not
5671         having completion-styles bound.
5672
5673         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5674         make broken recipients happier.
5675
5676         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5677
5678         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5679         point parameter.
5680
5681         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5682
5683         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5684         completion-styles for group selection.
5685
5686 2009-02-04  Andreas Schwab  <schwab@suse.de>
5687
5688         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5689         headers and regexp-quote the match if necessary.
5690
5691 2009-03-24  Miles Bader  <miles@gnu.org>
5692
5693         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5694         the blinking smiley.
5695
5696 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5697
5698         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5699         blink smiley.
5700
5701 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5702
5703         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5704         where the dribbel file lives exists.
5705
5706         * message.el (message-send-mail-partially-limit): Change the default to
5707         nil, since most people don't want this.
5708
5709         * mm-url.el (mm-url-decode-entities): Also decode entities like
5710         &#x3212.
5711
5712 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5713
5714         * gnus-sum.el (gnus-summary-idna-message):
5715         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5716         Hyperlink urls in docstrings with URL `...'.
5717
5718 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5719
5720         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5721         functions.
5722
5723 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5724
5725         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5726         say what the mouseover text should be.
5727
5728         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5729         version of the mm-w3m-safe-url-regexp variable to only download images
5730         in the groups where we want that to happen.
5731
5732         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5733
5734         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5735         easier debugging.
5736         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5737         big pictures in the article buffer.
5738
5739         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5740         gnus-article-html.
5741         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5742         w3m.
5743
5744         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5745
5746 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5747
5748         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5749         which doesn't exist.
5750
5751         * message.el (message-inhibit-ecomplete): New variable to allow some
5752         function to inhibit ecomplete address storage.
5753         (message-resend): Disable ecomplete message storage when resending
5754         messages.
5755
5756         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5757
5758 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5759
5760         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5761         Save excursion while copying, moving, and deleting articles in order to
5762         prevent the cursor from jumping to unforeseen place.
5763
5764 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5765
5766         * lpath.el: No need to bind bookmark-current-buffer,
5767         bookmark-yank-point and bookmark-make-record-function.
5768
5769 2010-08-17  Glenn Morris  <rgm@gnu.org>
5770
5771         * gnus-sync.el: Require gnus components whose functions are used.
5772
5773         * gnus-art.el (bookmark-make-record-function):
5774         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5775         Declare for compiler.
5776
5777         * mm-url.el (mml-compute-boundary): Autoload.
5778
5779 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5780
5781         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5782
5783 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5784
5785         Typo fix "hoo4a" -> "hook".
5786
5787         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5788
5789 2010-08-14  Glenn Morris  <rgm@gnu.org>
5790
5791         * gnus-sync.el (gnus-sync): Fix defgroup version.
5792
5793 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5794
5795         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5796
5797         * gnus-sync.el: Fix docs.
5798         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5799         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5800
5801 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5802
5803         Optimizations for gnus-sync.el.
5804
5805         * gnus-sync.el: Add docs about gnus-sync-backend
5806         possibilities.
5807         (gnus-sync-save): Remove unnecessary message.
5808         (gnus-sync-read): Optimize and show what groups were skipped.
5809
5810 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5811
5812         Minor bug fixes for gnus-sync.el.
5813
5814         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5815         Don't read the sync on get-new-news.
5816
5817         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5818         quiet.
5819
5820         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5821         (fix typo).
5822
5823 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5824
5825         Make saving and restoring of hidden threads work with overlays.
5826         Patch applied by Ted Zlatanov.
5827
5828         * gnus-sum.el (gnus-hidden-threads-configuration)
5829         (gnus-restore-hidden-threads-configuration): Update to deal with text
5830         properties, rather than searching for a magic character.
5831
5832 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5833
5834         New gnus-sync.el library for synchronization of marks.
5835
5836         * gnus-sync.el: New library for synchronization of marks.
5837
5838         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5839         renamed from `gnus-registry-grep-in-list'.
5840
5841         * gnus-registry.el (gnus-registry-follow-group-p):
5842         Use `gnus-grep-in-list'.
5843
5844         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5845
5846 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5847
5848         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5849         determining charset of text fails.
5850
5851 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5852
5853         * nnmail.el (nnmail-get-new-mail-1): Revert.
5854
5855         * nnml.el (nnml-active-number): Make sure names of newly created groups
5856         in nnml-group-alist are encoded.
5857
5858 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5859
5860         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5861         containing non-ASCII characters in active file for nnml back end.
5862
5863 2010-07-24  David Engster  <dengste@eml.cc>
5864
5865         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5866         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5867
5868 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5869
5870         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5871         tag (Bug#6654).
5872
5873 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5874
5875         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5876         the article buffer, not the summary buffer.
5877
5878 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5879
5880         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5881         Emacs 23 as well.
5882
5883 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5884
5885         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5886         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5887
5888 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5889
5890         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5891         Patch applied by Karl Fogel.
5892
5893         * gnus-sum.el (gnus-summary-bookmark-make-record):
5894         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5895
5896 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5897
5898         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5899         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5900         C-w still not working correctly from Article buffers; Thierry's
5901         patch to fix that will be applied after this.
5902
5903         * gnus-art.el (bookmark-make-record-function): New local variable.
5904
5905         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5906         article buffer.
5907         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5908
5909 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5910
5911         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5912         on changes in bookmark.el.
5913
5914 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5915
5916         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5917         `no-log' instead of message not to log prompt string.
5918
5919 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5920
5921         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5922         the *other* type of HTML form submission.
5923
5924 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5925
5926         * auth-source.el (auth-source-pick): If choice does not contain a
5927         questioned keyword, set the check to t.
5928
5929 2010-06-12  Romain Francoise  <romain@orebokech.com>
5930
5931         * gnus-util.el (gnus-date-get-time): Move up before first use.
5932
5933 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5934
5935         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5936         (gnus-article-edit-part): Bind it to make last part that is substituted
5937         or deleted visible.
5938         (gnus-mime-display-single): Buttonize part of which id equals to
5939         gnus-mime-buttonized-part-id.
5940
5941 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5942
5943         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5944         (gnus-dd-mmm): Use gnus-date-get-time.
5945         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5946         simplify logic.
5947         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5948         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5949
5950 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5951
5952         * auth-source.el (top): Autoload `secrets-list-collections',
5953         `secrets-create-item', `secrets-delete-item'.
5954         (auth-sources): Fix tag string.
5955         (auth-get-source, auth-source-retrieve, auth-source-create)
5956         (auth-source-delete): New defuns.
5957         (auth-source-pick): Rewrite in order to avoid 2 passes.
5958         (auth-source-forget-user-or-password): New parameter USERNAME.
5959         (auth-source-user-or-password): New parameters CREATE-MISSING and
5960         DELETE-EXISTING.  Retrieve password interactively, if needed.
5961
5962 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5963
5964         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5965         deleting unused directories when gnus-expert-user is t.
5966
5967 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5968
5969         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5970         for each temp file when gnus-article-browse-delete-temp is ask.
5971
5972 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5973
5974         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5975         Lisp calls to delete-backward-char by calls to delete-char.
5976
5977 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5978
5979         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5980
5981 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5982
5983         * password-cache.el (password-cache-remove): Fix docstring.
5984
5985 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5986
5987         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5988         article unless decoding article to be saved.
5989
5990 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5991
5992         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5993         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5994         generated within the mm-with-unibyte-current-buffer macro.
5995
5996 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5997
5998         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5999         to nil when we're in a mml-preview buffer and no group is selected.
6000
6001 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6002
6003         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6004         when catching the `C-g'.  Reported by "Leo".
6005
6006 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6007
6008         * message.el (message-forward-make-body-plain)
6009         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6010         multibyte-string-p.
6011
6012         * lpath.el: Revert.
6013
6014 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6015
6016         * message.el (message-forward-make-body-mml): Assume original message
6017         is multibyte string; error on unibyte.
6018         (message-forward-make-body-plain): Ditto; don't add excessive newline
6019         in body end.
6020
6021         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6022
6023 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6024
6025         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6026         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6027
6028 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6029
6030         * mm-extern.el (mm-extern-url): Don't use
6031         mm-with-unibyte-current-buffer.
6032         (mm-extern-cache-contents): Use with-current-buffer instead of
6033         save-excursion + set-buffer.
6034
6035 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6036
6037         * mm-util.el (mm-emacs-mule): Remove.
6038
6039 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6040
6041         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6042         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6043         change.
6044
6045 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6046
6047         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6048         bind the default value of enable-multibyte-characters to nil.
6049
6050 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6051
6052         * message.el (message-forward-make-body-plain)
6053         (message-forward-make-body-mml):
6054         Don't use mm-with-unibyte-current-buffer.
6055
6056 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6057
6058         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6059
6060 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6061
6062         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6063         (Bug#5592).
6064
6065 2010-05-07  Julien Danjou  <julien@danjou.info>
6066
6067         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6068         it to mm-pipe-part.
6069
6070         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6071         it is given.
6072
6073 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6074
6075         * binhex.el (binhex-decode-region-internal)
6076         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6077         (dns-query)
6078         * nnweb.el (nnweb-gmane-search)
6079         * pgg-parse.el (pgg-parse-armor)
6080         * pgg.el (pgg-verify-region)
6081         * sha1.el (sha1-string-external)
6082         * uudecode.el (uudecode-decode-region-internal)
6083         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6084         XEmacs.
6085
6086         * gnus-art.el (gnus-article-browse-html-parts)
6087         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6088         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6089         make-temp-file.
6090
6091         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6092         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6093         compiling.
6094
6095         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6096         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6097         XEmacs when compiling.
6098
6099         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6100         gnus-pick-mode-off-hook for XEmacs when compiling.
6101         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6102         gnus-binary-mode-off-hook for XEmacs when compiling.
6103
6104         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6105         Return nil if char-charset is not available.
6106
6107         * imap.el (imap-disable-multibyte)
6108         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6109         macros.
6110
6111         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6112         instead of encode-coding-string.
6113
6114         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6115         'xemacs) instead of mm-emacs-mule to switch function definitions.
6116         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6117
6118         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6119         bind temporary-file-directory for XEmacs;
6120         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6121         timer-set-function for XEmacs 21.4 and SXEmacs;
6122         bind timer-list for XEmacs 21.4 and SXEmacs;
6123         fbind char-charset and find-charset-region for non-Mule XEmacs;
6124         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6125         encode-coding-region and encode-coding-string for XEmacs having no
6126         file-coding feature.
6127
6128 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6129
6130         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6131
6132 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6133
6134         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6135         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6136
6137 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6138
6139         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6140         alias `jka-compr-delete-temp-file' no longer exists.
6141
6142 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6143
6144         Use define-minor-mode in Gnus where applicable.
6145         * mml.el (mml-mode): Use define-minor-mode.
6146         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6147         (gnus-undo-mode): Use define-minor-mode.
6148         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6149         (gnus-dead-summary-mode): Use define-minor-mode.
6150         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6151         Initialize in declaration.
6152         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6153         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6154         (gnus-mailing-list-mode): Use define-minor-mode.
6155         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6156         (gnus-draft-mode): Use define-minor-mode.
6157         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6158         (gnus-dired-mode): Use define-minor-mode.
6159
6160 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6161
6162         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6163         handles on recursive mml-to-mime translation and check them for
6164         boundary delimiter collisions.  Reported by Greg Troxel.
6165
6166 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6167
6168         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6169
6170 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6171
6172         * mm-util.el (mm-find-buffer-file-coding-system):
6173         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6174
6175 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6176
6177         * message.el (message-generate-headers): Record insertion of optional
6178         headers as well.  Otherwise the check to prevent repeated insertion of
6179         optional headers is a no-op.
6180
6181 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6182
6183         * smime.el: Don't mention CVS.
6184
6185         * nnrss.el (nnrss-fetch): Don't mention CVS.
6186
6187         * nnir.el: Don't mention CVS.
6188
6189 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6190
6191         * gnus-sum.el (gnus-summary-bookmark-make-record):
6192         Add `location' field.
6193
6194 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6195
6196         * lpath.el: Fbind bookmark-default-handler,
6197         bookmark-get-bookmark-record, bookmark-make-record-default,
6198         bookmark-prop-get for Emacs <23 and XEmacs.
6199
6200 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6201
6202         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6203         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6204         Use with-current-buffer to silence the byte-compiler.
6205         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6206         bother to require `gnus'.
6207         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6208
6209 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6210
6211         * gnus-sum.el (gnus-summary-bookmark-make-record)
6212         (gnus-summary-bookmark-jump): New functions.
6213         (gnus-summary-mode): Setup bookmark support.
6214
6215 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6216
6217         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6218         if set.
6219
6220 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6221
6222         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6223         gnus-article-browse-html-save-cid-image; make it work recursively for
6224         forwarded messages as well.
6225         (gnus-article-browse-html-parts): Work when prefix arg is given.
6226         (gnus-article-browse-html-article): Doc fix.
6227
6228 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6229
6230         * message.el (message-default-mail-headers):
6231         (message-default-headers): Carry the value mail-default-headers over
6232         into message-default-mail-headers, rather than message-default-headers.
6233
6234 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6235
6236         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6237         charset.
6238
6239         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6240         charset into the <meta> tag when the article is encoded to utf-8.
6241
6242 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6243
6244         * gnus-art.el (gnus-article-browse-delete-temp-files):
6245         Delete directories as well.
6246         (gnus-article-browse-html-parts): Work for images that do not specify
6247         file names; delete temp directory when quitting; insert header at the
6248         right place; use file: scheme for image files.
6249
6250 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6251
6252         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6253         (gnus-article-browse-html-parts): Use it to make temporary cid image
6254         files in addition to html file so that browser may display them.
6255
6256 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6257
6258         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6259
6260 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6261
6262         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6263
6264 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6265
6266         * auth-source.el (auth-sources): Change default to be simpler.
6267         Explain about Secret Service API sources.  Improve Customize options.
6268         (auth-source-pick): Change to accept any number of search parameters.
6269         Implement fallbacks iteratively, not recursively.  Add scoring on the
6270         second pass and sort by score.  Call Secret Service API when needed.
6271         (auth-source-user-or-password): Use it.  Call Secret Service API
6272         directly when needed to get the user name and the password.
6273
6274 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6275
6276         * message.el (message-interactive): Doc fix.
6277         (message-qmail-inject-args): Reflow.
6278         (message-kill-to-signature): Fix typo in docstring.
6279
6280         * smiley.el (smiley-buffer): Fix typo in docstring.
6281
6282 2010-03-24  Glenn Morris  <rgm@gnu.org>
6283
6284         * mail-source.el (gnus-message): Declare.
6285         (mail-source-delete-old-incoming): Require gnus-util.
6286
6287 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6288
6289         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6290
6291         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6292
6293         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6294         password-cache's default if it is not bound.
6295         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6296         password-cache-expiry's default if it is not bound.
6297
6298         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6299         available in Emacs 21.
6300
6301         * lpath.el: Suppress compiler warnings for:
6302         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6303         XEmacs;
6304         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6305         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6306         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6307
6308 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6309
6310         * auth-source.el (auth-sources): Fix up definition so extra parameters
6311         are always inline.
6312
6313 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6314
6315         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6316         wasn't updated after mismatch.  Clear cached mailbox info correctly
6317         when uidvalidity changes.
6318         (nnimap-group-prefixed-name): New function to avoid some code
6319         duplication.
6320         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6321         (nnimap-request-group): Use it.
6322         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6323         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6324         with many imap folders.  This is done by caching the group status from
6325         the imap server persistently in a group parameter `imap-status'.  (This
6326         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6327         but not persistently, so every Gnus startup was still very slow.)
6328
6329 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6330
6331         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6332         delete the extra newline.  Otherwise editing of :string and :number
6333         types don't work.
6334
6335 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6336
6337         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6338         secrets.el dependency.
6339         (auth-sources): Add optional user name.  Add secrets.el configuration
6340         choice (unused right now).
6341
6342 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6343
6344         * gnus-sum.el (gnus-summary-make-menu-bar):
6345         Let `gnus-registry-install-shortcuts' fill in the functions.
6346
6347         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6348         warnings.
6349         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6350         (gnus-registry-install-shortcuts): Populate and use it in a
6351         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6352
6353 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6354
6355         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6356         In-place substitutions for the group name encoding/decoding.
6357         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6358         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6359         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6360         (nnimap-update-unseen, nnimap-request-list)
6361         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6362         (nnimap-request-set-mark, nnimap-split-to-groups)
6363         (nnimap-split-articles, nnimap-request-newgroups)
6364         (nnimap-request-create-group, nnimap-request-accept-article)
6365         (nnimap-request-delete-group, nnimap-request-rename-group)
6366         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6367         `encoded-mbx' for consistency.
6368         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6369         variable `imap-current-mailbox'.
6370
6371         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6372         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6373
6374 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6375
6376         * pop3.el (pop3-display-message-size-flag): Display message size byte
6377         counts during POP3 download.
6378         (pop3-movemail): Use it.
6379         (pop3-list): Implement listing of available messages.
6380
6381 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6382
6383         * nnir.el (nnir-get-article-nov-override-function): New function to
6384         override the normal NOV retrieval.
6385         (nnir-retrieve-headers): Use it.
6386
6387 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6388
6389         * auth-source.el (netrc-machine-user-or-password): Autoload.
6390
6391 2010-03-19  Glenn Morris  <rgm@gnu.org>
6392
6393         Stop message.el from loading about 40 libraries it doesn't always need.
6394         The general approach is to autoload rather than require, and to
6395         require in the specific functions rather than the file.  (Bug#5642)
6396
6397         * gmm-utils.el: Don't require wid-edit.
6398         (widget-create-child-value, widget-convert, widget-default-get):
6399         Autoload.
6400
6401         * gnus-util.el: Don't require time-date, netrc.
6402         (message-fetch-field, gnus-group-name-decode): Declare rather than
6403         autoloading.
6404         (gnus-fetch-field): Require message.
6405         (gnus-decode-newsgroups): Require gnus-group.
6406
6407         * ietf-drums.el: Don't require time-date.
6408
6409         * message.el: Don't require hashcash, canlock, ecomplete.
6410         Do require mail-utils.  Require nnheader only when compiling.
6411         (smtpmail-default-smtp-server): Remove declaration.
6412         (message-send-mail-function): Check smtpmail-default-smtp-server
6413         is bound rather than requiring smtpmail.
6414         (message-auto-save-directory, message-insert-signature):
6415         Use expand-file-name rather than nnheader-concat.
6416         (nnheader-insert-file-contents): Autoload.
6417         (hashcash-wait-async): Declare.
6418         (message-send-mail): Only call gnus-setup-posting-charset if
6419         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6420         (message-send-mail-with-sendmail): Require sendmail.
6421         (canlock-password, canlock-password-for-verify): Declare.
6422         (message-canlock-password): Require canlock.
6423         (nnheader-get-report): Autoload.
6424         (gnus-setup-posting-charset): Declare.
6425         (message-send-news): Require gnus-msg.
6426         (message-make-references, message-make-in-reply-to): Use mail-header-id
6427         rather than the alias mail-header-message-id.
6428         (ecomplete-add-item, ecomplete-save): Declare.
6429         (message-put-addresses-in-ecomplete): Require ecomplete.
6430         (ecomplete-display-matches): Autoload.
6431
6432         * mm-decode.el: Don't require mailcap, gnus-util.
6433         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6434         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6435         Autoload.
6436         (mailcap-mime-extensions): Declare.
6437
6438         * mm-encode.el: Don't require mailcap.
6439         (mailcap-extension-to-mime): Autoload.
6440
6441         * mml-sec.el: Don't require password-cache.
6442
6443         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6444         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6445         (mml-minibuffer-read-type): Require mailcap.
6446         (mml-preview): Require gnus-msg.
6447
6448         * mml1991.el: Require password-cache.
6449         (password-cache-expiry): Remove declaration.
6450
6451         * mml2015.el: Require password-cache.
6452         (password-cache-expiry): Remove declaration.
6453
6454         * nneething.el (mailcap): Require mailcap.
6455
6456         * nnheader.el (declare-function): Add compatibility stub.
6457         (message-remove-header): Declare rather than autoload.
6458         (nnheader-replace-header): Require message.
6459
6460         * nnimap.el (declare-function): Add compatibility stub.
6461         (netrc-parse, netrc-machine-user-or-password): Declare.
6462         (nnimap-open-connection): Require netrc.
6463
6464         * nntp.el (declare-function): Add compatibility stub.
6465         (netrc-parse, netrc-machine, netrc-get): Declare.
6466         (nntp-send-authinfo): Require netrc.
6467
6468         * rfc2047.el: Don't require qp.
6469         (quoted-printable-encode-region, quoted-printable-decode-string):
6470         Autoload.
6471
6472         * sieve-mode.el: Don't require easymenu.
6473         (easy-menu-add-item): Autoload it.
6474
6475         * spam-stat.el (time-to-number-of-days): Autoload it.
6476
6477 2010-03-19  Glenn Morris  <rgm@gnu.org>
6478
6479         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6480
6481 2010-03-18  Glenn Morris  <rgm@gnu.org>
6482
6483         * hashcash.el (declare-function): Remove duplicate definition.
6484
6485 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6486
6487         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6488         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6489         value if any backslash escapes).
6490
6491 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6492
6493         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6494         if it is available.  (bug#5647)
6495
6496         * lpath.el: Suppress compiler warning for coding-system-from-name for
6497         Emacs 21 and XEmacs.
6498
6499 2010-03-14  Juri Linkov  <juri@jurta.org>
6500
6501         * hmac-def.el:
6502         * hmac-md5.el:
6503         * netrc.el: Fix keywords.
6504
6505 2010-02-26  Glenn Morris  <rgm@gnu.org>
6506
6507         * message.el (message-send-mail-function): Change the default, so that
6508         it inherits from a customized send-mail-function.  (Bug#5643)
6509
6510 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6511
6512         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6513         shell-command-to-string signals an error (bug#5299).
6514
6515 2010-02-24  Glenn Morris  <rgm@gnu.org>
6516
6517         * message.el (message-smtpmail-send-it)
6518         (message-send-mail-with-mailclient): Doc fixes.
6519
6520 2010-02-16  Glenn Morris  <rgm@gnu.org>
6521
6522         * message.el (message-default-mail-headers): Change the default value
6523         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6524
6525 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6526
6527         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6528         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6529
6530 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6531
6532         * time-date.el (date-to-time): Doc fix (Bug#5408).
6533
6534 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6535
6536         * message.el (message-mail): Just pass yank-action on to message-setup.
6537         (message-setup): Handle (FUN . ARGS) form of yank-action.
6538         (message-with-reply-buffer, message-widen-reply)
6539         (message-yank-original): Handle non-buffer values of
6540         message-reply-buffer (Bug#4080).
6541         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6542
6543 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6544
6545         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6546         Fix typo in docstring.
6547
6548 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6549
6550         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6551         response.
6552
6553 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6554
6555         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6556
6557         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6558
6559         * message.el (message-check-news-header-syntax): Protect against a
6560         string that `rfc822-addresses' returns when parsing fails.
6561
6562 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6563
6564         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6565         (gnus-previous-char-property-change): New functions.
6566
6567         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6568
6569 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6570
6571         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6572         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6573
6574 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6575
6576         * message.el (message-exchange-point-and-mark): Rework last change to
6577         avoid using optional arg of exchange-point-and-mark, for backward
6578         compatibility.
6579
6580 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6581
6582         * message.el (message-exchange-point-and-mark):
6583         Call exchange-point-and-mark with an argument rather than setting
6584         mark-active by hand (Bug#5175).
6585
6586 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6587
6588         * nntp.el (nntp-service-to-port): Work for service expressed with
6589         numeric string; replace [:digit:] with [0-9] for XEmacs.
6590
6591 2009-12-17  Glenn Morris  <rgm@gnu.org>
6592
6593         * gnus-group.el (gnus-bug-group-download-format-alist):
6594         Change emacs entry to debbugs.gnu.org.  Bump :version.
6595
6596 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6597
6598         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6599
6600 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6601
6602         * message.el (message-info): Explain why we use `Info-goto-node'.
6603
6604 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6605
6606         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6607
6608 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6609
6610         * message.el (message-completion-in-region): New compatibility function.
6611         (message-expand-group): Use it.
6612
6613 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6614
6615         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6616         with no unread article should be listed if the 2nd arg `predicate' is
6617         given.
6618
6619 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6620
6621         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6622
6623 2009-11-29  Juri Linkov  <juri@jurta.org>
6624
6625         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6626         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6627         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6628
6629 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6630
6631         * sha1.el (sha1-string-external): default-directory "/" in case
6632         otherwise non-existent.  process-connection-type pipe for touch of
6633         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6634
6635 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6636
6637         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6638         it's comms related and sgml-mode.el has "comm" on that basis too.
6639
6640 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6641
6642         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6643         containing tspecial characters if they have been already quoted.
6644
6645 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6646
6647         * dns-mode.el (auto-mode-alist): Purecopy string.
6648
6649 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6650
6651         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6652
6653 2009-10-24  Glenn Morris  <rgm@gnu.org>
6654
6655         * gnus-art.el (help-xref-stack-item): Define for compiler.
6656
6657 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6658
6659         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6660
6661 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6662
6663         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6664
6665 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6666
6667         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6668         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6669
6670 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6671
6672         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6673         (gnus-overlays-in): New alias to overlays-in.
6674
6675         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6676         gnus-overlay-get, and gnus-delete-overlay.
6677         (gnus-summary-show-thread): Make it work as well for systems in which
6678         next-single-char-property-change is not available.
6679         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6680
6681         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6682         (gnus-overlay-get): New alias to extent-property.
6683         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6684
6685         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6686         SXEmacs.
6687
6688         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6689         SXEmacs.
6690
6691 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6692
6693         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6694
6695 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6696
6697         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6698         and XEmacs that don't have `remove-overlays'.
6699
6700 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6701
6702         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6703         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6704         selective display.  Use overlays instead.
6705
6706 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6707
6708         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6709
6710 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6711
6712         * spam-stat.el (spam-stat-load): Fix typo in message.
6713
6714 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6715
6716         * dig.el (dig-invoke): Fix typo in docstring.
6717         (query-dig): Reflow docstring.
6718
6719 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6720
6721         * gnus-art.el (gnus-article-encrypt-body):
6722         * message.el (message-check-recipients):
6723         * mm-util.el (mm-codepage-setup):
6724         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6725         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6726
6727 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6728
6729         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6730         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6731         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6732         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6733         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6734
6735 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6736
6737         * dig.el: Add "Keywords: comm", as per net-utils.el.
6738
6739 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6740
6741         * dig.el (dig-mode): Use define-derived-mode.
6742
6743 2009-09-19  Glenn Morris  <rgm@gnu.org>
6744
6745         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6746
6747 2009-09-18  Glenn Morris  <rgm@gnu.org>
6748
6749         * gnus-diary.el (gnus-diary-check-message):
6750         * message.el (message-insert-formatted-citation-line):
6751         * nnbabyl.el (top-level):
6752         * nndiary.el (nndiary-schedule):
6753         Fix typos in condition-case handlers.
6754
6755 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6756
6757         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6758         configuration that provides the sole article window in a frame;
6759         position point correctly after deleting a part.
6760
6761 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6762
6763         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6764         (spam-resolve-registrations-routine): Use it to unregister articles
6765         that change status.
6766
6767 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6768
6769         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6770         with XEmacs.
6771         (parse-time-string-chars): Use it.
6772
6773 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6774
6775         * imap.el (imap-interactive-login): Better messages.
6776         (imap-open): Fix bug with renamed buffer on reconnect.
6777         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6778         for easier debugging and cleaner code.  On successful (guessed based on
6779         server capabilities) secondary authentication, set imap-state
6780         correctly.
6781         (imap-last-authenticator): Define imap-last-authenticator as a variable
6782         to avoid warnings.
6783
6784 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6785
6786         * nnrss.el (nnrss-request-article): Remove binding of
6787         default-enable-multibyte-characters that has gotten needless by
6788         the 2007-07-13 change in rfc2047-encode-message-header.
6789
6790         * mml.el (mml-insert-multipart): Error on the message header.
6791         (mml-insert-part): Error on the message header; position point at
6792         the end of a MIME tag.
6793
6794 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6795
6796         * time-date.el (autoload): Expand define-obsolete-function-alias into
6797         defalias and make-obsolete for old Emacsen that Gnus supports.
6798         (with-no-warnings): Define it for old Emacsen.
6799         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6800         is available.
6801         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6802         float-time is available; suppress compile warning for time-to-seconds.
6803
6804         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6805         (gnus-float-time): Alias to float-time if it exists.
6806
6807         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6808         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6809         float-time is available; suppress compile warning for time-to-seconds.
6810
6811         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6812         XEmacs.
6813
6814 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6815
6816         * imap.el (imap-message-map): Docstring fix.
6817
6818 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6819
6820         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6821         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6822         Add the optional argument `encoding' that overrides the default.
6823
6824         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6825         mm-encode-buffer.
6826
6827 2009-09-04  Glenn Morris  <rgm@gnu.org>
6828
6829         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6830         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6831         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6832         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6833         * mm-util.el (mm-with-unibyte-current-buffer)
6834         (mm-find-buffer-file-coding-system):
6835         * yenc.el (yenc-decode-region): Use default-value rather than
6836         default-enable-multibyte-characters.
6837
6838 2009-09-03  Glenn Morris  <rgm@gnu.org>
6839
6840         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6841         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6842         than default-enable-multibyte-characters.
6843
6844 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6845
6846         * gnus-art.el (gnus-article-read-summary-keys):
6847         Fix gnus-buffer-configuration's value temporarily used.
6848
6849 2009-09-02  Glenn Morris  <rgm@gnu.org>
6850
6851         * gnus-util.el (gnus-float-time): New function.
6852         * gnus-delay.el (gnus-delay-article):
6853         * gnus-sum.el (gnus-thread-latest-date):
6854         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6855         * nnspool.el (nnspool-request-newgroups):
6856         Use gnus-float-time rather than time-to-seconds.
6857         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6858
6859         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6860         (gnus-header-subject-face, gnus-header-newsgroups-face)
6861         (gnus-header-name-face, gnus-header-content-face):
6862         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6863         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6864         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6865         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6866         (gnus-cite-face-11):
6867         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6868         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6869         (gnus-server-closed-face, gnus-server-denied-face)
6870         (gnus-server-offline-face):
6871         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6872         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6873         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6874         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6875         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6876         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6877         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6878         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6879         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6880         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6881         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6882         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6883         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6884         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6885         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6886         (gnus-summary-high-undownloaded-face)
6887         (gnus-summary-low-undownloaded-face)
6888         (gnus-summary-normal-undownloaded-face)
6889         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6890         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6891         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6892         (gnus-splash-face):
6893         * message.el (message-header-to-face, message-header-cc-face)
6894         (message-header-subject-face, message-header-newsgroups-face)
6895         (message-header-other-face, message-header-name-face)
6896         (message-header-xheader-face, message-separator-face)
6897         (message-cited-text-face, message-mml-face):
6898         * sieve-mode.el (sieve-control-commands-face)
6899         (sieve-action-commands-face, sieve-test-commands-face)
6900         (sieve-tagged-arguments-face):
6901         * spam.el (spam-face):
6902         Mark face aliases with "-face" in the name as obsolete.
6903
6904 2009-09-01  Glenn Morris  <rgm@gnu.org>
6905
6906         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6907         than goto-line.
6908
6909 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6910
6911         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6912         Don't move point if the command is invoked inside the message header.
6913
6914 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6915
6916         * imap.el (imap-send-command): Simplify.
6917         (imap-wait-for-tag): point-max -> buffer-size.
6918
6919 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6920
6921         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6922         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6923         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6924         * nnir.el (nnir-swish-e-index-file):
6925         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6926         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6927         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6928         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6929         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6930         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6931
6932 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6933
6934         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6935         Don't save excursion.
6936
6937 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6938
6939         * nnheader.el (nnheader-find-file-noselect):
6940         * mm-util.el (mm-insert-file-contents):
6941         Use (default-value 'major-mode) instead of default-major-mode.
6942
6943 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6944
6945         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6946
6947 2009-08-26  Glenn Morris  <rgm@gnu.org>
6948
6949         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6950         than placing in files.el.
6951
6952 2009-08-25  Glenn Morris  <rgm@gnu.org>
6953
6954         * nnir.el (top-level): Don't require cl at run-time.
6955         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6956         Replace cl-function substitute with gnus-replace-in-string.
6957         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6958         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6959         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6960         simplified expansions.
6961
6962 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6963
6964         * dig.el (dig): Add autoload cookie.
6965
6966 2009-08-22  Glenn Morris  <rgm@gnu.org>
6967
6968         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6969         goto-line.
6970
6971 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6972
6973         * parse-time.el (parse-time-string-chars): Save match data.
6974
6975 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6976
6977         * parse-time.el (parse-time-string-chars): Compute using character
6978         classes, to handle non-ascii characters (Bug#3190).
6979
6980 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6981
6982         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6983
6984         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6985         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6986         (gnus-mm-display-part, gnus-mime-display-single)
6987         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6988         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6989
6990         * gnus-sum.el
6991         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6992         (gnus-summary-move-article): Add expirable mark to articles copied or
6993         moved to group that has auto-expire turned on if the option is non-nil.
6994
6995 2009-07-24  Glenn Morris  <rgm@gnu.org>
6996
6997         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6998         Fix typo.  (Bug#3903)
6999
7000 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7001
7002         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7003         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7004         that should not be used for draft articles.
7005         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7006         that has no concern in minor mode keys.
7007         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7008         Abolish.
7009
7010 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7011
7012         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7013         article without making inquiry to a user for unknown encoding.
7014
7015         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7016         (nnmaildir--scan): Assume i-node and device number that file-attributes
7017         returns might be cons-cell.
7018
7019         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7020
7021         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7022
7023 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7024
7025         * auth-source.el: Remove docs now in auth.texi.  Don't use
7026         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7027         `auth-source-hide-passwords' and use them.
7028
7029 2009-07-15  Glenn Morris  <rgm@gnu.org>
7030
7031         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7032
7033 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7034
7035         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7036         excessive whitespace from the default values of title and description.
7037
7038 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7039
7040         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7041         mail-fetch-field to fetch Content-Description header in order to
7042         exclude newlines.
7043
7044 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7045
7046         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7047         format used by GnuPG 2.0.11.
7048
7049 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7050
7051         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7052         to deleted part.
7053
7054 2009-05-30  David Engster  <dengste@eml.cc>
7055
7056         * nnmairix.el: Remove old documentation in the commentary block.
7057         (nnmairix-request-group): Do not update active file for nnml back ends.
7058         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7059         end so that overview files are ignored.
7060         (nnmairix-update-groups): Make updating the groups more robust by using
7061         marks.
7062         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7063         with dollar characters in message-id.
7064
7065 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7066
7067         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7068         2008-12-25 in dns.el.
7069
7070 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7071
7072         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7073         could happen if the text is only composed of spaces and/or tabs.
7074
7075 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7076
7077         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7078         when sending a queued message to avoid extra mml tags.
7079
7080 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7081
7082         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7083
7084 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7085
7086         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7087         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7088         rmail-toggle-header for XEmacs;
7089         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7090
7091 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7092
7093         * gnus-dired.el: Remove autoload for gnus-setup-message.
7094         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7095         displaying Gnus logo; always use compose-mail.
7096
7097 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7098
7099         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7100
7101 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7102
7103         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7104         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7105         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7106         available.
7107         (gnus-nocem-epg-verify): New function.
7108
7109 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7110
7111         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7112
7113 2009-02-15  Glenn Morris  <rgm@gnu.org>
7114
7115         * gnus-util.el (rmail-insert-rmail-file-header)
7116         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7117         autoloads.
7118         (rmail-default-rmail-file): Remove unnecessary declaration.
7119         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7120
7121 2009-02-14  Glenn Morris  <rgm@gnu.org>
7122
7123         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7124         variable (only used in gnus-util, which declares it anyway).
7125         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7126         which was only needed by gnus-art (changed to not use it any more).
7127         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7128         only used in gnus-util, which autoloads it itself.
7129         (rmail-update-summary): Fix autoload.
7130
7131         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7132         rather than rmail-output-to-rmail-file.
7133
7134 2009-02-07  Glenn Morris  <rgm@gnu.org>
7135
7136         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7137         autoload of function that no longer exists.
7138         (rmail-toggle-header): Declare.
7139         (message-forward-rmail-make-body): Handle mbox Rmail.
7140
7141 2009-01-31  Glenn Morris  <rgm@gnu.org>
7142
7143         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7144         2009-01-09 change.
7145
7146 2009-01-31  Dave Love  <fx@gnu.org>
7147
7148         * imap.el (imap-fetch-safe): Bind debug-on-error.
7149         (imap-debug): Add imap-fetch-safe.
7150
7151 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7152
7153         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7154         (auth-source-forget-all-cached): New convenience function.
7155         (auth-source-user-or-password): Accept list of modes or a single mode.
7156
7157         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7158         auth-source modes.
7159
7160         * netrc.el (netrc-machine-user-or-password): Use list of
7161         auth-source modes.
7162
7163         * nnimap.el (nnimap-open-connection): Use list of
7164         auth-source modes.
7165
7166         * nntp.el (nntp-send-authinfo): Use list of
7167         auth-source modes.
7168
7169 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7170
7171         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7172         now.
7173
7174 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7175
7176         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7177         coding system in XEmacs; add a workaround for XEmacs.
7178
7179         * lpath.el: Fbind coding-system-aliasee.
7180
7181 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7182
7183         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7184         of current-language-environment.
7185
7186 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7187
7188         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7189         available at runtime.
7190
7191 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7192
7193         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7194
7195 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7196
7197         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7198         the greatest positive fixnum value doesn't work under an XEmacs with
7199         bignum support; use the most-positive-fixnum constant instead,
7200         available since Emacs 21.1 with cl and XEmacs 21.1.
7201
7202 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7203
7204         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7205         XEmacs gets not to work.
7206
7207 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7208
7209         * mm-util.el (mm-coding-system-priorities): Allow the value like
7210         "Japanese (UTF-8)" of current-language-environment.
7211
7212 2009-01-09  Glenn Morris  <rgm@gnu.org>
7213
7214         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7215         with last-command-event.
7216
7217 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7218
7219         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7220         in the doc string.
7221
7222         * message.el (message-fix-before-sending): Amend comment.
7223
7224 2009-01-08  Dave Love  <fx@gnu.org>
7225
7226         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7227
7228 2009-01-07  David Engster  <dengste@eml.cc>
7229
7230         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7231         simplified server definitions by converting it via
7232         gnus-server-to-method.
7233
7234 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7235
7236         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7237         parameter's operands.
7238
7239 2009-01-06  David Engster  <dengste@eml.cc>
7240
7241         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7242         primary select method (for gnus-group-mark-article-as-read).
7243
7244 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7245
7246         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7247         `(gnus)Face', not `(gnus)X-Face'.
7248
7249 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7250
7251         * mm-util.el (mm-ucs-to-char): New function.
7252
7253         * mm-url.el (mm-url-decode-entities): Use it.
7254
7255         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7256         unicode-to-char.
7257
7258 2009-01-05  Dave Love  <fx@gnu.org>
7259
7260         * time-date.el: Require cl for `declare'.
7261
7262 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7263
7264         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7265         Dave Love.
7266
7267 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7268
7269         * message.el (message-fix-before-sending): Add `eight-bit' to
7270         illegible-text check.
7271
7272 2009-01-03  Michael Olson  <mwolson@gnu.org>
7273
7274         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7275         `headers' is nil.  This can occur if the IMAP server does not have
7276         permissions to read messages from a folder, but can write new messages
7277         to the folder.
7278         (nnimap-request-article-part): Do not insert `data' if it is nil.
7279
7280         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7281         characters which will confuse `read', so skip past them.
7282
7283 2009-01-01  Dave Love  <fx@gnu.org>
7284
7285         * imap.el (imap-string-to-integer): Fix typo.
7286         (imap-fetch-safe): New function.
7287         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7288
7289         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7290
7291         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7292         (imap-parse-greeting): Fix doc strings.
7293         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7294         (imap-parse-flag-list): Make messages unique.
7295         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7296
7297         * nnimap.el: Fix author email.
7298         (nnimap-split-rule): Add FIXME comment.
7299         (nnimap-debug): Fix doc string.
7300
7301 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7302
7303         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7304
7305 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7306
7307         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7308         nslookup if resolv.conf isn't available.
7309         (dns-query): Rename from query-dns.
7310         (dns-query-cached): Rename from query-dns-cached.
7311
7312 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7313
7314         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7315         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7316         to check if those variables exist (first appeared in Emacs 18.50).
7317
7318 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7319
7320         * mm-util.el (mm-line-number-at-pos): New function.
7321
7322         * spam-report.el (spam-report-process-queue): Use it.
7323
7324 2008-12-24  David Engster  <dengste@eml.cc>
7325
7326         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7327         parameters that haven't existed as variables as buffer-local variables.
7328
7329 2008-12-23  Dave Love  <fx@gnu.org>
7330
7331         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7332         cadar.
7333
7334         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7335         imap-starttls-p.
7336         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7337
7338 2008-12-22  Dave Love  <fx@gnu.org>
7339
7340         * imap.el: Fix author email.  Doc fixes.
7341         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7342         reply.
7343
7344 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7345
7346         * spam-report.el (spam-report-gmane-max-requests): New constant.
7347         (spam-report-gmane-wait): New variable.
7348         (spam-report-gmane-ham, spam-report-gmane-spam)
7349         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7350         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7351         the server.
7352
7353         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7354         Add explanations.
7355
7356         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7357         nnheader-accept-process-output and nnheader-read-timeout if available.
7358         (pop3-movemail): Use it.
7359
7360         * message.el (message-check-news-body-syntax): Fix signature check if
7361         there's an attachment.
7362
7363 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7364
7365         * mm-util.el: Add comments to the mm- emulating functions.
7366
7367 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7368
7369         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7370         Reported by Stephen Berman <stephen.berman@gmx.net>.
7371
7372 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7373
7374         * mm-util.el (mm-substring-no-properties): New function.
7375         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7376         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7377         (mm-string-to-multibyte): Doc fix.
7378
7379         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7380
7381 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7382
7383         * mml.el (mml-attach-file): Strip text properties from file name.
7384         (Bug#1574)
7385
7386 2008-12-16  Glenn Morris  <rgm@gnu.org>
7387
7388         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7389
7390 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7391
7392         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7393         knows since the charset specified might be a bogus alias that
7394         mm-charset-synonym-alist provides.
7395
7396 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7397
7398         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7399         "ISO_8859-1".
7400
7401         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7402
7403 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7404
7405         * mm-util.el (mm-charset-eval-alist):
7406         Define it before mm-charset-to-coding-system.
7407         (mm-charset-to-coding-system): Add optional argument `silent';
7408         define it before mm-charset-override-alist.
7409         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7410         default value if it can be used in Emacs currently running;
7411         silence mm-charset-to-coding-system.
7412
7413 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7414
7415         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7416         `allow-override' which says whether to use `mm-charset-override-alist'.
7417         (rfc2047-decode-encoded-words): Use it.
7418
7419         * mm-util.el (mm-charset-override-alist): Fix custom type;
7420         add `(gb2312 . gbk)' to choices.
7421
7422 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7423
7424         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7425         fast.
7426
7427         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7428
7429         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7430
7431 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7432
7433         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7434         on links.
7435
7436         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7437
7438 2008-12-03  Lute Kamstra  <lute@gnu.org>
7439
7440         * sha1.el: Remove leading * from docstrings of defcustoms,
7441         deffaces, defconsts and defuns.
7442
7443 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7444
7445         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7446         users' addresses that don't have domain parts.
7447         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7448         rather than message-narrow-to-head since there will be the message
7449         header separator.
7450
7451 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7452
7453         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7454         since the result is inserted in a unibyte buffer anyway.
7455         (nnimap-demule-use-string-to-multibyte): Remove.
7456         (nnimap-demule): Alias it to mm-string-to-multibyte.
7457
7458 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7459
7460         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7461         variable for debugging bug#464 and bug#1174.
7462         (nnimap-demule): Use it.
7463
7464 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7465
7466         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7467         score calculation correctly.
7468
7469 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7470
7471         * message.el (message-send-mail): Just set the buffer to unibyte
7472         rather than use mm-with-unibyte-current-buffer which does a lot more.
7473         (message-send-mail-partially): Don't bother with
7474         mm-with-unibyte-current-buffer since it's already been made unibyte by
7475         message-send-mail.
7476
7477 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7478
7479         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7480
7481 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7482
7483         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7484
7485 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7486
7487         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7488         require itself and to remove `with-no-warnings'.
7489
7490 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7491
7492         * starttls.el (starttls-any-program-available): Get the name of the
7493         available TLS layer program.
7494         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7495         well as the host name in the "opening" message.
7496
7497         * auth-source.el (auth-source-cache, auth-source-do-cache)
7498         (auth-source-user-or-password): Cache passwords and logins by default,
7499         allow override with `auth-source-do-cache'.
7500         (auth-source-forget-user-or-password): Allow users to remove cache
7501         entries if needed.
7502
7503 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7504
7505         * md4.el (md4-buffer): Fix typo in docstring.
7506         (md4, md4-64): Doc fixes.
7507         (md4-pack-int32): Reflow docstring.
7508
7509 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7510
7511         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7512         condition-case to only the forward-sexp call.
7513
7514 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7515
7516         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7517         quotes contained.  Make it more robust regardless by an extra
7518         condition-case wrapper.
7519
7520 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7521
7522         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7523
7524 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7525
7526         * nnml.el (nnml-request-expire-articles): Check if the function set to
7527         `nnmail-expiry-target' returns the symbol `delete'.
7528
7529         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7530
7531         * nnmail.el (nnmail-expiry-target): Fix custom type.
7532
7533 2008-10-02  Glenn Morris  <rgm@gnu.org>
7534
7535         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7536         Silence compiler warning.
7537
7538 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7539
7540         * tls.el (open-tls-stream): Show the actual command being
7541         executed, instead of the format string.
7542
7543 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7544
7545         * lpath.el: Fbind codepage-setup for Emacs 23.
7546
7547 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7548
7549         * mml.el (mml-menu): Don't assume mml2015 is bound.
7550
7551 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7552
7553         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7554         exists.
7555
7556 2008-09-27  Glenn Morris  <rgm@gnu.org>
7557
7558         * gnus-util.el (mail-header-remove-comments): Autoload it.
7559
7560 2008-09-27  Andreas Schwab  <schwab@suse.de>
7561
7562         * gnus-util.el (gnus-split-references): Strip comments.
7563         (gnus-parent-id): Likewise.
7564
7565 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7566
7567         * message.el (message-confirm-send): Fix version.
7568
7569 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7570
7571         * message.el (message-idna-to-ascii-rhs-1): Use
7572         mail-extract-address-components rather than mail-header-parse-addresses
7573         that is an alias by default to ietf-drums-parse-addresses that does not
7574         support non-ASCII names in headers' contents.
7575
7576 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7577
7578         * message.el (message-confirm-send): Fix variable documentation to
7579         avoid the "y/n" wording.
7580
7581 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7582
7583         * message.el (message-set-auto-save-file-name): Save to a different
7584         filename so multiple messages (especially drafts) can be recovered.
7585
7586 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7587
7588         * message.el (message-confirm-send): Add appropriate version.
7589
7590 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7591
7592         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7593         defvar.
7594
7595 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7596
7597         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7598         (mm-pkcs7-enveloped-magic): Ditto.
7599
7600 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7601
7602         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7603         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7604
7605 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7606
7607         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7608         default, it's better.
7609
7610 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7611
7612         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7613         summary line gnus-number property and ignore them (with a warning
7614         message).
7615
7616 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7617
7618         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7619         macro caddr in the interactive form since it won't be expanded.
7620
7621 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7622
7623         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7624         `charset'; fix name of function called recursively.
7625         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7626
7627 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7628
7629         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7630         (gnus-mime-set-charset-parameters): New function.
7631         (gnus-mime-view-part-as-charset): Use it to correctly display part
7632         specifying wrong charset.
7633
7634 2008-09-08  David Engster  <dengste@eml.cc>
7635
7636         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7637         in completing-read for back end server.
7638
7639 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7640
7641         * message.el (message-confirm-send): New variable to confirm sending a
7642         message.
7643         (message-send): Use it.
7644
7645 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7646
7647         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7648
7649 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7650
7651         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7652
7653 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7654
7655         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7656         prevent tracking too many groups.
7657         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7658         Use it.
7659
7660 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7661
7662         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7663         moving point to the bottom of the window in order to avoid recentering.
7664
7665 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7666
7667         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7668
7669         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7670         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7671         (gnus-article-beginning-of-window): Fix calculation.
7672
7673 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7674
7675         * gnus-msg.el (gnus-summary-supersede-article)
7676         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7677         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7678         message header.
7679
7680 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7681
7682         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7683         pending output coming after the status change.
7684
7685 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7686
7687         * message.el:
7688         * gnus-start.el:
7689         * gnus-registry.el: Remove VMS support.
7690
7691 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7692
7693         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7694         macro.
7695         (rfc2104-hash): Use it.
7696
7697 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7698
7699         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7700         (gnus-summary-sort-by-most-recent-date): New commands.
7701         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7702         and menu entries.
7703
7704 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7705
7706         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7707         don't redisplay article for raw contents; remove plural articles stuff.
7708
7709         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7710         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7711         on gnus-summary-save-article; display results properly.
7712
7713 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7714
7715         * lpath.el: No need to fbind ns-focus-frame.
7716
7717 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7718
7719         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7720
7721 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7722
7723         * gnus-art.el (gnus-summary-save-in-pipe):
7724         Consider gnus-save-all-headers.
7725
7726 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7727
7728         * gnus-util.el (ns-focus-frame): Remove declaration.
7729         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7730         like x.
7731
7732 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7733
7734         * rfc2104.el (rfc2104-zero): Delete defconst.
7735         (rfc2104-hex-alist): Likewise.
7736         (rfc2104-hex-to-int): Delete func.
7737         (rfc2104-hexstring-to-bitstring): Likewise.
7738         (rfc2104-nybbles): New defconst.
7739         (rfc2104-hash): Rewrite for speed.
7740
7741 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7742
7743         * tls.el (open-tls-stream): Make it work with the 2nd argument
7744         BUFFER that is a string but does not exist as a buffer object, as
7745         mentioned in the doc-string.
7746
7747 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7748
7749         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7750         SXEmacs.
7751
7752 2008-07-16  Glenn Morris  <rgm@gnu.org>
7753
7754         * gnus-util.el (ns-focus-frame): Declare for compiler.
7755
7756 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7757
7758         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7759         set as a group parameter.
7760         (gnus-summary-save-in-pipe): Work when it is called independently.
7761         (gnus-summary-pipe-to-muttprint): Don't modify
7762         gnus-summary-pipe-output-default-command.
7763
7764 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7765
7766         * message.el (message-send-mail-with-sendmail):
7767         Display the error message.
7768
7769 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7770
7771         * gnus-art.el (gnus-default-article-saver):
7772         Add gnus-summary-save-in-pipe to choices.
7773         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7774         gnus-summary-pipe-output-default-command as the default command.
7775         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7776         instead of gnus-last-shell-command.
7777
7778         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7779         New user option.
7780         (gnus-summary-muttprint-program): Mention the value will be changed.
7781         (gnus-summary-save-article): Force showing of all headers.
7782         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7783
7784 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7785
7786         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7787
7788 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7789
7790         * nnimap.el (nnimap-id):
7791         * sieve-manage.el (sieve-manage-open): Doc fixes.
7792
7793 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7794
7795         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7796         if available.
7797
7798 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7799
7800         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7801
7802         * nnkiboze.el (nnkiboze-generate-group):
7803         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7804
7805         * nnmairix.el: Require CL.
7806
7807 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7808
7809         * dgnushack.el: Autoload get-display-table and put-display-table for
7810         XEmacs 21.5.
7811
7812         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7813         21.4 and SXEmacs.
7814
7815 2008-06-15  David Engster  <dengste@eml.cc>
7816
7817         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7818
7819 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7820
7821         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7822         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7823         runtime choice under XEmacs.
7824
7825         * gnus-sum.el (gnus-summary-set-display-table):
7826         Use `gnus-put-display-table', `gnus-get-display-table',
7827         `gnus-set-display-table' for the display table, instead of `aset'.
7828
7829         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7830         Use `gnus-put-display-table', `gnus-get-display-table',
7831         `gnus-set-display-table' for the display table.
7832
7833 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7834
7835         * nnmairix.el: Add autoloads.
7836
7837 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7838
7839         * nnmairix.el (nnmairix-delete-recreate-group)
7840         (nnmairix-update-and-clear-marks): Fix error messages.
7841
7842 2008-06-14  David Engster  <dengste@eml.cc>
7843
7844         * nnmairix.el: Upgrade to version 0.6.
7845         (nnmairix-group-toggle-propmarks-this-group)
7846         (nnmairix-group-toggle-readmarks-this-group)
7847         (nnmairix-group-delete-recreate-this-group)
7848         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7849         (nnmairix-remove-tick-mark-original-article): New commands.
7850         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7851         (nnmairix-propagate-marks-to-nnmairix-groups)
7852         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7853         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7854         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7855         functions needed for marks propagation and manipulation of read marks.
7856         (nnmairix-update-groups): New function.
7857         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7858         (nnmairix-determine-original-group-from-registry)
7859         (nnmairix-determine-original-group-from-path)
7860         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7861         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7862         New helper functions.
7863         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7864         keystrokes for new commands.
7865         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7866         (nnmairix-request-group): Check allow-fast group parameter.
7867         (nnmairix-request-create-group): Set allow-fast group parameter if
7868         nnmairix-allowfast-default is set.
7869         (nnmairix-close-group): Propagate marks upon closing if needed.
7870         (nnmairix-group-toggle-threads-this-group): Use new.
7871         nnmairix-group-toggle-parameter helper function.
7872         (nnmairix-search): Better check for empty search result.
7873         (nnmairix-goto-original-article): Use new helper functions for
7874         determining original article.
7875         (nnmairix-show-original-article): Make sure message-id is in brackets.
7876         (nnmairix-call-mairix-binary): Change variable name.
7877         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7878         helper function.
7879         (nnmairix-widget-toggle-activate): Fix doc string.
7880
7881 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7882
7883         * nnir.el: Require edmacro when compiling with XEmacs.
7884         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7885         available in Emacs 21.
7886
7887 2008-06-11  Glenn Morris  <rgm@gnu.org>
7888
7889         * gnus-util.el (x-focus-frame):
7890         * gnus.el (image-size):
7891         * mm-decode.el (image-size): Declare.
7892
7893         * gnus-picon.el (declare-function): Add compat definition.
7894         (image-size): Declare.
7895
7896         * gnus-group.el (tool-bar-map):
7897         * gnus-sum.el (tool-bar-map): Define for compiler.
7898
7899         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7900
7901         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7902
7903         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7904         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7905         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7906         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7907         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7908         * sieve-manage.el, spam-report.el, spam.el:
7909         Remove unnecessary eval-and-compile of autoloads.
7910
7911 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7912
7913         * auth-source.el: Precise Tramp doc.
7914
7915 2008-06-07  Glenn Morris  <rgm@gnu.org>
7916
7917         * nnmairix.el: Remove unnecessary eval-when-compile.
7918
7919 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7920
7921         * lpath.el: Fbind propertize for XEmacs 21.4.
7922
7923 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7924
7925         * nnir.el: Move here from ../contrib.
7926
7927 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7928
7929         * gnus-util.el (gnus-read-shell-command): New function.
7930         * mm-decode.el (mm-pipe-part):
7931         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7932
7933 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7934
7935         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7936
7937 2008-06-03  Glenn Morris  <rgm@gnu.org>
7938
7939         * pop3.el (nnheader-accept-process-output): Autoload it.
7940
7941 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7942
7943         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7944         are not 2-digit hexadecimal characters that follow `%'s.
7945
7946 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7947
7948         * message.el (message-bogus-recipient-p): Fix type in doc string.
7949         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7950         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7951         Improve custom options.
7952         (message-bogus-recipient-p): Adjust accordingly.
7953
7954 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7955
7956         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7957         long-form month and day names.
7958
7959 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7960
7961         * dgnushack.el: Autoload debug, eudc-expand-inline and
7962         pgg-snarf-keys-region for XEmacs.
7963
7964         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7965
7966         * nnmairix.el: Require edmacro when compiling with XEmacs.
7967
7968 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7969
7970         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7971         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7972
7973 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7974
7975         * auth-source.el: Add more docs.
7976
7977         * netrc.el (netrc-machine): Always match if the port is not given.
7978
7979 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7980
7981         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7982         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7983         retrieval faster in some cases, but might make CPU usage larger.
7984         If this has any bad side effects, we might revert this change.
7985
7986         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7987         seems to make mail retrieval much, much faster.
7988         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7989         unconditionally.
7990
7991         * gnus-draft.el (gnus-group-send-queue):
7992         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7993
7994 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7995
7996         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7997
7998         * message.el (message-bogus-address-regexp): Fix and improve custom
7999         type.
8000         (message-setup-hook): Add message-check-recipients as custom option.
8001
8002 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8003
8004         * message.el (message-cite-function): Remove bogus autoload which crept
8005         in during merge from v5-10.
8006
8007 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8008
8009         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8010
8011         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8012
8013         * auth-source.el: Preliminary Tramp docs.
8014         (auth-sources): Change the default auth-sources to use
8015         EPA .gpg files.
8016
8017 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8018
8019         * nntp.el: Autoload `auth-source-user-or-password'.
8020         (nntp-send-authinfo): Use it.
8021
8022         * nnimap.el: Autoload `auth-source-user-or-password'.
8023         (nnimap-open-connection): Use it.
8024
8025         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8026         for the gnus-message function.
8027         (auth-source-user-or-password): Use it.
8028
8029 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8030
8031         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8032         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8033         (rfc2104-hash): Use it.
8034
8035 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8036
8037         * gnus-art.el (gnus-article-toggle-truncate-lines):
8038         Don't use `iff' in docstring.
8039
8040 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8041
8042         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8043
8044         * gnus-util.el (gnus-extract-address-component-name)
8045         (gnus-extract-address-component-email): Convenience functions around
8046         `gnus-extract-address-components'.
8047
8048         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8049         Use `gnus-extract-address-component-email' to fix bug of comparing full
8050         sender name to `user-mail-address'.
8051
8052 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8053
8054         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8055         catch/throw to optimize.
8056         (gnus-registry-find-keywords): Just use member to find a keyword.
8057
8058 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8059
8060         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8061         is current before calling gnus-server-prepare.
8062         (gnus-server-setup-buffer, gnus-server-update-server)
8063         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8064
8065 2008-05-04  Juri Linkov  <juri@jurta.org>
8066
8067         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8068         (mailcap-file-default-commands): Use mailcap-replace-in-string
8069         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8070         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8071
8072 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8073
8074         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8075
8076 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8077
8078         * gnus.el: Bump version to 0.11.
8079
8080 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8081
8082         * gnus.el: No Gnus v0.10 is released.
8083
8084 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8085
8086         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8087         hooks.
8088         (gnus-update-read-articles): Speed up non-marks-using users.
8089         (gnus-use-marks): Define gnus-use-marks.
8090         (gnus-propagate-marks): Rename variable to something more sensible.
8091
8092 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8093
8094         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8095         (gmm-image-load-path-for-library): Fix typos in docstrings.
8096         (gmm-message): Reflow docstring.
8097
8098 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8099
8100         * mail-source.el (mail-source-set-1, mail-source-bind):
8101         Move auth-source code out of the macro to clean it up and fix bugs.
8102
8103 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8104
8105         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8106         by sender if it's equal to user-mail-address, it's likely to be
8107         useless.
8108
8109         * mail-source.el (mail-source-bind): Don't use user or password if they
8110         are not bound.  Unintern them if they are nil.  Don't use server unless
8111         it's bound, and default it to empty string otherwise.
8112
8113 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8114
8115         * mail-source.el: Load auth-source.el.
8116         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8117         get user name or password, if auth-sources is set up.
8118
8119         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8120         strategy of splitting with parent.
8121         (gnus-registry-split-fancy-with-parent)
8122         (gnus-registry-post-process-groups): Use it and fix prior
8123         bug (returning a list as the split result).
8124
8125         * auth-source.el (auth-sources): Remove server parameter.
8126         (auth-source-pick, auth-source-user-or-password)
8127         (auth-source-user-or-password-imap)
8128         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8129         (auth-source-user-or-password-sftp)
8130         (auth-source-user-or-password-smtp): Remove server parameter.
8131
8132 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8133
8134         * smime.el (smime-sign-region, smime-encrypt-region)
8135         (smime-decrypt-region):
8136         Remove redundant calls to `generate-new-buffer-name'.
8137
8138 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8139
8140         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8141         Don't use QP for message/rfc822.
8142         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8143
8144 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8145
8146         * sieve-manage.el (sieve-string-bytes): Remove.
8147         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8148         correct byte-length only if the process's coding-system is the same as
8149         the one used internally by Emacs to represent strings.
8150
8151 2008-04-22  Juri Linkov  <juri@jurta.org>
8152
8153         * mailcap.el (mailcap-file-default-commands): New function.
8154
8155 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8156
8157         * message.el (message-signature-separator, message-cite-function):
8158         Change custom version.
8159
8160 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8161
8162         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8163         commands.
8164         (tls-checktrust): Ditto.
8165
8166 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8167
8168         * mm-decode.el (mm-display-external): Make temp file read-only.
8169
8170 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8171
8172         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8173         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8174         `C-c C-f d'.
8175
8176 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8177
8178         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8179
8180 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8181
8182         * gnus.el: Bump version to 0.9.
8183
8184 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8185
8186         * gnus.el: No Gnus v0.8 is released.
8187
8188 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8189
8190         * mail-source.el (mail-source-value):
8191         Prefer fboundp to functionp so it works with macros as well.
8192
8193 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8194
8195         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8196         Fix last change in case the element is not even a symbol.
8197
8198 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8199
8200         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8201         Prefer fboundp to functionp so it works with macros as well.
8202
8203 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8204
8205         * auth-source.el: Add docs.
8206         (auth-sources): Modify format to support server.
8207         (auth-source-pick, auth-source-user-or-password)
8208         (auth-source-user-or-password-imap)
8209         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8210         (auth-source-user-or-password-sftp)
8211         (auth-source-user-or-password-smtp): Add server parameter.
8212
8213 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8214
8215         * gnus-registry.el: Initialize the registry when gnus-registry-install
8216         is t.
8217
8218 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8219
8220         * compface.el (uncompface): Make buffer unibyte.
8221
8222 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8223
8224         * mail-source.el (mail-source-value):
8225         Prefer fboundp to functionp so it works with macros as well.
8226
8227 2008-04-05  Glenn Morris  <rgm@gnu.org>
8228
8229         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8230
8231 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8232
8233         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8234         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8235
8236         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8237         multibyteness after rather than before erasing it.
8238
8239         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8240         mm-with-multibyte.
8241         (gnus-request-article-this-buffer): Make sure the proper decoding is
8242         used if gnus-original-article-buffer happens to be unibyte.
8243
8244         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8245         default-enable-multibyte-characters.
8246
8247         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8248         default-enable-multibyte-characters.
8249
8250         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8251
8252         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8253
8254 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8255
8256         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8257         Fix last change in case the element is not even a symbol.
8258
8259 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8260
8261         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8262         (imap-message-copyuid-1): Use it.
8263         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8264         J. Williams in
8265         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8266
8267         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8268         imap-enable-exchange-bug-workaround.
8269         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8270
8271 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8272
8273         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8274         a 100 byte status-checks into a 2-3MB transfer for each group.
8275         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8276         to enable bug workaround or not.
8277         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8278
8279 2008-03-31  Glenn Morris  <rgm@gnu.org>
8280
8281         * message.el (mml2015-use): Declare for compiler.
8282         (message-info): Require mml2015 when appropriate.
8283
8284 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8285
8286         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8287         whitespace.
8288
8289 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8290
8291         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8292         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8293         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8294         (nntp-service-to-port): New function.
8295         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8296         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8297         (nntp-open-netcat-stream): New function.
8298         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8299
8300 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8301
8302         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8303
8304 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8305
8306         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8307
8308 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8309
8310         * dns.el (dns-write): Use set-buffer-multibyte.
8311
8312 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8313
8314         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8315
8316 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8317
8318         * message.el (message-signature-separator): Change default.
8319         Improve custom type.
8320         (message-cite-function): Change default to
8321         message-cite-original-without-signature.
8322
8323         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8324         toggle.
8325
8326         * message.el (message-check-news-body-syntax): Fix signature check.
8327         (message-setup-1): Mark buffer as unmodified _after_ running
8328         message-setup-hook and handling message-alternative-emails.
8329         (message-shorten-references): Be more strict when building list of
8330         valid references to comply with GNKSA.
8331
8332         * gnus-group.el (gnus-read-ephemeral-bug-group)
8333         (gnus-read-ephemeral-debian-bug-group)
8334         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8335
8336         * message.el (message-info): Don't use booleanp which isn't supported
8337         in Emacs 21 and XEmacs.
8338
8339 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8340
8341         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8342         gnus-group-gmane-group-download-format.
8343         (gnus-group-read-ephemeral-gmane-group): Rename from
8344         gnus-group-read-ephemeral-gmane-group.
8345         (gnus-read-ephemeral-gmane-group-url): Rename from
8346         gnus-group-read-ephemeral-gmane-group-url.
8347         (gnus-bug-group-download-format-alist): New variable.
8348         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8349         (gnus-read-ephemeral-emacs-bug-group): New commands.
8350
8351 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8352
8353         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8354         (gnus-visible-headers): Improve custom type.
8355
8356 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8357
8358         * mml.el (mml-menu): Add workarounds for XEmacs.
8359
8360         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8361         X-Boundary header.
8362
8363         * message.el (message-simplify-recipients): Fix previous commit.
8364
8365 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8366
8367         * mm-util.el (mm-set-buffer-multibyte): New function.
8368         * mm-decode.el (mm-copy-to-buffer): Use it.
8369
8370         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8371         Prefer fboundp to functionp so it works with macros as well.
8372
8373 2008-03-19  Glenn Morris  <rgm@gnu.org>
8374
8375         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8376         Accidentally removed in the sync process with Emacs.
8377
8378 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8379
8380         * message.el (message-alter-recipients-discard-bogus-full-name):
8381         New function.
8382         (message-alter-recipients-function): New variable.
8383         (message-get-reply-headers): Use it.
8384         (message-replace-header): New helper function.
8385         (message-recipients-without-full-name): New variable.
8386         (message-simplify-recipients): New command.
8387
8388         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8389
8390         * message.el (message-info): Handle EasyPG manual.
8391
8392         * mml.el (mml-menu): Add entry for EasyPG.
8393
8394 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8395
8396         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8397         parameter.
8398
8399         * message.el (message-disassociate-draft): Specify drafts group name
8400         fully.
8401
8402 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8403
8404         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8405         Eliminate unnecessary duplicates from the match list.
8406
8407 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8408
8409         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8410
8411         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8412
8413         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8414         args of `how-many' of which the XEmacs version doesn't take; declare
8415         Info-index-next as function.
8416
8417 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8418
8419         * gnus-score.el (gnus-score-headers): Fix handling of
8420         gnus-inhibit-slow-scoring.
8421
8422         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8423         string.
8424         (gnus-button-url-regexp): Improve handling of parenthesis.
8425         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8426         (gnus-button-handle-info-keystrokes): Handle index entries.
8427
8428 2008-03-15  Glenn Morris  <rgm@gnu.org>
8429
8430         * parse-time.el (parse-time-string): Simplify.
8431
8432 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8433
8434         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8435         Incoming* files.
8436
8437 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8438
8439         * auth-source.el (auth-sources): Rename from auth-source-choices.
8440         (auth-source-pick): Use it.
8441
8442 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8443
8444         * binhex.el (binhex-decode-region-internal):
8445         * uudecode.el (uudecode-decode-region-internal):
8446         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8447         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8448         setting default-enable-multibyte-characters.
8449
8450 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8451
8452         * auth-source.el (auth-source-protocols)
8453         (auth-source-protocols-customize, auth-source-choices): Add and
8454         modified variable customizations and defaults.
8455         (auth-source-pick, auth-source-user-or-password)
8456         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8457         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8458         (auth-source-user-or-password-sftp)
8459         (auth-source-user-or-password-smtp): Use new variables and provide an
8460         interface to netrc.el.
8461
8462 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8463
8464         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8465         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8466         Make sure the nntp port to specify is a string.
8467
8468 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8469
8470         * nntp.el: Use with-current-buffer.
8471         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8472         dubious mm-with-unibyte-current-buffer.
8473         (nntp-with-open-group-function): New function extracted from
8474         nntp-with-open-group macro.
8475         (nntp-with-open-group): Use the function, so it's easier to debug.
8476         Add indentation and debugging info.
8477         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8478         Recommend the use of the netcat alternatives.
8479
8480         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8481         Avoid mm-string-as-multibyte as well.
8482
8483         * nnweb.el (nnweb-insert-html):
8484         Remove use of nnheader-string-as-multibyte.
8485
8486         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8487         (nnheader-string-as-multibyte): Remove.
8488
8489         * mm-view.el: Use inhibit-read-only.
8490         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8491         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8492         or unibyte-string.
8493
8494         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8495         (mm-uu-yenc-extract): Use with-current-buffer.
8496
8497         * gnus-soup.el (gnus-soup-send-packet): Don't use
8498         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8499
8500         * nnmh.el: Use with-current-buffer.
8501         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8502         mm-string-as-multibyte on the output of mm-encode-coding-string.
8503
8504         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8505         (nnimap-request-move-article): Use with-current-buffer.
8506
8507         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8508         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8509         conversion uses string-make-unibyte rather than string-as-unibyte.
8510
8511         * gnus-msg.el: Use with-current-buffer.
8512
8513         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8514
8515 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8516
8517         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8518         string for caching if it is 'PIN.
8519
8520 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8521
8522         * lpath.el: Consider the case without Emacs/W3.
8523
8524 2008-03-08  Glenn Morris  <rgm@gnu.org>
8525
8526         * time-date.el (date-to-time, time-subtract, time-add)
8527         (safe-date-to-time): Doc fixes.
8528
8529 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8530
8531         * mail-source.el (mail-source-delete-old-incoming-confirm):
8532         Change default to nil.
8533         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8534
8535 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8536
8537         * lpath.el: Rearrange.
8538
8539         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8540         (gnus-article-goto-prev-page): Work for articles having ^L's.
8541
8542         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8543
8544         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8545
8546 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8547
8548         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8549         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8550         (gnus-bookmark-jump): Adjust some variable names.
8551
8552 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8553
8554         * auth-source.el: New package.
8555         (auth-source-choices): Add customization entry point variable.
8556
8557         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8558         bug.
8559
8560 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8561
8562         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8563         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8564         (gnus-registry-install-shortcuts): Rename from
8565         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8566         the `gnus-registry-mark-map' keymap dynamically from
8567         `gnus-registry-marks'.  The generated functions update the summary line
8568         when a registry mark is added or deleted, and will call
8569         `gnus-registry-install-p' (see the comments in the code).
8570         (gnus-registry-user-format-function-M): Use concat intelligently.
8571
8572         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8573         the registry mark functions.
8574
8575 2008-03-05  Glenn Morris  <rgm@gnu.org>
8576
8577         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8578         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8579         gnus-art.
8580         (top-level): No need to load own source when compiling.
8581
8582 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8583
8584         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8585         Suggested by <chris.anderton@zetnet.co.uk>.
8586
8587 2008-03-04  Glenn Morris  <rgm@gnu.org>
8588
8589         * gnus-sum.el (top-level): No need to require gnus when compiling,
8590         since unconditionally required near start of file.
8591         (gnus-summary-display-while-building): Move definition before use.
8592
8593 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8594
8595         * gnus-registry.el (gnus-registry-user-format-function-M):
8596         Add formatting function.
8597
8598 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8599
8600         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8601         with plists.
8602         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8603         Use new format.
8604
8605 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8606
8607         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8608         `where-is-internal' that returns a range of key sequences.
8609
8610 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8611
8612         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8613
8614         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8615         (gnus-summary-jump-to-group): Consider windows on other displayed
8616         frames as well.  Similar changes might be needed elsewhere, but that's
8617         the one I've bumped into during my use.
8618
8619         * nndoc.el (nndoc-oe-dbx-type-p):
8620         * gnus-msg.el (gnus-debug):
8621         * gnus-group.el (gnus-update-group-mark-positions):
8622         Use mm-string-to-multibyte.
8623
8624 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8625
8626         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8627         doesn't handle NotDashEscaped.
8628
8629         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8630         (mml-dnd-attach-options): Fix typo in custom choice.
8631
8632         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8633         Change nndoc-article-type to mbox.
8634         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8635
8636         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8637         to nil, instead of html2text.
8638
8639         * imap.el (imap-debug): Add `imap-ping-server'.
8640
8641         * gnus-bookmark.el: Add FIXMEs.
8642
8643         * message.el (message-form-letter-separator)
8644         (message-send-form-letter-delay): New variables.
8645         (message-send-form-letter): Use them.  New command to send form
8646         letters.  Requested by Uwe Siart.
8647         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8648
8649 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8650
8651         * Update copyright years.
8652
8653 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8654
8655         Sync from EMACS_22_BASE.
8656
8657         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8658
8659 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8660
8661         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8662         empty author.
8663
8664 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8665
8666         * gnus-registry.el (gnus-registry-marks): Add variable for
8667         customization of marks and their appearance.
8668         (gnus-registry-read-mark): Use it.
8669         (gnus-registry-do-marks): Add utility function to loop through
8670         `gnus-registry-marks'.
8671         (gnus-registry-install-shortcuts-and-menus): Add function to install
8672         shortcuts and menus.
8673         (gnus-registry-initialize): Use it.
8674         (gnus-registry-default-mark): Clarify documentation.
8675
8676 2008-02-29  Glenn Morris  <rgm@gnu.org>
8677
8678         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8679         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8680         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8681         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8682         Change defcustom :version from 23.0 to 23.1.
8683
8684 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8685
8686         * gnus-registry.el (gnus-registry-follow-group-p)
8687         (gnus-registry-post-process-groups): Add functions to aid registry
8688         splitting and improve logging.  Clarify behavior in function
8689         documentation.
8690         (gnus-registry-split-fancy-with-parent): Use them.
8691
8692 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8693
8694         * gnus-art.el: Use with-current-buffer.
8695
8696 2008-02-27  David Engster  <dengste@eml.cc>
8697
8698         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8699         Express real group name in the response.
8700
8701 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8702
8703         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8704         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8705         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8706         autoload gnus-registry-fetch-group when compiling.
8707         (nnmairix-request-group-with-article-number-correction):
8708         Remove unreferenced argument passed to nnmairix-call-backend.
8709
8710 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8711
8712         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8713         (mm-uu-extract): Improve face for low color ttys.
8714         Reported by Sascha Wilde.
8715
8716 2008-02-27  Glenn Morris  <rgm@gnu.org>
8717
8718         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8719         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8720         variables to defconsts.  Convert comments to doc-strings.
8721         (nnmairix-last-server, nnmairix-current-server): Convert from free
8722         variables to defvars.  Convert comments to doc-strings.
8723         (gnus-registry-fetch-group): Autoload.
8724         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8725         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8726         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8727         caddr.
8728         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8729         nnmairix-request-group-with-article-number-correction call.
8730         (nnmairix-fast, nnmairix-group): New, less general names, for free
8731         variables passed from nnmairix-request-group to
8732         nnmairix-request-group-with-article-number-correction.  Declare.
8733         (nnmairix-request-group-with-article-number-correction):
8734         Use nnmairix-fast, nnmairix-group rather than fast, group.
8735
8736 2008-02-26  David Engster  <dengste@eml.cc>
8737
8738         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8739         version 0.5.
8740
8741 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8742
8743         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8744         instead of making an extra function call.  Don't add the current group
8745         to articles only when they have the group.  Use
8746         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8747         Reported by David <de_bb@arcor.de>.
8748
8749 2008-02-24  Miles Bader  <miles@gnu.org>
8750
8751         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8752         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8753         (mm-find-mime-charset-region):
8754         * mm-bodies.el (mm-encode-body):
8755         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8756
8757 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8758
8759         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8760         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8761
8762 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8763
8764         * mail-source.el (mail-source-delete-incoming): Change default.
8765         Supplement doc string.
8766
8767         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8768
8769 2008-02-14  Glenn Morris  <rgm@gnu.org>
8770
8771         * time-date.el (format-seconds): New function.
8772
8773 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8774
8775         * nnmail.el (nnmail-message-id-cache-file): Derive from
8776         `gnus-home-directory'.
8777
8778 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8779
8780         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8781         Document negative prefix.
8782
8783         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8784
8785 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8786
8787         * message.el (message-unsent-separator): Add the Exim bounce
8788         separator.
8789
8790 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8791
8792         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8793         list.
8794         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8795         recipient/signer list.
8796
8797 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8798
8799         * Makefile.in (datarootdir): Define.
8800         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8801         name that might contain whitespace.
8802
8803 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8804
8805         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8806         fbound (Emacs 23 unicode), signal an error.
8807
8808 2008-02-08  Glenn Morris  <rgm@gnu.org>
8809
8810         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8811
8812 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8813
8814         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8815         ports to the calls to `netrc-machine-user-or-password' in addition to
8816         "imap" and "imaps".
8817
8818 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8819
8820         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8821
8822         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8823
8824 2008-02-01  Kenichi Handa  <handa@m17n.org>
8825
8826         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8827         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8828         (rfc2104-hash): Convert the result of concat to unibyte string.
8829
8830 2008-02-01  Dave Love  <fx@gnu.org>
8831
8832         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8833         coding-system-for-read.
8834         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8835
8836 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8837
8838         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8839         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8840         <hanche@math.ntnu.no>.
8841
8842 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8843
8844         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8845
8846         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8847
8848 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8849
8850         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8851         * message.el (message-beginning-of-line): Use featurep instead of bound
8852         tests in order to resolve conditionals at compile time.
8853
8854 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8855
8856         * mail-source.el (mail-sources): Add `group' choice.
8857
8858         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8859         parameter `in-group' to control into which group the articles go.
8860         Add treatment of `group' mail-source.
8861
8862 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8863
8864         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8865
8866         * mm-decode.el (mm-dissect-buffer): Decode description.
8867
8868         * mml.el (mml-to-mime): Encode message header first.
8869
8870 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8871
8872         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8873         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8874
8875         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8876         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8877
8878 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8879
8880         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8881
8882 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8883
8884         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8885         prefix keys.
8886         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8887         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8888         gnus-xmas.el.
8889
8890         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8891         (gnus-xmas-article-describe-bindings): New function.
8892         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8893         gnus-xmas-article-describe-bindings.
8894
8895         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8896
8897 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8898
8899         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8900         Add new variables for article mark management.
8901         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8902         list of extra data entries which, when present, will indicate that the
8903         article ID should not be trimmed from the registry.
8904         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8905         functions.
8906         (gnus-registry-read-mark): New function to read a mark name from the
8907         user.
8908         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8909         (gnus-registry-set-article-mark-internal): New functions to add and
8910         remove marks.
8911         (gnus-registry-get-article-marks): New function to show the marks for
8912         an article, or retrieve them for further use.
8913
8914 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8915
8916         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8917         keys when no argument is given.
8918
8919 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8920
8921         * imap.el (imap-ping-server): New variable.
8922         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8923         (imap-ping-server): Minor doc string fixes.
8924
8925 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8926
8927         * imap.el (imap-ping-server): New function.
8928         (imap-opened): Call imap-ping-server.
8929
8930 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8931
8932         * gnus-sum.el (gnus-article-sort-by-random)
8933         (gnus-thread-sort-by-random): Fix doc strings.
8934         Reported by jidanni@jidanni.org.
8935
8936 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8937
8938         * gnus-art.el (gnus-article-describe-bindings): New function.
8939         (gnus-article-read-summary-keys): Use it.
8940         (gnus-article-mode-map): Bind `C-h b' to it.
8941
8942 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8943
8944         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8945         XEmacs.
8946         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8947         Protect against non-character events.
8948
8949         * lpath.el: Fbind map-keymap for Emacs 21.
8950
8951 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8952
8953         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8954         New command.
8955         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8956         instead of END.  Change name of the temp file.
8957         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8958         customizable.
8959
8960 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8961
8962         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8963         bind `S W' to gnus-article-wide-reply-with-original; set default
8964         binding to gnus-article-read-summary-send-keys.
8965         (gnus-article-read-summary-keys): Fix the order of keys; display
8966         continuation keys correctly in the echo area; describe bindings
8967         correctly when keys end with `C-h'.
8968         (gnus-article-read-summary-send-keys): New function.
8969         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8970         Work for gnus-article-read-summary-send-keys; display continuation keys
8971         correctly in the echo area.
8972         (gnus-article-reply-with-original): Ignore prefix argument.
8973         (gnus-article-wide-reply-with-original): New function.
8974
8975         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8976         Emacs 21.
8977
8978 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8979
8980         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8981         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8982
8983 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8984
8985         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8986         (gnus-group-read-ephemeral-gmane-group): New command.
8987
8988 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8989
8990         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8991
8992 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8993
8994         * message.el (message-send-mail-function): Increase custom version.
8995
8996         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8997         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8998
8999 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9000
9001         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9002         for the cases where imap-authenticate is called with a nil buffer
9003         parameter.
9004
9005 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9006
9007         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9008         html parts correctly; support forwarded messages.
9009         (gnus-article-browse-html-article): Remove work buffers.
9010
9011         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9012         compiling.
9013         (netrc-bound-and-true-p): New macro.
9014         (netrc-parse): Use it instead of bound-and-true-p that is not available
9015         in XEmacs 21.4.
9016
9017 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9018
9019         * gnus-registry.el (gnus-registry-mark-article)
9020         (gnus-registry-article-marks): Add functionality to mark articles
9021         through the Gnus registry.
9022
9023         * encrypt.el: Clarify documentation for the new pgg method.
9024         (encrypt-file-alist): Add PGG option.
9025         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9026         functionality.  Abstract password key and messaging to external
9027         functions.
9028         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9029         (encrypt-message-method-and-cipher): Add new convenience external
9030         functions.
9031         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9032         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9033
9034         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9035         (netrc-parse): Use encrypt-file-alist to determine if
9036         encrypt-find-model or encrypt-insert-file-contents should be used.
9037
9038         * encrypt.el: Clarify documentation.  Load password-cache or
9039         password, whichever one is found first, instead of autoloading.
9040
9041 2007-12-19  Glenn Morris  <rgm@gnu.org>
9042
9043         * mml.el (message-options-set, message-narrow-to-head)
9044         (message-in-body-p, message-mail-p, message-encode-message-body):
9045         Autoload.
9046         (message-remove-header, message-narrow-to-headers-or-head)
9047         (message-subscribed-p, message-make-mail-followup-to)
9048         (message-position-on-field, message-news-p)
9049         (message-options-set-recipient, message-generate-headers)
9050         (message-sort-headers): Declare as functions.
9051
9052 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9053
9054         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9055         convention in doc string.
9056
9057 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9058
9059         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9060         title to html parts.
9061         (gnus-article-browse-html-article): Pass message header to it.
9062
9063         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9064
9065 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9066
9067         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9068         or password compatible with XEmacs.
9069
9070 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9071
9072         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9073         format document.
9074         (gnus-mime-delete-part): Don't write description line if empty.
9075         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9076
9077 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
9078
9079         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9080         (gnus-summary-mark-read-and-unread-as-read)
9081         (gnus-summary-mark-current-read-and-unread-as-read)
9082         (gnus-summary-mark-unread-as-ticked): Doc fix.
9083         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9084
9085 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9086
9087         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9088         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9089
9090 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9091
9092         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9093         yes-or-no-p.
9094
9095 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9096
9097         * mm-decode.el (mm-add-meta-html-tag): New function.
9098         (mm-save-part-to-file, mm-pipe-part): Use it.
9099
9100         * gnus-art.el (gnus-article-browse-delete-temp-files):
9101         Use gnus-y-or-n-p instead of y-or-n-p.
9102         (gnus-article-browse-html-parts): Work with message/external-body; use
9103         mm-add-meta-html-tag.
9104
9105 2007-12-11  Glenn Morris  <rgm@gnu.org>
9106
9107         * gnus-cache.el: Require gnus-sum not just when compiling.
9108
9109         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9110
9111         * gnus-int.el (gnus-server-opened, gnus-status-message):
9112         Move definitions before use.
9113
9114         * mm-decode.el: Require gnus-util.
9115         (mm-remove-part): Only call delete-annotation on XEmacs.
9116
9117         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9118
9119         * nnmail.el: Require gnus-int.
9120
9121         * spam.el: Move `require's before `eval-when-compile's.
9122
9123         * gnus-ems.el (gnus-alive-p):
9124         * gnus-fun.el (message-goto-eoh):
9125         * gnus-util.el (gnus-group-name-decode):
9126         * mail-source.el (gnus-compress-sequence):
9127         * message.el (Info-goto-node, format-spec):
9128         * mm-bodies.el (message-options-get):
9129         * mm-decode.el (mm-view-pkcs7):
9130         * mm-util.el (gmm-write-region):
9131         * mml-smime.el (mml-compute-boundary)
9132         (gnus-completing-read-with-default):
9133         * mml.el (widget-button-press, gnus-make-hashtable):
9134         * mml1991.el (mm-decode-content-transfer-encoding)
9135         (mm-encode-content-transfer-encoding)
9136         (message-options-get, message-options-set):
9137         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9138         * nnfolder.el (gnus-request-group):
9139         * nnheader.el (ietf-drums-unfold-fws):
9140         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9141         * smime.el (gnus-run-mode-hooks):
9142         * spam-stat.el (gnus-message): Autoload.
9143
9144         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9145         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9146         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9147         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9148         Add declare-function compatibility definition.
9149
9150         * gnus-cache.el (nnvirtual-find-group-art):
9151         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9152         (gnus-add-image, gnus-add-wash-type):
9153         * gnus-group.el (nnkiboze-score-file):
9154         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9155         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9156         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9157         (message-tokenize-header, gnus-get-buffer-create)
9158         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9159         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9160         * gnus.el (gnus-group-decoded-name):
9161         * mail-source.el (imap-capability):
9162         * mm-bodies.el (message-options-set):
9163         * mm-decode.el (gnus-configure-windows):
9164         * mm-extern.el (message-goto-body):
9165         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9166         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9167         (epg-sub-key-validity, message-options-set):
9168         * mml.el (widget-event-point, gnus-configure-windows):
9169         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9170         * mml2015.el (epg-check-configuration, epg-configuration)
9171         (message-options-set):
9172         * nndb.el (nndb-request-article):
9173         * nnfolder.el (gnus-request-create-group):
9174         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9175         * nnmaildir.el (gnus-group-mark-article-read):
9176         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9177         * rfc1843.el (message-fetch-field):
9178         * spam.el (gnus-extract-address-components):
9179         Declare as functions.
9180
9181 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9182
9183         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9184
9185         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9186
9187         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9188         bind show-trailing-whitespace for XEmacs.
9189
9190 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9191
9192         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9193         new no-op macro for backward compatibility.
9194
9195         * imap.el (imap-string-to-integer): New function.
9196
9197 2007-12-09  Glenn Morris  <rgm@gnu.org>
9198
9199         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9200
9201         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9202         * message.el, mm-view.el, sieve-manage.el, smime.el:
9203         Add declare-function compatibility definition.
9204
9205         * gnus-art.el (w3-region, w3m-region, Info-menu):
9206         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9207         * gnus-sum.el (gnus-get-predicate):
9208         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9209         * message.el (mail-abbrev-in-expansion-header-p):
9210         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9211         (w3m-detect-meta-charset, w3m-region):
9212         * sieve-manage.el (password-read, password-cache-add)
9213         (password-cache-remove):
9214         * smime.el (password-read-and-add): Declare as functions.
9215
9216 2007-12-08  David Kastrup  <dak@gnu.org>
9217
9218         * gnus-sum.el (gnus-summary-simplify-subject-query):
9219         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9220         `message'.
9221
9222 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9223
9224         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9225         it to bind idna-program, installation-directory, defined-colors, and
9226         face-attribute for XEmacs of the version that compiles defcustom forms.
9227
9228 2007-12-07  Glenn Morris  <rgm@gnu.org>
9229
9230         * gnus-art.el (article-make-date-line): Revert previous change.
9231
9232 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9233
9234         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9235
9236 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9237
9238         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9239         Call gnus-add-to-range ranges only once with a prepared article-list.
9240
9241 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9242
9243         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9244         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9245         group names with backslashes.
9246         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9247
9248 2007-12-06  Deepak Goel  <deego3@gmail.com>
9249
9250         * gnus-art.el (article-make-date-line):
9251         * gnus-start.el (gnus-load):
9252         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9253
9254 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9255
9256         * gnus-art.el (gnus-use-idna)
9257         * gnus-start.el (gnus-site-init-file)
9258         * message.el (message-use-idna)
9259         * mm-uu.el (mm-uu-hide-markers)
9260         * smiley.el (smiley-style): Revert changes that suppress warnings.
9261
9262 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9263
9264         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9265         specify charset to html source.
9266         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9267
9268 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9269
9270         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9271         idna-program in order to suppress byte compile warning issued by XEmacs
9272         that came to byte compile the default value section of defcustom forms
9273         recently.
9274
9275         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9276         value of installation-directory.
9277
9278         * message.el (message-use-idna): Don't directly refer to the value of
9279         idna-program.
9280
9281         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9282
9283         * smiley.el (smiley-style): Don't directly call face-attribute.
9284
9285 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9286
9287         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9288
9289         * gnus-dired.el: Reduce Gnus dependencies.
9290         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9291         Don't require.  Use autoloads instead.
9292         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9293         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9294         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9295         (gnus-dired-mode): Adjust doc string.
9296         (gnus-dired-mail-mode): New variable.
9297         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9298         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9299         (gnus-dired-mail-buffers): New function.  Return mail or message
9300         composition buffers.
9301         (gnus-dired-attach): Use it.
9302         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9303         NO-DECODE.
9304         (gnus-dired-print): Use `gnus-print-buffer' depending on
9305         `gnus-dired-mail-mode'.
9306
9307 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9308
9309         * rfc2047.el (rfc2047-encoded-word-regexp)
9310         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9311         explaining what regexp patterns are for.
9312
9313 2007-12-04  Glenn Morris  <rgm@gnu.org>
9314
9315         * password.el: Move to password-cache.el.
9316
9317         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9318         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9319         * mml-smime.el (password-read, password-cache-add)
9320         (password-cache-remove):
9321         No need to autoload, since mml-sec requires password.
9322
9323         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9324         * message.el (gnus-extract-address-components):
9325         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9326
9327         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9328         password.
9329
9330 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9331
9332         * mailcap.el: Reduce dependencies.
9333         (mail-header-parse-content-type): Autoload.
9334         (mailcap-delete-duplicates): New alias.
9335         (mailcap-mime-info): Add optional argument NO-DECODE.
9336         (mailcap-mime-types): Use mailcap-delete-duplicates.
9337
9338         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9339
9340 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9341
9342         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9343         (imap-parse-status): Upcase status-att for servers that sends them
9344         lower-case (e.g., MS Exchange 2007).
9345
9346 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9347
9348         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9349         function.
9350
9351         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9352         (gnus-uu-yenc-article): New function.
9353
9354         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9355
9356         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9357
9358 2007-12-02  Glenn Morris  <rgm@gnu.org>
9359
9360         * binhex.el (binhex): New custom group.
9361         (binhex-decoder-program, binhex-decoder-switches)
9362         (binhex-use-external): Move to the binhex custom group.
9363
9364         * uudecode.el (uudecode): New custom group.
9365         (uudecode-decoder-program, uudecode-decoder-switches)
9366         (uudecode-use-external): Move to the uudecode custom group.
9367
9368         * netrc.el (top-level): Don't load `encrypt' features.
9369         (netrc-parse): Don't use encrypt.
9370         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9371
9372         * encrypt.el: Remove file.
9373
9374 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9375
9376         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9377         matches on patches.
9378
9379         * gnus-art.el (gnus-article-browse-html-article):
9380         Mention `mm-text-html-renderer' in the doc string.
9381
9382         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9383         string.  Add comments.
9384
9385         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9386         if rhs is ASCII.
9387
9388 2007-12-01  Glenn Morris  <rgm@gnu.org>
9389
9390         * mail-source.el (top-level): Require format-spec before
9391         eval-when-compile.
9392
9393 2007-11-30  Glenn Morris  <rgm@gnu.org>
9394
9395         * encrypt.el: Require password, rather than autoloading password-read.
9396
9397 2007-11-29  Glenn Morris  <rgm@gnu.org>
9398
9399         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9400         (sasl-make-client, sasl-next-step, sasl-step-data)
9401         (sasl-step-set-data): Declare as functions.
9402
9403 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9404
9405         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9406
9407 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9408
9409         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9410         certs should be verified and what is to be done in the event of a
9411         verification failure.
9412
9413         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9414         caller can indicate whether the cache should be disregarded for this
9415         call.  This way the result of the call is reproducible at all times and
9416         can be considered a canonical server name for the supplied method.
9417         (gnus-agent-method-p): Canonicalize server names by pushing their
9418         method through `gnus-method-to-server' using the no-cache argument.
9419
9420         * gnus-srvr.el (gnus-server-insert-server-line):
9421         Call `gnus-method-to-server' with `no-cache' argument.
9422
9423         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9424         gnus-agent-possibly-synchronize-flags as this should be called when the
9425         server is actually being opened.
9426         (gnus-agent-possibly-synchronize-flags)
9427         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9428         flags file of an agentized server to the latter function.
9429
9430         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9431         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9432         after a connection has been established successfully.
9433
9434 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9435
9436         * gnus-art.el (article-display-face): Force to display face if called
9437         interactively; check if gnus-article-x-face-too-ugly matches author.
9438         (article-display-x-face): Display face even if From header is missing
9439         as article-display-face does.
9440
9441 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9442
9443         * hashcash.el (message-narrow-to-headers-or-head)
9444         (message-fetch-field, message-goto-eoh)
9445         (message-narrow-to-headers): Declare as functions.
9446
9447 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9448
9449         * mail-source.el (mail-sources): Default to fetch from file for
9450         compatibility with default of nnmail-spool-file.
9451
9452 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9453
9454         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9455         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9456         to look for encoded word that should be encoded again.
9457         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9458         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9459         encoding pattern.
9460         (rfc2047-decode-region): Switch strict regexp and loose one according
9461         to rfc2047-allow-irregular-q-encoded-words.
9462
9463 2007-11-25  Romain Francoise  <romain@orebokech.com>
9464
9465         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9466
9467 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9468
9469         * tls.el (tls-program): Provide more custom choices from
9470         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9471         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9472
9473 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9474
9475         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9476         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9477
9478         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9479         `nnmail-spool-file'.
9480
9481         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9482         `nnmail-spool-file'.
9483
9484         * gnus-move.el (gnus-change-server): Ditto.
9485
9486         * gnus-kill.el (gnus-batch-score): Ditto.
9487
9488         * gnus-cache.el (gnus-jog-cache): Ditto.
9489
9490         * gnus-msg.el (gnus-summary-reply):
9491         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9492
9493 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9494
9495         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9496         version.  Minor improvement to doc strings.
9497         (tls-program): Add comment.
9498
9499 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9500
9501         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9502         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9503         mismatch between the hostname provided in the certificate and the name
9504         of the host connnecting to.
9505         (open-tls-stream): Use them.  Check certificates against trusted root
9506         certificates.
9507
9508 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9509
9510         * gnus-cache.el (gnus-cache-generate-nov-databases):
9511         Use nnml-generate-nov-databases-directory instead of
9512         nnml-generate-nov-databases-1.
9513
9514 2007-11-24  Glenn Morris  <rgm@gnu.org>
9515
9516         * message.el (message-tool-bar-retro): Update for rename
9517         mail_send.xpm->mail-send.xpm.
9518
9519 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9520
9521         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9522         `smime-ldap-search' for Emacs 22 and up.
9523
9524 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9525
9526         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9527
9528         * message.el (message-send-mail-function): Fix error convention.
9529         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9530         (message-widen-reply, message-send-mail, message-talkative-question)
9531         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9532         (message-clone-locals, message-send-news): Use with-current-buffer.
9533         (message-insert-or-toggle-importance): Remove unused var `valid'.
9534         (message-make-references): Remove unused var `new-references'.
9535         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9536
9537 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9538
9539         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9540         (spam-split-symbolic-return-positive): Reflow docstring.
9541         (spam-backends, spam-summary-exit-behavior)
9542         (spam-mark-ham-unread-before-move-from-spam-group)
9543         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9544         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9545         (spam-clear-cache, spam-backend-check, spam-install-backend)
9546         (spam-install-statistical-backend, spam-list-of-processors)
9547         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9548         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9549         (spam-check-crm114, spam-initialize, spam-unload-hook):
9550         Fix typos in docstrings.
9551
9552 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9553
9554         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9555         been checked if they have never been read and those group levels are
9556         higher than the one that a user specified.
9557
9558 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9559
9560         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9561         foreign groups unless a group level is specified by a user.
9562         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9563
9564 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9565
9566         * message.el (message-send-mail-function): Require sendmail.
9567
9568 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9569
9570         * message.el (message-send-mail-function): Check for smtpmail too.
9571
9572         * utf7.el (utf7-encode, utf7-decode): Use coding system
9573         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9574
9575         * message.el (message-send-mail-function): New function.
9576         (message-send-mail-function): Set default using
9577         message-send-mail-function.  Adjust doc string.
9578         (message-send-mail-with-mailclient): New function.
9579
9580 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9581
9582         * smime.el (from):
9583         * rfc2047.el (message-posting-charset):
9584         * qp.el (mm-use-ultra-safe-encoding):
9585         * pop3.el (parse-time-months):
9586         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9587         * nnml.el (files):
9588         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9589         (jka-compr-compression-info-list, ange-ftp-path-format)
9590         (efs-path-regexp):
9591         * nndiary.el (files):
9592         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9593         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9594         (epg-digest-algorithm-alist, inhibit-redisplay)
9595         (password-cache-expiry):
9596         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9597         (pgg-output-buffer, password-cache-expiry):
9598         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9599         (efs-path-regexp):
9600         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9601         (inhibit-redisplay):
9602         * mm-uu.el (file-name, start-point, end-point, entry)
9603         (gnus-newsgroup-name, gnus-newsgroup-charset):
9604         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9605         (latin-unity-ucs-list):
9606         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9607         (mm-uu-binhex-decode-function):
9608         * message.el (gnus-message-group-art, gnus-list-identifiers)
9609         (rmail-enable-mime-composing, gnus-local-organization)
9610         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9611         (gnus-read-active-file, facemenu-add-face-function)
9612         (facemenu-remove-face-function, gnus-article-decoded-p)
9613         (tool-bar-mode):
9614         * mail-source.el (display-time-mail-function):
9615         * gnus-util.el (nnmail-pathname-coding-system)
9616         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9617         (gnus-original-article-buffer, gnus-user-agent)
9618         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9619         (xemacs-codename, sxemacs-codename, emacs-program-version):
9620         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9621         * gnus-start.el (gnus-agent-covered-methods)
9622         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9623         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9624         (gnus-newsgroup-headers, gnus-group-list-mode)
9625         (gnus-group-mark-positions, gnus-newsgroup-data)
9626         (gnus-newsgroup-unreads, nnoo-state-alist)
9627         (gnus-current-select-method, mail-sources)
9628         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9629         (nnmail-spool-file, gnus-cache-active-hashtb):
9630         * gnus-mh.el (mh-lib-progs):
9631         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9632         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9633         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9634         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9635         (gnus-group-buffer):
9636         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9637         (font-lock-set-defaults):
9638         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9639         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9640         (gnus-summary-post-menu, total-parts, type, condition, length):
9641         * gnus-agent.el (gnus-agent-read-agentview):
9642         * flow-fill.el (show-trailing-whitespace):
9643         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9644         eval-and-compile wrappers for byte compiler pacifiers.
9645
9646         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9647         (mm-display-inline-fontify): Check for featurep 'xemacs not
9648         extent-list.
9649
9650         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9651         itimer-list.
9652         (mm-create-image-xemacs): Only do something for XEmacs.
9653         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9654
9655         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9656
9657         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9658         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9659
9660 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9661
9662         * nnimap.el (nnimap-split-download-body):
9663         * gnus-demon.el (gnus-demon):
9664         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9665
9666 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9667
9668         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9669         New macros.
9670         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9671         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9672         copy data from unibyte buffer to multibyte current buffer.
9673         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9674         to copy data from unibyte current buffer to multibyte buffer.
9675         (nntp-make-process-buffer): Make process buffer unibyte.
9676
9677         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9678
9679 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9680
9681         * pop3.el (pop3-open-server): Accept and process data more robustly at
9682         connexion start to avoid spurious "POP SSL connexion failed" errors.
9683
9684 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9685
9686         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9687         read group names.
9688
9689 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9690
9691         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9692
9693 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9694
9695         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9696         (nnmail-save-active): Use a unibyte buffer when saving active file,
9697         which may contain non-ASCII group names.
9698
9699         * nnml.el (nnml-request-group): Decode group names in messages.
9700
9701 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9702
9703         * message.el (message-citation-line-function)
9704         (message-insert-formatted-citation-line): Fix spelling of
9705         `message-insert-formated-citation-line'.
9706
9707 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9708
9709         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9710
9711 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9712
9713         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9714         nnmail-pathname-coding-system.
9715
9716         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9717         that a user enters; decode group names in messages.
9718
9719         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9720
9721 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9722
9723         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9724
9725         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9726
9727         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9728         risky local variable.
9729
9730         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9731
9732 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9733
9734         * encrypt.el: Improve documentation to fix function name typo.
9735         Reported by Daiki Ueno <ueno@unixuser.org>.
9736
9737 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9738
9739         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9740         even if the point is not in the last page of an article.
9741         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9742         back to the previous page.
9743
9744 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9745
9746         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9747
9748 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9749
9750         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9751
9752 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9753
9754         * message.el (message-check-news-body-syntax):
9755         Avoid mm-string-as-multibyte.
9756         (message-hide-headers): Don't assume (point-min)==1.
9757
9758 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9759
9760         * message.el (message-remove-blank-cited-lines): Fix if remove is
9761         given.
9762         (message-bogus-address-regexp): New variable.
9763         (message-bogus-recipient-p): New function.
9764         (message-check-recipients): New command.
9765         (message-syntax-checks): Add `bogus-recipient'.
9766         (message-fix-before-sending): Add `bogus-recipient'.
9767
9768         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9769         (gnus-treat-body-boundary): Don't test window-system.
9770
9771 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9772
9773         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9774
9775 2007-10-28  Miles Bader  <miles@gnu.org>
9776
9777         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9778         at compile-time too.
9779
9780 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9781
9782         * gnus-msg.el (gnus-message-setup-hook):
9783         Add `message-remove-blank-cited-lines' to options.
9784
9785 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9786
9787         * message.el (message-remove-blank-cited-lines): New function.
9788         Suggested by Karl Plästerer.
9789
9790 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9791
9792         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9793         mapc.
9794
9795         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9796         (top-level): Use mapc to set functions to be traced for debugging.
9797
9798         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9799         called for effect with while loop.
9800
9801         * message.el (message-talkative-question): Replace mapcar called for
9802         effect with mapc.
9803
9804         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9805         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9806         called for effect with dolist.
9807
9808         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9809
9810         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9811         gnus-extra-headers and nnmail-extra-headers.
9812
9813         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9814         called for effect with dolist.
9815         (top-level): Use mapc to set functions to be traced for debugging.
9816
9817         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9818         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9819         dolist.
9820
9821         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9822         Replace mapcar called for effect with mapc.
9823         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9824         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9825         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9826         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9827
9828         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9829         remove-if that's a cl function.
9830
9831         * webmail.el (webmail-debug): Replace mapcar called for effect with
9832         dolist.
9833
9834         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9835         with mapc.
9836
9837 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9838
9839         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9840         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9841         with while loop.
9842
9843         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9844         functions from article-* functions.
9845         (gnus-multi-decode-header): Replace mapcar called for effect with
9846         dolist.
9847
9848         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9849         (gnus-bookmark-show-details): Replace mapcar called for effect with
9850         while loop.
9851
9852         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9853         called for effect with while loop.
9854
9855         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9856         with dolist.
9857
9858         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9859         Replace mapcar called for effect with dolist.
9860
9861         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9862
9863         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9864         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9865         Replace mapcar called for effect with dolist.
9866         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9867         mapc.
9868
9869         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9870         Replace mapcar called for effect with dolist.
9871         (gnus-topic-list): Replace mapcar called for effect with mapc.
9872
9873         * gnus.el: Use mapc instead of mapcar to add autoloads.
9874
9875 2007-10-23  Richard Stallman  <rms@gnu.org>
9876
9877         * gnus-group.el (gnus-group-highlight): Mark as risky.
9878
9879 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9880
9881         * gnus.el (gnus-server-to-method): Return method found first in
9882         gnus-newsrc-alist.
9883
9884         * gnus-art.el (gnus-article-highlight-signature)
9885         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9886         button overlay without the front stickiness.
9887
9888 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9889
9890         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9891         overview buffer needed a catch to receive its throw.
9892         (gnus-agent-flush-cache): Declare as interactive to make this function
9893         easier to use.
9894
9895 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9896
9897         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9898         `next-line'.
9899
9900 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9901
9902         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9903         exclude address matching message-dont-reply-to-names.
9904
9905 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9906
9907         * gnus-util.el (gnus-string<): New function.
9908
9909         * gnus-sum.el (gnus-article-sort-by-author)
9910         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9911
9912 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9913
9914         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9915         the frame-focus tag is set in gnus-buffer-configuration.
9916
9917 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9918
9919         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9920         the front stickiness.
9921
9922 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9923
9924         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9925         url pattern; remove duplicate one.
9926         (gnus-article-extend-url-button): New function.
9927         (gnus-article-add-buttons): Use it.
9928         (gnus-button-push): Use concatenated url that it makes.
9929
9930 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9931
9932         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9933
9934 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9935
9936         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9937         Don't hardcode point-min==1.
9938
9939 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9940
9941         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9942         Fix comment about "iso8859-1".
9943
9944 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9945
9946         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9947         ones returned from the verify-function.
9948
9949         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9950         Call mml2015-extract-cleartext-signature if extraction failed.
9951
9952 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9953
9954         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9955         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9956         failed.
9957
9958 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9959
9960         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9961
9962 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9963
9964         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9965         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9966         recommends to use EasyPG instead of PGG.
9967
9968         * pgg.el: Revert to revision 6.23.2.16.
9969
9970         * pgg-def.el: Revert to revision 6.6.2.14.
9971
9972         * pgg-gpg.el: Revert to revision 6.23.2.34.
9973
9974 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9975
9976         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9977         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9978         thread for both the null and zero (kill/expire thread) universal prefix
9979         cases.
9980         (gnus-summary-expire-thread): Add new function to expire a thread,
9981         using gnus-summary-kill-thread.
9982         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9983         shortcuts for gnus-summary-expire-thread.
9984         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9985         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9986
9987 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9988
9989         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9990         extras value, so an extras entry can be deleted.
9991         (gnus-registry-delete-extra-entry): Use it.
9992         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9993         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9994         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9995         storage through the gnus-registry, and provide an appropriate API for
9996         it.
9997
9998 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9999
10000         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10001         Suggested by Leo <sdl.web@gmail.com>.
10002
10003         * gnus.el: Do.
10004
10005 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10006
10007         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10008         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10009
10010         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10011
10012         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10013         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10014
10015 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10016
10017         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10018         newline.
10019         (nnmbox-request-accept-article): Don't change article in source buffer;
10020         narrow to header to use message-fetch-field rather than
10021         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10022         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10023         as delimiters; make sure article ends with newline.
10024         (nnmbox-delete-mail): Correct last position of article to be deleted;
10025         ignore X-Gnus-Newsgroup header in article body.
10026         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10027         positions; make sure article ends with newline.
10028
10029         * message.el (message-display-abbrev): Don't infloop when a user
10030         inserts SPC in the beginning of header.
10031
10032         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10033         coding-system-for-read and coding-system-for-write for XEmacs having no
10034         file-coding feature.
10035
10036         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10037
10038 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10039
10040         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10041         list of groups not followed by default.  Fix type to be regexp.
10042         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10043
10044 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10045
10046         * hmac-def.el (define-hmac-function): Switch from old-style to
10047         new-style backquotes.
10048
10049         * md4.el (md4-make-step): Likewise.
10050
10051 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10052
10053         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10054         raw-text coding system when saving .newsrc file, which may contain
10055         non-ASCII group names.
10056
10057 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10058
10059         * gnus-cus.el (gnus-score-extra): New widget.
10060         (gnus-score-extra-convert): New function.
10061         (gnus-score-customize): Use it for Extra.
10062
10063 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10064
10065         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10066         (mml2015-mailcrypt-clear-verify): Use it.
10067         (mml2015-gpg-clear-verify): Use it.
10068         (mml2015-pgg-clear-verify): Use it.
10069         (mml2015-epg-clear-verify): Replace the current part with the output
10070         from GnuPG; don't extract the plaintext by itself.
10071
10072         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10073         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10074         mml2015-clear-verify-function; don't touch the armor headers or
10075         dash-escaped text here.
10076
10077 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10078
10079         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10080         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10081         parts, or application/octet-stream as a last resort.
10082         (gnus-mime-view-part-as-type): Don't toggle display.
10083         (gnus-mime-view-part-as-charset): Don't turn off display before
10084         querying charset.
10085
10086         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10087         stuff to undisplayer function in Emacs.
10088         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10089
10090         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10091         text/calendar parts.
10092
10093 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10094
10095         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10096         decoding text/calendar parts.
10097
10098         * message.el (message-forward-make-body-mime): Always mark body as
10099         having no illegible text; remove signed-or-encrypted argument.
10100         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10101
10102         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10103         (mml-generate-mime-1): Don't encode body if it is specified to be in
10104         raw form; don't make buffer be unibyte when inserting multibyte string.
10105
10106 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10107
10108         * sha1.el: Fix up comment style.
10109         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10110         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10111
10112         * hex-util.el: Fix up comment style.
10113         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10114
10115         * gnus-salt.el: Use with-current-buffer.
10116         (gnus-pick-setup-message): Fix long-standing typo.
10117
10118 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10119
10120         * imap.el (imap-logout-timeout): New variable.
10121         (imap-logout, imap-logout-wait): New functions.
10122         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10123
10124         * nnimap.el (nnimap-logout-timeout): New server variable.
10125         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10126         nnimap-logout-timeout.
10127
10128         * gnus-art.el (gnus-article-summary-command-nosave)
10129         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10130
10131 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10132
10133         * gnus.el (gnus-maximum-newsgroup): New variable.
10134
10135         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10136         according to gnus-maximum-newsgroup.
10137
10138         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10139         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10140         Limit the range of articles according to gnus-maximum-newsgroup.
10141
10142 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10143
10144         * gnus-art.el (gnus-sticky-article): Fix problems described in
10145         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10146         Don't perform gnus-configure-windows here; reuse existing sticky
10147         article buffer.
10148
10149         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10150         it doesn't exist in gnus-article-mode.
10151
10152 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10153
10154         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10155         (gnus-agent-decoded-group-name): New function.
10156         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10157         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10158
10159 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10160
10161         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10162         Add binding for gnus-sticky-article.
10163         (gnus-summary-exit): Don't kill sticky article buffers.
10164
10165         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10166         article buffer.
10167         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10168         (gnus-kill-sticky-article-buffers): New commands.
10169
10170 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10171
10172         * nntp.el (nntp-xref-number-is-evil): New server variable.
10173         (nntp-find-group-and-number): If it is non-nil, don't trust article
10174         numbers in the Xref header.
10175
10176 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10177
10178         * gnus-agent.el (gnus-agent-read-group): New function.
10179         (gnus-agent-flush-group, gnus-agent-expire-group)
10180         (gnus-agent-regenerate-group): Use it.
10181         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10182         nnmail-pathname-coding-system.
10183
10184 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10185
10186         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10187
10188         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10189         that are unread as unread, and also as selected so that information of
10190         marks having been changed by a user may be updated when exiting group.
10191
10192 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10193
10194         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10195
10196 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10197
10198         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10199         calculated ignoring signature parts to gnus-treat-article.
10200
10201 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10202
10203         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10204         a point here in order to keep the window start.
10205         (gnus-insert-mime-security-button): Make a button overlay without the
10206         front stickiness.
10207         (gnus-mime-display-security): Goto the end of a button.
10208
10209         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10210
10211 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10212
10213         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10214         group-name-at-point.
10215         (gnus-group-completing-read): New function that offers decoded
10216         non-ASCII group names for completion.
10217         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10218         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10219         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10220         (gnus-group-fetch-control): Use it.
10221         (gnus-fetch-group): Use group-name-at-point for the initial value
10222         rather than the default value; use gnus-alive-p.
10223
10224         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10225         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10226         (gnus-summary-post-news): Use gnus-group-completing-read.
10227
10228         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10229         (gnus-read-move-group-name): Decode group name for completion.
10230
10231 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10232
10233         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10234         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10235         Yamaoka slightly modified the code).
10236
10237 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10238
10239         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10240         (nnmail-split-incoming): Bind it.
10241
10242         * nnml.el (nnml-group-name-charset): New function.
10243         (nnml-decoded-group-name): Use it; don't decode group name if
10244         nnmail-group-names-not-encoded-p is non-nil.
10245         (nnml-encoded-group-name): New function.
10246         (nnml-group-pathname): Inline nnml-decoded-group-name.
10247         (nnml-request-expire-articles): Decode group name in message.
10248         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10249         nnmail-pathname-coding-system.
10250         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10251         not decoded ones according to nnmail-group-names-not-encoded-p.
10252         (nnml-generate-active-info): Use nnml-encoded-group-name.
10253
10254 2007-08-08  Glenn Morris  <rgm@gnu.org>
10255
10256         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10257         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10258         doc-strings and comments.
10259
10260 2007-07-25  Glenn Morris  <rgm@gnu.org>
10261
10262         * Relicense all FSF files to GPLv3 or later.
10263
10264 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10265
10266         * gnus-sum.el (gnus-summary-move-article):
10267         Make gnus-summary-respool-article work.
10268
10269 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10270
10271         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10272         string.
10273
10274 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10275
10276         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10277         that should be ignored when comparing distant RSS articles with local
10278         ones.
10279         (nnrss-make-hash-index): New function.  Create a hash index according
10280         to the ignored fields.
10281         (nnrss-check-group): Use it.
10282
10283 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10284
10285         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10286
10287         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10288
10289         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10290         the new optional argument ENCODED is non-nil.
10291         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10292         coding system for encoding group name.
10293         (gnus-group-make-rss-group): Pass un-encoded group name to
10294         gnus-group-make-group.
10295         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10296         encoded.
10297
10298         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10299         Encode group name to which articles are moved or copied.
10300         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10301         coding system for encoding Newsgroup, Followup-To and Xref headers.
10302
10303         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10304         marks; use nnheader-file-coding-system to write a file.
10305         (nnagent-retrieve-headers): Bind file-name-coding-system to
10306         nnmail-pathname-coding-system.
10307
10308         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10309
10310         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10311         (nnml-request-article, nnml-request-create-group)
10312         (nnml-request-rename-group, nnml-find-id)
10313         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10314         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10315         (nnml-save-marks): Use nnml-group-pathname instead of
10316         nnmail-group-pathname.
10317
10318         (nnml-request-create-group, nnml-request-expire-articles)
10319         (nnml-request-move-article, nnml-request-delete-group)
10320         (nnml-deletable-article-p, nnml-possibly-create-directory)
10321         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10322         (nnml-open-marks): Bind file-name-coding-system to
10323         nnmail-pathname-coding-system.
10324
10325         (nnml-request-article): Pass server argument to nnml-find-group-number.
10326         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10327         Pass server argument to nnml-possibly-create-directory.
10328         (nnml-request-accept-article): Pass server argument to
10329         nnml-active-number and nnml-save-mail.
10330         (nnml-find-group-number): Pass server argument to nnml-find-id.
10331         (nnml-request-update-info): Pass server argument to
10332         nnml-marks-changed-p.
10333
10334         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10335         (nnml-save-mail, nnml-active-number): Add server argument.
10336
10337         (nnml-request-delete-group): Warn if group is missing.
10338         (nnml-get-nov-buffer): Decode group name.
10339         (nnml-generate-active-info): Encode group name.
10340         (nnml-open-marks): Decode group name in messages.
10341
10342 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10343
10344         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10345         if it is not specified.
10346         (gnus-article-pipe-part, gnus-article-save-part)
10347         (gnus-article-interactively-view-part, gnus-article-copy-part)
10348         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10349         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10350         (gnus-article-replace-part, gnus-article-delete-part)
10351         (gnus-article-view-part-as-type): Pass raw prefix argument to
10352         gnus-article-part-wrapper.
10353
10354 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10355
10356         * gnus-agent.el (gnus-agent-save-active):
10357         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10358
10359         * gnus-cache.el (gnus-cache-save-buffers)
10360         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10361         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10362         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10363         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10364         (gnus-cache-generate-active, gnus-cache-rename-group)
10365         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10366         (gnus-cache-update-overview-total-fetched-for):
10367         Bind file-name-coding-system to nnmail-pathname-coding-system.
10368         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10369         New variables.
10370         (gnus-cache-decoded-group-name): New function.
10371         (gnus-cache-file-name): Use it.
10372         (gnus-cache-generate-active): Use non-decoded group name for active.
10373
10374         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10375         right place.
10376         (gnus-write-active-file): Don't break non-ASCII group names.
10377
10378         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10379         nnmail-pathname-coding-system.
10380
10381         * lpath.el: Bind default-file-name-coding-system,
10382         file-name-coding-system and language-info-alist for XEmacs.
10383
10384         * gnus-uu.el (gnus-uu-decode-save): Typo.
10385
10386 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10387
10388         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10389
10390 2007-07-14  David Kastrup  <dak@gnu.org>
10391
10392         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10393         finishing actions if we did not edit the article.
10394
10395 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10396
10397         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10398         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10399         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10400         (gnus-agent-flush-group, gnus-agent-flush-cache)
10401         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10402         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10403         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10404         (gnus-agent-regenerate-group)
10405         (gnus-agent-update-files-total-fetched-for)
10406         (gnus-agent-update-view-total-fetched-for):
10407         Bind file-name-coding-system to nnmail-pathname-coding-system.
10408         (gnus-agent-group-pathname): Don't encode file names by
10409         nnmail-pathname-coding-system.
10410         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10411         coding-system-for-write instead of buffer-file-coding-system to
10412         gnus-agent-file-coding-system.
10413
10414         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10415         Decode group name.
10416
10417         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10418
10419         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10420         (gnus-read-newsrc-el-file): Make group names unibyte.
10421
10422         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10423         nnmail-pathname-coding-system.
10424
10425         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10426         (nnrss-request-delete-group): Bind file-name-coding-system to
10427         nnmail-pathname-coding-system.
10428         (nnrss-read-server-data, nnrss-read-group-data):
10429         Bind file-name-coding-system correctly.
10430         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10431
10432         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10433         (nntp-server-to-method-cache): New variable.
10434         (nntp-group-pathname): New function that decodes non-ASCII group names.
10435         (nntp-possibly-create-directory, nntp-marks-changed-p)
10436         (nntp-save-marks, nntp-open-marks): Use it.
10437         (nntp-possibly-create-directory, nntp-open-marks):
10438         Bind file-name-coding-system to nnmail-pathname-coding-system.
10439         (nntp-open-marks): Decode group names when bootstrapping marks.
10440
10441         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10442         Newsgroups and Folowup-To headers.
10443
10444 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10445
10446         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10447         (gnus-server-closed-face, gnus-server-denied-face)
10448         (gnus-server-offline-face): Remove variable.
10449         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10450
10451         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10452         of modifying message-stack directly for XEmacs.
10453
10454         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10455         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10456         if the coding-system argument is nil for XEmacs.
10457
10458         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10459         mm-charset-override-alist.
10460
10461         * rfc2047.el: Don't require base64; require rfc2045 for the function
10462         rfc2045-encode-string.
10463         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10464         to quote the parameter value.
10465
10466 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10467
10468         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10469         form in gnus-group-name-charset-method-alist.
10470
10471         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10472         overrides the default layout edit-form.
10473
10474         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10475
10476         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10477
10478 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10479
10480         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10481         as unfetched articles.
10482
10483 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10484
10485         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10486
10487 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10488
10489         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10490         original back end that keeps marks in the local system.
10491
10492 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10493
10494         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10495         arg of pop-to-buffer for XEmacs.
10496         (gnus-article-read-summary-keys): Ditto; don't restore window
10497         configuration if summary command ends up with neither article buffer
10498         nor summary buffer; describe bindings if summary keys end with C-h.
10499
10500 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10501
10502         * message.el (message-fix-before-sending): Skip raw message part to be
10503         forwarded while checking illegible text.
10504         (message-forward-make-body-mime, message-forward-make-body):
10505         Mark signed or encrypted raw message as having no illegible text.
10506
10507 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10508
10509         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10510         (gnus-message-with-timestamp-1): New macro.
10511         (gnus-message-with-timestamp): New function.
10512         (gnus-message): Use them.
10513
10514         * nnheader.el (nnheader-message): Use them.
10515
10516 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10517
10518         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10519         .newsrc.eld file.
10520
10521 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10522
10523         * gnus-agent.el (gnus-agent-fetch-headers)
10524         (gnus-agent-retrieve-headers):
10525         Bind gnus-decode-encoded-address-function to identity.
10526
10527         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10528         available also when the server returns simply a dot.
10529
10530         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10531
10532 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10533
10534         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10535
10536 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10537
10538         * gnus-ems.el (gnus-x-splash): Make it work.
10539
10540         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10541         from being used.
10542
10543         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10544
10545 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10546
10547         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10548         4th and the 5th arguments.
10549
10550         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10551         the front stickiness.
10552         (gnus-article-summary-command-nosave): Correct the order of the
10553         arguments passed to pop-to-buffer.
10554         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10555         summary command ends up with the article buffer.
10556
10557         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10558         the same faces.
10559
10560 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10561
10562         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10563
10564 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10565
10566         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10567         * gnus-sum.el (gnus-summary-highlight):
10568         * pgg.el (pgg-sign-region, pgg-sign):
10569         * mail-source.el (mail-source-delete-old-incoming-confirm):
10570         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10571
10572 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10573
10574         * gnus-art.el (gnus-mime-view-part-externally)
10575         (gnus-mime-view-part-internally): Fix predicate function passed to
10576         completing-read.
10577
10578         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10579
10580         * gnus.el (gnus-update-message-archive-method): Add :version.
10581
10582 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10583
10584         * gnus.el (gnus-update-message-archive-method): New variable.
10585
10586         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10587         according to gnus-message-archive-method if
10588         gnus-update-message-archive-method is non-nil.
10589
10590 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10591
10592         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10593         Suggested by Loic Dachary <loic@dachary.org>.
10594         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10595
10596 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10597
10598         * message.el (message-pop-to-buffer): Add switch-function argument.
10599         (message-mail): Pass switch-function argument to it.
10600
10601 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10602
10603         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10604         Improve doc string.
10605
10606 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10607
10608         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10609         (gnus-header-content)
10610         * gnus-cite.el (gnus-cite-10)
10611         * gnus-srvr.el (gnus-server-closed)
10612         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10613         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10614         (gnus-group-mail-3-empty, gnus-group-mail-low)
10615         (gnus-group-mail-low-empty, gnus-splash)
10616         * message.el (message-header-to, message-header-cc)
10617         (message-header-subject, message-header-other, message-header-name)
10618         (message-header-xheader, message-separator, message-cited-text)
10619         (message-mml): Lighten colors of faces used for dark background.
10620
10621 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10622
10623         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10624         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10625
10626 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10627
10628         * message.el (message-narrow-to-headers-or-head):
10629         Ignore mail-header-separator in the body.
10630
10631 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10632
10633         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10634         same as window size.
10635
10636 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10637
10638         * message.el (message-font-lock-keywords): Use message-header-xheader
10639         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10640         ahead of the anything pattern, to get it recognised.
10641
10642 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10643
10644         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10645         spam.el loads uses it in the compiled defadvice form.
10646
10647 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10648
10649         * gnus-sum.el (gnus-articles-to-read)
10650         (gnus-summary-insert-old-articles): Don't truncate group name for
10651         `read-string'.
10652
10653         * gnus-util.el (gnus-limit-string): Delete this function.
10654
10655         * gnus-sum.el (gnus-simplify-subject-fully):
10656         Use `truncate-string-to-width' instead.
10657
10658 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10659
10660         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10661         Tell if, on summary exit, the next group has to be selected.
10662         (gnus-summary-exit): Use it.
10663
10664 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10665
10666         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10667         non-break space.
10668
10669 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10670
10671         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10672         Check if group is not a directory.
10673         (nnfolder-request-expire-articles): Don't delete articles if the target
10674         group is not available.
10675
10676         * nnml.el (nnml-request-create-group): Properly check if group is not a
10677         file.
10678         (nnml-request-expire-articles): Don't delete articles if the target
10679         group is not available.
10680
10681         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10682         Don't quote characters that are within parentheses.
10683
10684 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10685
10686         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10687         (gnus-handle-ephemeral-exit): Select article according to it.
10688
10689 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10690
10691         * message.el (message-insert-formated-citation-line): Remove newline.
10692         (message-citation-line-format): Add final \n here so that the user can
10693         avoid a blank line.
10694
10695 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10696
10697         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10698         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10699         Update lanl/arXiv support.
10700
10701 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10702
10703         * gnus.el: Bump version number.
10704
10705 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10706
10707         * gnus.el (gnus-version-number): Bump version.
10708
10709 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10710
10711         * gnus.el: No Gnus v0.6 is released.
10712
10713 2007-04-27  Didier Verna  <didier@xemacs.org>
10714
10715         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10716         * gmm-utils.el (gmm-regexp-concat): ... here.
10717         * message.el: Don't require 'gnus-util.
10718         (message-dont-reply-to-names): Handle name change above.
10719         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10720
10721 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10722
10723         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10724         since the initial value varies according to the system.
10725
10726 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10727
10728         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10729
10730 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10731
10732         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10733
10734 2007-04-24  Didier Verna  <didier@xemacs.org>
10735
10736         Improve the type of gnus-ignored-from-addresses.
10737         * gnus-util.el (gnus-orify-regexp): New function.
10738         * message.el (gnus-util): Require it.
10739         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10740         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10741         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10742
10743 2007-04-24  Didier Verna  <didier@xemacs.org>
10744
10745         * gnus-sum.el:
10746         * gnus-utils.el: Fix some trailing whitespaces.
10747
10748 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10749
10750         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10751         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10752         article's Message-ID; refer parent article in summary buffer.
10753
10754         * message.el (message-bounce): Call mime-to-mml.
10755
10756         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10757         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10758         optimize and/or forms properly.
10759
10760 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10761
10762         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10763         URL.
10764
10765 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10766
10767         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10768
10769 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10770
10771         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10772         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10773         displayed of multipart/alternative part if it is invoked from summary
10774         buffer.
10775
10776         * mm-view.el (mm-inline-text-html-render-with-w3m)
10777         (mm-inline-text-html-render-with-w3m-standalone)
10778         (mm-inline-render-with-function): Use mail-parse-charset by default.
10779
10780 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10781
10782         * parse-time.el (parse-time-string-chars): Check if CHAR
10783         is less than the length of parse-time-syntax.
10784
10785 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10786
10787         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10788         from gnus-newsgroup-processable.
10789
10790 2007-04-16  Didier Verna  <didier@xemacs.org>
10791
10792         * gnus-msg.el (gnus-configure-posting-styles):
10793         Handle message-signature-directory properly with :file syntax.
10794         Reported by "Leo".
10795
10796 2007-04-11  Didier Verna  <didier@xemacs.org>
10797
10798         New user option: message-signature-directory.
10799         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10800         * message.el (message-insert-signature): Ditto.
10801         * message.el (message-signature-file): Doc update.
10802         * message.el (message-signature-directory): New.
10803
10804 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10805
10806         * gnus-msg.el (gnus-inews-yank-articles):
10807         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10808
10809 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10810
10811         * message.el (message-yank-original): Make sure cited text ends with
10812         newline; don't exchange point and mark.
10813
10814 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10815
10816         * tls.el (open-tls-stream): Properly handle case where there
10817         is no associated buffer.
10818
10819 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10820
10821         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10822         message-yank-original, make sure (< mark TEXT point).
10823
10824 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10825
10826         * message.el (message-fill-column): New variable.
10827         (message-mode): Use it.  Add comment on a possible new hook.
10828
10829         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10830         (nnmail-get-new-mail): Reformat.
10831
10832         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10833
10834         * gmm-utils.el: Fix Commentary.
10835         (gmm-tool-bar-from-list): Fix typo in doc string.
10836
10837 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10838
10839         * message.el (message-yank-original): Don't switch point and mark
10840         unnecessarily to put point and mark as documented.
10841
10842 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10843
10844         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10845         from the message heads.
10846
10847 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10848
10849         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10850         article buffer does not have a window.  This may not be the best
10851         solution but is certainly better than setting the start of the null,
10852         that is the current, window.
10853
10854 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10855
10856         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10857         (gnus-draft-setup): Run it.
10858
10859         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10860         gnus-score-fast-scoring.  Allow regexp.
10861         (gnus-score-headers): Use it.
10862
10863         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10864         XEmacs.
10865
10866         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10867         string.
10868         (gnus-button-alist): Also catch `<f1> k ...'.
10869         (gnus-treat-display-x-face): Fix doc string.
10870
10871 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10872
10873         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10874         evaluation of gnus-extended-version to ensure correct generation of the
10875         User-Agent header when message-generate-headers-first is used.
10876
10877 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10878
10879         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10880         hashcash-path is nil.  Don't call callback with incorrect number of
10881         parameters if val is 0.
10882
10883 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10884
10885         * message.el (message-required-news-headers):
10886         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10887
10888 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10889
10890         * tls.el (open-tls-stream): In handshake-waiting loop,
10891         don't wait more if there is output available to process.
10892
10893 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10894
10895         * tls.el (tls-program): Doc fix.
10896
10897 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10898
10899         * message.el (message-generate-new-buffers): Change the meaning of the
10900         nil value; add `standard' to the choices; treat t as `unique'; improve
10901         doc string.
10902         (gnus-select-frame-set-input-focus): Autoload.
10903         (message-buffer-name): Search for the existing message buffer if
10904         message-generate-new-buffers is nil or `standard'; treat the value t of
10905         message-generate-new-buffers as `unique'.
10906         (message-pop-to-buffer): Raise the frame already displaying the message
10907         buffer; clear the echo area after querying.
10908         (message-setup): Pass the `continue' argument to compose-mail.
10909         (message-mail): Prefer `switch-function' if it is given; search for the
10910         existing message buffer if the `continue' argument is non-nil; pass
10911         continue and switch-function arguments to compose-mail by way of
10912         message-setup.
10913         (message-mail-other-window): Adjust argument of message-setup.
10914         (message-mail-other-frame): Ditto.
10915
10916 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10917
10918         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10919         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10920         to turn font-lock on when turning gnus-message-citation-mode on.
10921
10922 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10923
10924         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10925         (mml-smime-function-alist): New variable; add epg as the backend.
10926         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10927         mml-smime- functions instead.
10928         * mm-view.el: Require smime.
10929
10930 2007-03-05  Didier Verna  <didier@xemacs.org>
10931
10932         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10933         instead of just inheritance for posting styles.
10934         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10935
10936 2007-02-24  Chris Moore  <dooglus@gmail.com>
10937
10938         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10939         * pgg-pgp.el (pgg-pgp-encrypt-region):
10940         * pgg-gpg.el (pgg-gpg-encrypt-region):
10941         Check pgg-encrypt-for-me if no other recipients.
10942
10943 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10944
10945         * tls.el (tls-certtool-program): Fix custom type.
10946
10947 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10948
10949         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10950         and point-at-eol instead of line-(beginning|end)-position.
10951
10952         * assistant.el (assistant-parse-buffer): Ditto.
10953
10954         * netrc.el (netrc-parse-services): Ditto.
10955
10956 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10957
10958         * mml2015.el (mml2015-epg-find-usable-key): New function.
10959         (mml2015-epg-sign): Use it.
10960         (mml2015-epg-encrypt): Use it.
10961
10962 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10963
10964         * message.el (message-make-in-reply-to): Quote name containing
10965         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10966         if there are special characters.  Reported by NAKAJI Hiroyuki
10967         <nakaji@jp.freebsd.org>.
10968
10969 2007-02-27  Didier Verna  <didier@xemacs.org>
10970
10971         Include the group parameters as well as the topic ones in the
10972         inheritance filter process.
10973         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10974         argument GROUP-PARAMS-LIST.
10975         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10976
10977 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10978
10979         * nntp.el (nntp-never-echoes-commands)
10980         (nntp-open-connection-functions-never-echo-commands): New variables.
10981         (nntp-send-command): Use them.
10982
10983 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10984
10985         * mml2015.el (mml2015-epg-verify): Simplify.
10986
10987 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10988
10989         * mml.el (mml-content-disposition-alist): New user option.
10990         (mml-content-disposition): New function.
10991         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10992         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10993
10994 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10995
10996         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10997         verification.
10998
10999 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11000
11001         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11002         articles posted in the last 24 hours.
11003
11004 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11005
11006         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11007
11008 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11009
11010         * nntp.el (nntp-send-command): Don't wait for echoes when
11011         nntp-open-ssl-stream is used.
11012
11013 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11014
11015         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11016         (gnus-message-add-citation-keywords)
11017         (gnus-message-remove-citation-keywords): Remove.
11018         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11019         directly, make the variables in font-lock-defaults buffer-local, add
11020         gnus-message-citation-keywords to them and then update the value of
11021         font-lock-keywords.
11022
11023 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11024
11025         * message.el (message-cite-original-1): Don't call
11026         gnus-article-highlight-citation.
11027
11028         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11029         citations; fix line count.
11030
11031 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11032
11033         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11034         (gnus-message-add-citation-keywords)
11035         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11036         versions of font-lock-add-keywords and font-lock-remove-keywords to
11037         work with XEmacs correctly.
11038
11039 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11040
11041         * gnus-cite.el (gnus-cite-face-list): Set the values of
11042         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11043         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11044         (gnus-message-cite-prefix-regexp): New variable.
11045         (gnus-message-search-citation-line): Use it; protect against long
11046         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11047         the 0th match data for Emacs.
11048         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11049         (gnus-message-add-citation-keywords): Append keywords rather than
11050         prepending; emulate font-lock-add-keywords if it is not available.
11051         (gnus-message-remove-citation-keywords):
11052         Emulate font-lock-remove-keywords if it is not available.
11053
11054         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11055
11056         * message.el (message-cite-prefix-regexp): Set the value of
11057         gnus-message-cite-prefix-regexp.
11058
11059 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11060
11061         * nnweb.el (nnweb-google-parse-1): Update parser.
11062
11063 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11064
11065         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11066
11067 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11068
11069         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11070         regexp.
11071
11072 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11073
11074         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11075         string-to-multibyte.
11076         (uudecode-decode-region-internal): Use it.
11077
11078         * lpath.el: Fbind string-as-multibyte for XEmacs.
11079
11080 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11081
11082         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11083         Fix custom choice.
11084
11085         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11086
11087 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11088
11089         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11090
11091         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11092         `write-region' to respect `mm-inhibit-file-name-handlers'.
11093
11094 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11095
11096         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11097         Use gnus-home-directory instead of "~/" or "$HOME".
11098
11099 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11100
11101         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11102         to mention filename.
11103         Add comments at beginning regarding usage.
11104         (encrypt-write-file-contents): Change interactive so a string is
11105         acceptable.  If the file has no associated model, show an error instead
11106         of a nonsense prompt.
11107
11108 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11109
11110         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11111         Thanks to Yoshihiko Yamada for kind notification of this typo.
11112
11113 2007-01-12  Kenichi Handa  <handa@m17n.org>
11114
11115         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11116         multibyte buffer.
11117
11118 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11119
11120         * gnus-score.el (gnus-score-fast-scoring): New variable.
11121         (gnus-score-headers): Use it.
11122
11123         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11124
11125         * message.el (message-cite-original-1):
11126         Call gnus-article-highlight-citation if requested.
11127         (message-make-from): Allow name and address as optional arguments.
11128
11129         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11130
11131         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11132         bugs to doc string.
11133         (gnus-button-alist): Add mid\\|message-id.
11134         (gnus-button-fetch-group): Extend for use in
11135         `browse-url-browser-function'.
11136         (gnus-button-url-regexp): Try to catch paired parentheses like in
11137         Wikipedia URLs.
11138
11139         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11140         Suggested by Simon Krahnke <overlord@gmx.li>.
11141
11142 2007-01-13  Romain Francoise  <romain@orebokech.com>
11143
11144         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11145         Update copyright.
11146
11147 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11148
11149         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11150
11151 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11152
11153         * gnus-registry.el (gnus-registry-unfollowed-groups)
11154         (gnus-registry-split-fancy-with-parent): Fix documentation.
11155
11156 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11157
11158         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11159         from nnweb groups.
11160
11161 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11162
11163         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11164         Xref urls.  Erase buffer before requesting head.
11165
11166         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11167
11168 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11169
11170         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11171         customizable.
11172
11173 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11174
11175         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11176         no signing key is found.
11177         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11178         no encrypting and/or signing key is found.
11179
11180 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11181
11182         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11183
11184 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11185
11186         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11187         headers read from disk with the ones newly found in the current search.
11188         This should no longer cause problems, because the article numbers in
11189         Gmane's `nov.php' output are ignored since the previous change.
11190
11191 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11192
11193         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11194
11195 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11196
11197         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11198         replace-regexp-in-string; bind url-version; fbind display-images-p and
11199         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11200         find-face and set-itimer-function for Emacs; bind itimer-list for
11201         Emacs.
11202
11203         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11204
11205 2007-01-01  Romain Francoise  <romain@orebokech.com>
11206
11207         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11208
11209 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11210
11211         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11212         `define-minor-mode' macro definition expanded properly.
11213         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11214         exclude it there.
11215
11216         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11217         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11218         `fboundp' test.
11219         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11220         This is OK to autoload in (S)XEmacs now.
11221
11222 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11223
11224         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11225         keystroke.
11226         (gnus-summary-limit-to-singletons): Fix typo.
11227
11228         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11229         else fails.
11230
11231 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11232
11233         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11234         docstring.
11235
11236         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11237         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11238         (gnus-summary-insert-dormant-articles): Fix typo in message.
11239
11240 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11241
11242         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11243         nil for XEmacs.
11244         (gnus-message-citation-mode): Don't autoload in XEmacs.
11245
11246         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11247
11248 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11249
11250         * nnimap.el (nnimap-expunge-search-string):
11251         Mention nnimap-search-uids-not-since-is-evil in docstring.
11252
11253 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11254
11255         * spam.el: Revert to make-obsolete-variable because
11256         define-obsolete-variable-alias is not supported in Emacs 21.
11257
11258         * spam.el (spam-ifile-path, spam-ifile-database-path)
11259         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11260         make-obsolete-variable.
11261         (spam-bsfilter-path, spam-bsfilter-program)
11262         (spam-spamassassin-path, spam-spamassassin-program)
11263         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11264         Don't use "path" inappropriately.
11265         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11266         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11267         variable names.
11268
11269 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11270
11271         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11272         summary buffer.
11273
11274         * password.el (password-cache-remove): Use clear-string to burn
11275         password, if available.
11276
11277 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11278
11279         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11280
11281         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11282
11283         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11284         (gnus-message-highlight-citation): Move defcustom here from
11285         gnus-cite.el.
11286         (gnus-message-citation-mode): Autoload.
11287
11288         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11289         checks to make it compile with XEmacs.
11290         (gnus-message-citation-mode): New minor mode.
11291         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11292         (gnus-message-highlight-citation): New variables.
11293         (gnus-message-search-citation-line)
11294         (gnus-message-add-citation-keywords)
11295         (gnus-message-remove-citation-keywords)
11296         (turn-on-gnus-message-citation-mode)
11297         (turn-off-gnus-message-citation-mode): New functions.
11298
11299 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11300
11301         * gnus-cite.el: Enable highlighting of different citation levels in
11302         message-mode.
11303
11304 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11305
11306         * message.el (message-make-fqdn): Fix comment.
11307         (message-bogus-system-names): Add ".local".
11308
11309         * spam.el (spam-ifile-path, spam-ifile-program)
11310         (spam-ifile-database-path, spam-ifile-database)
11311         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11312         Don't use "path" inappropriately.
11313         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11314         strings.
11315         (spam-check-ifile, spam-ifile-register-with-ifile)
11316         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11317         Use new variable names.
11318
11319         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11320         (gnus-treat-display-smileys): Simplify using
11321         gnus-image-type-available-p.
11322
11323         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11324         available.
11325
11326         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11327         Use `display-images-p' if available.
11328
11329 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11330
11331         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11332         one after turning on the buffer's multibyteness instead of decoding
11333         them directly in the unibyte buffer that causes unexpected conversion
11334         in Emacs 23 (unicode).
11335
11336 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11337
11338         * message.el (message-generate-hashcash): Fix custom type.
11339
11340 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11341
11342         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11343
11344 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11345
11346         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11347         disconnect icons.  Add help text.
11348
11349 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11350
11351         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11352         negated to be consistent with the others we handle.
11353
11354 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11355
11356         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11357         version of gnus-summary-buffer to something, so that we can use two
11358         article buffers at the same time.
11359
11360 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11361
11362         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11363         trigger all the extra headers.
11364         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11365         sorting.
11366
11367 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11368
11369         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11370         solid groups.
11371
11372 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11373
11374         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11375
11376 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11377
11378         * legacy-gnus-agent.el: Add Copyright notice.
11379
11380 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11381
11382         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11383
11384 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11385
11386         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11387
11388         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11389         to make it work reliably in CVS Emacs.
11390         (gnus-summary-limit-strange-charsets-predicate)
11391         (gnus-summary-limit-to-predicate): New functions.
11392
11393 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11394
11395         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11396         specifying array size.
11397         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11398         array if it is too small.
11399         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11400         (gnus-sort-threads-loop): New function.
11401
11402 2006-12-06  Chris Moore  <dooglus@gmail.com>
11403
11404         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11405         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11406
11407 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11408
11409         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11410         options.
11411
11412 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11413
11414         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11415         DOS-ing the recipient.
11416
11417         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11418         the headers when creating the mapping to avoid mismappings.
11419         (nnweb-gmane-create-mapping): Always nix out old mapping.
11420
11421 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11422
11423         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11424         and mm-verify-option to never.
11425
11426 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11427
11428         * message.el (message-signed-or-encrypted-p): New function.
11429         (message-forward-make-body): Use it.
11430
11431         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11432         Replace encode-coding-string with mm-encode-coding-string.
11433
11434 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11435
11436         * nneething.el (nneething-decode-file-name):
11437         Replace decode-coding-string with mm-decode-coding-string.
11438
11439         * gnus-int.el (gnus-open-server): Say failed server's name.
11440
11441 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11442
11443         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11444         strings to a single string.  Quote `errors-file-name'.
11445         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11446         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11447         Adjust calls.  Use `shell-quote-argument'.
11448
11449 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11450
11451         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11452         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11453
11454         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11455         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11456         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11457         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11458         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11459         (gnus-subscribe-newsgroup, gnus-1):
11460         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11461         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11462         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11463         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11464
11465 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11466
11467         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11468         keystroke.
11469         (gnus-summary-limit-to-bodies): Implement headersp.
11470
11471 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11472
11473         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11474
11475 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11476
11477         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11478
11479 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11480
11481         * message.el (message-generate-hashcash): Expand range of values to
11482         include `opportunistic'.
11483         (message-send-mail): Use it.
11484
11485 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11486
11487         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11488         and comment it.
11489
11490         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11491
11492 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11493
11494         * gnus-util.el (gnus-extract-address-components): Improve comment.
11495
11496 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11497
11498         * gnus-util.el (gnus-extract-address-components): Work with address in
11499         which the name portion contains @.
11500
11501         * lpath.el: Fbind custom-autoload.
11502
11503 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11504
11505         * gnus.el (gnus-start): Move custom group up.
11506         (gnus-select-method): Don't autoload, but make it available for
11507         `customize-variable'.
11508         (gnus-getenv-nntpserver): Don't autoload.
11509
11510 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11511
11512         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11513
11514 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11515
11516         * message.el (message-sendmail-extra-arguments): New variable.
11517         (message-send-mail-with-sendmail): Use it.
11518
11519 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11520
11521         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11522         mm-with-unibyte-current-buffer to make string unibyte.
11523
11524         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11525         mm-string-as-multibyte.
11526
11527 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11528
11529         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11530         Reported by Werner Koch <wk@gnupg.org>.
11531
11532 2006-11-14  Daiki Ueno  <ueno@p360>
11533
11534         * mml2015.el: Autoload epa-select-keys when compiling.
11535
11536 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11537
11538         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11539         message-options.
11540         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11541
11542 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11543
11544         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11545         EasyPG (< 0.0.6).
11546         (mml2015-always-trust): New user option.
11547         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11548         prompt.
11549
11550 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11551
11552         * nntp.el (nntp-authinfo-force): New variable.
11553         (nntp-send-authinfo): Use it.
11554
11555 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11556
11557         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11558         decode encoded words.  Improve prompt.  Add comment about forwarding.
11559         (message-replacement-char): Move up.
11560
11561 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11562
11563         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11564         instead of gnus-intersection because arguments of gnus-sorted-nunion
11565         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11566
11567 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11568
11569         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11570         (message-simplify-subject-functions):
11571         Enable message-strip-subject-encoded-words by default.
11572
11573 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11574
11575         * message.el (message-strip-subject-encoded-words): New function.
11576         (message-simplify-subject-functions): New variable.
11577         (message-simplify-subject): Use it.  Fix typo in doc string.
11578         Support message-strip-subject-encoded-words.
11579
11580 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11581
11582         * gnus-diary.el (gnus-diary-delay-format-function):
11583         * nndiary.el (nndiary-reminders):
11584         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11585
11586 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11587
11588         * gnus-art.el (article-hide-boring-headers): Fetch date from
11589         gnus-original-article-buffer to avoid problems with localized date
11590         strings.
11591
11592 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11593
11594         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11595
11596 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11597
11598         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11599         New variables.
11600         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11601         (mm-charset-synonym-alist): Move some entries to
11602         mm-codepage-iso-8859-list.
11603         (mm-charset-synonym-alist, mm-charset-override-alist):
11604         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11605
11606 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11607
11608         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11609
11610 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11611
11612         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11613         with Emacs 21 and XEmacs.
11614
11615 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11616
11617         * spam.el (spam-parse-address): New function for better parsing,
11618         catching errors, etc.
11619         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11620
11621 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11622
11623         * mm-view.el: Add interactive arg to html2text autoload.
11624
11625 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11626
11627         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11628
11629 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11630
11631         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11632         New variables.
11633         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11634         (mm-charset-synonym-alist): Move some entries to
11635         mm-codepage-iso-8859-list.
11636
11637         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11638
11639 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11640
11641         * message.el (message-citation-line-format)
11642         (message-insert-formated-citation-line): Fix implementation of %E, %N
11643         and %n according to the doc string.
11644
11645 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11646
11647         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11648         Use car-safe to avoid bad parses.
11649
11650 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11651
11652         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11653         names.
11654
11655         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11656
11657 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11658
11659         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11660         header.
11661
11662         * message.el (message-draft-headers): Add Date.
11663         (message-headers-to-generate): Fix typo in docstring.
11664
11665         * nndraft.el (nndraft-required-headers): New variable.
11666         (nndraft-generate-headers): Use it.
11667
11668         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11669
11670 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11671
11672         * gnus-registry.el (gnus-registry-wash-for-keywords)
11673         (gnus-registry-find-keywords): New functions to allow easy searching of
11674         articles that are in the registry.
11675
11676 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11677
11678         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11679         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11680         Reported by Damien Elmes <damien@repose.cx>.
11681
11682 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11683
11684         * gnus.el (gnus-mime): Remove unused custom group.
11685
11686 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11687
11688         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11689         "blank line" when searching for end of armor headers.
11690
11691 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11692
11693         * gmm-utils.el (gmm-write-region): Fix variable name.
11694
11695 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11696
11697         * gmm-utils.el (gmm-write-region): New function based on compatibility
11698         code from `mm-make-temp-file'.
11699
11700         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11701
11702         * nnmaildir.el (nnmaildir--update-nov)
11703         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11704         Use `gmm-write-region'.
11705
11706 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11707
11708         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11709         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11710
11711         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11712
11713         * message.el (message-replacement-char): New variable.
11714         (message-fix-before-sending): Use it.
11715         (message-simplify-subject): New function to remove duplicate code.
11716         (message-reply, message-followup): Use it.
11717
11718         * gnus-sum.el (gnus-summary-make-menu-bar):
11719         Clarify gnus-summary-limit-to-articles.
11720
11721 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11722
11723         * gnus-util.el (gnus-with-local-quit): New macro.
11724
11725         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11726
11727 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11728
11729         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11730         ignore non-string data.
11731
11732 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11733
11734         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11735         non-string data (needs to be done in the registry too).
11736
11737 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11738
11739         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11740         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11741         (gnus-registry-split-fancy-with-parent)
11742         (gnus-registry-fetch-simplified-message-subject-fast)
11743         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11744         Remove text properties on ingress into the registry and when it's saved.
11745         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11746         registry from entries with no groups.
11747
11748 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11749
11750         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11751         function to remove string properties.
11752
11753 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11754
11755         * gmm-utils.el (gmm): Adjust custom version.
11756
11757         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11758         Adjust custom version.
11759
11760         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11761
11762 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11763
11764         * gnus-art.el (gnus-insert-prev-page-button)
11765         (gnus-insert-next-page-button): Simplify.  Reformat.
11766
11767 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11768
11769         * gnus-art.el (gnus-insert-prev-page-button)
11770         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11771
11772 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11773
11774         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11775
11776 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11777
11778         * gnus-art.el (gnus-insert-mime-button)
11779         (gnus-insert-mime-security-button):
11780         Apply gnus-article-button-face to MIME and security buttons.
11781
11782 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11783
11784         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11785         readable.
11786
11787 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11788
11789         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11790
11791 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11792
11793         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11794         `browse-url-of-file' instead of `browse-url'.
11795
11796 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11797
11798         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11799         regexp.  Articles containing quotation were cut prematurely.
11800
11801 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11802
11803         * message.el (message-cite-original-1): Use nobody by default for the
11804         value of From header.
11805         (message-reply): Ditto.
11806
11807 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11808
11809         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11810         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11811         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11812
11813 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11814
11815         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11816         mails in the doc string.  Add some URLs in comment.
11817         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11818
11819 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11820
11821         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11822         backslashes handling and the way to find boundaries of quoted strings.
11823
11824 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11825
11826         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11827         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11828         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11829         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11830
11831 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11832
11833         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11834         doc string.
11835         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11836
11837 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11838
11839         * lpath.el: Fbind epg-check-configuration.
11840
11841 2006-09-06  Simon Josefsson  <jas@extundo.com>
11842
11843         * mml2015.el (mml2015-use): Doc fix, mention epg.
11844
11845 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11846
11847         * mml2015.el (mml2015-use): Default to epg, if available.
11848
11849 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11850
11851         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11852         message-sender.
11853         (mml1991-epg-encrypt): Ditto.
11854         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11855         message-sender.
11856         (mml2015-epg-encrypt): Ditto.
11857
11858 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11859
11860         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11861         several common directories.
11862
11863 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11864
11865         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11866         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11867
11868 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11869
11870         * gnus-art.el (article-decode-encoded-words): Make it fast.
11871
11872 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11873
11874         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11875
11876         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11877         in quoted string into `\'.
11878
11879 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11880
11881         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11882         Use standard-syntax-table.
11883
11884 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11885
11886         * gnus-art.el (gnus-decode-address-function): New variable.
11887         (article-decode-encoded-words): Use it to decode headers which are
11888         assumed to contain addresses.
11889         (gnus-mime-delete-part): Remove useless `or'.
11890
11891         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11892         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11893         (gnus-nov-parse-line): Use it to decode From header.
11894         (gnus-get-newsgroup-headers): Ditto.
11895         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11896
11897         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11898         (mail-decode-encoded-address-string): New alias.
11899
11900         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11901         New function.
11902         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11903         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11904         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11905         (rfc2047-decode-string): Ditto.
11906         (rfc2047-decode-address-region): New function.
11907         (rfc2047-decode-address-string): New function.
11908
11909 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11910
11911         * message.el (message-caesar-buffer-body): Allow rotating headers.
11912
11913         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11914
11915         * message.el (message-insert-formated-citation-line): Fix %f.
11916         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11917
11918 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11919
11920         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11921         (gnus-bookmark-mouse-available-p): New macro.
11922         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11923         (gnus-bookmark-bmenu-show-infos): Use it.
11924         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11925         (gnus-bookmark-bmenu-hide-infos): Ditto.
11926         (gnus-bookmark-remove-properties): New function.
11927         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11928         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11929         (gnus-bookmark-write-file): Bind coding-system-for-write.
11930         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11931         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11932         group before selecting it.
11933         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11934         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11935         quit-window if it is not available; use gnus-mouse-2 and bind it to
11936         gnus-bookmark-bmenu-select-by-mouse.
11937         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11938         (gnus-bookmark-bmenu-select-by-mouse): New function.
11939
11940 2006-08-13  Romain Francoise  <romain@orebokech.com>
11941
11942         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11943         space.
11944
11945 2006-08-10  Romain Francoise  <romain@orebokech.com>
11946
11947         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11948         (dns-mode-soa-auto-increment-serial): New user option.
11949         (dns-mode-soa-maybe-increment-serial): New function.
11950         (dns-mode): Add the latter to `write-contents-functions'.
11951
11952 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11953
11954         * compface.el (uncompface): Use binary rather than raw-text-unix.
11955
11956 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11957
11958         * compface.el (uncompface): Make sure the eol conversion doesn't take
11959         place when communicating with the external programs.
11960         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11961
11962 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11963
11964         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11965
11966 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11967
11968         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11969         Make it more robust by parsing author and date independently.
11970
11971 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11972
11973         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11974
11975 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11976
11977         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11978         first matching secret key.
11979         (mml2015-epg-encrypt): Ditto.
11980
11981         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11982         first matching secret key.
11983         (mml1991-epg-encrypt): Ditto.
11984
11985         * mml2015.el (mml2015-encrypt-to-self): New user option.
11986         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11987         mml2015-epg-encrypt-to-self is set.
11988
11989         * mml1991.el (mml1991-encrypt-to-self): New variable.
11990         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11991         mml1991-epg-encrypt-to-self is set.
11992
11993         * mml2015.el (mml2015-signers): New user option.
11994         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11995         (mml2015-epg-encrypt): Allow to select signing keys.
11996
11997         * mml1991.el (mml1991-signers): New variable.
11998         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11999         (mml1991-epg-encrypt): Allow to select signing keys.
12000
12001 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12002
12003         * nnheader.el (nnheader-insert-head): Make it work even if the file
12004         uses CRLF for the line-break code.
12005
12006 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12007
12008         * mml2015.el: Require mml-sec instead of password.
12009         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12010         (mml2015-cache-passphrase): Inherit the default value from
12011         mml-secure-cache-passphrase.
12012         (mml2015-passphrase-cache-expiry): Inherit the default value from
12013         mml-secure-passphrase-cache-expiry.
12014
12015         * mml1991.el: Require mml-sec instead of password.
12016         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12017         (mml1991-cache-passphrase): Inherit the default value from
12018         mml-secure-cache-passphrase.
12019         (mml1991-passphrase-cache-expiry): Inherit the default value from
12020         mml-secure-passphrase-cache-expiry.
12021
12022         * mml-sec.el: Require password.
12023         (mml-secure-verbose): New user option.
12024         (mml-secure-cache-passphrase): New user option.
12025         (mml-secure-passphrase-cache-expiry): New user option.
12026
12027 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12028
12029         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12030         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12031         andreas@altroot.de (Andreas Vögele).
12032
12033         FIXME: Use `tiny change'?
12034
12035 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12036
12037         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12038         workaround for the url package included with Emacs.
12039
12040         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12041
12042 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12043
12044         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12045         correctly.  This fixes a bug caused by the 2006-05-12 change.
12046
12047 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12048
12049         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12050         some information about the error when saying that the `bogus' mail
12051         group will be used.
12052
12053 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12054
12055         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12056         string.
12057
12058 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12059
12060         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12061
12062 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12063
12064         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12065
12066 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12067
12068         * mml1991.el (mml1991-function-alist): Add epg.
12069         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12070         (mml1991-epg-encrypt): New functions.
12071
12072 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12073
12074         * mml2015.el (mml2015-verbose): New variable.
12075         (mml2015-cache-passphrase): Ditto.
12076         (mml2015-passphrase-cache-expiry): Ditto.
12077         (mml2015-function-alist): Add epg.
12078         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12079         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12080         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12081         New functions.
12082
12083 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12084
12085         * message.el (message-cite-original-1): Preserve region when removing
12086         quoted text due to X-No-Archive in order to avoid bogus attribution
12087         when citing multiple messages.
12088
12089 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12090
12091         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12092         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12093
12094 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12095
12096         * gnus-diary.el (gnus-user-format-function-d)
12097         (gnus-user-format-function-D): Autoload.
12098
12099         * imap.el (Commentary): Fix typo.
12100
12101         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12102         2006-04-22 contribution.
12103
12104 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12105
12106         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12107         It didn't really fix the bogosity I'm seeing with solid web groups.
12108
12109 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12110
12111         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12112         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12113         created using server names.  If we use the feature without declaring
12114         it, Gnus does not properly manage server and group state.
12115
12116         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12117         bound.
12118
12119 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12120
12121         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12122         looking up the method using GROUP's prefix before inventing a new one.
12123         It is used on killed/unknown groups in various places where returning
12124         an all-new method isn't expected by the caller.
12125
12126         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12127         and match semantics of gnus-group-real-prefix.
12128
12129 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12130
12131         * nnmail.el (nnmail-broken-references-mailers): New variable.
12132         (nnmail-ignore-broken-references): New function generalizing
12133         nnmail-fix-eudora-headers.
12134         (nnmail-fix-eudora-headers): Now obsolete.
12135
12136         * gnus-art.el (gnus-button-handle-custom):
12137         Support `customize-apropos*'.
12138
12139 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12140
12141         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12142
12143         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12144         articles.
12145
12146 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12147
12148         * message.el (message-cite-reply-above): New variable.
12149         (message-yank-original): Use it.
12150
12151 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12152
12153         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12154
12155 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12156
12157         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12158         as read.
12159
12160         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12161
12162 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12163
12164         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12165         (gnus-bookmark-default-file): Use gnus-directory.
12166         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12167         Remove "*" in doc string.
12168         (gnus-bookmark-write-file): Simplify.
12169         (gnus-bookmark-maybe-sort-alist): Use `when'.
12170         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12171         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12172         Add FIXME about Emacs 21 and XEmacs compatibility.
12173         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12174         compatibility.
12175         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12176         compatibility.
12177         (gnus-bookmark-menu-heading): Fix version.
12178
12179 2006-06-19  Bastien Guerry  <bzg@altern.org>
12180
12181         * gnus-bookmark.el: New file.
12182
12183 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12184
12185         * message.el (message-syntax-checks): Doc fix.
12186
12187 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12188
12189         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12190         unsubscribed groups as if they were killed ones.  It causes duplicate
12191         entries in gnus-newsrc-alist.
12192
12193 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12194
12195         * message.el (message-syntax-checks): Doc fix.
12196         (message-send-mail): Add check for continuation headers.
12197         (message-check-news-header-syntax): Fix regexp used to check for
12198         continuation headers.
12199
12200 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12201
12202         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12203
12204 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12205
12206         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12207
12208 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12209
12210         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12211         default-truncate-lines.
12212
12213 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12214
12215         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12216         to fill the utf-8 entry.
12217
12218         * lpath.el: Fbind unicode-precedence-list.
12219
12220 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12221
12222         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12223
12224 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12225
12226         * gnus-agent.el (directory-files-and-attributes): Move all the way
12227         forward (the third and final move).
12228         (gnus-agent-read-agentview): Trap reconstruction errors due to
12229         nonexistent directory.  Handle by returning nil.
12230
12231 2006-05-30  Didier Verna  <didier@xemacs.org>
12232
12233         * message.el (message-dont-reply-to-names): Update the custom type.
12234         * message.el (message-dont-reply-to-names): New defsubst: potentially
12235         convert a list of regexps into a single one.
12236         * message.el (message-get-reply-headers): Use it.
12237         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12238
12239 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12240
12241         * gnus-agent.el (directory-files-and-attributes): Move forward.
12242
12243 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12244
12245         * gnus-ml.el (gnus-mailing-list-subscribe)
12246         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12247         (gnus-mailing-list-message): Fix doc strings.
12248
12249 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12250
12251         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12252         of doing it manually.
12253
12254 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12255
12256         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12257         comment.
12258
12259 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12260
12261         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12262         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12263         (gnus-agent-read-local): All symbols allocated in my-obarray.
12264         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12265         (gnus-agent-regenerate-group): Check numeric names to see if they are
12266         messages or groups.
12267         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12268         better way of do this...)
12269
12270         * gnus-cache.el (gnus-agent-total-fetched-for):
12271         Ignore 'dummy.group' (there should be a better way of do this...)
12272
12273 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12274
12275         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12276         (gnus-saved-headers): Ditto.
12277         (gnus-default-article-saver): Mention functions may have properties.
12278         (gnus-article-save): Override gnus-save-all-headers and
12279         gnus-saved-headers by :headers property which saver function may have.
12280         (gnus-summary-save-in-file): Add :headers property.
12281         (gnus-summary-write-to-file): Ditto.
12282
12283         * gnus-sum.el (gnus-summary-save-article): Bind
12284         gnus-prompt-before-saving to t when saving many articles in a file;
12285         always show all headers.
12286
12287         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12288
12289 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12290
12291         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12292         marks.
12293
12294         * message.el (message-indent-citation): Add optional arguments to allow
12295         using it outside of message buffers.
12296
12297         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12298         (gnus-article-treat-unfold-headers): Use it.
12299         (gnus-article-truncate-lines): New variable.
12300         (gnus-article-mode): Use it.
12301         (gnus-article-toggle-truncate-lines): New function.
12302
12303         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12304         Add gnus-article-toggle-truncate-lines.
12305
12306         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12307         coding system in XEmacs, use binary.
12308
12309 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12310
12311         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12312         after-load-alist.
12313
12314         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12315         this function should save decoded articles.
12316         (gnus-summary-write-to-file): Use property to specify this function
12317         should save decoded articles and specify gnus-summary-save-in-file
12318         should be used to save articles other than the first one when saving
12319         many articles.
12320         (gnus-summary-save-body-in-file): Use property to specify this
12321         function should save decoded articles.
12322         (gnus-summary-write-body-to-file): Use property to specify this
12323         function should save decoded articles and specify
12324         gnus-summary-save-body-in-file should be used to save articles other
12325         than the first one when saving many articles.
12326
12327         * gnus-sum.el (gnus-summary-save-article): Simplify.
12328
12329 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12330
12331         * gnus-art.el (gnus-default-article-saver):
12332         Add gnus-summary-write-body-to-file.
12333         (gnus-article-save-coding-system): Don't use coding system object
12334         in XEmacs.
12335         (gnus-read-save-file-name): Add optional `dir-var' argument which
12336         specifies directory in which files are saved; work even if optional
12337         `variable' argument is not specified.
12338         (gnus-summary-write-to-file): Read file name.
12339         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12340         (gnus-summary-write-body-to-file): New function.
12341
12342         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12343         (gnus-summary-local-variables): Add it.
12344         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12345         (gnus-summary-save-article): Remove optional `decode' argument;
12346         determine whether to decode articles by the value of
12347         gnus-default-article-saver; when saving many files using
12348         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12349         it first and use gnus-summary-save-in-file or
12350         gnus-summary-save-body-in-file thereafter unless
12351         gnus-prompt-before-saving is always; move point to article which
12352         will be saved.
12353         (gnus-summary-save-article-file): Revert.
12354         (gnus-summary-write-article-file): Revert.
12355         (gnus-summary-save-article-body-file): Revert.
12356         (gnus-summary-write-article-body-file): New function.
12357
12358 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12359
12360         * gnus-art.el (gnus-default-article-saver): Doc fix.
12361         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12362         from gnus-summary-save-article-coding-system, and default to a
12363         certain coding system.
12364         (gnus-output-to-file): Add coding cookie and encode text according
12365         to gnus-article-save-coding-system; don't use mm-append-to-file.
12366
12367         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12368         gnus-art.el and rename to gnus-article-save-coding-system.
12369         (gnus-summary-save-article): Require gnus-art; don't show all
12370         headers if it decodes articles; don't add coding cookie here;
12371         don't bind mm-text-coding-system-for-write.
12372         (gnus-summary-save-article-file): Save decoded articles.
12373         (gnus-summary-write-article-file): When saving many files, use
12374         gnus-summary-write-to-file first and gnus-summary-save-in-file
12375         thereafter unless gnus-prompt-before-saving is always.
12376         (gnus-summary-save-article-body-file): Save decoded articles.
12377
12378         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12379
12380 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12381
12382         * nnrss.el (nnrss-check-group): Bind hash-index.
12383
12384 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12385
12386         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12387         its hash index.  Store this hash in `nnrss-group-data'.
12388         (nnrss-read-group-data): Update accordingly.
12389
12390 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12391
12392         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12393         entry.
12394
12395         * gnus-sum.el (gnus-summary-make-menu-bar):
12396         Add gnus-article-browse-html-article.
12397
12398 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12399
12400         * gnus-sum.el (gnus-summary-mime-map):
12401         Add gnus-article-browse-html-article.
12402
12403         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12404
12405 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12406
12407         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12408         suitable coding systems in customize.
12409
12410 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12411
12412         * mail-source.el (mail-sources): Fix custom type.
12413
12414 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12415
12416         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12417         (gnus-summary-expire-articles-now): Shorten prompt.
12418
12419         * gmm-utils.el (wid-edit): Require.
12420         (defun-gmm): Rename from `gmm-defun-compat'.
12421         (gmm-image-search-load-path): Use it.
12422         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12423
12424 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12425
12426         * gnus-sum.el (gnus-summary-save-article-coding-system):
12427         New variable.
12428         (gnus-summary-save-article): Add optional `decode' argument.
12429         If it is set and gnus-summary-save-article-coding-system is non-nil,
12430         save decoded article.
12431         (gnus-summary-write-article-file): Save decoded article if
12432         gnus-summary-save-article-coding-system is non-nil.
12433
12434         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12435         type.
12436
12437 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12438
12439         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12440
12441 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12442
12443         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12444         first to test gnus-single-article-buffer which may be buffer-local.
12445
12446         * gnus-sum.el (gnus-summary-setup-buffer):
12447         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12448         group; make gnus-article-buffer, gnus-article-current, and
12449         gnus-original-article-buffer always buffer-local.
12450         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12451         group.
12452         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12453
12454 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12455
12456         * nnml.el (nnml-request-compact-group): Compressed files might not
12457         have .gz extension.
12458
12459 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12460
12461         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12462         (mm-copy-to-buffer): Use with-current-buffer.
12463         (mm-display-part): Simplify.
12464         (mm-inlinable-p): Add optional arg `type'.
12465
12466 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12467
12468         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12469         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12470         Try harder to show the attachment internally or externally using
12471         gnus-mime-view-part-as-type.
12472
12473 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12474
12475         * message.el (message-from-style, message-signature-separator)
12476         (message-user-organization-file, message-send-mail-function)
12477         (message-citation-line-function, message-yank-prefix)
12478         (message-indent-citation-function, message-signature)
12479         (message-signature-file, message-signature-insert-empty-line):
12480         Remove autoloads.
12481
12482         * gnus-art.el (gnus-buttonized-mime-types):
12483         Remove "multipart/signed".  Revert 2006-04-26 change.
12484
12485 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12486
12487         * gnus.el (gnus-version-number): Bump version.
12488
12489 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12490
12491         * gnus.el: No Gnus v0.5 is released.
12492
12493 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12494
12495         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12496         fetching articles by message-id.
12497
12498 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12499
12500         * message.el (hashcash): Require hashcash as normal.
12501
12502         * ecomplete.el (ecomplete-highlight-match-line):
12503         Use point-at-eol.
12504         (ecomplete-highlight-match-line): Use `highlight', because that
12505         face exists in both Emacs and XEmacs.
12506
12507         * message.el (message-display-abbrev): Use point-at-bol.
12508
12509         * mail-source.el: Don't require timer/timer-funcs.
12510
12511         * gnus-async.el: Ditto.
12512
12513         * password.el: Ditto.
12514
12515         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12516
12517         * mm-url.el: Ditto.
12518
12519         * gnus-xmas.el: Don't require timer-funcs.
12520
12521         * mm-util.el: Require timer/timer-funcs.
12522
12523 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12524
12525         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12526         Close.
12527
12528 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12529
12530         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12531         unibyte after clear-decrypt function runs.
12532
12533         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12534         returns as a unibyte string.
12535
12536 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12537
12538         * lpath.el: Revert.
12539
12540         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12541         (pgg-gpg-process-sentinel): Revert.
12542
12543         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12544         (pgg-pgp-lookup-key): Revert.
12545
12546         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12547         (pgg-pgp5-lookup-key): Revert.
12548
12549         * pgg.el (pgg-fetch-key): Revert.
12550
12551 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12552
12553         * lpath.el: Fbind string-as-multibyte for XEmacs.
12554
12555         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12556         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12557         (mml1991-pgg-encrypt): Ditto.
12558
12559         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12560         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12561         a multibyte buffer.
12562
12563         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12564         (pgg-pgp-lookup-key): Ditto.
12565
12566         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12567         (pgg-pgp5-lookup-key): Ditto.
12568
12569         * pgg.el (pgg-fetch-key): Ditto.
12570
12571 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12572
12573         * message.el (message-user-organization-file): Check several
12574         locations of the organization file.
12575
12576         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12577         Add gnus-article-view-part-as-type.
12578
12579         * gnus-art.el (gnus-article-view-part-as-type): New function.
12580
12581         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12582         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12583
12584         * mml.el: Simplify autoload.
12585         (mml-mode): defvar dnd-protocol-alist instead of using
12586         symbol-value.
12587         (mml-default-directory): New variable.
12588         (mml-minibuffer-read-file): Use it.
12589         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12590
12591         * message.el (message-citation-line-format): New variable.
12592         (message-insert-formated-citation-line): New function.
12593         (message-citation-line-function):
12594         Add `message-insert-formated-citation-line' to custom type.
12595
12596         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12597         to doc string.
12598
12599         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12600         depending on mm-verify-option.
12601
12602 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12603
12604         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12605         binding pgg-* variables; reimplement the section which prevents
12606         MIME header from being signed.
12607         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12608         pgg-text-mode; remove a blank line at the top of body.
12609
12610         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12611         lines at the top of body; use gnus-newsgroup-charset if there's no
12612         Charset header.
12613
12614 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12615
12616         * message.el (message-self-insert-commands): Doc fix.
12617
12618         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12619         (mm-uu-pgp-encrypted-test): Ditto.
12620         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12621         between header and body; return application/pgp-encrypted handle
12622         if decryption failed; decode decrypted body by charset.
12623
12624         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12625         element match to application/pgp-*.
12626
12627 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12628
12629         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12630         HTML.
12631
12632 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12633
12634         * mail-source.el (mail-source-call-script): Message the error
12635         string.
12636
12637 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12638
12639         * gnus-util.el (gnus-byte-compile): Use it.
12640
12641 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12642
12643         * gnus-util.el (kill-empty-logs): New function.
12644
12645 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12646
12647         * message.el (message-mail-alias-type): Doc fix.
12648         (message-mail-alias-type-p): New function.
12649         (message-send): Use it.
12650         (message-mode): Ditto.
12651         (message-strip-forbidden-properties): Ditto.
12652
12653         * ecomplete.el (ecomplete-database-file-coding-system):
12654         New variable.
12655         (ecomplete-save): Use it.
12656         (ecomplete-setup): Use it.
12657
12658 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12659
12660         * message.el (message-self-insert-commands): New variable.
12661         (message-strip-forbidden-properties): Use it.
12662
12663 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12664
12665         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12666         that doesn't make XEmacs choke.
12667
12668 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12669
12670         * gnus-util.el (gnus-replace-in-string):
12671         Prefer replace-regexp-in-string over of replace-in-string.
12672
12673 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12674
12675         * gnus-util.el (gnus-select-frame-set-input-focus):
12676         Use select-frame-set-input-focus if it is available in XEmacs; use
12677         definition defined in Emacs 22 for old Emacsen.
12678
12679         * dgnushack.el: Autoload unmorse-region for XEmacs.
12680
12681         * lpath.el: Bind cursor-in-non-selected-windows and
12682         select-frame-set-input-focus for XEmacs.
12683
12684 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12685
12686         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12687
12688 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12689
12690         * gnus-registry.el (gnus-registry-cache-save): Remove text
12691         properties when saving via the temp buffer.
12692
12693 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12694
12695         * message.el (message-generate-hashcash): Honor custom type.
12696
12697 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12698
12699         * message.el (message-generate-hashcash): Default to non-nil when
12700         hashcash is found.
12701
12702         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12703         (gnus-refer-thread-limit): Increase default to 500.
12704
12705         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12706
12707         * flow-fill.el (fill-flowed): Allow delete-space.
12708
12709 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12710
12711         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12712         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12713         Remove autoloads.
12714
12715 2006-04-18  Simon Josefsson  <jas@extundo.com>
12716
12717         * message.el (message-generate-hashcash): Default to.
12718
12719 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12720
12721         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12722         concatenating segments rather than before concatenating them.
12723
12724 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12725
12726         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12727
12728 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12729
12730         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12731
12732         * message.el (message-forward-make-body-plain):
12733         Allow message-forward-ignored-headers to be a list.
12734         (message-remove-ignored-headers): Factor out into function.
12735         (message-forward-make-body-mml): Use it.
12736
12737         * imap.el (imap-quote-specials): New function.
12738         (imap-login-auth): Quote specials.
12739
12740         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12741         (rfc2231-parse-string): Allow concatanation of parameters that
12742         aren't contiguous.  The test case is
12743           (mail-header-parse-content-type "message/external-body;
12744             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12745             access-type=LOCAL-FILE;
12746             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12747
12748 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12749
12750         * nntp.el (nntp-accept-process-output): Return the value of
12751         `nnheader-accept-process-output'.
12752
12753 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12754
12755         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12756         (gnus-button-alist): Recognize more diff formats.
12757         (gnus-button-patch): Strip directory.
12758
12759 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12760
12761         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12762         Emacs 22 when setting focus.
12763
12764 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12765
12766         * gnus-art.el (gnus-article-treat-types): Do treatment of
12767         text/x-verbatim parts.
12768         (gnus-button-patch): New command.
12769
12770         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12771         addresses that contain invalid characters.
12772
12773 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12774
12775         * message.el (message-put-addresses-in-ecomplete):
12776         Use gnus-replace-in-string.
12777         (message-is-yours-p): Use the more correct
12778         mail-header-parse-address instead of
12779         mail-extract-address-components.
12780         (message-put-addresses-in-ecomplete): Fix typo.
12781
12782         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12783         keystroke.
12784
12785         * gnus-art.el (gnus-treatment-function-alist): Change order of
12786         newsgroups/generic header folding to avoid double-folding.
12787
12788         * message.el (message-hidden-headers): Add X-Draft-From.
12789
12790         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12791         New command.
12792         (gnus-summary-repeat-search-article-backward): New command.
12793
12794         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12795         groups in the parent topic.
12796
12797 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12798
12799         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12800         (spam-extra-header-to-number): Return the CRM114 number as a
12801         number instead of a string.
12802
12803 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12804
12805         * gnus-art.el (gnus-face-properties-alist): Move here from
12806         gnus-fun.
12807
12808         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12809
12810 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12811
12812         * message.el (message-strip-forbidden-properties): Only display on
12813         self-insert-command.
12814
12815         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12816         reindent.
12817         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12818
12819 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12820
12821         * smiley.el (smiley-style): Fix typo.
12822
12823 2006-03-23  Kenichi Handa  <handa@m17n.org>
12824
12825         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12826         instead of set-buffer-multibyte.
12827
12828 2006-03-23  Kenichi Handa  <handa@m17n.org>
12829
12830         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12831         buffer and then decode the buffer text if necessary.
12832         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12833         first, and after mm-encode-body, change the buffer to unibyte.
12834
12835 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12836
12837         * hashcash.el (hashcash-insert-payment-async-2):
12838         Use message-goto-eoh instead of doing it manually.
12839         (mail-add-payment): Use message-narrow-to-header instead of trying
12840         to do the same itself.
12841
12842         * message.el (message-hidden-headers): Add Face.
12843
12844         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12845         reparenting code.
12846         (gnus-summary-reparent-children): Refactored out code.
12847         (gnus-summary-thread-map): New keystroke.
12848         (gnus-summary-reparent-children): Make into command.
12849
12850         * smiley.el (smiley-style): Default to `medium' if using a large
12851         font.
12852
12853         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12854         does it itself.
12855
12856         * message.el (message-point-in-header-p): Simplify definition.
12857
12858 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12859
12860         * nnagent.el (nnagent-request-set-mark): Silence log file
12861         writing.
12862         (nnagent-request-set-mark): Use write-region instead of
12863         append-to-file.
12864
12865         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12866         strange select method.
12867
12868         * ecomplete.el (ecomplete-display-matches): Get highlightling
12869         right.
12870         (ecomplete-display-matches): Use literals.
12871         (ecomplete-display-matches): Disable message logging.
12872
12873         * message.el (message-display-abbrev): Small optimization.
12874
12875         * ecomplete.el (ecomplete-display-matches): Allow automatic
12876         display.
12877
12878         * message.el (message-strip-forbidden-properties):
12879         Display abbrevs.
12880         (message-display-abbrev): Get automatic display right.
12881
12882         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12883         keystrokes.
12884
12885 2006-04-13  Romain Francoise  <romain@orebokech.com>
12886
12887         TODO: Backport to v5-10!
12888
12889         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12890         Move here (and rename) from gnus-registry.el.
12891
12892         * gnus-registry.el: Require gnus-util.
12893         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12894
12895 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12896
12897         * gnus-group.el (gnus-group-catchup-current):
12898         Change if-then-else-if-then-else into cond.
12899         (gnus-group-catchup): Indent.
12900         (group-name-at-point): New function.
12901         (gnus-fetch-group): Provide default from thing at point.
12902
12903 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12904
12905         * message.el (message-display-abbrev): Fix regexp.
12906
12907         * ecomplete.el (ecomplete-highlight-match-line):
12908         Reimplement choosing.
12909         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12910         dead variables.
12911
12912         * message.el (message-newline-and-indent): Remove debugging.
12913         (message-display-abbrev): Use new implementation.
12914
12915 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12916
12917         * gnus-art.el (gnus-article-mode):
12918         Set cursor-in-non-selected-windows to nil.
12919
12920         * smiley.el: Revert previous change.
12921         (smiley-data-directory): defvar it before using it in the
12922         defcustom of `smiley-style'.
12923
12924 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12925
12926         * message.el (message-newline-and-indent): New function.
12927
12928         * ecomplete.el: Implement more bits.
12929
12930         * message.el (message-put-addresses-in-ecomplete): Clean up the
12931         string.
12932
12933         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12934
12935         * gnus-sum.el (gnus-summary-save-parts):
12936         Bind gnus-summary-save-parts-counter and use it to make unique file
12937         names.
12938
12939         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12940
12941         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12942         parameter to say whether to actually parse the individual
12943         addresses.
12944
12945         * message.el (message-put-addresses-in-ecomplete): New function.
12946         (ecomplete): Require.
12947         (message-mail-alias-type): Add ecomplete as an option.
12948
12949 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12950
12951         * flow-fill.el (fill-flowed): Remove trailing space from blank
12952         quoted lines.
12953
12954 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12955
12956         * smiley.el (smiley-style): Move definition later to avoid a
12957         compilation warning.
12958
12959 2006-04-12  Kenichi Handa  <handa@m17n.org>
12960
12961         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12962         buffer and then decode the buffer text if necessary.
12963         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12964         first, and after mm-encode-body, change the buffer to unibyte.
12965         Use mm-disable-multibyte instead of set-buffer-multibyte.
12966
12967 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12968
12969         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12970         Content-Type header instead of Content-Disposition header.
12971         (gnus-mime-inline-part): Ditto.
12972         (gnus-mime-view-part-as-charset): Ignore charset that the part
12973         specifies.
12974
12975         * mm-decode.el (mm-display-part): Work with external parts and
12976         usual parts similarly.
12977
12978         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12979         instead of gnus-display-mime.
12980
12981         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12982         instead of with-temp-buffer.
12983
12984         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12985         tag to summarized topics part in order to encode non-ASCII text.
12986
12987 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12988
12989         * smiley.el (smiley-style): New variable.
12990         (smiley-directory): New function.
12991         (smiley-data-directory): Derive from `smiley-style' using
12992         `smiley-directory'.
12993         (smiley-regexp-alist): Add new entries.
12994
12995         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12996         (gnus-article-browse-delete-temp): Add :version.
12997
12998 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12999
13000         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13001         the sieve region.
13002
13003 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13004
13005         * gnus.el (gnus-version-number): Bump version.
13006
13007 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13008
13009         * gnus.el: No Gnus v0.4 is released.
13010
13011 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13012
13013         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13014         layout.
13015
13016         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13017         unknown charset.
13018
13019         * message.el (message-header-synonyms): Add Original-To to the
13020         default.
13021
13022         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13023         optional parameter.
13024
13025 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13026
13027         * gnus-fun.el (gnus): Require it for gnus-directory.
13028
13029 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13030
13031         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13032
13033 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13034
13035         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13036
13037 2006-04-05  Simon Josefsson  <jas@extundo.com>
13038
13039         * password.el (password-reset): New function.
13040
13041 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13042
13043         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13044         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13045
13046 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13047
13048         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13049         Some whitespace was matched into the url, which broke browsing hits
13050         > 100 when mm-url-use-external was nil.
13051
13052 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13053
13054         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13055         Check gnus-extra-headers for 'Newsgroups.
13056
13057         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13058         bound.
13059
13060 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13061
13062         * pgg-gpg.el: Clean up process buffers every time gpg processes
13063         complete.
13064
13065 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13066
13067         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13068         doc string.
13069
13070 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13071
13072         * pgg-gpg.el (pgg-gpg-process-filter)
13073         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13074
13075         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13076         lines, temporary fix.
13077
13078 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13079
13080         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13081
13082 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13083
13084         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13085         default-enable-multibyte-characters.  This reverts the change from
13086         revision 6.17 which is no longer necessary because the passphrase
13087         is sent separately now.  GnuPG messages are unreadable under
13088         multibyte locales with default-enable-multibyte-characters set to
13089         nil.
13090
13091 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13092
13093         * message.el (message-tool-bar-gnome): Move "spell".
13094
13095 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13096
13097         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13098         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13099         instead.
13100
13101 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13102
13103         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13104         Improve newsgroups handling for NNTP overviews which don't include
13105         Newsgroups.
13106
13107 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13108
13109         * message.el (message-resend): Bind message-generate-hashcash to nil.
13110
13111 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13112
13113         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13114         when searching for already-paid recipients.
13115
13116 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13117
13118         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13119         passphrases when it is not needed.
13120         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13121         passphrase stuff from gpg, should only be necessary when you use
13122         gpg with a smartcard.
13123
13124 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13125
13126         * mml.el (mml-insert-mime): Ignore cached contents of
13127         message/external-body part.
13128
13129         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13130         (mm-insert-part): Ditto.
13131
13132 2006-03-23  Simon Josefsson  <jas@extundo.com>
13133
13134         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13135         Reiner.
13136         (pgg-gpg-use-agent-p): Use it again.
13137
13138 2006-03-23  Simon Josefsson  <jas@extundo.com>
13139
13140         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13141         older emacsen.
13142         (pgg-gpg-use-agent-p): Don't use it.
13143
13144 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13145
13146         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13147         if we can.
13148
13149 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13150
13151         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13152         (pgg-gpg-update-agent): New function.
13153         (pgg-gpg-use-agent-p): New function.
13154         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13155         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13156         (pgg-gpg-sign-region): Use it.
13157
13158 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13159
13160         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13161         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13162
13163 2006-03-21  Simon Josefsson  <jas@extundo.com>
13164
13165         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13166         <wilde@sha-bang.de>.
13167         (pgg-gpg-use-agent): New variable.
13168         (pgg-gpg-process-region): Use it.
13169         (pgg-gpg-encrypt-region): Likewise.
13170         (pgg-gpg-encrypt-symmetric-region): Likewise.
13171         (pgg-gpg-decrypt-region): Likewise.
13172         (pgg-gpg-sign-region): Likewise.
13173         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13174
13175 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13176
13177         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13178
13179         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13180         Add comment on version.
13181
13182 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13183
13184         * smiley.el: Add missing test smiley.
13185
13186 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13187
13188         * mm-decode.el (mm-with-part): New macro.
13189         (mm-get-part): Use it; work with message/external-body as well.
13190         (mm-save-part): Treat name and filename equally.
13191
13192         * mm-extern.el (mm-extern-cache-contents): New function.
13193         (mm-inline-external-body): Use it; force the part to be displayed;
13194         move undisplayer added to the cached handle to the parent.
13195
13196         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13197         (gnus-mime-view-part-as-type): Work with message/external-body.
13198
13199         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13200
13201 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13202
13203         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13204         images in image-load-path.  [Sync with image.el, revision 1.60, in
13205         Emacs.]
13206
13207 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13208
13209         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13210         path rather than symbol.  Always return list of directories.
13211         Guarantee that image directory comes first.  [Sync with image.el,
13212         revision 1.59, in Emacs.]
13213
13214         * message.el (message-make-tool-bar): Adjust to new API of
13215         `gmm-image-load-path-for-library'.
13216
13217         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13218
13219         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13220
13221 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13222
13223         * gnus-art.el (gnus-article-only-boring-p):
13224         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13225         intangible text.
13226         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13227
13228 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13229
13230         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13231         Use `defun' instead of `gmm-defun-compat'.
13232
13233 2006-03-14  Simon Josefsson  <jas@extundo.com>
13234
13235         * message.el (message-unique-id): Don't use message-number-base36
13236         if (user-uid) is a float.
13237         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13238
13239 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13240
13241         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13242
13243         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13244         empty line between a part and a message part.
13245
13246 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13247
13248         * smiley.el: Add more test smileys.
13249         (smiley-data-directory, smiley-regexp-alist)
13250         (gnus-smiley-file-types): Fix doc strings.
13251         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13252         adding new elements.
13253         (smiley-mouse-map): Unused code.  Make it a comment.
13254
13255 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13256
13257         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13258         scan latest NoCeM messages instead of old ones.
13259         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13260         delimiters that are recently used.
13261         (gnus-nocem-load-cache): Add autoload cookie.
13262
13263         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13264
13265         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13266         level which is larger than gnus-use-nocem is specified.
13267
13268         * gnus-group.el (gnus-group-get-new-news): Ditto.
13269
13270 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13271
13272         * gnus-util.el (gnus-tool-bar-update): New function.
13273
13274         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13275         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13276
13277         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13278
13279         * gnus-group.el (gnus-group-redraw-when-idle)
13280         (gnus-group-redraw-check): Remove.
13281         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13282
13283 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13284
13285         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13286         if optional last element is specified in splits (FIELD VALUE...).
13287
13288 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13289
13290         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13291         to gmm-image-load-path-for-library.  Call with no-error argument.
13292         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13293
13294         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13295
13296         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13297
13298         * gmm-utils.el (gmm-image-load-path): Remove alias.
13299
13300 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13301
13302         * gmm-utils.el (gmm-image-load-path): Add alias.
13303
13304         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13305         nnml-generate-nov-databases-1.
13306         (nnml-generate-nov-databases): Use it.
13307         (nnml-generate-nov-databases-directory): Document no-active
13308         argument.
13309
13310         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13311         directory if path is t.  Add no-error.
13312
13313         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13314         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13315
13316         * gnus-art.el (gnus-article-browse-delete-temp-files):
13317         Simplify resetting gnus-article-browse-html-temp-list.
13318
13319         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13320         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13321         Add example to docstring.  Rename local variables.  Move error
13322         checks to default case in cond and simplify.
13323
13324 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13325
13326         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13327         handle is multipart when calling it recursively.
13328         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13329
13330 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13331
13332         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13333         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13334
13335 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13336
13337         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13338         is loaded.
13339
13340         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13341         loaded.
13342
13343 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13344
13345         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13346         to "Emacs 23 (unicode)" in doc string.
13347
13348         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13349         "Emacs 23 (unicode)" in comment.
13350
13351 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13352
13353         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13354
13355         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13356         characters 160 through 255 in Emacs 23.
13357
13358 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13359
13360         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13361         gnus-article-browse-html-temp.
13362         (gnus-article-browse-delete-temp): Make it customizable.
13363         Add `file'.  Adjust doc string.
13364         (gnus-article-browse-delete-temp-files): Add argument.
13365         Allow query for each file.  Adjust doc string.
13366         (gnus-article-browse-html-parts):
13367         Add `gnus-article-browse-delete-temp-files' to
13368         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13369
13370 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13371
13372         * gnus-art.el (gnus-article-browse-html-temp)
13373         (gnus-article-browse-delete-temp): New variables.
13374         (gnus-article-browse-delete-temp-files): New function.
13375         (gnus-article-browse-html-parts): Use it.
13376
13377 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13378
13379         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13380
13381         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13382         string.
13383
13384         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13385         gnus-summary-insert-new-articles when unplugged.
13386         Remove gnus-summary-search-article-forward.
13387
13388         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13389         display-visual-class instead of display-color-cells.
13390
13391 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13392
13393         * dgnushack.el: Autoload customize-group for XEmacs.
13394
13395         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13396         message/* containing non-ASCII text properly.
13397
13398 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13399
13400         * message.el: Require gmm-utils, remove autoloads.
13401         (message-tool-bar): Set default based on
13402         gmm-tool-bar-style.
13403         (message-tool-bar-gnome): Add gmm-customize-mode.
13404
13405         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13406         gmm-tool-bar-style.
13407         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13408
13409         * gnus-group.el (gnus-group-tool-bar): Set default based on
13410         gmm-tool-bar-style.
13411         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13412
13413         * gmm-utils.el (gmm-image-directory): Rename variable from
13414         gmm-image-load-path.
13415         (gmm-image-load-path): Use gmm-image-directory.
13416         (gmm-customize-mode): New function.
13417         (gmm-tool-bar-style): New variable.
13418
13419         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13420         gnus-group-redraw-line-number.
13421         (gnus-group-redraw-check): Simplify.
13422         (gnus-group-tool-bar-update): Remove redraw check.
13423         (gnus-group-make-tool-bar): Add redraw check.
13424
13425 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13426
13427         * gnus-art.el (gnus-button): Add missing parentheses.
13428
13429 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13430
13431         * lpath.el: Fbind line-number-at-pos.
13432
13433 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13434
13435         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13436
13437 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13438
13439         * gnus-art.el (gnus-button): New face.
13440         (gnus-article-button-face): Use it.
13441
13442         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13443         Add gnus-summary-next-page.  Re-order.
13444
13445         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13446         next-node are now included.
13447         (gnus-group-redraw-line-number): New internal variable.
13448         (gnus-group-redraw-check): Helper function for updating the tool
13449         bar.
13450         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13451
13452         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13453
13454         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13455         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13456         Use it to match format of Spamassassin 3.0 and later.
13457         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13458         (spam-check-bogofilter)
13459         (spam-bogofilter-register-with-bogofilter): Fix args of
13460         `gnus-error' calls.
13461
13462 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13463
13464         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13465         unnecessary interaction when sending queued mails.
13466         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13467
13468 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13469
13470         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13471         first or last are nil.
13472
13473 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13474
13475         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13476
13477 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13478
13479         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13480
13481 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13482
13483         * dns.el (query-dns): Protect more against buggy tcp output.
13484
13485 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13486
13487         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13488         nov.php.
13489
13490 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13491
13492         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13493         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13494         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13495         output on the server side.
13496         (nnweb-google-create-mapping): Update regexps and add some
13497         progress indication.
13498
13499 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13500
13501         * gnus-group.el (gnus-group-tool-bar-gnome):
13502         Fix gnus-agent-toggle-plugged.  Re-order icons.
13503         (gnus-group-tool-bar-gnome):
13504         Add gnus-group-{prev,next}-unread-group.
13505         (gnus-group-tool-bar-gnome): Re-order icons.
13506
13507         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13508         Move gnus-summary-insert-new-articles.
13509
13510         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13511         Fix comments.
13512
13513         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13514         also available in Emacs 21.3.
13515
13516         * message.el (message-fix-before-sending): Change "Emacs 22" to
13517         "Emacs 23 (unicode)" in comment.
13518
13519         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13520         "Emacs 23 (unicode)" in comment.
13521
13522         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13523         comment.
13524         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13525
13526         * mm-view.el (mm-fill-flowed): Add :version.
13527
13528 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13529
13530         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13531         and load-path.
13532
13533 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13534
13535         * message.el: Autoload gmm-image-load-path.
13536         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13537         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13538         consitency.
13539
13540         * gmm-utils.el (gmm-image-load-path): Also search in
13541         "../etc/images".  Don't set gmm-image-load-path if we don't find
13542         the image.
13543
13544 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13545
13546         * gmm-utils.el (gmm-image-load-path): Don't make
13547         `gmm-image-load-path' include subdirectories which the second arg
13548         `image' might specify.
13549
13550         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13551         subdirectory to icon file names.
13552
13553         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13554
13555 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13556
13557         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13558         gmm-image-load-path calls.
13559
13560         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13561
13562         * message.el (message-make-tool-bar): Ditto.
13563
13564         * mml.el (mml-preview): Add comment concerning tool bar icons.
13565
13566         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13567         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13568
13569         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13570         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13571
13572         * message.el (message-tool-bar-gnome): Use new icon names.
13573         (message-make-tool-bar): Use `gmm-image-load-path'.
13574
13575         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13576         New functions from MH-E.
13577         (gmm-image-load-path): New variable from MH-E.
13578         (gmm-image-load-path): New function from MH-E.  Add arguments
13579         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13580         *-image-load-path-called-flag.
13581
13582 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13583
13584         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13585
13586 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13587
13588         * nnimap.el (nnimap-request-move-article): Change folder back to
13589         source group before deleting.
13590
13591 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13592
13593         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13594
13595         * gnus-art.el (mm-url-insert-file-contents-external):
13596         Autoload mm-url.
13597
13598         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13599
13600 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13601
13602         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13603         coding system which mm-charset-to-coding-system returns for a
13604         given charset is valid.
13605
13606 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13607
13608         * html2text.el (html2text-remove-tag-list):
13609         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13610
13611 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13612
13613         * gnus-cus.el: Revert 2005-10-17 change.
13614
13615 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13616
13617         * gnus-art.el (article-strip-banner):
13618         Call article-really-strip-banner only when the regexp match is made.
13619
13620 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13621
13622         * gnus-art.el (article-strip-banner):
13623         Use gnus-extract-address-components instead of
13624         mail-header-parse-addresses to make it work with non-ASCII text;
13625         remove mail-encode-encoded-word-string.
13626
13627         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13628         values which are surrounded with \"...\"; make it never cause a
13629         Lisp error; give up parsing of parameters if it failed in
13630         extracting type.
13631
13632 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13633
13634         * smime.el (smime-cert-by-ldap-1): Fix bug where
13635         `smime-ldap-search' returns results without userCertificates.
13636
13637 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13638
13639         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13640
13641 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13642
13643         * spam.el (spam-check-spamassassin-headers): Adapt format for
13644         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13645         <ari@mbf.ocn.ne.jp>.
13646         (spam-list-of-processors): Add spam-use-gmane.
13647
13648 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13649
13650         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13651         make-temp-file; make it work with XEmacs as well.
13652
13653         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13654         mm-make-temp-file.
13655
13656         * mm-decode.el (mm-display-external): Use the 3rd arg of
13657         mm-make-temp-file.
13658         (mm-create-image-xemacs): Ditto.
13659
13660 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13661
13662         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13663         with message-narrow-to-headers.
13664         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13665         (gnus-draft-check-draft-articles): New function.
13666         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13667
13668 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13669
13670         * gnus-art.el (gnus-article-browse-html-parts):
13671         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13672         Don't use suffix argument for mm-make-temp-file for Emacs 21
13673         compatibility.  Remove useless `format'.
13674
13675 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13676
13677         * nnweb.el (nnweb-google-wash-article): Update regexps.
13678         (nnweb-group-alist): Use defvoo instead of defvar.
13679
13680 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13681
13682         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13683         re-loading nn* modules.
13684
13685 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13686
13687         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13688         for `tool-bar-mode' and don't check it's default-value.
13689
13690         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13691
13692         * message.el (message-make-tool-bar): Ditto.
13693
13694         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13695         `substring'.  Shorten tmp-file name.
13696
13697         * gnus.el: Remove bogus comment.
13698
13699 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13700
13701         * gnus-art.el (gnus-article-browse-html-parts): New function.
13702         (gnus-article-browse-html-article): New function for viewing html
13703         articles with a browser.
13704
13705 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13706
13707         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13708         in elisp.
13709         (pgg-gpg-encrypt-symmetric-region): Ditto.
13710         (pgg-gpg-sign-region): Ditto.
13711
13712         * pgg-def.el (pgg-text-mode): New variable.
13713
13714         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13715         (mml2015-pgg-encrypt): Ditto.
13716
13717         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13718         (mml1991-pgg-encrypt): Ditto.
13719
13720 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13721
13722         * nnfolder.el (nnfolder-insert-newsgroup-line):
13723         Use message-make-date instead of current-time-string.
13724
13725         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13726         to gnus-decoded which mm-uu might set.
13727
13728 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13729
13730         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13731         don't decode quoted parameters; remove misimported Emacs code.
13732         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13733         (rfc2231-decode-encoded-string): Don't use split-string which
13734         behaves differently according to Emacs version; use
13735         mm-decode-coding-region to convert charset to coding-system.
13736         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13737         (rfc2231-encode-string): Remove misimported Emacs code.
13738
13739 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13740
13741         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13742         when calling mail-header-parse-content-type.
13743         (article-de-quoted-unreadable): Ditto.
13744         (article-de-base64-unreadable): Ditto.
13745         (article-wash-html): Ditto.
13746
13747         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13748         calling mail-header-parse-content-type and
13749         mail-header-parse-content-disposition.
13750         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13751         mail-header-parse-content-type.
13752
13753         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13754         insert charset and format parameters; encode description after
13755         inserting it to buffer.
13756         (mml-insert-parameter): Fold lines properly even if a parameter is
13757         segmented into two or more lines; change the max column to 76.
13758
13759         * rfc1843.el (rfc1843-decode-article-body): Don't use
13760         ignore-errors when calling mail-header-parse-content-type.
13761
13762         * rfc2231.el (rfc2231-parse-string): Return at least type if
13763         possible; don't cause an error even if it fails in parsing of
13764         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13765         (rfc2231-encode-string): Don't break lines at the beginning, leave
13766         it to mml-insert-parameter.
13767
13768         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13769         calling mail-header-parse-content-type.
13770
13771 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13772
13773         * spam-report.el (spam-report-gmane-use-article-number):
13774         Improve doc string.
13775         (spam-report-gmane-internal): Check if a suitable header was found
13776         in the article.
13777
13778 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13779
13780         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13781         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13782
13783 2006-02-05  Romain Francoise  <romain@orebokech.com>
13784
13785         Update copyright notices of all files in the gnus directory.
13786
13787 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13788
13789         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13790
13791 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13792
13793         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13794         segmented lines of parameter value to cope with Thunderbird 1.5
13795         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13796         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13797         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13798
13799 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13800
13801         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13802         parts.
13803
13804 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13805
13806         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13807         there's only one active file for all servers.
13808         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13809         solid groups.  Gnus might have used a FAST request to select the group.
13810         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13811         and nnweb-search redundantly in the active file.
13812         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13813         (nnweb-request-create-group): Don't use ARGS.
13814         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13815         initialisations.  Let nnoo do the work.
13816
13817 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13818
13819         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13820         Say the part has been decoded.
13821
13822         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13823
13824 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13825
13826         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13827         mailcap-viewer-test-cache when there's no 'test clause, since that
13828         will invert the meaning of a "nil" test previously determined by
13829         mailcap-mailcap-entry-passes-test.
13830
13831 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13832
13833         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13834         compiling.
13835
13836         * gnus-sum.el: Ditto.
13837
13838         * message.el: Don't bind tool-bar-map when compiling.
13839
13840 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13841
13842         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13843
13844 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13845
13846         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13847         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13848         current Google Groups.
13849
13850 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13851
13852         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13853         and tool-bar-mode.
13854
13855         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13856         and tool-bar-mode.
13857
13858         * message.el (message-tool-bar-update): Simplify.
13859         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13860
13861         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13862         gnus-summary-buffer.
13863         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13864         gnus-summary-reply.
13865
13866         * gmm-utils.el (gmm): Add :version.
13867
13868 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13869
13870         * Makefile.in (clean): New rule.
13871         (distclean): Use it.
13872
13873 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13874
13875         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13876         Don't autoload.
13877
13878 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13879
13880         * gmm-utils.el (gmm-verbose): Add :group.
13881
13882 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13883
13884         * message.el: Change some comments WRT tool-bars.
13885
13886         * gnus-sum.el (gnus-summary-tool-bar)
13887         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13888         (gnus-summary-tool-bar-zap-list): New variables.
13889         (gnus-summary-make-tool-bar): Complete rewrite using
13890         `gmm-tool-bar-from-list'.
13891
13892         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13893         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13894         New variables.
13895         (gnus-group-make-tool-bar): Complete rewrite using
13896         `gmm-tool-bar-from-list'.
13897         (gnus-group-tool-bar-update): New function.
13898
13899         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13900
13901 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13902
13903         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13904         is dissected into a single part of which the type is the same as
13905         the given one; decode charset.
13906
13907 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13908
13909         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13910         into alists as symbol not string, since that's what
13911         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13912         look for.
13913
13914 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13915
13916         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13917         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13918
13919         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13920
13921 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13922
13923         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13924         (gnus-xmas-mime-security-button-menu): New function.
13925
13926         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13927         (gnus-mime-security-button-menu): New definition.
13928         (gnus-mime-security-button-map): Use them.
13929         (gnus-mime-security-button-menu): New function.
13930         (gnus-insert-mime-security-button): Addition to help echo.
13931         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13932         (gnus-mime-security-pipe-part): New functions.
13933
13934         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13935         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13936
13937         * mm-decode.el (mm-handle-set-disposition): Remove.
13938         (mm-handle-set-description): Remove.
13939
13940 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13941
13942         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13943         (mm-w3m-standalone-supports-m17n-p): New function.
13944         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13945         w3m usage.
13946
13947         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13948         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13949
13950 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13951
13952         * message.el (message-tool-bar-zap-list):
13953         Use gmm-tool-bar-zap-list as custom type.
13954         (message-tool-bar-update): New function.
13955         (message-tool-bar, message-tool-bar-gnome)
13956         (message-tool-bar-retro): Add message-tool-bar-update.
13957         (message-tool-bar-gnome): Add flyspell-buffer.
13958
13959         * gnus-util.el (gnus-error): Describe `args'.
13960
13961         * gmm-utils.el (gmm-error): Describe `args'.
13962         (gmm-tool-bar-zap-list): New widget.
13963         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13964
13965 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13966
13967         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13968         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13969         the number of recursive calls.
13970
13971         * mm-decode.el (mm-handle-set-disposition): New macro.
13972         (mm-handle-set-description): New macro.
13973
13974 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13975
13976         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13977         encoding.
13978
13979 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13980
13981         * message.el (message-tool-bar-zap-list, message-tool-bar)
13982         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13983         (message-tool-bar-local-item-from-menu): Remove.
13984         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13985         (message-make-tool-bar): New function.
13986         (message-mode): Use `message-make-tool-bar'.
13987
13988         * gmm-utils.el: New file.
13989         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13990         (gmm-lazy): New widget copied from `nnmail.el'.
13991         (gmm-tool-bar-from-list): New function for creating customizable
13992         tool bars.
13993         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13994         output.
13995         (gmm): Add :prefix to defgroup.
13996
13997 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13998
13999         * gmm-utils.el (gmm-widget-p): New function.
14000
14001 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14002
14003         * mml.el (mml-attach-file): Describe `description' in doc string.
14004         (mml-menu): Add Emacs MIME manual and PGG manual.
14005
14006 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14007
14008         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14009
14010 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14011
14012         * nntp.el (nntp-end-of-line): Doc fix.
14013
14014 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14015
14016         * imap.el (imap-open): Handle case where buffer is a buffer
14017         object.
14018
14019 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14020
14021         * gnus-delay.el (gnus-delay): Don't autoload.
14022         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14023         to be re-loaded when customizing the `gnus-delay' group.
14024
14025 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14026
14027         * message.el (message-insert-citation-line): Use newlines.
14028
14029 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14030
14031         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14032         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14033         these routines, so the passphrase can be managed externally and
14034         passed in to the system.
14035         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14036         pgg-add-passphrase-to-cache function.
14037
14038         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14039         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14040         these routines, so the passphrase can be managed externally and
14041         passed in to the system.
14042         (pgg-pgp5-sign-region): Use new name of
14043         pgg-add-passphrase-to-cache function.
14044
14045 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14046
14047         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14048         part of the decoded armor to find the key-identifier.
14049         (pgg-gpg-lookup-key-owner): New function to return the
14050         human-readable identifier of a key owner.
14051         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14052         itself.
14053         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14054         the key value) if we have a key and can match it against a secret
14055         key.  Also, added a note pointing out fact that the prompt only
14056         indicates the first matching key.
14057
14058         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14059         pgg-decrypt-region.
14060         (pgg-add-passphrase-to-cache): Rename from
14061         `pgg-add-passphrase-cache' to reduce confusion (all callers
14062         changed).
14063         (pgg-remove-passphrase-from-cache): Rename from
14064         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14065         changed).
14066         (pgg-read-passphrase, pgg-add-passphrase-cache)
14067         (pgg-remove-passphrase-cache): Add informative docstrings.
14068         (pgg-decrypt): Convey provided passphrase in subordinate call to
14069         pgg-decrypt-region.
14070
14071 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14072
14073         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14074         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14075         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14076         'passphrase' argument, so the passphrase can be managed externally
14077         and then passed in to the system.
14078
14079         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14080         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14081         so the passphrase cache can be used reliably with identifiers
14082         besides a pgp packet's key id.
14083
14084         * pgg-gpg.el (pgg-gpg-encrypt-region)
14085         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14086         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14087         these routines, so the passphrase can be managed externally and
14088         passed in to the system.
14089
14090         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14091         'notruncate' argument, so the passphrase cache can be used
14092         reliably with identifiers besides a pgp packet's key id.
14093
14094 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14095
14096         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14097         symmetric encryption.
14098         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14099         encrypted session key.
14100         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14101         message ask for the passphrase in a proper way.
14102
14103         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14104         New user commands for symmetric encryption.
14105
14106 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14107
14108         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14109
14110         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14111
14112 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14113
14114         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14115
14116 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14117
14118         * mm-decode.el (mm-inlined-types): Add application/pgp.
14119         (mm-automatic-display): Ditto.
14120
14121         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14122         part as text.
14123
14124 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14125
14126         * nnrss.el: Update copyright.
14127         (nnrss-opml-import): Query whether to subscribe to each entry.
14128
14129         * gnus-art.el:
14130         * gnus-sum.el:
14131         * gnus-xmas.el:
14132         * messagexmas.el:
14133         * mm-uu.el:
14134         * mm-view.el: Update copyright.
14135
14136 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14137
14138         * message.el (message-info): New function.
14139         (message-mode-menu): Add it.
14140         Update copyright.
14141
14142         * ChangeLog: Fix and update copyright.
14143
14144 2006-01-13  Romain Francoise  <romain@orebokech.com>
14145
14146         * message.el (message-forward-subject-name-subject): Prefer the
14147         address to 'nowhere' if the sender has no name.
14148         Fix typo.  Update copyright year.
14149
14150 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14151
14152         * gnus-art.el (article-wash-html):
14153         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14154         (gnus-article-wash-html-with-w3m-standalone): New function.
14155
14156         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14157         mm-inline-text-html-render-with-w3m-standalone.
14158         (mm-text-html-washer-alist): Map w3m-standalone to
14159         gnus-article-wash-html-with-w3m-standalone.
14160         (mm-inline-text-html-render-with-w3m-standalone): New function.
14161
14162 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14163
14164         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14165         Improve LaTeX.
14166
14167 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14168
14169         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14170         (nnrss-request-article): Render text/plain parts as HTML.
14171
14172         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14173         the buffer.
14174
14175 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14176
14177         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14178         custom definition of `gnus-posting-styles'.
14179
14180         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14181         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14182
14183 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14184
14185         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14186         Use nntp for bug archive.
14187
14188 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14189
14190         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14191         parts.
14192         (nnrss-normalize-date): New function converts ISO 8601 date into
14193         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14194         (nnrss-check-group): Use it.
14195
14196 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14197
14198         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14199
14200         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14201         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14202         (nnrss-insert-w3): Ditto.
14203
14204 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14205
14206         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14207         the articles to be forwarded including the case where neither a
14208         number of articles nor a region is specified.
14209
14210 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14211
14212         * nnrss.el (nnrss-request-article): Fix last change; fill
14213         text/plain parts.
14214
14215 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14216
14217         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14218         in text/plain part.
14219         (nnrss-check-group): Don't add excessive newline to dc:subject.
14220
14221 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14222
14223         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14224         article.
14225
14226 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14227
14228         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14229         (nnml-use-compressed-files, nnml-save-mail): Support other
14230         comression programs such as bzip2.
14231
14232 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14233
14234         * dns.el (query-dns): Make sure we check the buffer size before
14235         removing tcp headers.
14236
14237 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14238
14239         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14240         remove MIME buttons associated with multipart/alternative parts.
14241         (gnus-mime-display-alternative): Tag buttons using `article-type'
14242         text property.
14243
14244         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14245         associated with multipart/alternative parts.
14246
14247         * gnus-art.el (gnus-signature-separator): Fix custom type.
14248
14249         * mm-decode.el (mm-inlined-types): Fix custom type.
14250         (mm-keep-viewer-alive-types): Ditto.
14251         (mm-automatic-display): Ditto.
14252         (mm-attachment-override-types): Ditto.
14253         (mm-inline-override-types): Ditto.
14254         (mm-automatic-external-display): Ditto.
14255
14256 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14257
14258         * spam-report.el (spam-report-user-mail-address)
14259         (spam-report-user-agent): New variables.
14260         (spam-report-url-ping-plain): Use spam-report-user-agent.
14261
14262 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14263
14264         * gnus-art.el (gnus-button-handle-custom): Do not just use
14265         `customize-apropos' for any "M-x customize-*" button but the
14266         function called for.  Accept both the function name and its
14267         argument in order to achieve this.
14268         (gnus-button-alist): Remove support for "custom:" URL's.
14269         Pass function name to `gnus-button-handle-custom' in case of "M-x
14270         customize-*" buttons.
14271
14272 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14273
14274         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14275         multipart/alternative and add xref to mm-discouraged-alternatives
14276         in doc string.
14277
14278         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14279         gnus-buttonized-mime-types in doc string.
14280
14281 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14282
14283         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14284         Suggest image/.* in the doc string.
14285
14286 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14287
14288         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14289         message-marks (Debian bug #342521).
14290
14291 2005-12-12  Simon Josefsson  <jas@extundo.com>
14292
14293         * password.el (password-read-from-cache): Add.
14294         (password-read): Use it.
14295
14296 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14297
14298         * rfc2047.el (rfc2047-charset-to-coding-system):
14299         Recognize us-ascii as a MIME charset.
14300
14301         * mm-bodies.el (mm-decode-content-transfer-encoding):
14302         Protect against the case where the 2nd arg TYPE is nil.
14303
14304 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14305
14306         * pop3.el (pop3-stream-type): Fix custom version.
14307
14308         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14309
14310 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14311
14312         * mm-decode.el (mm-display-external): Add missing cdr.
14313
14314 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14315
14316         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14317         RFC1524) if it is in mailcap or add a suffix according to
14318         mailcap-mime-extensions when generating a temp filename; postpone
14319         deleting a temp file for 2 seconds for some wrappers, shell
14320         scripts, and so on, which might exit right after having started a
14321         viewer command as a background job.
14322
14323 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14324
14325         * nntp.el (nntp-marks-directory): Fix custom group.
14326
14327         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14328         steps when < 10.
14329
14330         * gnus-start.el (gnus-no-server-1):
14331         Mention `gnus-level-default-subscribed' in doc string.
14332
14333 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14334
14335         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14336         parens.
14337
14338 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14339
14340         * gnus-xmas.el (gnus-use-toolbar): Revert.
14341         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14342         gnus-use-toolbar is default.
14343
14344         * messagexmas.el (message-use-toolbar): Revert.
14345         (message-setup-toolbar): Use global default-toolbar if
14346         message-use-toolbar is default.
14347
14348 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14349
14350         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14351         according to default-toolbar-visible-p.
14352
14353         * messagexmas.el (message-use-toolbar): Ditto.
14354
14355 2005-11-26  Dave Love  <fx@gnu.org>
14356
14357         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14358         (tls-program, tls-success): Provide openssl alternative.
14359
14360         * starttls.el: Doc fixes.
14361         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14362         SERVICE to PORT.
14363
14364         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14365         port null or service name.
14366         (starttls-negotiate): Autoload.
14367
14368 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14369
14370         * message.el (message-kill-to-signature): Fix interactive spec.
14371
14372 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14373
14374         * pop3.el (pop3-open-server): Recognize a string as a service name.
14375
14376 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14377
14378         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14379
14380 2005-11-23  Dave Love  <fx@gnu.org>
14381
14382         Add pop3s, pop3/starttls.
14383
14384         * pop3.el (pop3-authentication-scheme): Clarify doc.
14385         (open-tls-stream, starttls-open-stream): Autoload.
14386         (pop3-stream-type): New.
14387         (pop3-open-server): Use it.
14388
14389         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14390         for POP.
14391         (mail-source-keyword-map): Add :stream for POP.
14392         (mail-source-fetch-pop): Use pop3-stream-type.
14393
14394 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14395
14396         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14397         of current-time-string.
14398
14399 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14400
14401         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14402         date header.
14403
14404 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14405
14406         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14407         it can seriously impact performance as it bypasses the agent's
14408         local caches.
14409
14410 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14411
14412         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14413         must be explicitly online rather than "not explicitly offline" for
14414         its flags to be synchronized.
14415
14416         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14417         that gnus-uu-unmark-thread will function correctly.
14418
14419         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14420         1024K is instead displayed as 1M.
14421
14422 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14423
14424         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14425
14426 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14427
14428         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14429
14430 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14431
14432         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14433         error message to display actual error condition.
14434         (gnus-agent-save-local): Avoid saving symbols that are bound to
14435         nil as they simply result in a warning message in
14436         gnus-agent-read-local.
14437
14438 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14439
14440         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14441         rather than make-variable-buffer-local for file-precious-flag.
14442
14443 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14444
14445         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14446         for duplicates which are removed.  The invalid sort check then
14447         triggers a rescan after the sort as sorting may have moved
14448         duplicate entries such that they can be cheaply detected.
14449
14450 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14451
14452         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14453
14454 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14455
14456         * gnus-agent.el (gnus-agent-article-alist-save-format):
14457         Change internal variable to a custom variable.  Change default value
14458         from compressed(2) to uncompressed(1).
14459         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14460         support for uncompressed agentview files.  Taken together, reading
14461         the agentview file should now be 6-7 times faster.
14462
14463 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14464
14465         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14466         as a buffer-local variable.  This avoids creating truncated
14467         dribble files as a result of a hang up, eg.
14468
14469 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14470
14471         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14472         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14473         XEmacs.
14474
14475 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14476
14477         * gnus-start.el (gnus-start-draft-setup):
14478         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14479
14480         * gnus.el (gnus-splash): Change custom group.
14481         (gnus-group-get-parameter, gnus-group-parameter-value):
14482         Describe allow-list argument.
14483
14484         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14485         string.
14486
14487 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14488
14489         * gnus-art.el (gnus-default-article-saver): Add user-defined
14490         `function' to custom type.
14491
14492 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14493
14494         * imap.el (imap-open): Handle case where buffer is a buffer
14495         object.
14496
14497 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14498
14499         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14500         long lines.
14501         (gnus-cache-delete-group): Wrap doc strings.
14502
14503         * gnus-agent.el (gnus-agent-rename-group)
14504         (gnus-agent-delete-group): Wrap doc strings.
14505
14506 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14507
14508         * messagexmas.el (message-use-toolbar): Change the valid values
14509         into default, top, bottom, left, and right.
14510         (message-toolbar-thickness): New variable.
14511         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14512         well.
14513         (message-setup-toolbar): Make it work.
14514
14515         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14516         (gnus-use-toolbar): Change the valid values into default, top,
14517         bottom, left, and right.
14518         (gnus-toolbar-thickness): New variable.
14519         (gnus-xmas-setup-toolbar): New function.
14520         (gnus-xmas-setup-group-toolbar): Use it.
14521         (gnus-xmas-setup-summary-toolbar): Use it.
14522
14523 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14524
14525         * gnus-start.el (gnus-1): Add "native" to
14526         gnus-predefined-server-alist.
14527
14528         * gnus.el (gnus-method-to-server): Don't add "native" to the
14529         lists here, because that leads to problems when
14530         gnus-select-method is bound.
14531
14532 2005-11-09  Simon Josefsson  <jas@extundo.com>
14533
14534         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14535         use (not sort-by-date) instead.
14536
14537 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14538
14539         * gnus-delay.el (gnus-delay-group): Don't autoload.
14540         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14541         to be re-loaded when customizing the `gnus-delay' group.
14542
14543 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14544
14545         * message.el: Revert last changes.
14546         (message-insert-citation-line): Use newlines.
14547
14548 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14549
14550         * message.el (message-courtesy-message)
14551         (message-mark-insert-begin, message-mark-insert-end)
14552         (message-elide-ellipsis, message-cancel-message)
14553         (message-add-header, message-change-subject)
14554         (message-cross-post-followup-to-header)
14555         (message-cross-post-insert-note, message-reduce-to-to-cc)
14556         (message-widen-reply, message-delete-not-region)
14557         (message-kill-to-signature, message-insert-signature)
14558         (message-insert-importance-high, message-insert-importance-low)
14559         (message-insert-or-toggle-importance)
14560         (message-insert-disposition-notification-to)
14561         (message-indent-citation, message-yank-original)
14562         (message-cite-original-without-signature, message-cite-original)
14563         (message-insert-citation-line, message-position-on-field)
14564         (message-fix-before-sending, message-send-mail-partially)
14565         (message-send-mail, message-send-mail-with-sendmail)
14566         (message-send-mail-with-qmail, message-send-news)
14567         (message-check-news-header-syntax, message-generate-headers)
14568         (message-insert-courtesy-copy, message-fill-address)
14569         (message-fill-header, message-shorten-references)
14570         (message-setup-1, message-cancel-news)
14571         (message-forward-make-body-plain, message-forward-make-body-mime)
14572         (message-forward-make-body-mml, message-encode-message-body)
14573         (message-forward-make-body-digest-plain)
14574         (message-forward-make-body-digest-mime)
14575         (message-use-alternative-email-as-from): Insert `hard-newline'
14576         instead of ordinary newlines.
14577
14578 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14579
14580         * message.el (message-generate-headers): Downcase the argument
14581         given to message-check-element.
14582
14583 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14584
14585         * nntp.el (nntp-authinfo-rejected): New error condition.
14586         (nntp-wait-for): Use new error condition to signal authentication
14587         error.
14588         (nntp-retrieve-data): Rethrow new error condition to break out of
14589         recursive call to nntp-send-authinfo.
14590
14591 2005-11-08  Romain Francoise  <romain@orebokech.com>
14592
14593         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14594         (gnus-summary-exit-map): Bind to `Z p'.
14595         (gnus-summary-make-menu-bar): Add menu item.
14596
14597 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14598
14599         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14600         (gnus-treat-*): Add `first' in all doc strings.
14601
14602         * gnus-group.el (gnus-group-compact-group): Fix typo.
14603
14604 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14605
14606         * gnus.el (gnus-parameters-case-fold-search): New variable.
14607         (gnus-parameters-get-parameter): Use it.
14608
14609         * gnus-score.el (gnus-home-score-file): Doc fix.
14610
14611 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14612
14613         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14614
14615 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14616
14617         * mm-util.el (mm-special-display-p): New function.
14618
14619         * mml.el (mml-preview): Use it; doc fix.
14620
14621 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14622
14623         * imap.el (imap-open): Handle case where buffer is a buffer object.
14624
14625 2005-10-29  Romain Francoise  <romain@orebokech.com>
14626
14627         * message.el (message-fix-before-sending): Fix comment.
14628
14629 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14630
14631         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14632
14633 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14634
14635         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14636         Used in gnus-score.el.
14637
14638 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14639
14640         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14641
14642 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14643
14644         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14645         whitespace removed in revision 7.8.  Use concatenated string to
14646         protect trailing whitespace.
14647
14648 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14649
14650         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14651         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14652         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14653         Courier IMAP ("some version from 2004").  Mostly based on similar
14654         code in the same function.
14655
14656 2005-10-26  Didier Verna  <didier@xemacs.org>
14657
14658         * gnus-group.el (gnus-group-compact-group): Invalidate original
14659         article buffer.
14660         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14661         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14662         NOV database and in article itself.
14663         Invalidate article backlog.
14664
14665 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14666
14667         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14668
14669 2005-10-26  Simon Josefsson  <jas@extundo.com>
14670
14671         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14672         part of 2004-07-25 change.
14673
14674 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14675
14676         * message.el (message-display-completion-list): New function.
14677         (message-expand-group): Use it; make sure the Completions buffer
14678         is modifiable.
14679 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14680
14681         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14682         user-mail-name is an empty string.
14683
14684 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14685
14686         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14687         depending on gnus-score-decay-constant.
14688
14689         * encrypt.el (encrypt-insert-file-contents)
14690         (encrypt-write-file-contents): Don't use `gnus-message'.
14691
14692         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14693         arguments.
14694         (mm-uu-type-alist): Add message-marks and insert-marks.
14695         Pass arguments to mm-uu-verbatim-marks-extract.
14696         (mm-uu-hide-markers): New variable.
14697         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14698
14699         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14700         (gnus-convert-image-to-face-command): Use "convert" by default to
14701         allow other input image formats.
14702         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14703         accordingly.
14704
14705 2005-10-23  Simon Josefsson  <jas@extundo.com>
14706
14707         * imap.el (imap-gssapi-program): Align command line parameters
14708         with latest GNU SASL.
14709         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14710
14711 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14712
14713         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14714         HTML.
14715         (nnslashdot-request-article): Ditto.
14716
14717         * lpath.el (featurep): Add nobreak-char-display.
14718
14719 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14720
14721         * mail-source.el (mail-source-fetch-pop): Require pop3.
14722         (mail-source-check-pop): Ditto.
14723
14724 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14725
14726         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14727         errors.
14728
14729 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14730
14731         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14732         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14733
14734         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14735
14736         * mm-bodies.el (mm-decode-string):
14737         Call `mm-charset-to-coding-system' with allow-override argument.
14738
14739 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14740
14741         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14742         (rfc2047-charset-to-coding-system): New function.
14743         (rfc2047-decode-encoded-words): New function.
14744         (rfc2047-decode-region): Use them.
14745         (rfc2047-decode-cte): Remove.
14746         (rfc2047-parse-and-decode): Remove.
14747         (rfc2047-decode): Remove.
14748
14749 2005-10-15  Kenichi Handa  <handa@m17n.org>
14750
14751         * rfc2047.el (rfc2047-decode-cte): New function.
14752         (rfc2047-decode-region): Change the way to decode successive
14753         encoded-words: decode B- or Q-encoding in each encoded-word,
14754         concatenate them, and decode it as charset.
14755
14756 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14757
14758         * lpath.el: Fbind codepage-setup for XEmacs.
14759
14760 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14761
14762         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14763         widget-move-and-invoke.
14764         (gnus-custom-mode): Use gnus-custom-map.
14765
14766 2005-10-15  Bill Wohler  <wohler@newt.com>
14767
14768         * message.el (message-tool-bar-map): Rename image file from
14769         mail_send to mail/send.
14770
14771 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14772
14773         * message.el (message-expand-group): Pass the common
14774         prefix substring of completion to `display-completion-list'.
14775
14776 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14777
14778         * mml-sec.el (mml-secure-method): New internal variable.
14779         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14780         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14781         New functions using mml-secure-method.
14782
14783         * mml.el (mml-mode-map): Add key bindings for those functions.
14784         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14785         Harder <harder@myrealbox.com>.
14786         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14787         Goto end of message if point is the headers of the message.
14788
14789         * message.el (message-in-body-p): New function.
14790
14791         * assistant.el: Autoload gnus-util and netrc.
14792
14793         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14794         Use `mm-charset-override-alist' only when decoding.
14795
14796         * mm-bodies.el (mm-decode-body):
14797         Call `mm-charset-to-coding-system' with allow-override argument.
14798
14799         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14800         `filename' from Content-Disposition if Content-Type doesn't
14801         provide `name'.
14802         (gnus-mime-view-part-as-type): Set default instead of
14803         initial-input.
14804
14805 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14806
14807         * format-spec.el (format-spec): Propagate text properties of % spec.
14808
14809 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14810
14811         * gnus-art.el (gnus-treat-predicate): Add `first'.
14812
14813 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14814
14815         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14816         (mm-charset-override-alist): New variable.
14817         (mm-charset-to-coding-system): Use it.
14818         (mm-codepage-setup): New helper function.
14819         (mm-charset-eval-alist): New variable.
14820         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14821         Warn about unknown charsets.
14822
14823         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14824
14825 2005-10-04  David Hansen  <david.hansen@gmx.net>
14826
14827         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14828         (nnrss-check-group): Ditto.
14829
14830 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14831
14832         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14833         Rename x-gnus-verbatim to x-verbatim.
14834         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14835
14836         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14837         x-verbatim.
14838
14839         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14840
14841         * gnus-util.el (gnus-remove-duplicates): Remove.
14842
14843         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14844         instead of gnus-remove-duplicates.
14845
14846         * message.el (message-remove-duplicates): Remove.
14847         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14848         message-remove-duplicates.
14849
14850         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14851         available, else use implementation from `delete-dups'.
14852
14853         * message.el (message-insert-expires): New function.
14854         (message-mode-map): Add key binding.
14855         (message-mode-field-menu): Add menu entry.
14856         (message-mode): Document it.
14857         (message-make-expires-date): Use `message-make-date'.
14858
14859 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14860
14861         * message.el (message-make-expires-date): New function.
14862
14863 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14864
14865         * Makefile.in (list-installed-shadows): New entry.
14866         (install): Use it.
14867         (remove-installed-shadows): New entry.
14868
14869         * dgnushack.el (dgnushack-default-load-path): New variable.
14870         (dgnushack-find-lisp-shadows): New function.
14871         (dgnushack-remove-lisp-shadows): New function.
14872
14873 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14874
14875         * Makefile.in (install-el-elc): New entry.
14876         (install): Use it so that .el files are necessarily installed.
14877
14878 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14879
14880         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14881
14882 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14883
14884         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14885         function rather than the diff-mode.el package.
14886         (mm-display-external): Use with-current-buffer.
14887         (mm-viewer-completion-map, mm-viewer-completion-map):
14888         Move initialization inside declaration.
14889
14890 2005-09-29  Simon Josefsson  <jas@extundo.com>
14891
14892         * spam.el: Load hashcash when compiling, to avoid warnings.
14893         Don't autoload mail-check-payment.
14894         (spam-check-hashcash): Define unconditionally, since hashcash.el
14895         is part of Gnus now.  Ignore errors from payment checking.
14896
14897 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14898
14899         * message.el (message-bold-region, message-unbold-region):
14900         Rename from `bold-region' and `unbold-region'.
14901
14902         * message.el: Remove useless autoloads.
14903
14904 2005-09-28  Simon Josefsson  <jas@extundo.com>
14905
14906         * message.el (message-use-idna): Default to t.
14907         (message-use-idna): Test whether encoding works too.  Doc fix.
14908
14909 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14910
14911         * nntp.el (nntp-warn-about-losing-connection): Remove.
14912
14913 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14914
14915         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14916         customizable.  Change default value.
14917         (mm-uu-diff-groups-regexp): Change default value.
14918         (mm-uu-type-alist): Add doc string.
14919         (mm-uu-configure): Add doc string.  Make it interactive.
14920         (mm-uu-tex-groups-regexp): New variable.
14921         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14922         (mm-uu-type-alist): Add LaTeX documents.
14923         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14924         of "text/verbatim".
14925         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14926
14927         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14928         instead of "text/verbatim".
14929
14930         * message.el (message-mark-inserted-region)
14931         (message-mark-insert-file): Use slrn style marks when called with
14932         prefix argument.
14933
14934 2005-09-27  Simon Josefsson  <jas@extundo.com>
14935
14936         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14937
14938 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14939
14940         * message.el (message-remove-duplicates): New function.
14941         Implementation borrowed from `gnus-remove-duplicates'.
14942         (message-idna-to-ascii-rhs): Also encode idna addresses in
14943         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14944         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14945         only ask about the same idna domain once per header and also tell
14946         in what header to replace the idna domain.
14947
14948         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14949         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14950         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14951         a header is decoded and not just the last one.
14952
14953 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14954
14955         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14956         has been decoded.
14957
14958         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14959         (mm-insert-part): Don't modify text if it has been decoded.
14960
14961         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14962         decoded.
14963
14964         * mm-view.el (mm-inline-text): Don't strip text props unless
14965         decoding enriched or richtext parts.
14966
14967 2005-09-25  Romain Francoise  <romain@orebokech.com>
14968
14969         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14970         * gnus-start.el (gnus-subscribe-interactively):
14971         * gnus-uu.el (gnus-uu-grab-articles):
14972         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14973         space.
14974
14975 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14976
14977         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14978         * mm-view.el (mm-view-pkcs7-decrypt):
14979         * gnus-sum.el (gnus-summary-limit-to-extra)
14980         (gnus-summary-respool-article, gnus-read-move-group-name):
14981         * gnus-score.el (gnus-summary-increase-score):
14982         * gnus-util.el (gnus-completing-read-with-default):
14983         * gnus-art.el (gnus-read-save-file-name)
14984         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14985         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14986         * message.el (message-check-news-header-syntax):
14987         Follow convention for reading with the minibuffer.
14988
14989 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14990
14991         * spam-report.el (spam-report-url-ping-plain):
14992         Use gnus-extended-version as User-Agent.
14993
14994         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14995         default value is nil.
14996
14997         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14998         (mm-uu-verbatim-marks-extract): New function.
14999         (mm-uu-extract): New face.
15000         (mm-uu-copy-to-buffer): Use it.
15001
15002         * spam-report.el (spam-report-gmane-ham): Rename from
15003         `spam-report-gmane-unspam'.
15004         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15005         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15006
15007         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15008         Autoload.
15009         (spam-report-gmane-unregister-routine):
15010         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15011
15012 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15013
15014         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15015         (spam-report-gmane-unregister-routine): Add support for gmane
15016         unregistration.
15017
15018         * spam-report.el (spam-report-gmane-unspam)
15019         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15020         (spam-report-gmane): Change to take a single article and do unspam
15021         registration.
15022
15023 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15024
15025         * mm-url.el (mm-url-decode-entities): Fix regexp.
15026
15027 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15028
15029         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15030         default to nil, to be able to use Gnus at all.  If the default
15031         switches to something else, then the function should be fixed not
15032         be exceedingly slow.
15033
15034 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15035
15036         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15037         fail hard.
15038
15039         * spam-report.el: Add better Keywords line.
15040
15041         * spam.el: Add Maintainer and better Keywords line.
15042
15043 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15044
15045         * gnus-art.el (gnus-article-replace-part)
15046         (gnus-mime-replace-part): New functions.
15047         (gnus-mime-action-alist, gnus-mime-button-commands)
15048         (gnus-mime-save-part-and-strip): Add file argument.
15049         (gnus-article-part-wrapper): Add interactive argument.
15050
15051         * gnus-sum.el (gnus-summary-mime-map):
15052         Add `gnus-article-replace-part'.
15053
15054 2005-09-19  Didier Verna  <didier@xemacs.org>
15055
15056         The nnml compaction feature:
15057         * nnml.el (nnml-request-compact-group): New function.
15058         * nnml.el (nnml-request-compact): New function.
15059         * gnus-int.el (gnus-request-compact-group): New function.
15060         * gnus-int.el (gnus-request-compact): New function.
15061         * gnus-group.el (gnus-group-compact-group): New function.
15062         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15063         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15064         * gnus-srvr.el (gnus-server-compact-server): New function.
15065         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15066         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15067
15068 2005-09-18  Deepak Goel  <deego@gnufans.org>
15069
15070         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15071         format spec.
15072
15073 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15074
15075         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15076
15077 2005-09-15  Romain Francoise  <romain@orebokech.com>
15078
15079         * message.el (message-fill-paragraph): Clarify docstring.
15080
15081 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15082
15083         * gnus-art.el (gnus-mime-display-part): Protect against broken
15084         MIME messages.
15085
15086 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15087
15088         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15089         before parsing header.
15090
15091 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15092
15093         * html2text.el (html2text-replace-list): Add new entities.
15094
15095 2005-09-11  Romain Francoise  <romain@orebokech.com>
15096
15097         * message.el (message-alternative-emails): Improve docstring.
15098         (message-setup-1): Call `message-use-alternative-email-as-from'
15099         after `message-setup-hook' to give it precedence over posting
15100         styles, etc.
15101         (message-use-alternative-email-as-from): Add docstring.
15102         Remove the original From header if present.
15103
15104         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15105         (nnml-save-mail): Use it.
15106
15107         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15108         articles.  Add new argument `silent'.
15109         (gnus-uu-mark-all): Report the total number of marked articles.
15110
15111 2005-09-10  Romain Francoise  <romain@orebokech.com>
15112
15113         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15114         (gnus-uu-mark-series): Likewise.
15115
15116 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15117
15118         * spam-report.el (spam-report-gmane): Fix generation of spam
15119         report URL.
15120
15121 2005-09-10  Simon Josefsson  <jas@extundo.com>
15122
15123         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15124         t, based on discussion on the ding list with Robert Epprecht
15125         <epprecht@solnet.ch>.
15126
15127 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15128
15129         * spam-report.el (spam-report-gmane): Make it work without
15130         X-Report-Spam header.  Gmane now only provides Archived-At.
15131         This is only used if `spam-report-gmane-use-article-number' is nil.
15132         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15133
15134         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15135         make `gnus-summary-sort-by-recipient' work with threading.
15136
15137         * nnweb.el (nnweb-google-wash-article): Print a message if article
15138         is not available.
15139
15140 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15141
15142         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15143         change.  Decode text/* parts content before displaying.
15144
15145 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15146
15147         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15148
15149 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15150
15151         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15152
15153         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15154         url-package-name, url-package-version,
15155         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15156         w3m-display-inline-images, and w3m-minor-mode-map.
15157
15158 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15159
15160         * message.el (message-tab-body-function): Fix mismatched custom type.
15161
15162         * gnus.el (gnus-group-change-level-function): Ditto.
15163
15164         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15165
15166         * gnus-art.el (gnus-signature-limit)
15167         (gnus-article-mime-part-function): Ditto.
15168
15169 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15170
15171         * mml.el (mml-mode): Silence the byte compiler.
15172
15173         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15174         using `(sit-for 0)' before moving the point to the specified part;
15175         skip unbuttonized parts.
15176         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15177         return to the summary window if gnus-auto-select-part is non-nil.
15178
15179 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15180
15181         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15182         New variables.
15183         (mml-dnd-attach-file, mml-mode): Use them.
15184
15185         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15186         Make fetching article by MID work again for Google Groups.
15187         Add FIXME concerning gnus-group-make-web-group.
15188
15189         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15190         Don't depend on Gnus by using mail-extract-address-components if
15191         gnus-extract-address-components is not bound.
15192
15193 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15194
15195         * gnus-art.el (gnus-mime-display-security): Don't display the
15196         signature, but only the signed part.
15197
15198 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15199
15200         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15201
15202         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15203         list, not listp.
15204
15205 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15206
15207         * mm-encode.el (mm-encode-content-transfer-encoding):
15208         Likewise when encoding.
15209
15210         * mm-bodies.el (mm-decode-content-transfer-encoding):
15211         De-canonicalize CRLF for all text content types, not just
15212         text/plain.
15213
15214 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15215
15216         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15217         valid article; point arrow and cursor at the MIME button.
15218
15219 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15220
15221         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15222         Suggested by Dan Christensen <jdc@uwo.ca>.
15223
15224         * mm-decode.el (mm-save-part): Enable change of prompt.
15225
15226 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15227
15228         * gnus-msg.el (gnus-inews-add-send-actions):
15229         Make `message-post-method' lambda parameter ARG `&optional'.
15230
15231 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15232
15233         * gnus-sum.el (gnus-summary-mime-map):
15234         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15235         gnus-article-jump-to-part.
15236
15237         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15238         (gnus-article-edit-part): Use it.
15239         (gnus-article-part-wrapper): Add no-handle argument.
15240         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15241         New functions.
15242
15243 2005-08-29  Romain Francoise  <romain@orebokech.com>
15244
15245         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15246         docstring.
15247         (gnus-face-from-file): Likewise.
15248
15249 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15250
15251         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15252         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15253         non-nil.
15254         (gnus-auto-select-part): New variable.
15255         (gnus-article-jump-to-part): New function.
15256         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15257         (gnus-mime-delete-part): Allow selecting specified part after
15258         deleting or stripping parts.
15259         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15260         part if argument is bogus.
15261
15262 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15263
15264         * gnus-art.el (w3m-minor-mode-map):
15265         * gnus-spec.el (gnus-newsrc-file-version):
15266         * gnus-util.el (nnmail-active-file-coding-system)
15267         (gnus-original-article-buffer, gnus-user-agent):
15268         * gnus.el (gnus-ham-process-destinations)
15269         (gnus-parameter-ham-marks-alist)
15270         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15271         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15272         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15273         * mm-decode.el (gnus-current-window-configuration):
15274         * mm-extern.el (gnus-article-mime-handles):
15275         * mm-url.el (url-current-object, url-package-name)
15276         (url-package-version):
15277         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15278         (smime-keys, w3m-cid-retrieve-function-alist)
15279         (w3m-current-buffer, w3m-display-inline-images)
15280         (w3m-minor-mode-map):
15281         * mml-smime.el (gnus-extract-address-components):
15282         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15283         (gnus-newsrc-hashtb, message-default-charset)
15284         (message-deletable-headers, message-options)
15285         (message-posting-charset, message-required-mail-headers)
15286         (message-required-news-headers):
15287         * mml1991.el (mc-pgp-always-sign):
15288         * mml2015.el (mc-pgp-always-sign):
15289         * nnheader.el (nnmail-extra-headers):
15290         * rfc1843.el (gnus-decode-encoded-word-function)
15291         (gnus-decode-header-function, gnus-newsgroup-name):
15292         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15293
15294 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15295
15296         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15297         the end of the date treatments.
15298
15299 2005-08-15  Simon Josefsson  <jas@extundo.com>
15300
15301         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15302         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15303         Capello and Romain Francoise.
15304         (pgg-fetch-key-function): Remove, not used?
15305         (pgg-insert-url-with-w3): Require url, to get
15306         url-insert-file-contents regardless of where it is defined.
15307
15308 2005-08-13  Romain Francoise  <romain@orebokech.com>
15309
15310         * message.el (message-cite-original-1): New function.
15311         (message-cite-original): Use it.
15312         (message-cite-original-without-signature): Ditto.
15313
15314 2005-08-08  Romain Francoise  <romain@orebokech.com>
15315
15316         * message.el (message-yank-empty-prefix): New variable.
15317         (message-indent-citation): Use it.
15318         (message-cite-original-without-signature): Respect X-No-Archive.
15319
15320 2005-08-08  Simon Josefsson  <jas@extundo.com>
15321
15322         * pgg.el: Autoload url-insert-file-contents instead of loading
15323         w3/url.
15324         (pgg-insert-url-with-w3): Don't load url here.
15325
15326 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15327
15328         * message.el (message-kill-to-signature): Don't insert newline at
15329         bol.
15330         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15331
15332 2005-08-06  Romain Francoise  <romain@orebokech.com>
15333
15334         * message.el (message-user-fqdn): Fix typo in docstring.
15335
15336 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15337
15338         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15339
15340         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15341
15342 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15343
15344         * mm-bodies.el (mm-encode-body): Use coding system rather than
15345         charset to encode text.
15346
15347         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15348         number of charsets if utf-8 is available (XEmacs).
15349
15350 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15351
15352         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15353         taken from `gnus-button-mid-or-mail-regexp'.
15354         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15355         (gnus-button-alist): Improve regexp for domain part of the MIDs
15356         for news:localpart@domain buttons.
15357         (gnus-button-ctan-directory-regexp): Update.
15358
15359 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15360
15361         * sieve-manage.el (sieve-manage-interactive-login):
15362         Use make-local-variable rather than make-variable-buffer-local.
15363         (sieve-manage-open): Ditto.
15364         (sieve-manage-authenticate): Ditto.
15365
15366         * mml.el (mml-generate-mime-1): Make the content type default to
15367         text/plain if the filename is not specified.
15368
15369 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15370
15371         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15372         instead of insert-buffer.
15373
15374         * message.el (message-yank-original): Ditto; set the mark at the
15375         end of the yanked message.
15376
15377 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15378
15379         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15380         lines to scroll rather than to stop it.
15381
15382         * mml.el (mml-generate-default-type): Add doc string.
15383         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15384         default to application/octet-stream when determining the content
15385         type if it is not specified for the part or the mml contents; add
15386         a comment about mml-generate-default-type.
15387
15388 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15389
15390         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15391         make it default to application/octet-stream when determining the
15392         content type if it is not specified for the external contents.
15393
15394 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15395
15396         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15397         segmented parameter but also other parameters might be there.
15398
15399 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15400
15401         * mm-decode.el (mm-display-external): Delete temp file, directory
15402         and buffer immediately if the external process is exited.
15403
15404 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15405
15406         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15407         fewer lines than that of scroll-margin.
15408         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15409
15410 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15411
15412         * gnus-art.el (gnus-article-next-page): Revert.
15413         (gnus-article-beginning-of-window): New macro.
15414         (gnus-article-next-page-1): Use it.
15415         (gnus-article-prev-page): Ditto.
15416         (gnus-article-edit-part): Use insert-buffer-substring instead of
15417         insert-buffer.
15418         (gnus-article-edit-exit): Ditto.
15419
15420         * gnus-util.el (gnus-beginning-of-window): Remove.
15421         (gnus-end-of-window): Remove.
15422
15423         * lpath.el: Don't bind header-line-format and scroll-margin.
15424
15425 2005-07-25  Simon Josefsson  <jas@extundo.com>
15426
15427         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15428         to have the url package without w3.  Reported by Daiki Ueno
15429         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15430
15431 2005-07-20  Didier Verna  <didier@xemacs.org>
15432
15433         * gnus-diary.el: Remove the description comment (nndiary is now
15434         properly documented in the Gnus manual).
15435         Fix the spelling of "Back End".
15436         * nndiary.el: Ditto.
15437         Fix the copyright notice.
15438
15439 2005-07-18  Romain Francoise  <romain@orebokech.com>
15440
15441         * gnus-sum.el (gnus-summary-to-prefix)
15442         (gnus-summary-newsgroup-prefix): New variables.
15443         (gnus-summary-from-or-to-or-newsgroups): Use them.
15444
15445 2005-07-17  Romain Francoise  <romain@orebokech.com>
15446
15447         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15448         space as it's generally not especially interesting to the user.
15449
15450 2005-07-16  Romain Francoise  <romain@orebokech.com>
15451
15452         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15453         nil to avoid prompting and file modification if one of the
15454         messages at the top of the nnfolder file contains a copyright
15455         notice.
15456         Update copyright notice.
15457
15458         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15459         instead of `current-time-string' as the latter creates a time
15460         string that is not RFC 2822 compliant (it lacks the zone).
15461         Update copyright notice.
15462
15463 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15464
15465         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15466         for text/rtf.  Display default in prompt.  Pass default for M-n.
15467
15468         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15469
15470 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15471
15472         * gnus-msg.el (gnus-button-mailto):
15473         Remove save-selected-window-window hackery because it relies on
15474         save-selected-window internals.
15475
15476 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15477
15478         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15479         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15480         (gnus-article-prev-page): Ditto.
15481
15482         * gnus-util.el (gnus-beginning-of-window): New function.
15483         (gnus-end-of-window): New function.
15484
15485         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15486
15487 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15488
15489         * gnus-score.el (gnus-score-edit-all-score):
15490         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15491         gnus-message.
15492
15493 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15494
15495         * gnus-msg.el (gnus-button-mailto):
15496         Remove save-selected-window-window hackery because it relies on
15497         save-selected-window internals.
15498
15499 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15500
15501         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15502         add-minor-mode.
15503         (gnus-binary-mode): Ditto.
15504
15505         * gnus-topic.el (gnus-topic-mode): Ditto.
15506
15507 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15508
15509         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15510         (gnus-article-prev-page): Take scroll-margin into consideration.
15511
15512 2005-07-04  Lute Kamstra  <lute@gnu.org>
15513
15514         Update FSF's address in GPL notices.
15515
15516 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15517
15518         * gnus.el (gnus-exit):
15519         * gnus-group.el (gnus-group-icons):
15520         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15521
15522         * gnus-nocem.el (gnus-nocem):
15523         * message.el (message-various, message-buffers, message-sending)
15524         (message-interface, message-forwarding, message-insertion)
15525         (message-headers, message-news, message-mail):
15526         * pgg-gpg.el (pgg-gpg):
15527         * pgg-parse.el (pgg-parse):
15528         * pgg-pgp.el (pgg-pgp):
15529         * pgg-pgp5.el (pgg-pgp5):
15530         * pop3.el (pop3): Finish `defgroup' description with period.
15531
15532 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15533
15534         * gnus-art.el (article-display-face): Improve the efficiency.
15535         (article-display-x-face): Ditto; remove grey x-face stuff.
15536
15537 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15538
15539         * gnus-art.el (article-display-face): Correct the position in
15540         which Faces are inserted.
15541
15542 2005-06-29  Didier Verna  <didier@xemacs.org>
15543
15544         * gnus-art.el (article-display-face): Display faces in correct
15545         order.
15546
15547 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15548
15549         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15550         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15551         (gnus-nocem-check-article): Fetch the Type header.
15552         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15553         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15554         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15555         make sure gnus-nocem-hashtb is initialized.
15556         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15557         (gnus-nocem-unwanted-article-p): Ditto.
15558
15559         * pgg.el (pgg-verify): Return the verification result.
15560
15561 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15562
15563         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15564         is ascii.
15565
15566 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15567
15568         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15569         `show-nonbreak-escape'.
15570
15571 2005-06-23  Lute Kamstra  <lute@gnu.org>
15572
15573         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15574
15575         * dig.el (dig-mode):
15576         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15577
15578 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15579
15580         * nnimap.el (nnimap-split-download-body): Fix spellings.
15581
15582 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15583
15584         * gnus-art.el (gnus-article-encrypt-body):
15585         * gnus-cus.el (gnus-score-customize):
15586         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15587         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15588
15589 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15590
15591         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15592         header by looking for magic "MII" at the beginnig.
15593
15594 2005-06-16  Miles Bader  <miles@gnu.org>
15595
15596         * gnus-xmas.el (gnus-xmas-group-startup-message):
15597         Use renamed gnus-splash face.
15598
15599         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15600         (assistant-field-face): New backward-compatibility alias for renamed
15601         face.
15602         (assistant-render-text): Use renamed assistant-field face.
15603
15604         * spam.el (spam): Remove "-face" suffix from face name.
15605         (spam-face): New backward-compatibility alias for renamed face.
15606         (spam-face, spam-initialize): Use renamed spam face.
15607
15608         * message.el (message-header-to, message-header-cc)
15609         (message-header-subject, message-header-newsgroups)
15610         (message-header-other, message-header-name)
15611         (message-header-xheader, message-separator, message-cited-text)
15612         (message-mml): Remove "-face" suffix from face names.
15613         (message-header-to-face, message-header-cc-face)
15614         (message-header-subject-face, message-header-newsgroups-face)
15615         (message-header-other-face, message-header-name-face)
15616         (message-header-xheader-face, message-separator-face)
15617         (message-cited-text-face, message-mml-face):
15618         New backward-compatibility aliases for renamed faces.
15619         (message-font-lock-keywords): Use renamed message faces.
15620
15621         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15622         (sieve-test-commands, sieve-tagged-arguments):
15623         Remove "-face" suffix from face names.
15624         (sieve-control-commands-face, sieve-action-commands-face)
15625         (sieve-test-commands-face, sieve-tagged-arguments-face):
15626         New backward-compatibility aliases for renamed faces.
15627         (sieve-control-commands-face, sieve-action-commands-face)
15628         (sieve-test-commands-face, sieve-tagged-arguments-face):
15629         Use renamed sieve faces.
15630
15631         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15632         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15633         (gnus-group-news-3-empty, gnus-group-news-4)
15634         (gnus-group-news-4-empty, gnus-group-news-5)
15635         (gnus-group-news-5-empty, gnus-group-news-6)
15636         (gnus-group-news-6-empty, gnus-group-news-low)
15637         (gnus-group-news-low-empty, gnus-group-mail-1)
15638         (gnus-group-mail-1-empty, gnus-group-mail-2)
15639         (gnus-group-mail-2-empty, gnus-group-mail-3)
15640         (gnus-group-mail-3-empty, gnus-group-mail-low)
15641         (gnus-group-mail-low-empty, gnus-summary-selected)
15642         (gnus-summary-cancelled, gnus-summary-high-ticked)
15643         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15644         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15645         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15646         (gnus-summary-low-undownloaded)
15647         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15648         (gnus-summary-low-unread, gnus-summary-normal-unread)
15649         (gnus-summary-high-read, gnus-summary-low-read)
15650         (gnus-summary-normal-read, gnus-splash):
15651         Remove "-face" suffix from face names.
15652         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15653         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15654         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15655         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15656         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15657         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15658         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15659         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15660         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15661         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15662         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15663         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15664         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15665         (gnus-summary-normal-ticked-face)
15666         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15667         (gnus-summary-normal-ancient-face)
15668         (gnus-summary-high-undownloaded-face)
15669         (gnus-summary-low-undownloaded-face)
15670         (gnus-summary-normal-undownloaded-face)
15671         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15672         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15673         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15674         (gnus-splash-face):
15675         New backward-compatibility aliases for renamed faces.
15676         (gnus-group-startup-message): Use renamed gnus faces.
15677
15678         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15679         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15680         (gnus-server-agent): Remove "-face" suffix from face names.
15681         (gnus-server-agent-face, gnus-server-opened-face)
15682         (gnus-server-closed-face, gnus-server-denied-face)
15683         (gnus-server-offline-face):
15684         New backward-compatibility aliases for renamed faces.
15685         (gnus-server-agent-face, gnus-server-opened-face)
15686         (gnus-server-closed-face, gnus-server-denied-face)
15687         (gnus-server-offline-face): Use renamed gnus faces.
15688
15689         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15690         Remove "-face" suffix from face names.
15691         (gnus-picon-xbm-face, gnus-picon-face):
15692         New backward-compatibility aliases for renamed faces.
15693
15694         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15695         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15696         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15697         (gnus-cite-11): Remove "-face" suffix from face names.
15698         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15699         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15700         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15701         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15702         New backward-compatibility aliases for renamed faces.
15703         (gnus-cite-attribution-face, gnus-cite-face-list)
15704         (gnus-article-boring-faces): Use renamed gnus faces.
15705
15706         * gnus-art.el (gnus-signature, gnus-header-from)
15707         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15708         (gnus-header-content): Remove "-face" suffix from face names.
15709         (gnus-signature-face, gnus-header-from-face)
15710         (gnus-header-subject-face, gnus-header-newsgroups-face)
15711         (gnus-header-name-face, gnus-header-content-face):
15712         New backward-compatibility aliases for renamed faces.
15713         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15714
15715         * gnus-sum.el (gnus-summary-selected-face)
15716         (gnus-summary-highlight): Use renamed gnus faces.
15717         * gnus-group.el (gnus-group-highlight): Likewise.
15718
15719 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15720
15721         * gnus-sieve.el (gnus-sieve-article-add-rule):
15722         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15723         * spam-stat.el (spam-stat-buffer-change-to-spam)
15724         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15725
15726         * message.el (message-is-yours-p):
15727         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15728
15729 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15730
15731         * mm-view.el (mm-inline-text): Withdraw the last change.
15732
15733 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15734
15735         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15736         executing enriched-decode.
15737
15738 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15739
15740         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15741         charset of tar files.
15742
15743 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15744
15745         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15746
15747 2005-06-04  Lute Kamstra  <lute@gnu.org>
15748
15749         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15750         information is never recorded.
15751
15752 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15753
15754         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15755
15756 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15757
15758         * pop3.el (pop3-apop): Run md5 in the binary mode.
15759
15760         * starttls.el (starttls-set-process-query-on-exit-flag):
15761         Use eval-and-compile.
15762
15763 2005-05-31  Simon Josefsson  <jas@extundo.com>
15764
15765         * smime.el (smime-replace-in-string): Define.
15766         (smime-cert-by-ldap-1): Use it.
15767
15768 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15769
15770         * gnus-art.el (article-display-x-face): Replace
15771         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15772
15773         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15774         set-process-query-on-exit-flag or process-kill-without-query.
15775
15776         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15777         loop instead of replace-regexp.
15778
15779         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15780         instead of process-kill-without-query if it is available.
15781
15782         * lpath.el: Fbind ldap-search-entries.
15783
15784         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15785         instead of find-file-hooks if it is available.
15786
15787         * mml1991.el: Bind pgg-default-user-id when compiling.
15788
15789         * mml2015.el: Bind pgg-default-user-id when compiling.
15790
15791         * nndraft.el (nndraft-request-associate-buffer):
15792         Use write-contents-functions instead of write-contents-hooks if it is
15793         available.
15794
15795         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15796         instead of find-file-hooks if it is available.
15797
15798         * nntp.el (nntp-open-connection): Replace
15799         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15800         (nntp-open-ssl-stream): Ditto.
15801         (nntp-open-tls-stream): Ditto.
15802
15803         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15804         set-process-query-on-exit-flag or process-kill-without-query.
15805         (starttls-open-stream-gnutls): Use it instead of
15806         process-kill-without-query.
15807         (starttls-open-stream): Ditto.
15808
15809 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15810
15811         * smime.el (smime-cert-by-ldap-1): Don't use
15812         replace-regexp-in-string.
15813
15814 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15815
15816         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15817
15818         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15819         in PEM format.  Adjust to the XEmacs compability.
15820
15821 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15822
15823         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15824         by `string-to-number'.
15825         * gnus-agent.el (gnus-agent-regenerate-group)
15826         (gnus-agent-fetch-articles): Ditto.
15827         * gnus-art.el (gnus-button-fetch-group): Ditto.
15828         * gnus-cache.el (gnus-cache-generate-active)
15829         (gnus-cache-articles-in-group): Ditto.
15830         * gnus-group.el (gnus-group-set-current-level)
15831         (gnus-group-insert-group-line): Ditto.
15832         * gnus-score.el (gnus-score-set-expunge-below)
15833         (gnus-score-set-mark-below, gnus-summary-score-effect)
15834         (gnus-summary-score-entry): Ditto.
15835         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15836         (gnus-soup-pack): Ditto.
15837         * gnus-spec.el (gnus-xmas-format): Ditto.
15838         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15839         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15840         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15841         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15842         * nndb.el (nndb-get-remote-expire-response): Ditto.
15843         * nndiary.el (nndiary-parse-schedule-value)
15844         (nndiary-string-to-number, nndiary-request-replace-article)
15845         (nndiary-request-article): Ditto.
15846         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15847         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15848         * nneething.el (nneething-make-head): Ditto.
15849         * nnfolder.el (nnfolder-request-article)
15850         (nnfolder-retrieve-headers): Ditto.
15851         * nnheader.el (nnheader-file-to-number): Ditto.
15852         * nnkiboze.el (nnkiboze-request-article): Ditto.
15853         * nnmail.el (nnmail-process-unix-mail-format)
15854         (nnmail-process-babyl-mail-format): Ditto.
15855         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15856         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15857         (nnmh-request-create-group, nnmh-request-list-1)
15858         (nnmh-request-group, nnmh-request-article): Ditto.
15859         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15860         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15861         * nnsoup.el (nnsoup-make-active): Ditto.
15862         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15863         * nntp.el (nntp-find-group-and-number)
15864         (nntp-retrieve-headers-with-xover): Ditto.
15865         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15866         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15867         (pgg-format-key-identifier): Ditto.
15868         * pop3.el (pop3-last, pop3-stat): Ditto.
15869         * qp.el (quoted-printable-decode-region): Ditto.
15870
15871         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15872         of concat.
15873
15874 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15875
15876         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15877
15878         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15879
15880         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15881
15882         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15883
15884         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15885
15886         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15887
15888         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15889         (gnus-carpal-mode): Ditto.
15890
15891         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15892         (gnus-browse-mode): Ditto.
15893
15894         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15895
15896         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15897
15898 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15899
15900         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15901
15902 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15903
15904         * gnus-util.el (gnus-run-mode-hooks): New function.
15905
15906         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15907
15908         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15909         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15910
15911 2005-05-27  Lute Kamstra  <lute@gnu.org>
15912
15913         * dns-mode.el (dns-mode): Specify customization group.
15914
15915 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15916
15917         * gnus-agent.el (gnus-agent-make-mode-line-string):
15918         Use mode-line-highlight as mouse-face.
15919
15920 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15921
15922         * canlock.el (canlock): Change the parent group to news.
15923
15924         * deuglify.el (gnus-outlook-deuglify): Add :group.
15925
15926         * dig.el (dig): Add :group.
15927
15928         * dns-mode.el (dns-mode): Add :group.
15929
15930         * encrypt.el (encrypt): Add :group.
15931
15932         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15933         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15934         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15935         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15936         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15937
15938         * gnus-diary.el (gnus-diary): Add :group.
15939
15940         * gnus.el (gnus-group-news-1-face): Add :group.
15941         (gnus-group-news-1-empty-face): Ditto.
15942         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15943         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15944         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15945         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15946         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15947         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15948         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15949         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15950         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15951         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15952         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15953         (gnus-summary-high-ticked-face): Ditto.
15954         (gnus-summary-low-ticked-face): Ditto.
15955         (gnus-summary-normal-ticked-face): Ditto.
15956         (gnus-summary-high-ancient-face): Ditto.
15957         (gnus-summary-low-ancient-face): Ditto.
15958         (gnus-summary-normal-ancient-face): Ditto.
15959         (gnus-summary-high-undownloaded-face): Ditto.
15960         (gnus-summary-low-undownloaded-face): Ditto.
15961         (gnus-summary-normal-undownloaded-face): Ditto.
15962         (gnus-summary-high-unread-face): Ditto.
15963         (gnus-summary-low-unread-face): Ditto.
15964         (gnus-summary-normal-unread-face): Ditto.
15965         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15966         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15967
15968         * hashcash.el (hashcash): New custom group.
15969         (hashcash-default-payment): Add :group.
15970         (hashcash-payment-alist): Ditto.
15971         (hashcash-default-accept-payment): Ditto.
15972         (hashcash-accept-resources): Ditto.
15973         (hashcash-path): Ditto.
15974         (hashcash-extra-generate-parameters): Ditto.
15975         (hashcash-double-spend-database): Ditto.
15976         (hashcash-in-news): Ditto.
15977
15978         * message.el (message-minibuffer-local-map): Add :group.
15979
15980         * netrc.el (netrc): Add :group.
15981
15982         * sieve-manage.el (sieve-manage-log): Add :group.
15983         (sieve-manage-default-user): Diito.
15984         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15985         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15986         (sieve-manage-authenticators): Ditto.
15987         (sieve-manage-authenticator-alist): Ditto.
15988         (sieve-manage-default-port): Ditto.
15989
15990         * sieve-mode.el (sieve-control-commands-face): Add :group.
15991         (sieve-action-commands-face): Ditto.
15992         (sieve-test-commands-face): Ditto.
15993         (sieve-tagged-arguments-face): Ditto.
15994
15995         * smime.el (smime): Add :group.
15996
15997         * spam-report.el (spam-report): Add :group.
15998
15999         * spam.el (spam, spam-face): Add :group.
16000
16001 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16002
16003         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16004         return \n.\n.\n at the end of articles.  Protect against that.
16005         (nntp-with-open-group): Allow debugging.
16006
16007         * nnheader.el (mail-header-set-extra): Make into a function
16008         because I just could't understand how to quote the list properly.
16009
16010         * dns.el (query-dns-cached): New function.
16011
16012 2005-05-26  Lute Kamstra  <lute@gnu.org>
16013
16014         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16015
16016 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16017
16018         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16019
16020         * gnus-art.el: Don't autoload mail-extract-address-components.
16021
16022         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16023         eval-and-compile to evaluate it.
16024
16025         * hashcash.el: Don't autoload executable-find.
16026
16027         * nndb.el: Don't declare the nndb back end two or more times; don't
16028         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16029
16030         * nntp.el: Autoload format-spec instead of format; use
16031         eval-and-compile to evaluate autoload forms.
16032
16033 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16034
16035         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16036
16037 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16038
16039         * gnus.el (gnus-version-number): Bump version.
16040
16041 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16042
16043         * gnus.el: No Gnus v0.3 is released.
16044
16045 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16046
16047         * lpath.el (featurep): Bind show-nonbreak-escape.
16048
16049 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16050
16051         * gnus-art.el (gnus-article-edit-part): Disable undo.
16052
16053 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16054
16055         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16056         gnus-article-date-lapsed-new-header is t if date timer is active;
16057         skip headers in which the original date value is empty.
16058         (gnus-article-save-original-date): Redefine it as a macro.
16059         (gnus-display-mime): Use it.
16060
16061 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16062
16063         * gnus-art.el (article-date-ut): Support converting date in
16064         forwarded parts as well.
16065         (gnus-article-save-original-date): New function.
16066         (gnus-display-mime): Use it.
16067
16068 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16069
16070         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16071         enclosure element of <item>.
16072
16073 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16074
16075         * message.el (message-kill-buffer-query): Rename from
16076         `message-kill-buffer-query-if-modified'.  Add :version.
16077
16078 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16079
16080         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16081         window layout.
16082
16083 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16084
16085         * mml.el: Autoload dnd when compiling.
16086
16087 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16088
16089         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16090         x-dnd-*.
16091
16092 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16093
16094         * qp.el (quoted-printable-encode-region): Save excursion.
16095
16096 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16097
16098         * message.el (message-kill-buffer-query-if-modified): Add new variable
16099         so the user can kill a modified message buffer quickly.
16100         (message-kill-buffer): Use it.
16101
16102 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16103
16104         * lpath.el: Fbind display-time-event-handler; don't fbind
16105         string-to-multibyte.
16106
16107         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16108
16109 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16110
16111         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16112         contained in text because xml.el decodes entities) with LFs.
16113
16114 2005-04-11  Lute Kamstra  <lute@gnu.org>
16115
16116         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16117         differently.
16118
16119 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16120
16121         * mm-util.el (mm-detect-coding-region): Typo.
16122
16123 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16124
16125         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16126
16127 2005-04-06  Deepak Goel  <deego@gnufans.org>
16128
16129         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16130         user-function allow user modifications of the scores.
16131         (spam-stat-score-buffer-user): New function, to allow
16132         user-computed modifications to the score.
16133         (spam-stat-score-buffer-user-functions): List of additional
16134         scoring functions.
16135         (spam-stat-error-holder): Global temporary error holder.
16136         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16137         variable.
16138
16139 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16140
16141         * gnus-registry.el (gnus-registry-clean-empty-function)
16142         (gnus-registry-trim, gnus-registry-fetch-groups)
16143         (gnus-registry-delete-group): Groups that match
16144         `gnus-registry-ignored-groups' are removed from the registry
16145         entries, not just ignored for splitting.  This helps clean up the
16146         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16147         to get all the groups a message ID is in.
16148
16149         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16150         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16151         (spam-stat-score-buffer-user-functions): Add :number custom type.
16152
16153 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16154
16155         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16156         argument in XEmacs.
16157
16158         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16159         (nnrss-request-group): Decode group name first.
16160         (nnrss-request-article): Make a text/plain article if mml-to-mime
16161         failed.
16162         (nnrss-get-encoding): Return a compatible encoding according to
16163         nnrss-compatible-encoding-alist.
16164         (nnrss-find-el): Use consp instead of listp.
16165         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16166
16167 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16168
16169         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16170         which Emacs 20 doesn't support.
16171         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16172
16173 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16174
16175         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16176         silence the byte compiler inside the defun.
16177
16178         * gnus-demon.el (parse-time-string): Add autoload.
16179
16180         * gnus-delay.el (parse-time-string): Add autoload.
16181
16182         * gnus-art.el (parse-time-string): Add autoload.
16183
16184         * nnultimate.el (parse-time): Require for `parse-time-string'.
16185
16186 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16187
16188         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16189
16190         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16191
16192         * smime.el (smime-ldap-host-list): Add :version.
16193
16194 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16195
16196         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16197         pass it to `gnus-browse-read-group'.
16198         (gnus-browse-read-group): Add NUMBER argument and pass it to
16199         `gnus-group-read-ephemeral-group'.
16200
16201         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16202         argument and pass it to `gnus-group-read-group'.
16203
16204 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16205
16206         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16207         mm-xemacs-find-mime-charset-1 if we have the mule feature
16208         available at runtime.
16209
16210 2005-03-25  Werner Lemberg  <wl@gnu.org>
16211
16212         * nnmaildir.el: Replace `illegal' with `invalid'.
16213
16214 2005-03-23  Lute Kamstra  <lute@gnu.org>
16215
16216         * time-date.el: Add comment on time value formats.
16217         Don't require parse-time.
16218         (with-decoded-time-value): New macro.
16219         (encode-time-value): New function.
16220         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16221         (days-to-time): Return a valid time value when arg is huge.
16222         (time-since): Use time-subtract.
16223         (time-to-number-of-days): Use time-to-seconds.
16224
16225 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16226
16227         * gnus-start.el (gnus-display-time-event-handler):
16228         Check display-time-timer at runtime rather than only at load time
16229         in case display-time-mode is turned off in the mean time.
16230
16231 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16232
16233         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16234         used.
16235
16236         * nneething.el (nneething-map-file-directory): Derive from
16237         `gnus-directory'.
16238
16239         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16240         the To/Cc button.
16241
16242 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16243
16244         * nnmaildir.el (nnmaildir-request-accept-article):
16245         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16246
16247 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16248
16249         * gnus-async.el: Require timer-funcs at compile time when in
16250         XEmacs for `run-with-idle-timer'.
16251
16252 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16253
16254         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16255         autoloaded function.
16256
16257 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16258
16259         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16260
16261 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16262
16263         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16264
16265 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16266
16267         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16268         Add gnus-expert-user to default.
16269
16270 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16271
16272         * nnimap.el (nnimap-open-server): Ditto.
16273
16274         * imap.el (imap-authenticate): Fix typo.
16275
16276 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16277
16278         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16279         buffer (since IMAP server might return FETCH response out of
16280         order, and the nntp buffer must be sorted).
16281
16282 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16283
16284         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16285         comparison on string.
16286
16287         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16288         (gnus-agent-score): Rename category keywords to match gnus-cus.
16289         (gnus-agent-summary-fetch-series): Modify to protect against
16290         gnus-agent-summary-fetch-group clearing processable flags.
16291         (gnus-agent-synchronize-group-flags): Update live group buffer as
16292         synchronization may occur due to the user toggle the plugged
16293         status.
16294         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16295         successfully downloaded.
16296         (gnus-agent-expire-group-1): Avoid using markers when the overview
16297         is in ascending order; greatly improves performance.
16298         (gnus-agent-regenerate-group):
16299         Use gnus-agent-synchronize-group-flags to reset read status in both
16300         gnus and server.
16301         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16302
16303 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16304
16305         * message.el: Don't autoload former message-utils variables.
16306         (message-strip-subject-trailing-was): Change doc string.
16307
16308         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16309         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16310         (nnweb-google-search): Add "hl=en" here.
16311         (nnweb-google-parse-1, nnweb-google-create-mapping):
16312         Don't hardcode URL.
16313
16314 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16315
16316         * message.el (message-get-reply-headers, message-followup):
16317         Mention related variables `message-use-followup-to' and
16318         `message-use-mail-followup-to', in the information buffer.
16319
16320         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16321         of broken groups(-beta).google.com.
16322
16323 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16324
16325         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16326         parameter to invoked gnus-request-move-article; remove the
16327         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16328         all at once instead of once per article.
16329         (gnus-summary-remove-process-mark): Accept a list of articles as
16330         well as a single article for processing.
16331
16332         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16333         parameter.
16334
16335         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16336
16337         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16338
16339         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16340         parameter.
16341
16342         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16343         parameter.
16344
16345         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16346         parameter and remove the gnus-sum-hint-move-is-internal variable.
16347
16348         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16349         parameter.
16350
16351         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16352         parameter.
16353
16354         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16355         parameter.
16356
16357         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16358
16359         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16360         parameter.
16361
16362         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16363         parameter.
16364
16365 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16366
16367         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16368         a more conservative way.
16369
16370 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16371
16372         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16373         buffer, so it moves the window's cursor.
16374
16375 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16376
16377         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16378         `mm-dissect-multipart' and receive the from field as an (optional)
16379         argument from `mm-dissect-multipart'.
16380         (mm-dissect-multipart): Receive the from field as an argument and
16381         pass it on when we call `mm-dissect-buffer' on MIME parts.
16382         Fixes verification/decryption of signed/encrypted MIME parts.
16383
16384 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16385
16386         * gnus-sum.el (gnus-summary-move-article):
16387         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16388         whatever it calls (right now, only nnimap-request-move article
16389         respects it).
16390
16391         * nnimap.el (nnimap-request-move-article):
16392         When gnus-sum-hint-move-is-internal is set, don't do the extra
16393         nnimap-request-article.
16394
16395 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16396
16397         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16398
16399         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16400         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16401
16402         * gnus-sum.el (gnus-summary-caesar-message):
16403         Apply `gnus-treat-article' after rotation.
16404
16405         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16406         doc string.
16407
16408 2005-02-22  Simon Josefsson  <jas@extundo.com>
16409
16410         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16411         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16412         <arne@arnested.dk>.
16413         (encrypt): Add password-cache and password-cache-expiry as group
16414         members.
16415
16416 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16417
16418         * smime.el (smime-ldap-host-list): Doc fix.
16419         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16420         cache) password.
16421         (smime-sign-region): Use it.
16422         (smime-decrypt-region): Use it.
16423         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16424         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16425         fails.
16426         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16427         certificate from DER to PEM format rather than calling openssl.
16428
16429         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16430
16431         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16432         for signing/encryption.
16433
16434         * mml.el (mml-parse-1): Use them.
16435
16436 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16437
16438         * nnrss.el (nnrss-verbose): Remove.
16439         (nnrss-request-group): Use `nnheader-message' instead.
16440
16441 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16442
16443         * nnrss.el (nnrss-verbose): New variable.
16444         (nnrss-request-group): Make it say nnrss is requesting a group.
16445
16446 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16447
16448         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16449         Handle news URL with given port correctly.
16450
16451 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16452
16453         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16454         containing special characters.
16455
16456         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16457
16458         * mml.el (mime-to-mml): Ditto.
16459
16460         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16461         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16462         (rfc2047-decode-region): Quote decoded words containing special
16463         characters when rfc2047-quote-decoded-words-containing-tspecials
16464         is non-nil.
16465
16466 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16467
16468         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16469
16470         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16471
16472 2005-02-15  Simon Josefsson  <jas@extundo.com>
16473
16474         * nnimap.el (nnimap-debug): Doc fix.
16475
16476         * imap.el (imap-debug): Doc fix.
16477
16478 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16479
16480         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16481
16482 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16483
16484         * gnus.el (spam-contents): Improve docs for spam-contents
16485         parameter in its variable incarnation.
16486
16487 2005-02-14  Simon Josefsson  <jas@extundo.com>
16488
16489         * smime-ldap.el: Use require instead of load-library for ldap.
16490         (smime-ldap-search): Indent.
16491         (smime-ldap-search-internal): Shorten line.
16492
16493         * smime.el (smime-cert-by-dns): Add doc-string.
16494         (smime-cert-by-ldap-1): Indent.
16495
16496         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16497         mml-smime-get-dns-ldap.
16498         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16499
16500 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16501
16502         * smime.el: Require smime-ldap.
16503         (smime-ldap-host-list): New variable.
16504         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16505
16506         * mml-smime.el (mml-smime-encrypt-query): New function.
16507         (mml-smime-encrypt-query): Use it.
16508
16509         * smime-ldap.el: New file.
16510
16511 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16512
16513         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16514
16515 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16516
16517         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16518         argument in doc string.  Make query for type more clear.
16519
16520 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16521
16522         * gnus.el (gnus-group-startup-message): Search for gnus images in
16523         etc/images/gnus.
16524         * mm-util.el (mm-image-load-path): Likewise.
16525         * smiley.el (smiley-data-directory): Search for smilies in
16526         etc/images/smilies.
16527
16528 2005-02-09  Kim F. Storm  <storm@cua.dk>
16529
16530         Change Emacs release version from 21.4 to 22.1 throughout.
16531         Change Emacs development version from 21.3.50 to 22.0.50.
16532
16533 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16534
16535         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16536
16537         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16538         non-Mule XEmacs as well.
16539         (mm-decompress-buffer): Signal an error intentionally if it does
16540         not decompress compressed data because auto-compression-mode is
16541         disabled.
16542
16543 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16544
16545         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16546         an ID in the registry even if it has no groups.
16547
16548 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16549
16550         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16551         merge it into mm-decompress-buffer.
16552         (gnus-mime-copy-part): Use the MIME part charset, the value which
16553         a user specified or gnus-newsgroup-charset for decoding, like
16554         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16555         save-buffer what was used.  Suggested by Kevin Ryde
16556         <user42@zip.com.au>.
16557         (gnus-mime-inline-part): Allow the name parameter as well as the
16558         filename parameter; force decompressing of compressed data; always
16559         display contents being not decoded as unibyte.
16560
16561         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16562         as well as the filename parameter.
16563
16564         * mm-util.el (mm-decompress-buffer):
16565         Merge gnus-mime-jka-compr-maybe-uncompress.
16566         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16567         of compressed data.
16568
16569 2005-02-08  Simon Josefsson  <jas@extundo.com>
16570
16571         * imap.el (imap-log): Doc fix.
16572
16573 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16574
16575         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16576         the coding cookies; decompress compressed parts.
16577
16578         * mml.el (mml-generate-mime-1): Add the charset parameter according
16579         to the value which a user specified manually or the coding cookie.
16580
16581         * mm-util.el (mm-string-to-multibyte): New function.
16582         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16583         (mm-coding-system-to-mime-charset): New function.
16584         (mm-decompress-buffer): New function.
16585         (mm-find-buffer-file-coding-system): New function.
16586
16587         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16588         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16589         parts.
16590
16591 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16592
16593         * mm-view.el (mm-display-inline-fontify): Decode a part according
16594         to the charset parameter.
16595
16596 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16597
16598         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16599         prefix arg is neither nil nor a number, as info specifies.
16600
16601 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16602
16603         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16604         timestamps.
16605
16606 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16607
16608         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16609         groups error checking and notify user.
16610
16611 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16612
16613         * message.el (message-send-mail-function): Check existence of
16614         sendmail-program first before using default value
16615         `message-send-mail-with-sendmail'.  Otherwise use more generic
16616         `smtpmail-send-it'.
16617
16618 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16619
16620         * nntp.el (nntp-request-update-info): Always return nil.
16621
16622 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16623
16624         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16625
16626 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16627
16628         * message.el (message-beginning-of-line): Change the behavior when
16629         invoked between BOL and : so that it first moves backward.
16630
16631 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16632
16633         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16634         article buffer when editing of the article is discarded.
16635         (gnus-article-prepare): Revert.
16636
16637 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16638
16639         * gnus-art.el (gnus-article-prepare):
16640         Remove message-strip-forbidden-properties from the local hook.
16641
16642 2005-01-27  Simon Josefsson  <jas@extundo.com>
16643
16644         * password.el (password-cache-add): Only start one timer per key.
16645         Reported by Derek Atkins <warlord@MIT.EDU>.
16646
16647 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16648
16649         * run-at-time.el: Remove.  It is no longer needed as
16650         timer-funcs.el in the xemacs-base package has a working version of
16651         `run-at-time'.
16652
16653         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16654
16655         * password.el: Require timer-funcs instead of run-at-time in
16656         XEmacs.
16657         Remove `password-run-at-time' macro.
16658         (password-cache-add): Use `run-at-time' instead of
16659         `password-run-at-time'.
16660
16661         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16662         Remove `nnheader-cancel-function-timers' alias,
16663         `cancel-function-timers' exists in XEmacs in timer-funcs.
16664
16665         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16666         for `run-with-idle-timer'.
16667
16668         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16669         for `run-at-time'.
16670
16671         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16672         for `with-timeout'.
16673
16674         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16675         the same as for XEmacs 21.4.
16676         No need to ignore `run-with-idle-timer', this function exists in
16677         XEmacs now in timer-funcs.el in the xemacs-base package.
16678         (dgnushack-compile): No need to delete
16679         run-at-time.el from the list of files to compile because it
16680         doesn't exist anymore.
16681
16682 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16683
16684         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16685         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16686
16687 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16688
16689         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16690         sensitively.
16691
16692 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16693
16694         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16695
16696 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16697
16698         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16699         which will be inserted according to the multibyteness of a buffer
16700         rather than the type of contents.  Suggested by ARISAWA Akihiro
16701         <ari@mbf.ocn.ne.jp>.
16702
16703         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16704         of string which old xml.el may return rather than a string.
16705
16706 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16707
16708         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16709
16710 2005-01-16  Simon Josefsson  <jas@extundo.com>
16711
16712         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16713         idn/idna.el isn't available.
16714         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16715         <michael@waxrat.com>.
16716
16717         * hashcash.el: Remove non-FSF copyright header.
16718
16719         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16720         (hashcash-generate-payment): Use it.
16721         (hashcash-generate-payment-async): Use it.
16722
16723 2005-01-15  Simon Josefsson  <jas@extundo.com>
16724
16725         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16726         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16727
16728         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16729         gnus-summary-idna-message.
16730         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16731         (gnus-summary-idna-message): New function.
16732
16733 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16734
16735         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16736         gnus-novice-user.
16737
16738 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16739
16740         * nnrss.el (nnrss-request-delete-group): Delete entries in
16741         nnrss-group-alist as well.
16742         (nnrss-save-server-data): Insert newline.
16743
16744 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16745
16746         * gnus.el (gnus-user-agent): Use list of symbols instead of
16747         symbols.  Display full version number for (S)XEmacs.
16748         Optionally display (S)XEmacs codename.
16749
16750         * gnus-util.el (gnus-emacs-version): Update for new
16751         `gnus-user-agent'.
16752
16753         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16754         Gnus version.
16755
16756 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16757
16758         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16759         which is unreadable in some setups.
16760
16761 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16762
16763         * gnus-spec.el (gnus-update-format-specifications): Flush the
16764         group format spec cache if it doesn't support decoded group names.
16765
16766 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16767
16768         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16769         Allow to apply decay on score files matching a regexp.
16770
16771 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16772
16773         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16774         compatibility in %g and %c.
16775
16776 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16777
16778         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16779         name for only %g and %c.
16780         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16781         of gnus-tmp-group to decoded group name.
16782         (gnus-group-make-rss-group): Exclude `/'s from group names.
16783
16784 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16785
16786         * nnrss.el (nnrss-get-encoding): Fix regexp.
16787
16788 2004-12-27  Simon Josefsson  <jas@extundo.com>
16789
16790         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16791         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16792         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16793
16794 2004-12-17  Kim F. Storm  <storm@cua.dk>
16795
16796         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16797
16798         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16799
16800 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16801
16802         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16803
16804 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16805
16806         * nnrss.el: Require rfc2047 and mml.
16807         (nnrss-file-coding-system): New variable.
16808         (nnrss-format-string): Redefine it as an inline function.
16809         (nnrss-decode-group-name): New function.
16810         (nnrss-string-as-multibyte): Remove.
16811         (nnrss-retrieve-headers): Decode group name; don't use
16812         nnrss-format-string.
16813         (nnrss-request-group): Decode group name.
16814         (nnrss-request-article): Decode group name; allow a Message-ID as
16815         well as an article number; don't use nnrss-format-string; encode a
16816         Message-ID string which may contain non-ASCII characters; use
16817         mml-to-mime to compose a MIME article.
16818         (nnrss-request-expire-articles): Decode group name.
16819         (nnrss-request-delete-group): Decode group name.
16820         (nnrss-fetch): Clarify error message.
16821         (nnrss-read-server-data): Use insert-file-contents instead of load;
16822         bind file-name-coding-system; use multibyte buffer.
16823         (nnrss-save-server-data): Bind coding-system-for-write to the
16824         value of nnrss-file-coding-system; bind file-name-coding-system;
16825         add coding cookie.
16826         (nnrss-read-group-data): Use insert-file-contents instead of load;
16827         bind file-name-coding-system; use multibyte buffer.
16828         (nnrss-save-group-data): Bind coding-system-for-write to the
16829         value of nnrss-file-coding-system; bind file-name-coding-system.
16830         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16831         make it work with non-ASCII text.
16832         (nnrss-find-el): Make it work with old xml.el as well.
16833
16834 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16835
16836         * nnrss.el (nnrss-get-encoding): New function.
16837         (nnrss-fetch): Use unibyte buffer initially; bind
16838         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16839         decode contents according to the encoding attribute.
16840         (nnrss-save-group-data): Add coding cookie.
16841         (nnrss-mime-encode-string): New function.
16842         (nnrss-check-group): Use it to encode subject and author.
16843
16844 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16845
16846         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16847         imaginary variable.
16848
16849 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16850
16851         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16852         correctly even if there are wide characters.
16853
16854 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16855
16856         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16857         downcased symbol names; make a new cache instead of reusing
16858         bbdb-hashtable.
16859
16860 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16861
16862         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16863         concatenating segments rather than before concatenating them.
16864         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16865
16866         * message.el (message-get-reply-headers): Bind `extra'.
16867
16868 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16869
16870         * message.el (message-extra-wide-headers): New variable.
16871         (message-get-reply-headers): Use it.
16872
16873 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16874
16875         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16876         (gnus-agent-group-pathname): Ditto.
16877
16878         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16879
16880         * gnus-group.el (gnus-group-make-group): Decode group name.
16881         (gnus-group-make-rss-group): Register the group data after opening
16882         the nnrss group.
16883
16884 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16885
16886         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16887         by expiry now get marked as read.
16888
16889 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16890
16891         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16892
16893 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16894
16895         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16896         unify Latin characters in XEmacs.
16897         (mm-find-mime-charset-region): Use it.
16898
16899 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16900
16901         * gnus-util.el (gnus-delete-directory): New function.
16902
16903         * gnus-agent.el (gnus-agent-delete-group): Use it.
16904
16905         * gnus-cache.el (gnus-cache-delete-group): Use it.
16906
16907 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16908
16909         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16910         names.
16911
16912 2004-12-16  Simon Josefsson  <jas@extundo.com>
16913
16914         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16915
16916 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16917
16918         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16919
16920         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16921         (gnus-group-set-current-level): Decode group name.
16922
16923 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16924
16925         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16926         failed.
16927
16928 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16929
16930         * gnus-group.el (gnus-group-delete-group): Decode group name.
16931         (gnus-group-make-rss-group): Encode group name.
16932         (gnus-group-catchup-current): Decode group name.
16933         (gnus-group-kill-group): Decode group name.
16934
16935 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16936
16937         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16938
16939 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16940
16941         * gnus-group.el (gnus-group-make-rss-group):
16942         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16943
16944         * gnus-start.el (gnus-setup-news): Honor user's setting to
16945         gnus-message-archive-method.  Suggested by Lute Kamstra
16946         <lute@gnu.org>.
16947
16948 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16949
16950         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16951         global counterparts of the buffer-local variables.
16952
16953 2004-11-16  Romain Francoise  <romain@orebokech.com>
16954
16955         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16956         counterparts of the buffer-local variables.
16957
16958 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16959
16960         * message.el (message-forbidden-properties): Fix typo in doc
16961         string.
16962
16963 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16964
16965         * gnus-util.el (gnus-replace-in-string): Add doc string.
16966
16967         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16968         to avoid problems when splitting mails with many recipients.
16969
16970 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16971
16972         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16973         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16974
16975 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16976
16977         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16978         if there is no hashtable in memory or file modification time is
16979         newer than cached timestamp.
16980
16981 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16982
16983         * gnus-sum.el (gnus-summary-limit-to-recipient):
16984         Implement not-matching option.
16985
16986 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16987
16988         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16989         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16990         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16991         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16992         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16993         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16994
16995 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16996
16997         * message.el (message-forward-make-body-mml): Remove headers
16998         according to message-forward-ignored-headers if a message is decoded.
16999
17000 2004-12-02  Romain Francoise  <romain@orebokech.com>
17001
17002         * message.el (message-forward-make-body-plain): Always remove
17003         headers according to message-forward-ignored-headers.
17004
17005 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17006
17007         * spam.el (spam-summary-prepare-exit): Remove the
17008         gnus-summary-limit pop for now, it has problems with ham marks for
17009         me.
17010
17011 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17012
17013         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17014         correctly.
17015
17016 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17017
17018         * format-spec.el (format-spec): Message the char.
17019
17020 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17021
17022         * gnus-art.el (gnus-split-methods): Reformat comments.
17023
17024         * spam.el (spam-summary-prepare-exit): Remove article limits
17025         before exiting the summary buffer.
17026
17027 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17028
17029         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17030         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17031
17032         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17033         order to silence the byte compiler.
17034
17035         * spam.el: Fix the way to silence the byte compiler, which
17036         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17037         bbdb-search-simple, spam-BBDB-register-routine,
17038         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17039         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17040         spam-stat-buffer-is-spam, spam-stat-load,
17041         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17042         spam-stat-save and spam-stat-split-fancy.
17043
17044 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17045
17046         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17047         which may confuse users.
17048         (canlock-password-for-verify): Ditto.
17049
17050         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17051
17052         * gnus-art.el (gnus-emphasis-alist): Ditto.
17053
17054         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17055
17056         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17057
17058         * gnus-start.el (gnus-save-killed-list): Ditto.
17059
17060         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17061         (gnus-sum-thread-tree-root): Ditto.
17062         (gnus-sum-thread-tree-false-root): Ditto.
17063         (gnus-sum-thread-tree-single-indent): Ditto.
17064
17065         * message.el (message-courtesy-message): Ditto.
17066         (message-archive-note): Ditto.
17067         (message-subscribed-address-file): Ditto.
17068         (message-user-fqdn): Ditto.
17069
17070         * spam-report.el (spam-report-gmane-regex): Ditto.
17071
17072         * spam.el (spam-blackhole-good-server-regex): Ditto.
17073
17074 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17075
17076         * mml.el (mml-preview): Widen the message buffer before copying
17077         the contents to the preview buffer; sort headers before previewing.
17078
17079         * message.el (message-hidden-headers): Fix the way to avoid a bug
17080         in the `repeat' widget in Emacs 21.3 or earlier.
17081
17082 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17083
17084         * message.el (message-hidden-headers): Default to "^References:".
17085         Improve customization type.  Suggested by Reiner Steib
17086         <Reiner.Steib@gmx.de>.
17087
17088 2004-11-25  Romain Francoise  <romain@orebokech.com>
17089
17090         * message.el (message-strip-forbidden-properties): Remove check for
17091         obsolete `message-hidden' text property, hidden headers are not
17092         accessible in the buffer anymore.
17093
17094 2004-11-22  Romain Francoise  <romain@orebokech.com>
17095
17096         * message.el (message-header-format-alist): Add `From' in list
17097         so that it can be sorted.
17098         (message-fix-before-sending): Widen and sort headers before
17099         sending.
17100         (message-hide-headers): Use narrowing to hide headers by moving
17101         them to the top of the buffer and narrowing to the region
17102         underneath.
17103
17104 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17105
17106         * message.el (message-strip-forbidden-properties):
17107         Bind buffer-read-only (etc) to nil.
17108
17109 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17110
17111         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17112         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17113
17114 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17115
17116         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17117
17118 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17119
17120         * dns.el (query-dns): Use sit-for to time instead of
17121         accept-process-output, since that doesn't seem to work on udp
17122         sockets.
17123
17124 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17125
17126         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17127
17128 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17129
17130         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17131         doc string.  Improve doc string.
17132
17133 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17134
17135         * nntp.el (nntp-request-update-info): Return nil if
17136         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17137         may not call gnus-activate-group which uselessly issues the GROUP
17138         commands for all nntp groups and wastes time.  Reported by Romain
17139         Francoise <romain@orebokech.com>.
17140
17141         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17142
17143 2004-11-15  Simon Josefsson  <jas@extundo.com>
17144
17145         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17146         headers separately.
17147         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17148         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17149
17150 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17151
17152         * gnus-start.el (gnus-convert-old-newsrc):
17153         Assign legacy-gnus-agent to 5.10.7.
17154
17155 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17156
17157         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17158         start of the lines.
17159
17160 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17161
17162         * hashcash.el (hashcash-default-payment): Change default to 20.
17163         (hashcash-default-accept-payment): Change default to 20.
17164         (hashcash-process-alist): New variable.
17165         (hashcash-generate-payment-async): Add.
17166         (hashcash-already-paid-p): Add.
17167         (hashcash-insert-payment): Don't generate payments twice.
17168         (hashcash-insert-payment-async): Add.
17169         (hashcash-insert-payment-async-2): Add.
17170         (hashcash-cancel-async): Add.
17171         (hashcash-wait-async): Add.
17172         (hashcash-processes-running-p): Add.
17173         (hashcash-wait-or-cancel): Add.
17174         (mail-add-payment): New optional argument.  Conditionally start
17175         asynchronous calculation.
17176         (mail-add-payment-async): Add.
17177
17178         * message.el (message-send-mail): Wait for asynchronous hashcash
17179         results.  Don't clobber existing X-Hashcash headers.
17180         (message-setup-1): Call mail-add-payment-async when
17181         message-generate-hashcash is non-nil.
17182
17183 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17184
17185         * message.el (message-use-alternative-email-as-from): Examine the
17186         From header as well; use message-make-from in order to include a
17187         user's full name.
17188
17189 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17190
17191         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17192         default; improve customization type.
17193         (gnus-emphasis-custom-with-format): New macro.
17194         (gnus-emphasis-custom-value-to-external): New function.
17195         (gnus-emphasis-custom-value-to-internal): New function.
17196
17197 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17198
17199         * dns.el (query-dns): Resolve reverse addresses.
17200
17201 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17202
17203         * gnus-group.el (gnus-group-get-new-news): Use it.
17204
17205         * gnus-start.el (gnus-check-reasonable-setup): New function.
17206
17207 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17208
17209         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17210         "Args out of range" error.  Reported by Arnaud Giersch
17211         <arnaud.giersch@free.fr>.
17212
17213 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17214
17215         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17216
17217 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17218
17219         * spam.el (spam group): Add :version.
17220
17221         * pgg-def.el (pgg group): Add :version.
17222
17223 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17224
17225         * gnus-art.el (gnus-article-edit-article): Don't associate the
17226         article buffer with a draft file.  This is a temporary measure
17227         against the 2004-08-22 change to gnus-article-edit-mode.
17228
17229 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17230
17231         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17232         (html2text-format-tags): Remove unused variable `attr'.
17233
17234 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17235
17236         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17237
17238         * tls.el (tls-process-connection-type, tls-success)
17239         (tls-certtool-program): Add :version.
17240
17241         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17242         (starttls-extra-arguments, starttls-process-connection-type)
17243         (starttls-connect, starttls-failure, starttls-success): Add :version.
17244
17245         * spam-stat.el (spam-stat): Add :version.
17246
17247         * sieve.el (sieve): Add :version.
17248
17249         * sha1.el (sha1): Add :version.
17250         (sha1-use-external): Remove redundant version.
17251
17252         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17253         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17254         (nnmail-split-fancy-match-partial-words)
17255         (nnmail-split-lowercase-expanded): Add :version.
17256
17257         * nndiary.el (nndiary): Add :version.
17258
17259         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17260
17261         * mml-sec.el (mml-default-sign-method)
17262         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17263         Add :version.
17264
17265         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17266
17267         * mm-url.el (mm-url-use-external, mm-url-program)
17268         (mm-url-arguments): Add :version.
17269
17270         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17271         (mm-attachment-file-modes, mm-decrypt-option)
17272         (mm-w3m-safe-url-regexp): Add :version.
17273
17274         * message.el (message-cite-prefix-regexp)
17275         (message-sendmail-envelope-from, message-minibuffer-local-map)
17276         (message-user-fqdn, message-completion-alist): Add :version.
17277
17278         * gnus-win.el (gnus-configure-windows-hook)
17279         (gnus-use-frames-on-any-display): Add :version.
17280
17281         * gnus-art.el (gnus-article-address-banner-alist)
17282         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17283         (gnus-treat-from-picon, gnus-treat-mail-picon)
17284         (gnus-treat-x-pgp-sig): Add :version.
17285
17286         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17287         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17288         (gnus-summary-article-delete-hook)
17289         (gnus-summary-display-while-building): Add :version.
17290
17291         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17292         (gnus-get-top-new-news-hook): Add :version.
17293
17294         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17295         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17296
17297         * gnus-registry.el (gnus-registry): Add :version.
17298
17299         * gnus-spec.el (gnus-use-correct-string-widths)
17300         (gnus-make-format-preserve-properties): Add :version.
17301
17302         * gnus.el (gnus-group-charter-alist)
17303         (gnus-group-fetch-control-use-browse-url)
17304         (gnus-install-group-spam-parameters): Add :version.
17305
17306         * gnus-diary.el (gnus-diary): Add :version.
17307
17308         * gnus-delay.el (gnus-delay): Add :version.
17309
17310         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17311         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17312         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17313         Add :version.
17314
17315         * gnus-agent.el (gnus-agent-max-fetch-size)
17316         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17317         (gnus-agent-prompt-send-queue): Add :version.
17318
17319         * deuglify.el (gnus-outlook-deuglify): Add :version.
17320
17321         * html2text.el: Beautify code.  Improve doc strings.
17322         Some checkdoc cleanup.
17323         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17324
17325 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17326
17327         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17328
17329 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17330
17331         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17332         when package is loaded.
17333
17334         * spam.el (spam-summary-score-preferred-header): Add global preference
17335         for people who want to override the default SpamAssassin over
17336         Bogofilter preference (when both are set).
17337         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17338         (spam-user-format-function-S):
17339         Check spam-summary-score-preferred-header.
17340         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17341         (spam-user-format-function-S): Format the score correctly.
17342
17343 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17344
17345         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17346         signature file.  Suggested by Manoj Srivastava
17347         <srivasta@golden-gryphon.com>.
17348
17349         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17350         iso-2022-jp even in the Japanese language environment.
17351         Suggested by Jason Rumney <jasonr@gnu.org>.
17352
17353 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17354
17355         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17356         use the same characters as the dummy marks; make it free from
17357         getting affected by the language environment.
17358         (gnus-summary-read-group-1): Update mark positions only when the
17359         format spec is updated.
17360
17361         * gnus-spec.el (gnus-update-format-specifications): Return a list
17362         of updated types.
17363
17364 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17365
17366         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17367         of boundp to check if display-warning is available.
17368
17369 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17370
17371         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17372
17373 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17374
17375         * nnspool.el (nnspool-spool-directory): Use news-path if the
17376         news-directory variable is not bound.
17377
17378         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17379         function instead of display-warning if it is not available.
17380
17381 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17382
17383         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17384         v5-10: Use `point-at-bol'.
17385
17386 2004-10-26  Simon Josefsson  <jas@extundo.com>
17387
17388         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17389         <chenggao@gmail.com>.
17390
17391 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17392
17393         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17394         instead.
17395
17396 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17397
17398         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17399         to remove a server from the nnimap-server-buffer-alist.
17400         (nnimap-open-connection, nnimap-close-server): Use it.
17401
17402         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17403
17404 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17405
17406         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17407         running the major-mode function.
17408
17409 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17410
17411         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17412         dummy marks in the right way.
17413
17414 2004-10-18  David Edmondson  <dme@dme.org>
17415
17416         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17417         excessively.
17418
17419 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17420
17421         * gnus-util.el (gnus-split-references): Accept a nil references
17422         string and go on blissfully.
17423
17424         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17425         cases where the references string is non-nil but has no references.
17426
17427         * encrypt.el: Add autoload tags.
17428
17429         * spam.el (spam-resolve-registrations-routine): Remove article
17430         from unregistration list too.  Reported by David Hanak
17431         <dhanak@isis.vanderbilt.edu>
17432
17433 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17434
17435         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17436         nil.  Change custom type.
17437
17438 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17439
17440         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17441
17442         * gnus-sum.el (gnus-summary-move-article): Use it.
17443
17444 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17445
17446         * encrypt.el: Add autoload cookies.
17447
17448         * spam.el (spam-backend-article-list-property)
17449         (spam-backend-get-article-todo-list)
17450         (spam-backend-put-article-todo-list)
17451         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17452         Resolve registrations separately.
17453         (spam-register-routine): Format comments.
17454         (spam-unregister-routine, spam-register-routine): Always call with
17455         specific-articles, no default list.
17456         (spam-summary-prepare-exit): Use the spam-classifications function.
17457
17458         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17459         gnus-encrypt.el.
17460
17461         * encrypt.el: Copied from gnus-encrypt.el.
17462
17463         * gnus-encrypt.el: Commented that it's obsolete.
17464
17465 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17466
17467         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17468         (gnus-score-save): Use it.
17469
17470         * message.el (message-bury): Use `window-dedicated-p'.
17471
17472 2004-10-15  Simon Josefsson  <jas@extundo.com>
17473
17474         * pop3.el (top-level): Don't require nnheader.
17475         (pop3-read-timeout): Add.
17476         (pop3-accept-process-output): Add.
17477         (pop3-read-response, pop3-retr): Use it.
17478
17479 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17480
17481         * spam.el (spam-register-routine): Move comment.
17482         (spam-verify-bogofilter): Use 'unknown for the initial
17483         spam-bogofilter-valid state, not 'never.
17484
17485         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17486         for netrc-machine.
17487
17488         * nnimap.el (nnimap-open-connection):
17489         Use netrc-machine-user-or-password.
17490
17491 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17492
17493         * gnus-registry.el (gnus-registry-unload-hook):
17494         Set as a variable with add-hook.
17495
17496         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17497         of news-path.
17498
17499         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17500
17501         * spam.el: Delete duplicate `provide'.
17502         (spam-unload-hook): Set as a variable with add-hook.
17503
17504 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17505
17506         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17507         in the doc string.
17508
17509         * message.el (message-ignored-news-headers)
17510         (message-ignored-supersedes-headers)
17511         (message-ignored-resent-headers)
17512         (message-forward-ignored-headers): Improve custom type.
17513
17514 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17515
17516         * message.el (message-tokenize-header): Fix 2004-09-06 change
17517         which used point-min in the wrong place.
17518
17519 2004-10-12  Simon Josefsson  <jas@extundo.com>
17520
17521         * tls.el (tls-certtool-program): New variable.
17522         (tls-certificate-information): New function, based on
17523         ssl-certificate-information.
17524
17525 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17526
17527         * compface.el: Move the version of ELisp-based uncompface program
17528         to the contrib directory because of the copyright problem.
17529
17530 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17531
17532         * message.el (message-kill-buffer): Raise the current frame.
17533
17534 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17535
17536         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17537
17538         * gnus.el (message-y-or-n-p): Autoload.
17539
17540         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17541         (pop3-password-required, pop3-authentication-scheme)
17542         (pop3-leave-mail-on-server): Make customizable.
17543         (pop3): New custom group.
17544         (pop3-retr): Remove `sleep-for' statements.
17545         Suggested by Dave Love <fx@gnu.org>.
17546
17547         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17548         Windows/DOS.
17549
17550         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17551         (imap-parse-body): Fix incorrect use of `assert'.
17552         Suggested by Dave Love <fx@gnu.org>.
17553
17554         * mml.el (mml-minibuffer-read-disposition): Require match.
17555         Suggested by Dave Love <fx@gnu.org>.
17556
17557 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17558
17559         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17560         doc string.
17561
17562 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17563
17564         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17565
17566 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17567
17568         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17569         instead of calling `mm-insert-inline', to decode text/* parts
17570         before displaying them.
17571
17572 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17573
17574         * mm-uu.el (mm-uu-text-plain-type): New variable.
17575         (mm-uu-pgp-signed-extract-1): Use it.
17576         (mm-uu-pgp-encrypted-extract-1): Use it.
17577         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17578         bind mm-uu-text-plain-type with that value.
17579         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17580         mm-uu-dissect.
17581
17582 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17583
17584         * gnus-group.el (gnus-update-group-mark-positions):
17585         * gnus-sum.el (gnus-update-summary-mark-positions):
17586         * message.el (message-check-news-body-syntax):
17587         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17588         of string-as-multibyte.
17589
17590 2004-10-05  Juri Linkov  <juri@jurta.org>
17591
17592         * gnus-group.el (gnus-update-group-mark-positions):
17593         * gnus-sum.el (gnus-update-summary-mark-positions):
17594         * message.el (message-check-news-body-syntax):
17595         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17596         8-bit unibyte values to a multibyte string for search functions.
17597
17598 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17599
17600         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17601         (mm-uu-dissect-text-parts): New function.
17602
17603         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17604         dissect text parts.
17605
17606         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17607         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17608
17609         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17610
17611         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17612         Use gnus-current-topics instead of gnus-current-topic.
17613
17614 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17615
17616         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17617
17618 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17619
17620         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17621         where approriate.
17622
17623         * nnml.el (nnml-generate-active-info): do.
17624
17625         * nndiary.el (nndiary-generate-active-info): do.
17626
17627         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17628         (gnus-topic-move): do.
17629
17630         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17631         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17632
17633         * gnus-srvr.el (gnus-server-prepare)
17634         (gnus-server-open-all-servers): do.
17635
17636         * gnus-msg.el (gnus-summary-cancel-article)
17637         (gnus-summary-resend-message)
17638         (gnus-summary-mail-crosspost-complaint): do.
17639
17640         * gnus-move.el (gnus-change-server): do.
17641
17642         * gnus-group.el (gnus-group-unmark-all-groups)
17643         (gnus-group-set-current-level): do.
17644
17645 2004-10-04  Simon Josefsson  <jas@extundo.com>
17646
17647         * message.el (message-generate-hashcash): Doc fix.
17648
17649 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17650
17651         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17652         avoid infinite recursion via gnus-get-function.
17653
17654 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17655
17656         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17657
17658         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17659
17660         * nnmail.el (nnmail-split-history): do.
17661
17662         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17663         (nnml-request-delete-group): do.
17664
17665         * nnslashdot.el (nnslashdot-read-groups): do.
17666
17667         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17668         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17669
17670         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17671         (nnspool-sift-nov-with-sed): Use last.
17672         (nnspool-retrieve-headers-with-nov): Use mapc.
17673         (nnspool-request-newgroups): Use dolist.
17674         (nnspool-request-group): Use last.
17675
17676         * nntp.el (nntp-read-server-type): Use dolist.
17677
17678         * nnvirtual.el (nnvirtual-create-mapping)
17679         (nnvirtual-update-read-and-marked): Use dolist.
17680         (nnvirtual-convert-headers): Simplify.
17681
17682 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17683
17684         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17685         Add support for sync'ing tick marks.
17686
17687 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17688
17689         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17690         there's no visible header.
17691
17692 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17693
17694         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17695         When necessary, pass full group name to gnus-request-set-marks.
17696
17697 2004-10-01  Simon Josefsson  <jas@extundo.com>
17698
17699         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17700         acroread.
17701
17702 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17703
17704         * spam-report.el (spam-report-gmane): Fix interactive.
17705
17706         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17707
17708         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17709         when writing file.
17710         (gnus-agent-synchronize-flags): Don't default to being
17711         interactive.
17712
17713 2004-09-30  Simon Josefsson  <jas@extundo.com>
17714
17715         * message.el (message-generate-hashcash): Add.
17716         (message-send-mail): Use it, call mail-add-payment.
17717
17718 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17719
17720         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17721
17722 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17723
17724         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17725         gnus-requst-update-info with explicit code to sync the in-memory
17726         info read flags with the marks being sync'd to the backend.
17727
17728         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17729
17730 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17731
17732         * spam.el (spam-verify-bogofilter): Add new function.
17733         (spam-check-bogofilter)
17734         (spam-bogofilter-register-with-bogofilter): Use it.
17735         (spam-verify-bogofilter): Add small fixes.
17736
17737 2004-09-28  Simon Josefsson  <jas@extundo.com>
17738
17739         * hashcash.el (hashcash-generate-payment): Revert.
17740
17741 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17742
17743         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17744         Use gnus-extract-references instead of gnus-split-references.
17745
17746         * gnus-util.el (gnus-extract-references): Add new function, analogous
17747         to gnus-split-references but extracts only the message-ID without
17748         anything extra.
17749
17750         * hashcash.el (hashcash-generate-payment)
17751         (hashcash-check-payment): Do the right thing if hashcash-path is
17752         nil (because the hashcash program could not be found).
17753
17754         * spam.el (spam-use-hashcash): Remove comment.
17755
17756 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17757
17758         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17759         (gnus-cache-enter-article, gnus-cache-remove-article)
17760         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17761
17762         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17763
17764         * gnus-art.el (article-hide-boring-headers)
17765         (article-translate-strings, article-display-face)
17766         (gnus-article-mime-match-handle-first)
17767         (gnus-article-highlight-headers)
17768         (gnus-article-add-buttons-to-head): do.
17769
17770 2004-09-27  Simon Josefsson  <jas@extundo.com>
17771
17772         * hashcash.el: New version, from
17773         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17774         ../contrib/.
17775
17776 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17777
17778         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17779
17780 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17781
17782         * gnus-dup.el (gnus-dup-open): Use mapc.
17783         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17784
17785         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17786         Reported by Stefan Wiens <s.wi@gmx.net>.
17787
17788         * gnus.el (gnus-shutdown): Use dolist.
17789
17790         * gnus-undo.el (gnus-undo): Use mapc.
17791
17792         * nnrss.el (nnrss-generate-active): do.
17793
17794         * message.el (message-cite-original-without-signature)
17795         (message-cite-original): Use mapc.
17796         (message-do-actions, message-make-forward-subject): Use dolist.
17797
17798 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17799
17800         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17801         deletion to remove entire duplicate line.  Fixes merged article
17802         number bug.
17803
17804 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17805
17806         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17807         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17808         first ask if you want to open a server and then, even when you
17809         responded with no, asking if you want to synchronize the server's
17810         flags.
17811         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17812         multi-line expressions.
17813         (gnus-agent-synchronize-group-flags): New internal function.
17814         Updates marks in memory (in the info structure) AND in the
17815         backend.
17816
17817         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17818
17819         * nnagent.el (nnagent-request-set-mark):
17820         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17821         method, to ensure that synchronization updates marks in the
17822         backend and in the info (in memory) structure.
17823
17824 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17825
17826         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17827         convention fully; don't miss the root article of a thread; make
17828         the X-Draft-From header with correct article numbers.
17829
17830 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17831
17832         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17833         unless plugged.  Disable the agent so that an open failure causes
17834         an error.
17835
17836         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17837         Revert 2004-09-21 change.  The backend must be opened while
17838         synchronizing flags even when the backend stores the flags
17839         locally.
17840
17841 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17842
17843         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17844         in `header' match.  Reported by Svend Tollak Munkejord.
17845
17846         * message.el (message-cite-original): Fix use of
17847         `message-cite-articles-with-x-no-archive'.
17848
17849 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17850
17851         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17852         (gnus-window-to-buffer): Ditto.
17853
17854         * mml.el (mml-preview-buffer): New variable.
17855         (mml-preview): Manage window layout with gnus-buffer-configuration.
17856
17857         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17858         X-Draft-From header even if those articles aren't quoted.
17859
17860 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17861
17862         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17863         (gnus-request-set-mark, gnus-request-update-mark): Use new
17864         g-s-t-u-l-m to decide to use backend even when unplugged.
17865
17866 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17867
17868         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17869         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17870
17871 2004-09-20  Simon Josefsson  <jas@extundo.com>
17872
17873         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17874         "utf-16-le".
17875
17876 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17877
17878         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17879
17880 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17881
17882         * uudecode.el (uudecode-use-external): Add :version.
17883
17884         * smime.el (smime-CA-file, smime-encrypt-cipher)
17885         (smime-dns-server): Add :version.
17886
17887         * smiley.el (gnus-smiley-file-types): Add :version.
17888
17889         * sha1.el (sha1-use-external): Add :version.
17890
17891         * pgg-def.el (pgg-query-keyserver): Add :version.
17892
17893         * nnmail.el (nnmail-fancy-expiry-targets)
17894         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17895         Add :version.
17896
17897         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17898         (nnimap-retrieve-groups-asynchronous): Add :version.
17899         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17900
17901         * mml.el (mml-content-disposition-parameters)
17902         (mml-insert-mime-headers-always): Add :version.
17903
17904         * mm-util.el (mm-coding-system-priorities): Add :version.
17905
17906         * mm-decode.el (mm-inline-text-html-with-images)
17907         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17908         (mm-verify-option): Add :version.
17909         (mm-text-html-renderer): Change :version.
17910
17911         * message.el (message-fcc-externalize-attachments)
17912         (message-required-headers, message-draft-headers)
17913         (message-subject-trailing-was-query)
17914         (message-subject-trailing-was-ask-regexp)
17915         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17916         (message-mark-insert-end, message-archive-header)
17917         (message-archive-note, message-cross-post-default)
17918         (message-cross-post-note, message-followup-to-note)
17919         (message-cross-post-note-function, message-use-mail-followup-to)
17920         (message-subscribed-address-functions)
17921         (message-subscribed-address-file, message-subscribed-addresses)
17922         (message-subscribed-regexps, message-allow-no-recipients)
17923         (message-yank-cited-prefix, message-signature-insert-empty-line)
17924         (message-hidden-headers, message-hierarchical-addresses)
17925         (message-mail-user-agent, message-use-idna)
17926         (message-valid-fqdn-regexp)
17927         (message-strip-special-text-properties, message-header-synonyms)
17928         (message-beginning-of-line, message-tab-body-function): Add :version.
17929         (message-insert-canlock, message-wide-reply-confirm-recipients):
17930         Change :version.
17931
17932         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17933         and :version.
17934         (mail-source-delete-old-incoming-confirm)
17935         (mail-source-movemail-program): Add :version.
17936
17937         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17938         (gnus-agent-cache, gnus-agent): Change :version.
17939
17940         * gnus-util.el (gnus-use-byte-compile): Change :version.
17941
17942         * gnus-sum.el (gnus-summary-make-false-root-always)
17943         (gnus-summary-default-high-score)
17944         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17945         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17946         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17947         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17948         (gnus-sum-thread-tree-single-indent)
17949         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17950         (gnus-sum-thread-tree-leaf-with-other)
17951         (gnus-sum-thread-tree-single-leaf): Add :version.
17952         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17953         (gnus-article-loose-mime): Change :version.
17954
17955         * gnus-start.el (gnus-backup-startup-file)
17956         (gnus-save-startup-file-via-temp-buffer): Add :version.
17957
17958         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17959         (gnus-server-offline-face): Add :version.
17960
17961         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17962
17963         * gnus-msg.el (gnus-gcc-externalize-attachments)
17964         (gnus-debug-files, gnus-debug-exclude-variables)
17965         (gnus-discouraged-post-methods): Change :version.
17966         (gnus-confirm-mail-reply-to-news)
17967         (gnus-confirm-treat-mail-like-news): Add :version.
17968
17969         * gnus-int.el (gnus-server-unopen-status): Add :version.
17970
17971         * gnus-group.el (gnus-group-jump-to-group-prompt)
17972         (gnus-large-ephemeral-newsgroup)
17973         (gnus-fetch-old-ephemeral-headers): Add :version.
17974
17975         * gnus-fun.el (gnus-x-face-directory)
17976         (gnus-convert-pbm-to-x-face-command)
17977         (gnus-convert-image-to-x-face-command)
17978         (gnus-convert-image-to-face-command): Add :version.
17979
17980         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17981
17982         * gnus-cite.el (gnus-cite-blank-line-after-header)
17983         (gnus-article-boring-faces): Add :version.
17984
17985         * gnus-art.el (gnus-buttonized-mime-types)
17986         (gnus-inhibit-mime-unbuttonizing)
17987         (gnus-treat-display-face)
17988         (gnus-treat-body-boundary): Change :version.
17989         (gnus-body-boundary-delimiter, gnus-picon-databases)
17990         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17991         (gnus-treat-date-english, gnus-treat-fold-headers)
17992         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17993         (gnus-treat-mail-picon, gnus-treat-wash-html)
17994         (gnus-article-encrypt-protocol)
17995         (gnus-use-idna, gnus-article-over-scroll)
17996         (gnus-mime-display-multipart-alternative-as-mixed)
17997         (gnus-mime-display-multipart-related-as-mixed)
17998         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17999         (gnus-ctan-url, gnus-button-ctan-handler)
18000         (gnus-button-handle-ctan-bogus-regexp)
18001         (gnus-button-ctan-directory-regexp)
18002         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18003         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18004         (gnus-button-man-level, gnus-button-emacs-level)
18005         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18006
18007         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18008         (gnus-agent-go-online): Change :version.
18009         (gnus-agent-expire-unagentized-dirs)
18010         (gnus-agent-auto-agentize-methods): Add :version.
18011
18012         * flow-fill.el (fill-flowed-display-column)
18013         (fill-flowed-encode-column): Add :version.
18014
18015         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18016         (gnus-outlook-deuglify-unwrap-max)
18017         (gnus-outlook-deuglify-cite-marks)
18018         (gnus-outlook-deuglify-unwrap-stop-chars)
18019         (gnus-outlook-deuglify-no-wrap-chars)
18020         (gnus-outlook-deuglify-attrib-cut-regexp)
18021         (gnus-outlook-deuglify-attrib-verb-regexp)
18022         (gnus-outlook-deuglify-attrib-end-regexp)
18023         (gnus-outlook-display-hook): Add :version.
18024
18025         * binhex.el (binhex-use-external): Add :version.
18026
18027 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18028
18029         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18030         and `invisible'.
18031
18032 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18033
18034         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18035         in gnus-registry-trim.
18036
18037 2004-09-13  Simon Josefsson  <jas@extundo.com>
18038
18039         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18040
18041         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18042
18043         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18044         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18045         <yamaoka@jpl.org>.
18046         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18047         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18048         <yamaoka@jpl.org>.
18049
18050         * sieve.el (sieve-manage-mode): Ditto.
18051
18052 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18053
18054         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18055
18056 2004-09-11  Simon Josefsson  <jas@extundo.com>
18057
18058         * dns-mode.el: Add.
18059
18060         * mm-view.el (mm-display-dns-inline): Add.
18061
18062         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18063         (mm-automatic-display): Ditto.
18064
18065         * mailcap.el (mailcap-mime-data): Add text/dns.
18066         (mailcap-mime-extensions): Map .soa to text/dns.
18067
18068 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18069
18070         * gnus-art.el (article-decode-mime-words, article-babel)
18071         (gnus-article-highlight-signature, gnus-article-add-buttons)
18072         (gnus-signature-toggle): Remove unnecessary bindings of
18073         `inhibit-read-only' inherited from v5.10 merge.
18074
18075 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18076
18077         * nntp.el (nntp): New customization group.
18078         (nntp-authinfo-file): Add customization group.
18079
18080         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18081
18082         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18083
18084         * gnus.el (to-address, to-list, subscribed)
18085         (large-newsgroup-initial): Ditto.
18086
18087         * flow-fill.el (fill-flowed-display-column)
18088         (fill-flowed-encode-column): Ditto.
18089
18090 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18091
18092         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18093         Use point-min rather than 1.
18094         (message-send-mail): Use buffer-size rather than point-max.
18095
18096         * gnus-sum.el (gnus-summary-search-article-forward):
18097         Signal a specific `search-failed' rather than a generic `error'.
18098
18099         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18100         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18101         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18102
18103 2004-09-10  Simon Josefsson  <jas@extundo.com>
18104
18105         * nndb.el (require): Remove tcp and duplicate cl.
18106
18107 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18108
18109         * gnus-agent.el (directory-files-and-attributes): Move forward.
18110
18111 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18112
18113         * gnus-agent.el (directory-files-and-attributes):
18114         Optionally defined to support XEmacs.
18115
18116 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18117
18118         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18119         to avoid run-time CL dependencies.
18120         (gnus-agent-unfetch-articles): New function.
18121         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18122         article numbers even when local .overview file is missing.
18123         (gnus-agent-read-article-number): New function.  Only accepts
18124         27-bit article numbers.
18125         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18126         Use gnus-agent-read-article-number.
18127         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18128         from backend while recognizing that article numbers in .overview
18129         must be valid.
18130         (gnus-agent-update-files-total-fetched-for):
18131         Use directory-files-and-attributes to improve performance.
18132         * gnus-int.el (gnus-request-move-article):
18133         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18134         improve performance.
18135
18136         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18137         some users confused by references to .newsrc when they only have a
18138         .newsrc.eld file.
18139         (gnus-convert-mark-converter-prompt)
18140         (gnus-convert-converter-needs-prompt): Fix use of property list.
18141         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18142         New function.  Used internally to only display 'gnus converting
18143         files' message when actually necessary.
18144
18145         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18146         methods now autoloaded.
18147
18148 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18149
18150         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18151         identifiers.
18152
18153 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18154
18155         * gnus-picon.el: Fix indentation and closing parenthesis.
18156
18157 2004-09-01  Simon Josefsson  <jas@extundo.com>
18158
18159         * message.el (message-canlock-generate): Require sha1, not
18160         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18161         to require within a function.  Sadly, if sha1.el isn't loaded, the
18162         let binding in m-c-g will hide the defcustom definition, which is
18163         bad.)
18164
18165         * canlock.el: Require sha1, not sha1-el.
18166
18167         * message.el: Don't autoload sha1 (there is a autoload cookie in
18168         sha1.el).
18169
18170         * sha1-el.el: Rename to sha1.el.
18171
18172 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18173
18174         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18175
18176 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18177
18178         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18179
18180 2004-08-30  Kim F. Storm  <storm@cua.dk>
18181
18182         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18183
18184         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18185         Add :group 'nnimap.
18186
18187 2004-08-30  Andreas Schwab  <schwab@suse.de>
18188
18189         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18190         ?* and ?\;.
18191
18192         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18193         and ?\' to symbol instead of whitespace.
18194
18195 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18196
18197         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18198
18199         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18200         instead of re-search-forward.
18201
18202         * gnus-uu.el (gnus-uu-save-article): Ditto.
18203         (gnus-uu-post-encode-uuencode): Ditto.
18204
18205         * html2text.el (html2text-clean-list-items): Ditto.
18206         (html2text-clean-dtdd): Ditto.
18207         (html2text-format-tags): Ditto.
18208
18209         * message.el (message-send-mail-with-sendmail): Fix regexp.
18210         (message-fill-field-general): Use search-forward instead of
18211         re-search-forward.
18212         (unbold-region): Ditto.
18213
18214         * nnrss.el (nnrss-request-article): Ditto.
18215
18216         * nnslashdot.el (nnslashdot-request-article): Ditto.
18217
18218         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18219
18220         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18221         "Unrecognized menu descriptor" error in XEmacs.
18222
18223 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18224
18225         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18226         parent article of a sparse article in the thread hashtb.
18227
18228 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18229
18230         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18231         (nnmail-expand-newtext): Lowercase expanded entries if
18232         nnmail-split-lowercase-expanded is non-nil.
18233
18234 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18235
18236         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18237
18238         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18239         of gnus-tmp-news-method into string under XEmacs.  It will be
18240         passed to gnus-correct-length which takes only a string argument.
18241
18242 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18243
18244         * gnus-util.el (gnus-bind-print-variables): New macro.
18245         (gnus-prin1): Use it.
18246         (gnus-prin1-to-string): Use it.
18247         (gnus-pp): New function.
18248         (gnus-pp-to-string): New function.
18249
18250         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18251         Replace pp-to-string with gnus-pp-to-string.
18252         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18253         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18254         * gnus-msg.el (gnus-debug): Ditto.
18255         * gnus-score.el (gnus-score-save): Ditto.
18256         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18257         gnus-pp-to-string.
18258         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18259         with gnus-pp.
18260         * score-mode.el (gnus-score-pretty-print): Ditto.
18261         * webmail.el (webmail-debug): Ditto.
18262
18263 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18264
18265         * gnus-art.el (article-display-face, article-display-x-face):
18266         Use buffer-read-only.
18267
18268 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18269
18270         * gnus-art.el (article-hide-list-identifiers):
18271         Bind inhibit-read-only as t.
18272
18273 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18274
18275         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18276
18277 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18278
18279         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18280         (gnus-narrow-to-page): Don't assume point-min == 1.
18281         (gnus-article-edit-mode): Derive from message-mode.
18282
18283         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18284         point-min == 1.
18285
18286         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18287         Disable incorrect use of `assert'.
18288
18289         * message.el (message-mode): Set comment-start-skip.
18290
18291
18292 2004-08-22  Sam Steingold  <sds@gnu.org>
18293
18294         * pop3.el (pop3-leave-mail-on-server): New user variable.
18295         (pop3-movemail): Delete mail only when it is nil.
18296
18297 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18298
18299         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18300
18301         * mml.el (mml-preview): Use `pop-to-buffer'.
18302
18303         * message.el (message-goto-mail-followup-to): Insert after "To".
18304         (message-carefully-insert-headers): Add comment.
18305
18306         * gnus.el: Remove unused variable `gnus-article-check-size'.
18307
18308         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18309
18310         * gnus-art.el (gnus-button-alist):
18311         Improve `gnus-button-handle-library' entry.
18312
18313 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18314
18315         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18316         Use downcase, since XEmacs capitalizes error messages differently.
18317
18318 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18319
18320         * nntp.el: Add (require 'gnus) due to reference to
18321         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18322
18323 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18324
18325         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18326         Bind `mm-fill-flowed'.
18327
18328         * mm-decode.el (mm-dissect-singlepart): Check it.
18329
18330 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18331
18332         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18333         'imap' for netrc parsing.
18334
18335 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18336
18337         * mailcap.el (mailcap-mime-data): Mark as risky.
18338
18339 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18340
18341         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18342         may be included in the encoded word.
18343         (rfc2047-encode): Don't append a space if the encoded word
18344         includes close parenthesis.
18345
18346 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18347
18348         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18349         of text within parentheses.
18350
18351 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18352
18353         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18354         (gnus-encrypt-write-file-contents): Make the password key the file
18355         name PLUS the cipher, not just the cipher.  Also remove failed
18356         passwords from the cache.
18357
18358 2004-08-06  Simon Josefsson  <jas@extundo.com>
18359
18360         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18361         Doc fix.
18362
18363 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18364
18365         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18366         LWSP.
18367
18368 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18369
18370         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18371         Try to append in-reply-to: data to the references: header.
18372
18373         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18374         (netrc-parse): Use gnus-encrypt.el functions.
18375
18376         * gnus-encrypt.el: Add new file for encryption support; currently
18377         does only a few GPG ciphers and an internal XOR cipher.
18378
18379         * password.el: Add comments on using password-read-and-add.
18380         (password-read-and-add): Add function to read and add the
18381         password to the cache at once.
18382
18383 2004-07-28  Simon Josefsson  <jas@extundo.com>
18384
18385         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18386         parameter (but don't use it, for now).
18387
18388         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18389         instead of hard coding to nil.
18390
18391 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18392
18393         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18394         as mm-inline-image-xemacs does.
18395
18396 2004-07-26  Simon Josefsson  <jas@extundo.com>
18397
18398         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18399         Revert part of 2004-07-17 change below.
18400
18401 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18402
18403         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18404         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18405
18406 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18407
18408         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18409         quotes that actually start with ">" at the beginning of the
18410         lines.
18411
18412 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18413
18414         * rfc2047.el (rfc2047-encode-region): Fix last change.
18415         (rfc2047-encode-parameter): Remove useless concat.
18416
18417 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18418
18419         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18420         encode special characters; fix some kind of misconfigured headers;
18421         signal a real error if debug-on-quit or debug-on-error is non-nil.
18422         (rfc2047-encode-max-chars): New variable.
18423         (rfc2047-encode-1): Use it.
18424         (rfc2047-encode-parameter): New function.
18425
18426         * mml.el (mml-insert-parameter): Remove an excessive space.
18427
18428 2004-07-17  Simon Josefsson  <jas@extundo.com>
18429
18430         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18431         Kai Grossjohann <kai@emptydomain.de>.
18432         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18433         (gnus-group-make-menu-bar): Ditto.
18434
18435         * gnus-util.el (gnus-group-server): Add.
18436
18437 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18438
18439         * message.el (message-clone-locals): Clone sendmail and smtp
18440         variables.
18441
18442 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18443
18444         * rfc2047.el (rfc2047-encode-region): Fix last change.
18445
18446 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18447
18448         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18449         characters as non-special.
18450
18451 2004-07-09  Simon Josefsson  <jas@extundo.com>
18452
18453         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18454         Users will lose all flag changes made while unplugged with
18455         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18456         good default.  See numerous reports on ding mailing list.
18457
18458 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18459
18460         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18461         add generate-head-function and generate-article-function to the
18462         rfc822-forward entry.
18463         (nndoc-rfc822-forward-generate-article): New function.
18464         (nndoc-rfc822-forward-generate-head): New function.
18465
18466         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18467
18468 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18469
18470         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18471         respect display group parameter and gnus-summary-expunge-below.
18472         (gnus-articles-to-read): Remove unused reference to display group
18473         parameter.
18474
18475 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18476
18477         * nnheader.el (nnheader-uniquify-message-id): New experimental
18478         variable.
18479         (nnheader-nov-read-message-id): Use it.
18480
18481         * spam-report.el (spam-report-gmane): Add interactive.
18482
18483 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18484
18485         * mm-encode.el (mm-content-transfer-encoding-defaults):
18486         Use qp-or-base64 for the application/* types.
18487
18488 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18489
18490         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18491
18492 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18493
18494         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18495         trim value.
18496
18497 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18498
18499         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18500         New macro and function.
18501         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18502
18503 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18504
18505         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18506         after-load-alist.
18507
18508 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18509
18510         * gnus-group.el (gnus-group-get-new-news-this-group):
18511         Don't update info that isn't there.
18512
18513 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18514
18515         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18516         entry.
18517
18518 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18519
18520         * mm-view.el (mm-inline-render-with-function): Use multibyte
18521         buffer; decode html source by charset.
18522
18523         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18524
18525         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18526         Mule-UCS is loaded under XEmacs.
18527         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18528
18529 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18530
18531         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18532
18533 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18534
18535         * mm-util.el (mm-coding-system-p): Return a coding-system.
18536         (mm-mime-mule-charset-alist): Use shift_jis instead of
18537         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18538         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18539         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18540         instead of japanese-shift-jis and iso-latin-1 respectively in
18541         order to share the default value with both Emacs and XEmacs-mule.
18542         (mm-mule-charset-to-mime-charset):
18543         Make mm-coding-system-priorities effective.
18544         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18545         while predicating of candidates upon the priorities.
18546
18547 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18548
18549         * gnus-sum.el (gnus-summary-make-menu-bar):
18550         Add gnus-uu-invert-processable.
18551
18552         * gnus.el: Autoload gnus-uu-invert-processable.
18553
18554 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18555
18556         * mm-util.el (mm-with-multibyte-buffer): New macro.
18557
18558         * rfc2047.el (rfc2047-encode-string): Use it.
18559         (rfc2047-encode-region): Move point to the end of the region after
18560         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18561
18562 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18563
18564         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18565         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18566
18567 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18568
18569         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18570         (gnus-cite-parse): Ignore quoted envelope From_.
18571         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18572
18573 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18574
18575         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18576         invalid addresses.
18577
18578 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18579
18580         * spam.el: Change section markers, revise TODO list.
18581         (spam-backends): Make new master list of all installed backends.
18582         (spam-summary-exit-behavior): Add new variable to determine how
18583         messages moves are done at summary exit.
18584         (spam-move-spam-nonspam-groups-only)
18585         (spam-process-ham-in-nonham-groups)
18586         (spam-process-ham-in-spam-groups): Remove variables, the
18587         spam-summary-exit-behavior variable should be used to manage this
18588         behavior.
18589         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18590         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18591         and spam-old-spam-articles.
18592         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18593         Add empty variables, placeholders for the backends they represent.
18594         (spam-set-difference): Move, unchanged.
18595         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18596         unless the user has a processor variable.
18597         (spam-classifications, spam-classification-valid-p)
18598         (spam-backend-properties, spam-backend-property-valid-p)
18599         (spam-backend-function-type-valid-p)
18600         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18601         (spam-report-articles-gmane, spam-report-articles-resend):
18602         Remove functions, they are not needed.
18603         (spam-install-backend-super, spam-backend-list)
18604         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18605         (spam-backend-function, spam-backend-ham-registration-function)
18606         (spam-backend-spam-registration-function)
18607         (spam-backend-ham-unregistration-function)
18608         (spam-backend-spam-unregistration-function)
18609         (spam-backend-statistical-p, spam-backend-mover-p)
18610         (spam-install-backend-alias, spam-install-checkonly-backend)
18611         (spam-install-mover-backend, spam-install-nocheck-backend)
18612         (spam-install-backend, spam-install-statistical-backend)
18613         (spam-install-statistical-checkonly-backend): Add backend installation
18614         support.
18615         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18616         (spam-group-processor-p): Use the new backend code and respect the
18617         summary exit behavior.
18618         (spam-mark-spam-as-expired-and-move-routine): Remove.
18619         (spam-summary-prepare): Change to use the new spam-old-articles
18620         variable.
18621         (spam-copy-or-move-routine, spam-copy-spam-routine)
18622         (spam-move-spam-routine, spam-copy-ham-routine)
18623         (spam-move-ham-routine): Add code to copy/move ham or spam.
18624         (spam-fetch-field-fast): Improve doc and code, plus allow the
18625         'number request.
18626         (spam-list-of-checks, spam-list-of-statistical-checks):
18627         Remove variables.
18628         (spam-split, spam-find-spam): Use the new backend code.
18629         (spam-registration-functions): Remove variable.
18630         (spam-unregister-routine): Add convenience wrapper.
18631         (spam-log-undo-registration, spam-register-routine)
18632         (spam-log-processing-to-registry)
18633         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18634         where possible.
18635         (spam-check-gmane-xref, spam-check-regex-headers)
18636         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18637         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18638         (spam-check-bogofilter-headers, spam-check-spamoracle)
18639         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18640         (spam-check-crm114-headers): Use the spam-split-group that
18641         spam-split prepares, no need to determine it every time.
18642
18643         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18644         to the nnheader-parse-naked-head call.
18645
18646         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18647
18648         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18649         the nnheader-nov-read-message-id call.
18650
18651 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18652
18653         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18654         gnus-activate-group twice.  Suggested by Markus Peter
18655         <warp@spin.de>.
18656
18657 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18658
18659         * gnus-art.el (gnus-article-time-format): Exchange the order of
18660         day and month in the default value; fix customization type.
18661         (article-date-ut): Use add-text-properties.
18662         (article-make-date-line): Use message-make-date instead of
18663         current-time-string.
18664
18665         * message.el (message-fetch-field): Don't use set-text-properties.
18666         (message-make-date): Simplify.
18667
18668         * messagexmas.el (message-xmas-make-date): New function.
18669         (message-xmas-redefine): Defalias message-make-date to it.
18670
18671 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18672
18673         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18674         (rfc2047-encode-region): Treat text within parentheses as special;
18675         show the original text when error has occurred.
18676
18677         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18678         already-computed method to gnus-activate-group.
18679
18680         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18681         same select-methods identical Lisp objects.
18682
18683         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18684         object when modifying the info.
18685
18686 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18687
18688         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18689         gnus-opened-servers since it has never been opened with the new
18690         configuration yet.
18691
18692 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18693
18694         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18695         arg to nnheader-generate-fake-message-id.
18696
18697 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18698
18699         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18700         number and build a fake message ID localized to a group and
18701         article number (so it's repeatable from that point on).
18702         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18703         ID format.
18704
18705         * gnus-sum.el (gnus-get-newsgroup-headers):
18706         Call nnheader-generate-fake-message-id with the article number.
18707
18708 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18709
18710         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18711         end-of-buffer.
18712
18713 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18714
18715         * message.el (message-ignored-supersedes-headers): Add Approved.
18716
18717 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18718
18719         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18720         goto-char.
18721         (rfc2047-encode): Fold the line before encoding.
18722
18723 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18724
18725         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18726         folding -- not all headers can be folded, and this should be done
18727         by the message composition mode.  Probably.  I think.
18728
18729 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18730
18731         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18732         fast.
18733
18734         * gnus-ems.el (gnus-remove-image): Don't use
18735         message-text-with-property; remove only the image found first.
18736
18737         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18738         found first.
18739
18740 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18741
18742         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18743
18744 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18745
18746         * message.el (message-text-with-property): Make it fast and accept
18747         optional arguments.
18748         (message-strip-forbidden-properties): Use it.
18749         (message-fix-before-sending): Follow the m-t-w-p change.
18750
18751         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18752
18753 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18754
18755         * gnus-art.el (article-hide-headers): Don't change the buffer
18756         mistakenly when performing mml-preview even if
18757         gnus-single-article-buffer is nil.
18758
18759 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18760
18761         * message.el (message-expand-name-databases): New user option.
18762         (message-expand-name): Use it.
18763
18764 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18765
18766         * spam.el (spam-report-articles-resend)
18767         (spam-report-resend-register-routine): Allow ham reporting.
18768         (spam-report-resend-register-ham-routine): Add wrapper.
18769         (spam-registration-functions): Add ham resending functions.
18770         (spam-list-of-processors): Add ham resend processor.
18771
18772         * gnus.el (ham-resend-to): Add new group parameter.
18773         (spam-process): Add ham resend option.
18774
18775         * spam-report.el (spam-report-resend): Allow reporting ham.
18776         (spam-report-resend-ham): Add wrapper.
18777
18778 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18779
18780         * message.el (message-cite-articles-with-x-no-archive):
18781         New variable.
18782         (message-cite-original): Use it.
18783
18784 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18785
18786         * message.el (message-cite-original): Respect X-No-Archive.
18787
18788 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18789
18790         * gnus-art.el (article-hide-headers): Refer to the values for
18791         gnus-ignored-headers and gnus-visible-headers in the summary
18792         buffer since a user may have set them as group parameters.
18793
18794 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18795
18796         * assistant.el (assistant-node-name): Add convenience function.
18797         (assistant-render-text, assistant-render-node): Add error handling,
18798         plus handle multiple next nodes.
18799         (assistant-find-next-node): Comment out for now.
18800         (assistant-find-next-nodes): Add function, returns list of next
18801         nodes.
18802
18803 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18804
18805         * mail-source.el (mail-source-directory): Fix doc-string.
18806
18807 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18808
18809         * assistant.el (assistant-render-text, assistant-eval): Add :set
18810         widget type, which is different because it takes and returns a
18811         list.  Much hilarity ensues.
18812
18813 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18814
18815         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18816
18817         * gnus-group.el (gnus-group-get-new-news-this-group):
18818         Add doc-string.
18819
18820         * gnus-start.el (gnus-activate-group): Add doc-string.
18821
18822 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18823
18824         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18825
18826 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18827
18828         * assistant.el (assistant-render-text): Try to add a :set
18829         widget, more to come.
18830
18831         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18832         strings.
18833         (spam-report-articles-resend)
18834         (spam-register-routine): Do registration iff any articles warrant
18835         it.
18836         (spam-summary-prepare-exit): Change log message for nil group
18837         destinations.
18838
18839 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18840
18841         * spam.el (spam-report-resend-register-routine):
18842         Allow spam-report-resend-to to be a group parameter or a global value.
18843
18844 2004-05-26  Simon Josefsson  <jas@extundo.com>
18845
18846         * starttls.el: Merge with my GNUTLS based starttls.el.
18847         (starttls-gnutls-program, starttls-use-gnutls)
18848         (starttls-extra-arguments, starttls-process-connection-type)
18849         (starttls-connect, starttls-failure, starttls-success):
18850         New variables.
18851         (starttls-program, starttls-extra-args): Doc fix.
18852         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18853         New functions.
18854         (starttls-negotiate, starttls-open-stream):
18855         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18856         function if it is set.
18857
18858 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18859
18860         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18861         structured fields.
18862
18863 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18864
18865         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18866
18867 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18868
18869         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18870         Add variable.
18871         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18872         assigning the spam-mark to new messages.
18873
18874 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18875
18876         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18877
18878 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18879
18880         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18881
18882         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18883         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18884         default.
18885
18886 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18887
18888         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18889         correct data.
18890
18891 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18892
18893         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18894         (spam-group-processor-p): Fix function.
18895         (spam-group-processor-multiple-p)
18896         (spam-group-spam-processor-report-gmane-p)
18897         (spam-group-spam-processor-report-resend-p)
18898         (spam-group-spam-processor-bogofilter-p)
18899         (spam-group-spam-processor-blacklist-p)
18900         (spam-group-spam-processor-ifile-p)
18901         (spam-group-ham-processor-ifile-p)
18902         (spam-group-spam-processor-spamoracle-p)
18903         (spam-group-spam-processor-crm114-p)
18904         (spam-group-ham-processor-bogofilter-p)
18905         (spam-group-spam-processor-stat-p)
18906         (spam-group-ham-processor-stat-p)
18907         (spam-group-ham-processor-whitelist-p)
18908         (spam-group-ham-processor-BBDB-p)
18909         (spam-group-ham-processor-spamoracle-p)
18910         (spam-group-ham-processor-copy-p): Remove functions with some
18911         prejudice against unneeded code.
18912         (spam-report-articles-resend)
18913         (spam-report-resend-register-routine): Allow the group/topic
18914         spam-resend-to value to override spam-report-resend-to.
18915         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18916         properly now.
18917
18918         * gnus.el (spam-resend-to): Add group/topic parameter.
18919         (spam-process): Move the OBSOLETE processors to the end of the
18920         choices.
18921
18922 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18923
18924         * spam-report.el (spam-report-resend-to, spam-report-resend):
18925         Start with resend-to set to nil, and then ask the user if necessary.
18926         (spam-report-resend): spam-report-resend takes a list of articles, not
18927         separate article numbers.
18928
18929 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18930
18931         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18932         addition to emacs-w3m.
18933
18934 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18935
18936         * assistant.el (assistant-authinfo-data): New function.
18937         (assistant-eval): Eval for entire assistant.
18938
18939         * netrc.el (netrc-services-file): New variable.
18940         (netrc-parse-services): New function.
18941         (netrc-find-service-name): New function.
18942         (netrc-find-service-number): New function.
18943         (netrc-port-equal): New function.
18944         (netrc-machine): Use it.
18945
18946         * nnimap.el (nnimap-open-connection): Use netrc.
18947
18948         * gnus-util.el (gnus-netrc-get): Remove aliases.
18949
18950         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18951
18952         * assistant.el (wid-edit): Fix compilation.
18953
18954         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18955
18956 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18957
18958         * gnus-util.el (gnus-set-file-modes): New function.  (small
18959         patch).
18960
18961 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18962
18963         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18964
18965         * assistant.el (assistant-render-node): Fix up rendering and
18966         read-only text.
18967         (assistant-render-node): Reset.
18968         (assistant-make-read-only): Not sticky.
18969
18970 2004-05-20  Danny Siu  <dsiu@adobe.com>
18971
18972         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18973         centered even when gnus-auto-center-summary is t.
18974
18975 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18976
18977         * dns.el (dns-get-txt-answer): New function.
18978         (dns-read-txt): Ditto.
18979         (query-dns): Use it.
18980
18981 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18982
18983         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18984         active for foreign groups even if the group level is higher than
18985         the specified value.
18986
18987 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18988
18989         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18990         non-active groups.
18991
18992         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18993
18994 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18995
18996         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18997
18998 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18999
19000         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19001         (spam-crm114-header, spam-crm114-spam-switch)
19002         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19003         (spam-crm114-positive-spam-header)
19004         (spam-crm114-database-directory, spam-list-of-processors)
19005         (spam-group-spam-processor-crm114-p)
19006         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19007         (spam-generic-score, spam-list-of-checks)
19008         (spam-list-of-statistical-checks, spam-registration-functions)
19009         (spam-check-crm114-headers, spam-crm114-score)
19010         (spam-check-crm114, spam-crm114-register-with-crm114)
19011         (spam-crm114-register-spam-routine)
19012         (spam-crm114-unregister-spam-routine)
19013         (spam-crm114-register-ham-routine)
19014         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19015         From asjo@koldfront.dk (Adam Sjøgren).
19016
19017         * gnus.el: Add spam-use-crm114.
19018
19019         * spam.el (spam-list-of-processors, spam-registration-functions):
19020         Add spam-use-resend.
19021         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19022         (spam-report-articles-gmane): Add doc fix.
19023         (spam-report-articles-resend, spam-report-resend-register-routine):
19024         Add wrappers around spam-report-resend-to.
19025
19026         * spam-report.el (spam-report-resend-to, spam-report-resend):
19027         Add support for resending spam.
19028         (spam-report-gmane): Fix line length >80.
19029
19030         * gnus.el (spam-process): Add spam-use-resend.
19031
19032 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19033
19034         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19035         number of processed spam messages.
19036         (spam-ham-copy-or-move-routine): Return the number of processed
19037         ham messages.
19038         (spam-summary-prepare-exit): Use the above values to decide
19039         whether status messages shouled be displayed.
19040
19041 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19042
19043         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19044         `rfc2047-encoding-function-alist' in order to avoid conflicting
19045         with the old version.
19046         (rfc2047-encode-region): Concatenate words containing non-ASCII
19047         characters in structured fields; don't encode space-delimited
19048         ASCII words even in unstructured fields; don't break words at
19049         char-category boundaries.
19050         (rfc2047-encode-1): New function.
19051         (rfc2047-encode): Use it; encode text so that it occupies the
19052         maximum width within 76-column; work correctly on Q encoding for
19053         iso-2022-* charsets.
19054         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19055         sure not to break a line just after the header name.
19056         (rfc2047-b-encode-region): Remove.
19057         (rfc2047-b-encode-string): New function.
19058         (rfc2047-q-encode-region): Remove.
19059         (rfc2047-q-encode-string): New function.
19060
19061         * mm-util.el (mm-replace-in-string): New function.
19062
19063 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19064
19065         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19066         Really get it right.
19067         (gnus-inews-make-draft): Really.
19068
19069 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19070
19071         * nnmh.el (nnmh-request-list-1): Don't check the link count
19072         before descending.  (small patch)
19073
19074 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19075
19076         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19077         stuff.
19078
19079         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19080         Match on real group name.
19081
19082         * gnus-art.el (gnus-signature-limit): Doc fix.
19083
19084         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19085
19086         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19087
19088 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19089
19090         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19091         isn't a string.
19092
19093 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19094
19095         * gnus-draft.el (gnus-draft-send):
19096         Bind rfc2047-encode-encoded-words.
19097
19098         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19099         (rfc2047-encodable-p): Say that =? needs encoding.
19100         (rfc2047-encode-encoded-words): New variable.
19101
19102         * gnus-group.el (gnus-group-select-group): Doc fix.
19103
19104         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19105
19106         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19107         to nil.
19108
19109         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19110
19111         * nnheader.el (nnheader-get-lines-and-char): New function.
19112
19113 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19114
19115         * gnus-msg.el (gnus-summary-followup-with-original):
19116         Document yanking of region when active.
19117
19118 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19119
19120         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19121         groups if the group level is higher than the specified value.
19122
19123 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19124
19125         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19126         (gnus-group-jump-to-group): Add prefix argument using
19127         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19128         non-active group.
19129
19130         * compface.el (uncompface): Be verbose when changing
19131         `uncompface-use-external'.
19132
19133         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19134         handle manual section.
19135
19136 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19137
19138         * gnus-art.el (gnus-button-alist): Revert previous change.
19139
19140 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19141
19142         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19143
19144 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19145
19146         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19147         whether backend can accept message.
19148
19149         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19150
19151 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19152
19153         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19154         Avoid creating directory when nntp-marks-is-evil is true.
19155         Reported by Reiner Steib.
19156
19157 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19158
19159         * gnus-picon.el (gnus-picon-style): New variable.
19160         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19161         (gnus-picon-transform-address): Support `gnus-picon-style'.
19162         From Jesper Harder <harder@ifa.au.dk>.
19163
19164 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19165
19166         * message.el (message-fill-field): Return point.
19167         (message-generate-headers): Go to end of field.
19168
19169         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19170         stuff for non-living groups.
19171
19172 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19173
19174         * gnus-art.el (gnus-article-followup-with-original)
19175         (gnus-article-reply-with-original): gnus-mark-active-p ->
19176         gnus-region-active-p.
19177
19178 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19179
19180         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19181         only when there is spam or ham to be processed.
19182
19183 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19184
19185         * mail-source.el (mail-source-delete-crash-box): Refactor.
19186         (mail-source-fetch): Use it.
19187         (mail-source-fetch-file): Ditto.
19188         (mail-source-fetch-directory): Run postscript in loop.
19189         (mail-source-fetch-pop): Delete.
19190         (mail-source-fetch-maildir): Ditto.
19191         (mail-source-fetch-imap): Ditto.
19192
19193         * imap.el (imap-authenticators): Comment out sasl.
19194
19195         * message.el (message-skip-to-next-address): New function.
19196         (message-fill-header-address): Refactor.
19197         (message-fill-address): Use it.
19198         (message-delete-address): Use it.
19199         (message-fill-header-general): Refactor.
19200         (message-fill-field-address): Rename.
19201         (message-narrow-to-field): Find the start of the header.
19202         (message-header-format-alist): Don't pre-fill.
19203         (message-fill-header): Remove.
19204         (message-insert-header): New function.
19205         (message-shorten-references): Use it.
19206
19207         * rfc2047.el (rfc2047-field-value): Strip props.
19208
19209         * mail-parse.el (mail-header-make-address): New alias.
19210
19211         * ietf-drums.el (ietf-drums-make-address): New function.
19212
19213         * imap.el: Add compiler directives.
19214
19215         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19216
19217         * gnus-art.el (article-decode-idna-rhs): Don't use
19218         message-idna-inside-rhs-p.
19219
19220 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19221
19222         * message.el (message-idna-inside-rhs-p): Remove.
19223         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19224
19225         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19226         false positives.
19227
19228 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19229
19230         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19231
19232 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19233
19234         * nneething.el (nneething-file-name): Don't create spurious
19235         files.
19236
19237         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19238         (gnus-inews-do-gcc): Remove sleep.
19239
19240         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19241         part under point.
19242
19243         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19244         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19245
19246 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19247
19248         * spam.el (spam-summary-prepare-exit): Fix (length).
19249
19250 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19251
19252         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19253         as expired without moving it" message when there are spam
19254         messages left.
19255
19256 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19257
19258         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19259         header is not nil.
19260
19261 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19262
19263         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19264         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19265         (nntp-marks-changed-p): New arg SERVER.
19266         (nntp-request-update-info): Adjust caller.
19267
19268 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19269
19270         * nntp.el (nntp-save-marks): Pass missing arg.
19271
19272 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19273
19274         * nntp.el: Support marks.
19275         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19276         (nntp-marks-modtime, nntp-marks-directory): New variables.
19277         (nntp-request-set-mark, nntp-request-update-info)
19278         (nntp-possibly-create-directory, nntp-marks-changed-p)
19279         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19280         New functions.
19281
19282 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19283
19284         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19285         (gnus-xmas-redefine): Rename.
19286
19287         * gnus-score.el (gnus-score-insert-help):
19288         Use gnus-select-lowest-window.
19289
19290         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19291         appt-select-lowest-window and rename to gnus-select-lowest-window.
19292
19293         * gnus.el: do.
19294
19295 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19296
19297         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19298         encodings of MIME-encoded words, in order to improve
19299         interoperability with several broken MUAs.
19300
19301 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19302
19303         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19304         tags, only when charsets are not specified in headers.
19305         (mm-inline-text-html-render-with-w3m): Ditto.
19306
19307         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19308         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19309
19310 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19311
19312         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19313         instead of MIME-decoded from fields when checking
19314         `gnus-article-address-banner-alist'.
19315
19316 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19317
19318         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19319         description rather than subject.
19320
19321 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19322
19323         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19324
19325 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19326
19327         * gnus.el (gnus-version-number): Bump.
19328
19329 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19330
19331         * gnus.el: No Gnus v0.2 is released.
19332
19333 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19334
19335         * gnus-agent.el (gnus-agent-read-agentview):
19336         Inline gnus-uncompress-range.
19337
19338 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19339
19340         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19341         `exec-installed-p'.
19342
19343 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19344
19345         * gnus.el (spam-process, spam-autodetect-methods):
19346         Add bsfilter and bsfilter-headers.
19347
19348         * spam.el (spam-bsfilter): New customize group.
19349         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19350         (spam-bsfilter-header, spam-bsfilter-probability-header)
19351         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19352         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19353         (spam-bsfilter-database-directory): New options.
19354         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19355         (spam-list-of-statistical-checks, spam-registration-functions):
19356         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19357         (spam-bsfilter-score): New command.
19358         (spam-check-bsfilter-headers, spam-check-bsfilter)
19359         (spam-bsfilter-register-with-bsfilter)
19360         (spam-bsfilter-register-spam-routine)
19361         (spam-bsfilter-unregister-spam-routine)
19362         (spam-bsfilter-register-ham-routine)
19363         (spam-bsfilter-unregister-ham-routine): New functions.
19364         (spam-generic-score): Support bsfilter; Accept an optional argument
19365         to recalcurate spam score even if scoring header has already been
19366         added.
19367         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19368         optional argument to recalcurate spam score even if scoring header
19369         has already been added.
19370
19371 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19372
19373         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19374         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19375         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19376         link is missing.
19377
19378 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19379
19380         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19381         (html2text-get-attr): Rewrite.
19382
19383         * message.el (message-setup-1): Remove redundant put-text-property
19384         on mail-header-separator.
19385
19386 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19387
19388         * gnus-registry.el (gnus-registry-cache-whitespace)
19389         (gnus-registry-action, gnus-registry-spool-action)
19390         (gnus-registry-split-fancy-with-parent): Change message levels
19391         from 5 to 3 or 7, as needed.
19392
19393         * spam.el (spam-summary-prepare-exit)
19394         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19395         (spam-split, spam-find-spam, spam-log-undo-registration)
19396         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19397         level from 5 to 6.
19398
19399 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19400
19401         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19402         2004-03-04 change).
19403
19404 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19405
19406         * sieve-manage.el (sieve-manage-open):
19407         * nnweb.el (nnweb-insert-html):
19408         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19409         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19410         * nnspool.el (nnspool-request-group):
19411         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19412         * nnml.el (nnml-request-update-info):
19413         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19414         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19415         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19416         (nnimap-request-set-mark):
19417         * nnfolder.el (nnfolder-request-update-info):
19418         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19419         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19420         * gnus-uu.el (gnus-uu-find-articles-matching):
19421         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19422         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19423         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19424         * gnus-nocem.el (gnus-nocem-scan-groups):
19425         * gnus-int.el (gnus-start-news-server):
19426         * gnus-group.el (gnus-group-make-kiboze-group)
19427         (gnus-group-browse-foreign-server):
19428         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19429         Use mapc when appropriate.
19430
19431 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19432
19433         FIXME: Make separate entries for each person.
19434
19435         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19436         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19437         <shields@msrl.com>:
19438
19439         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19440         may need for spam sorting and scoring.
19441         (spam-user-format-function-S): Add user format function suitable for
19442         general use.
19443         (spam-article-sort-by-spam-status): Add sorting function for summary
19444         sorting.
19445         (spam-extra-header-to-number): Add function to get a score from a
19446         header.
19447         (spam-summary-score): Add function to get a numeric score from the
19448         headers.
19449         (spam-generic-score): Fix function doc, was in wrong place.
19450         (spam-initialize): Take symbols when it's run, and install the
19451         extra headers that spam-necessary-extra-headers thinks we need.
19452
19453 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19454
19455         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19456         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19457
19458 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19459
19460         * gnus-sum.el (gnus-set-global-variables)
19461         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19462         (gnus-article-get-xrefs, gnus-summary-best-group)
19463         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19464         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19465         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19466         Use with-current-buffer.
19467
19468 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19469
19470         * spam.el (spam-summary-prepare-exit): Simplify logic.
19471         (spam-fetch-article-header): Read the article header if it's not
19472         available.
19473         (spam-list-articles): Simplify logic.
19474         (spam-filelist-register-routine): Fix bug with unregister-list.
19475
19476         * gnus-registry.el: Fix comments at beginning.
19477
19478 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19479
19480         * message.el (message-cater-to-broken-inn): Remove.
19481         (message-shorten-references): Make sure the total folded length of
19482         References is shorter than 998 characters to cater to a bug in INN
19483         2.3.  Also, don't pretend that references aren't folded -- this
19484         hasn't worked for a while.
19485
19486 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19487
19488         * gnus-agent.el (gnus-agentize):
19489         gnus-agent-send-mail-real-function no longer set to current value
19490         of message-send-mail-function but rather a lambda that calls
19491         message-send-mail-function.  The change makes the agent real-time
19492         responsive to user changes to message-send-mail-function.
19493
19494 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19495
19496         * legacy-gnus-agent.el
19497         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19498         help from Florian Weimer <fw@deneb.enyo.de>
19499
19500 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19501
19502         * nnmail.el (nnmail-cache-insert): Revert last change.
19503
19504 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19505
19506         * nnmail.el (nnmail-cache-insert): Always check whether
19507         nnmail-cache-ignore-groups matches a group name.
19508
19509 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19510
19511         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19512         (spam-find-spam, spam-log-processing-to-registry)
19513         (spam-log-registered-p, spam-log-unregistration-needed-p)
19514         (spam-log-undo-registration): Use gnus-message instead of
19515         gnus-error, none of these errors are fatal.
19516
19517         * gnus-registry.el (gnus-registry-clean-empty-function)
19518         (gnus-registry-clean-empty): Remove only empty entries without
19519         extra data.
19520
19521 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19522
19523         * spam-stat.el (spam-stat-buffer-change-to-spam)
19524         (spam-stat-buffer-change-to-non-spam): Change (error) to
19525         (gnus-message 8) invocation.
19526
19527 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19528
19529         * nntp.el (nntp-via-netcat-command): New variable.
19530         (nntp-via-netcat-switches): New variable.
19531         (nntp-open-via-rlogin-and-netcat): New function.
19532         (nntp-open-connection-function): Doc fix.
19533         (nntp-telnet-command): Doc fix.
19534         (nntp-end-of-line): Doc fix.
19535         (nntp-via-rlogin-command): Doc fix.
19536         (nntp-via-user-name): Doc fix.
19537         (nntp-via-address): Doc fix.
19538
19539 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19540
19541         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19542         error in Emacs 21.1.
19543
19544 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19545
19546         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19547
19548 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19549
19550         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19551         (gnus-agent-with-refreshed-group): New macro.
19552         (gnus-agent-rename-group): New function.
19553         (gnus-agent-delete-group): New function.
19554         (gnus-agent-save-group-info): Use gnus-command-method when
19555         `method' parameter is nil.  Don't write nil entries into the
19556         active file.
19557         (gnus-agent-get-group-info): New function.
19558         (gnus-agent-fetch-articles):
19559         Use gnus-agent-update-files-total-fetched-for to increment disk space
19560         used.
19561         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19562         Use gnus-agent-update-view-total-fetched-for to increment disk space
19563         used.
19564         (gnus-agent-get-local): Add optional parameters to avoid calling
19565         gnus-group-real-name and gnus-find-method-for-group.
19566         (gnus-agent-set-local): Delete stored entry if either min, or max,
19567         are nil.
19568         (gnus-agent-fetch-session): Reworded error/quit messages.
19569         On quit, use gnus-agent-regenerate-group to record existance of any
19570         articles fetched to disk before the quit occurred.
19571         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19572         gnus-agent-update-view-total-fetched-for, and
19573         gnus-agent-update-files-total-fetched-for to decrement disk space
19574         used.
19575         (gnus-agent-retrieve-headers):
19576         Use gnus-agent-update-view-total-fetched-for to increment disk space
19577         used.
19578         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19579         with gnus-agent-update-files-total-fetched-for to decrement disk
19580         space and fresh group buffer.
19581         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19582         (gnus-agent-need-update-total-fetched-for): New variable.
19583         (gnus-agent-update-files-total-fetched-for): New function.
19584         (gnus-agent-update-view-total-fetched-for): New function.
19585         (gnus-agent-total-fetched-for): New function.
19586
19587         * gnus-cache.el (gnus-cache-save-buffers):
19588         Use gnus-cache-update-overview-total-fetched-for to change disk space
19589         used by this group.
19590         (gnus-cache-possibly-enter-article):
19591         Use gnus-cache-update-file-total-fetched-for to increment disk space
19592         used by this group.
19593         (gnus-cache-possibly-remove-article):
19594         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19595         used by this group.
19596         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19597         (gnus-cache-rename-group): New function.
19598         (gnus-cache-delete-group): New function.
19599         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19600         (gnus-cache-need-update-total-fetched-for): New variable.
19601         (gnus-cache-with-refreshed-group): New macro.
19602         (gnus-cache-update-file-total-fetched-for): New function.
19603         (gnus-cache-update-overview-total-fetched-for): New function.
19604         (gnus-cache-rename-group-total-fetched-for): New function.
19605         (gnus-cache-delete-group-total-fetched-for): New function.
19606         (gnus-cache-total-fetched-for): New function.
19607
19608         * gnus-group.el: Require gnus-sum and autoload functions to
19609         resolve warnings when gnus-group.el compiled alone.
19610         (gnus-group-line-format): Documented new %F.
19611         (size of Fetched data) group line format; identifies disk space
19612         used by agent and cache.
19613         (gnus-group-line-format-alist): Defined new F format.
19614         (gnus-total-fetched-for): New function.
19615         (gnus-group-delete-group): No longer update
19616         gnus-cache-active-altered as gnus-request-delete-group now keeps
19617         the cache in sync.
19618         (gnus-group-list-active): Let the agent store a server's active
19619         list if currently plugged.
19620
19621         * gnus-int.el (gnus-request-delete-group):
19622         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19623         local disk in sync with the server.
19624         (gnus-request-rename-group):
19625         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19626         local disk in sync with the server.
19627
19628         * gnus-start.el (gnus-get-unread-articles):
19629         Cosmetic simplification to logic.
19630
19631         * gnus-util.el (gnus-rename-file): New function.
19632
19633 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19634
19635         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19636
19637 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19638
19639         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19640         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19641
19642 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19643
19644         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19645         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19646
19647 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19648
19649         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19650
19651 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19652
19653         * spam.el (spam-set-difference): Add function to replace
19654         gnus-set-difference in spam.el.
19655         (spam-summary-prepare-exit): Use spam-set-difference.
19656
19657 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19658
19659         * gnus-registry.el (gnus-registry-cache-file): Update to use
19660         gnus-dribble-directory OR gnus-home-directory OR ~.
19661         (gnus-registry-split-fancy-with-parent): Fix doc.
19662
19663 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19664
19665         * message.el (message-exchange-point-and-mark):
19666         Use message-mark-active-p.  Suggested by Jesper Harder
19667         <harder@ifa.au.dk>.
19668
19669 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19670
19671         * message.el (message-exchange-point-and-mark): Don't activate
19672         region if it was inactive.  Suggested by Hiroshi Fujishima
19673         <pooh@nature.tsukuba.ac.jp>.
19674
19675 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19676
19677         * gnus-art.el (article-display-face): Display Faces in the same
19678         order as X-Faces.
19679
19680 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19681
19682         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19683
19684 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19685
19686         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19687         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19688         (gnus-article-mime-hierarchy): Remove.
19689         (gnus-article-mime-hierarchy-next): Remove.
19690         (gnus-article-mode): Revert 2004-03-19 change.
19691         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19692         (gnus-insert-mime-button): Revert 2004-03-19 change.
19693         (gnus-mime-accumulate-hierarchy): Remove.
19694         (gnus-mime-enter-multipart): Remove.
19695         (gnus-mime-leave-multipart): Remove.
19696         (gnus-mime-display-part): Revert 2004-03-19 change.
19697         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19698
19699         * mml.el (mml-preview): Revert 2004-03-19 change.
19700
19701 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19702
19703         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19704
19705 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19706
19707         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19708         t while entering a file name using the mm-with-multibyte macro.
19709         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19710
19711         * mm-util.el (mm-with-multibyte): New macro.
19712
19713 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19714
19715         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19716         New user option.
19717         (gnus-mime-multipart-functions): Doc and customization fix.
19718         (gnus-article-mime-hierarchy): New variable.
19719         (gnus-article-mime-hierarchy-next): New variable.
19720         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19721         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19722         gnus-article-mime-hierarchy-next to nil.
19723         (gnus-insert-mime-button): Show hierarchy numbers.
19724         (gnus-mime-accumulate-hierarchy): New function.
19725         (gnus-mime-enter-multipart): New function.
19726         (gnus-mime-leave-multipart): New function.
19727         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19728         (gnus-mime-display-alternative): Show hierarchy numbers.
19729
19730         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19731         gnus-article-mime-hierarchy-next to nil.
19732
19733 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19734
19735         * dns.el: Don't require gnus-xmas.
19736
19737 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19738
19739         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19740         inline PGP.
19741         (mml-menu): Disable mml-quote-region if mark is inactive.
19742
19743 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19744
19745         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19746         when the group's active is not available.
19747
19748 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19749
19750         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19751         error.
19752
19753 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19754
19755         * imap.el (imap-store-password): New variable.
19756         (imap-interactive-login): Use it.
19757         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19758
19759 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19760
19761         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19762         window-start and hscroll to summary window.
19763
19764 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19765
19766         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19767         conversion message to newsrc-dribble when an actual conversion is
19768         performed.
19769
19770 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19771
19772         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19773
19774 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19775
19776         * mm-decode.el (mm-complicated-handles): New function reviving
19777         former definition of mm-multiple-handles.
19778
19779         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19780         (gnus-mime-delete-part): Use it.
19781
19782 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19783
19784         * gnus-agent.el (gnus-agent-read-local):
19785         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19786         avoid the implicit assumption that they will always be equal.
19787         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19788         coding-system-for-write, as the with-temp-file macro first prints
19789         to a buffer then saves the buffer.
19790
19791 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19792
19793         * gnus-art.el (gnus-article-edit-part): New function.
19794         (gnus-mime-save-part-and-strip): Use it; do query instead of
19795         signaling an error; don't use mm-multiple-handles.
19796         (gnus-mime-delete-part): Ditto.
19797
19798 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19799
19800         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19801         old file versions.
19802         (gnus-group-prepare-hook): Remove function that converted list
19803         form of gnus-agent-expire-days to group properties.
19804
19805         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19806         (gnus-request-accept-article): Re-indented.
19807
19808         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19809         converters to handle old agent file formats.  Add logic for a
19810         "backup before upgrading warning".
19811         (gnus-convert-mark-converter-prompt): Developers can mark
19812         functions as needing (default), or not needing,
19813         gnus-convert-old-newsrc's "backup before upgrading warning".
19814         (gnus-convert-converter-needs-prompt): Tests whether the user
19815         should be protected from potentially irreversable changes by the
19816         function.
19817
19818         * legacy-gnus-agent.el: New.  Provides converters that are only
19819         loaded when gnus-convert-old-newsrc needs to call them.
19820
19821 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19822
19823         * mail-source.el (mail-source-touch-pop): Doc fix.
19824
19825         * message.el (message-smtpmail-send-it): Doc fix.
19826
19827 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19828
19829         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19830
19831         * nnmail.el (nnmail-split-fancy): do.
19832
19833         * gnus-kill.el (gnus-kill, gnus-execute): do.
19834
19835 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19836
19837         * gnus-sum.el (gnus-widget-reversible-match)
19838         (gnus-widget-reversible-to-internal)
19839         (gnus-widget-reversible-to-external): New functions.
19840         (gnus-widget-reversible): New widget.
19841         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19842
19843 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19844
19845         * gnus-sum.el (gnus-thread-sort-functions)
19846         (gnus-article-sort-functions): Document `(not F)' items.
19847
19848 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19849
19850         * spam.el (spam-use-gmane-xref): Add new backend.
19851         (spam-gmane-xref-spam-group): Add variable to control the name of the
19852         Gmane spam group.
19853         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19854         (spam-regex-headers-spam, spam-regex-headers-ham)
19855         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19856         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19857         backends and checks.
19858         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19859
19860         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19861         an autodetect method.
19862
19863 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19864
19865         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19866         articles are being added to a group.
19867         (gnus-request-replace-article): Inform the agent that articles
19868         need to be uncached as the cached contents are no longer valid.
19869
19870 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19871
19872         * binhex.el: Don't autoload executable-find.
19873
19874         * canlock.el: Don't autoload mail-fetch-field.
19875
19876         * dgnushack.el: Autoload c-mode for XEmacs.
19877
19878         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19879
19880         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19881         rmail-dont-reply-to and rmail-output.
19882
19883         * gnus-score.el: Don't autoload ffap-string-at-point.
19884
19885         * gnus-setup.el: Don't autoload sc-cite-original.
19886
19887         * imap.el: Don't autoload base64-decode-string,
19888         base64-encode-string and md5.
19889
19890         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19891         and rmail-msg-restore-non-pruned-header.
19892
19893         * mm-decode.el: Don't autoload executable-find.
19894
19895         * mm-url.el: Don't autoload executable-find.
19896
19897         * mm-view.el: Don't autoload diff-mode.
19898
19899         * nndb.el: Don't autoload news-reply-mode, news-setup,
19900         cancel-timer and telnet.
19901
19902         * password.el: Don't autoload run-at-time for Emacs.
19903
19904         * sha1-el.el: Don't autoload executable-find.
19905
19906         * sieve-mode.el: Don't autoload c-mode.
19907
19908         * uudecode.el: Don't autoload executable-find.
19909
19910 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19911
19912         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19913         (gnus-agent-possibly-alter-active): Avoid null in numeric
19914         comparison.
19915         (gnus-agent-set-local): Refuse to save null in local object table.
19916         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19917         list of articles that will be marked as unread.
19918
19919 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19920
19921         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19922
19923 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19924
19925         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19926         language tags.
19927
19928 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19929
19930         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19931         Don't bind "obarray".
19932
19933         * gnus-sum.el (gnus-thread-sort-functions):
19934         Add `gnus-thread-sort-by-most-recent-number' and
19935         `gnus-thread-sort-by-most-recent-date'.
19936         Reported by Kai Grossjohann <kai@emptydomain.de>.
19937
19938 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19939
19940         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19941
19942 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19943
19944         * gnus-cus.el (gnus-agent-customize-category):
19945         Remove ignore-errors macro reference that required cl to be loaded at
19946         run-time.
19947
19948         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19949         single-interval range of the form (min . max).  Previously the
19950         range had to look like ((min . max)).  Likewise, return
19951         (min . max) rather than ((min . max)).
19952         (gnus-range-map): Use gnus-range-normalize to accept
19953         single-interval range.
19954
19955         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19956         the cache, but not the agent, now appear with their usual face.
19957
19958         * dgnushack.el (loaddir): New variable that is bound to the
19959         directory containing the dgnushack.el file. Use loaddir, rather
19960         than srcdir, to update load-path. Change lets dgnushack compile
19961         code in directories other than GNUS/lisp.
19962
19963 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19964
19965         * lpath.el: Don't bind w3m-safe-url-regexp.
19966
19967         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19968         w3m-safe-url-regexp variable buffer-local.
19969
19970         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19971
19972 2004-02-27  Simon Josefsson  <jas@extundo.com>
19973
19974         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19975         gnus-group-real-prefix.
19976         (gnus-summary-move-article): Use it, instead of
19977         gnus-group-real-prefix.
19978
19979 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19980
19981         * lpath.el: Bind w3m-safe-url-regexp.
19982
19983         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19984         w3m-safe-url-regexp variable buffer-local and set it as the value
19985         of mm-w3m-safe-url-regexp.
19986
19987         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19988
19989         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19990         parsing gnus-posting-styles when the message is not for replying.
19991
19992         * dgnushack.el: Autoload sgml-mode for XEmacs.
19993
19994         * nnrss.el (nnrss-opml-export):
19995         Use mm-set-buffer-file-coding-system instead of
19996         set-buffer-file-coding-system.
19997
19998 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19999
20000         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20001         of checkdoc.el).
20002         * nnrss.el: do.
20003         * gnus-mlspl.el: do.
20004         * gnus-ml.el: do.
20005         * gnus-srvr.el: do.
20006
20007         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20008
20009 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20010
20011         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20012         Corrections to custom-manual links.
20013
20014         * gnus-art.el (gnus-article): Ditto.
20015
20016         * mm-decode.el (mime-display, mime-security): Ditto.
20017
20018 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20019
20020         * flow-fill.el: Typo.
20021
20022 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20023
20024         * spam-wash.el: New file.
20025
20026 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20027
20028         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20029
20030 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20031
20032         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20033         to be run with new-articles as LIST1, not LIST2.
20034         (spam-registration-functions): Add spam-use-ham-copy as a nil
20035         registration backend.
20036
20037 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20038
20039         * spam-stat.el (spam-stat-washing-hook): New option.
20040         (spam-stat-buffer-words): Use it.
20041         (spam-stat-process-directory, spam-stat-test-directory):
20042         Use insert-file-contents-literally.
20043         (spam-stat-coding-system): New variable.
20044         (spam-stat-load, spam-stat-save): Use it.
20045
20046 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20047
20048         * spam-report.el (spam-report-plug-agent):
20049         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20050
20051 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20052
20053         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20054         Allow / in mailto URLs.
20055
20056 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20057
20058         * spam-report.el (spam-report-process-queue): Fix interactive use.
20059         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20060         (spam-report-unplug-agent): Doc fixes.
20061         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20062         (spam-report-agentize, spam-report-deagentize): Autoload.
20063
20064 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20065
20066         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20067
20068         * message.el (message-setup-fill-variables): Add mml tags to
20069         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20070         <ajk@iu.edu>.
20071         (message-mode): Don't modify paragraph-separate there.
20072
20073 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20074
20075         * compface.el (uncompface-use-external): Default to undecided.
20076         (uncompface-use-external-threshold): New variable.
20077         (uncompface-float-time): New macro.
20078         (uncompface): Determine whether to use the external decoder if
20079         uncompface-use-external is undecided.
20080
20081 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20082
20083         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20084         after images.
20085
20086         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20087
20088 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20089
20090         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20091
20092         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20093
20094         * gnus-sum.el (gnus-summary-limit-to-age)
20095         (gnus-summary-limit-children): do.
20096
20097         * gnus-int.el (gnus-request-scan): do.
20098
20099         * gnus-group.el (gnus-group-suspend): do.
20100
20101         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20102
20103         * gnus-cite.el (gnus-cite-parse-attributions): do.
20104
20105         * gnus-agent.el (gnus-summary-set-agent-mark)
20106         (gnus-agent-regenerate-group): do.
20107
20108         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20109
20110         * binhex.el (binhex-decode-region-internal): do.
20111
20112 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20113
20114         * gnus-fun.el (gnus-face-properties-alist): New user option.
20115         (gnus-display-x-face-in-from): Use it.
20116
20117         * gnus-art.el (article-display-face): Ditto.
20118
20119         * compface.el (uncompface-use-external): Default to nil.
20120
20121 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20122
20123         * nntp.el (nntp-erase-buffer): New function.
20124         (nntp-retrieve-data, nntp-send-command)
20125         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20126         (nntp-possibly-change-group): Use it.
20127
20128         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20129         Use with-current-buffer.
20130
20131 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20132
20133         * compface.el: Merge the ELisp-based uncompface program.
20134         (compface): New customization group.
20135         (uncompface-use-external): New user option.
20136         (uncompface): Call uncompface-internal if uncompface-use-external
20137         is nil.
20138         (uncompface-internal): New function.  Note that there are also
20139         some other functions and variables added for this function.
20140
20141 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20142
20143         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20144         if necessary.
20145
20146 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20147
20148         * spam-report.el (spam-report-unplug-agent)
20149         (spam-report-plug-agent, spam-report-deagentize)
20150         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20151         Add support for the Agent in spam-report: when unplugged, report to a
20152         file; when plugged, submit all the requests.
20153
20154         * spam.el (spam-register-routine): Fix message about
20155         registration.
20156
20157 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20158
20159         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20160         dependencies.
20161         (rfc2047-encode): Use it.
20162
20163         * gnus-art.el (gnus-button-marker-list): Move before first
20164         reference.
20165
20166         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20167         (imap-parse-body): Fix format string mismatch.
20168
20169         * gnus-score.el (gnus-summary-increase-score): do.
20170
20171         * nnrss.el (nnrss-close): New function.
20172
20173 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20174
20175         * nnrss.el (nnrss-make-filename): New function.
20176         (nnrss-request-delete-group, nnrss-read-server-data)
20177         (nnrss-save-server-data, nnrss-read-group-data)
20178         (nnrss-save-group-data): Use it.
20179         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20180         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20181         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20182
20183 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20184
20185         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20186
20187 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20188
20189         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20190         files.
20191
20192         * message.el (message-generate-headers-first): Don't quote nil
20193         and t in docstrings.
20194
20195         * imap.el (imap-id): do.
20196
20197         * gnus-agent.el (gnus-agent-consider-all-articles)
20198         (gnus-agent-queue-mail): do.
20199
20200 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20201
20202         * spam-report.el (spam-report-process-queue): New function.
20203         Process requests from `spam-report-requests-file'.
20204         (spam-report-process-queue): Doc fix.
20205
20206 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20207
20208         * spam.el (spam-register-routine)
20209         (spam-log-processing-to-registry, spam-log-registered-p)
20210         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20211         Change "check" to "spam-check" for semi-clarity.
20212
20213 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20214
20215         * pop3.el: Require nnheader.
20216
20217         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20218
20219         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20220
20221         * gnus-picon.el: Require cl.
20222
20223         * gnus-fun.el: Require gnus-ems and gnus-util.
20224
20225         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20226
20227         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20228
20229         * gnus-art.el (gnus-article-edit-mode): Define before first
20230         reference.
20231
20232 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20233
20234         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20235         (gnus-uu-post-encoded): Use point-at-bol.
20236
20237         * gnus-topic.el (gnus-group-active-topic-p): do.
20238
20239         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20240
20241         * gnus-group.el (gnus-group-kill-region): do.
20242
20243         * gnus-art.el (article-date-ut): do.
20244
20245         * message.el (message-fetch-field): Remove redundant
20246         case-fold-search binding.
20247         (message-narrow-to-field): Simplify.
20248
20249 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20250
20251         * spam.el (spam-directory): Derive from `gnus-directory'.
20252
20253         * spam-report.el (spam-report-url-to-file)
20254         (spam-report-requests-file): New function and variable for offline
20255         reporting.
20256         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20257         and user defined function.
20258         (spam-report-url-ping-mm-url): Remove doubled slash.
20259
20260 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20261
20262         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20263
20264 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20265
20266         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20267         Fix format string mismatch.
20268
20269         * sieve.el (sieve-deactivate-all): do.
20270
20271         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20272
20273         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20274
20275         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20276
20277         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20278
20279 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20280
20281         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20282         the list of checks.
20283
20284 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20285
20286         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20287         padding.
20288
20289 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20290
20291         * mm-view.el (mm-fill-flowed): New variable.
20292         (mm-inline-text): Use it.
20293
20294 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20295
20296         * spam.el (spam-spamassassin-register-ham-routine)
20297         (spam-spamassassin-register-spam-routine): Fix function names.
20298
20299 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20300
20301         * gnus.el (gnus-tmp-grouplens): Remove.
20302         (gnus-summary-line-format): Remove grouplens.
20303
20304         * gnus-group.el (gnus-group-line-format): Ditto.
20305
20306         * gnus-spec.el (gnus-format-specs): Ditto.
20307         (gnus-update-format-specifications): Flush the group format spec
20308         cache if there's the grouplens stuff.
20309         (gnus-parse-simple-format): Replace %l with the empty string.
20310
20311 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20312
20313         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20314         omission.
20315
20316 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20317
20318         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20319         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20320
20321 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20322
20323         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20324         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20325         New macros and functions.
20326         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20327         Handle > NLINK_MAX messages.
20328         * nnmaildir.el (nnmaildir-request-set-mark):
20329         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20330
20331 2004-01-25  Alex Schroeder  <alex@gnu.org>
20332
20333         * spam-stat.el (spam-stat-process-directory-age): New option.
20334         (spam-stat-process-directory): Use it.
20335
20336 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20337
20338         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20339         (spam-stat-save): Accept prefix argument.
20340
20341 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20342
20343         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20344         links" error.
20345
20346 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20347
20348         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20349         the rest of the and/or forms.
20350
20351 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20352
20353         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20354         compatibility with old .newsrc.eld files.
20355
20356         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20357
20358         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20359
20360         * gnus-start.el (gnus-1): do.
20361
20362         * gnus-group.el (gnus-group-line-format-alist): do.
20363
20364         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20365
20366         * gnus-gl.el: Remove.
20367
20368 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20369
20370         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20371         marks consisting of a single range {for example, (3 . 5)} rather
20372         than a list of a single range { ((3 . 5)) }.
20373
20374 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20375
20376         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20377         Use with-current-buffer.
20378         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20379         avoid consing a string.
20380
20381         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20382         Remove obsolete entries for big5 and gb2312.
20383
20384 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20385
20386         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20387         uncompressed list.
20388
20389 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20390
20391         * spam-stat.el (spam-stat-strip-xref): New function.
20392         (spam-stat-process-directory): Use it.
20393
20394         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20395         here -- it's done in message-fetch-field.
20396
20397 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20398
20399         * gnus-agent.el (gnus-agent-queue-mail)
20400         (gnus-agent-prompt-send-queue): New variables.
20401         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20402         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20403         "nndraft:queue" along to gnus-draft-send.
20404         Use gnus-agent-prompt-send-queue.
20405         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20406         is "nndraft:queue".  Suggested by Gaute Strokkenes
20407         <gs234@srcf.ucam.org>
20408
20409         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20410         (agent-enable-undownloaded-faces): Add.
20411         (gnus-agent-cat-groups): Use eval-and-compile, not
20412         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20413         method of gnus-agent-cat-groups even when the buffer has been
20414         evaled.
20415         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20416         delete gnus-agent-save-active-1.
20417         (gnus-agent-save-groups): Delete.  Identical to
20418         gnus-agent-save-active.
20419         (gnus-agent-write-active): No longer adjust agent's copy of active
20420         file as agent's adjustments are now stored in their own
20421         file.  Remove optional parameter.
20422         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20423         servers.  Add use of min/max range limits from server's local
20424         file.
20425         (gnus-agent-save-alist): Remove unused optional argument.
20426         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20427         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20428         (gnus-agent-set-local): A per-server file that keeps min/max range
20429         limits for articles known to the agent.  Provides a fast mechanism
20430         for altering many active ranges.
20431         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20432         active file (local makes it unnecessary).
20433         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20434
20435         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20436         (agent-enable-undownloaded-faces): Add.
20437
20438         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20439         disable it when sending to "nndraft:queue".
20440         (gnus-group-send-queue): Add safety check to avoid sending queue
20441         when unplugged.
20442
20443         * gnus-group.el (gnus-group-catchup): Use new
20444         gnus-sequence-of-unread-articles, not
20445         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20446         numbers of articles.  Use gnus-range-map to avoid having to
20447         uncompress the unread list.
20448         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20449         Fix invalid ange-ftp reference.
20450
20451         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20452         (gnus-sorted-range-intersection): Intersection of two ranges
20453         without requiring that they first be uncompressed.
20454
20455         * gnus-start.el (gnus-activate-group): Unless blocked by the
20456         caller, possibly expand the active range to include both cached
20457         and agentized articles.
20458         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20459         multiple version-dependent converters.
20460         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20461         gnus-agent-save-active.
20462         (gnus-save-newsrc-file): Save dirty agent range limits.
20463
20464         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20465         gnus-agent-possibly-alter-active.
20466         (gnus-adjust-marked-articles): Faster handling of simple lists.
20467
20468 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20469
20470         * spam-stat.el (spam-stat-test-directory): New optional argument
20471         displays a list of files detected.  Suggested by Andrew Cohen
20472         <cohen@andy.bu.edu>.
20473         (spam-stat-buffer-words-with-scores): Don't narrow and change
20474         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20475
20476 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20477
20478         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20479         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20480         (spam-spamassassin-arguments)
20481         (spam-spamassassin-spam-flag-header)
20482         (spam-spamassassin-positive-spam-flag-header)
20483         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20484         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20485         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20486         (spam-list-of-processors, spam-list-of-checks)
20487         (spam-list-of-statistical-checks, spam-registration-functions)
20488         (spam-check-spamassassin-headers, spam-check-spamassassin)
20489         (spam-spamassassin-score)
20490         (spam-spamassassin-register-with-sa-learn)
20491         (spam-spamassassin-register-spam-routine)
20492         (spam-spamassassin-register-ham-routine)
20493         (spam-assassin-register-spam-routine)
20494         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20495         (spam-bogofilter-score): Fix to show article before scoring.
20496
20497 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20498
20499         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20500         default scoring function.
20501         (spam-generic-score): Call spam-spamassassin-score if
20502         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20503         spam-bogofilter-score otherwise.
20504
20505         * gnus.el (spam-process, spam-autodetect-methods):
20506         Add spamassassin and spamassassin-headers.
20507
20508 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20509
20510         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20511         Suppress unnecessary messages.
20512
20513 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20514
20515         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20516         make-hash-table.
20517
20518 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20519
20520         * canlock.el (base64-encode-string): Don't autoload it.
20521
20522 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20523
20524         * run-at-time.el: Remove useless (require 'itimer),
20525         eval-and-compile and (featurep 'xemacs).
20526
20527 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20528
20529         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20530         GROUP is a virtual group.
20531
20532 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20533
20534         * gnus.el: Autoload `message-y-or-n-p'.
20535
20536 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20537
20538         * pgg-parse.el: Remove unnecessary (require 'custom).
20539
20540         * pgg-def.el: do.
20541
20542         * nnmail.el: do.
20543
20544         * gnus-undo.el: do.
20545
20546         * gnus-picon.el: do.
20547
20548         * gnus-util.el: do.
20549
20550 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20551
20552         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20553
20554 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20555
20556         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20557         handle, as well as a list.
20558
20559         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20560         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20561         (mm-w3m-cid-retrieve): Simplify.
20562
20563 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20564
20565         * message.el (message-kill-to-signature): Allow prefix arg to
20566         specify number of lines to keep before signature.
20567
20568 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20569
20570         * message.el (message-kill-to-signature): Change docstring.
20571
20572 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20573
20574         * canlock.el: Always require sha1-el.
20575         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20576
20577         * message.el: Autoload sha1 only when compiling.
20578
20579         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20580         eudc-expand-inline for XEmacs.
20581
20582 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20583
20584         * message.el (message-canlock-generate): Require sha1-el.
20585
20586 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20587
20588         * message.el (message-expand-name): Silence the byte compiler.
20589
20590         * lpath.el: Add detect-coding-system.
20591
20592         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20593         cus-edit.
20594
20595 2004-01-13  Simon Josefsson  <jas@extundo.com>
20596
20597         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20598         Invoke gnus-score-mode.
20599         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20600
20601         * gnus-range.el (gnus-compress-sequence): Doc fix.
20602         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20603
20604 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20605
20606         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20607
20608 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20609
20610         * spam.el (spam-get-article-as-string): Update to use
20611         gnus-request-article-this-buffer, much simpler.
20612         (spam-get-article-as-buffer): Remove.
20613
20614 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20615
20616         * message.el (message-expand-name): Use EUDC if the user uses that.
20617
20618 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20619
20620         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20621         character for the encoding to avoid consing a string.
20622
20623         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20624         unnecessarily.
20625
20626         * mm-util.el (mm-replace-chars-in-string): Remove.
20627
20628         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20629         of mm-replace-chars-in-string.
20630
20631 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20632
20633         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20634
20635         * mm-util.el (mm-subst-char-in-string): Support inplace.
20636
20637         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20638         a new string in every iteration.  Use shy groups.
20639
20640 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20641
20642         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20643         * gnus-soup.el (gnus-soup-group-brew):
20644         * gnus-msg.el (gnus-put-message):
20645         * gnus-move.el (gnus-group-move-group-to-server):
20646         * gnus-kill.el (gnus-batch-score):
20647         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20648         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20649         (gnus-group-update-group, gnus-group-read-group)
20650         (gnus-group-make-group, gnus-group-make-help-group)
20651         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20652         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20653         (gnus-group-sort-by-unread, gnus-group-catchup)
20654         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20655         (gnus-group-yank-group, gnus-group-set-info)
20656         (gnus-group-list-groups):
20657         * gnus.el (gnus-generate-new-group-name):
20658         * gnus-delay.el (gnus-delay-send-queue):
20659         * nnvirtual.el (nnvirtual-catchup-group):
20660         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20661         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20662         (gnus-group-prepare-topics, gnus-topic-check-topology):
20663         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20664         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20665         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20666         (gnus-group-make-articles-read):
20667         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20668         (gnus-group-change-level, gnus-kill-newsgroup)
20669         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20670         (gnus-get-unread-articles, gnus-make-articles-unread)
20671         (gnus-make-ascending-articles-unread): Use accessor
20672         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20673         to get group information for improved readability.
20674
20675
20676 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20677
20678         * gnus-art.el (article-decode-mime-words, article-babel)
20679         (gnus-article-highlight-signature, gnus-article-add-buttons)
20680         (gnus-signature-toggle): Use gnus-with-article-buffer.
20681
20682         * gnus-art.el (gnus-article-highlight-headers)
20683         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20684
20685         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20686         (gnus-article-set-globals, gnus-request-article-this-buffer)
20687         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20688         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20689         (gnus-mime-display-alternative): Use with-current-buffer.
20690
20691 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20692
20693         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20694         also under 80 char limit, and call gnus-error if needed.
20695         (spam-fetch-article-header): Fix - it was a
20696         buffer-local variable (gnus-newsgroup-data).
20697         (spam-find-spam): Use spam-generate-fake-headers, forget about
20698         spam-insert-fake-headers.
20699         (spam-insert-fake-headers): Remove.
20700
20701 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20702
20703         * deuglify.el (gnus-article-outlook-unwrap-lines)
20704         (gnus-outlook-rearrange-article)
20705         (gnus-outlook-repair-attribution-outlook)
20706         (gnus-outlook-repair-attribution-block)
20707         (gnus-outlook-repair-attribution-other): Remove redundant
20708         save-excursion.
20709
20710 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20711
20712         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20713         (spam-fetch-field-subject-fast)
20714         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20715         (spam-fetch-article-header): Add functions to deal with Gnus
20716         internals for fast retrieval of article header data.
20717         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20718
20719 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20720
20721         * pop3.el (pop3-md5): Remove.
20722         (pop3-apop): Replace pop3-md5 with md5.
20723
20724         * mm-bodies.el: base64 is always built-in.
20725
20726         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20727         Use with-current-buffer.
20728
20729 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20730
20731         * canlock.el (canlock-insert-header): Remove excessive grouping in
20732         regexp.
20733
20734         * gnus-sum.el (gnus-summary-read-document): Ditto.
20735
20736         * gnus-uu.el (gnus-uu-part-number): Ditto.
20737
20738         * html2text.el (html2text-remove-tags): Ditto.
20739         (html2text-format-tags): Ditto.
20740         (html2text-format-single-elements): Ditto.
20741
20742         * mml.el (mml-parse-1): Ditto.
20743
20744 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20745
20746         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20747
20748         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20749
20750         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20751
20752         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20753
20754 2003-11-15  Simon Josefsson  <jas@extundo.com>
20755
20756         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20757         (pgg-gpg-lookup-key): Use regexp match instead of
20758         split-string (split-string is different between emacs 21.2 and
20759         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20760
20761 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20762
20763         * gnus-art.el (gnus-mime-view-all-parts)
20764         (gnus-article-part-wrapper, gnus-article-view-part):
20765         Use with-current-buffer.
20766
20767 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20768
20769         * spam.el (spam-disable-spam-split-during-ham-respool)
20770         (spam-spamoracle-database, spam-cache-lookups)
20771         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20772         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20773         (spam-group-ham-marks, spam-group-spam-marks)
20774         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20775         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20776         also add spam-use-blackholes to the statistical checks.
20777         (spam-fetch-field-fast): Add interface to fetching fields, may
20778         become a macro.
20779         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20780         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20781         (spam-insert-fake-headers): Fake an article when needed.
20782         (spam-find-spam): Fake article when possible.
20783         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20784         (spam-check-bogofilter-headers): Use message-fetch-field instead
20785         of nnmail-fetch-field.
20786
20787 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20788
20789         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20790
20791 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20792
20793         * spam.el (spam-split): Do not require spam-use-CHECK to be
20794         enabled if that check is passed to spam-split explicitly; also
20795         fix so 'spam doesn't get converted to spam-split-group when
20796         spam-split-symbolic-return is t.
20797         (spam-find-spam): Find registrations of the article and use those
20798         instead of re-running spam-split to find the spam/ham
20799         classification of the article.
20800         (spam-log-processing-to-registry, spam-log-registered-p)
20801         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20802         Use gnus-error instead of gnus-message.
20803         (spam-log-registration-type): Add function to determine the
20804         classification of a message based on registry entries; will
20805         return nil if both 'spam and 'ham are found.
20806         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20807         a reasonably fast local cache without the loading errors.
20808         (spam-cache-lookups): Set to t by default.
20809         (spam-find-spam): Don't try to guess spam-cache-lookups.
20810         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20811         spam-caches entry.
20812         (spam-filelist-build-cache, spam-filelist-check-cache):
20813         Fix caching of whitelist/blacklist entries.
20814         (spam-check-whitelist, spam-check-blacklist):
20815         Invoke spam-from-listed-p with a type, not a cache variable.
20816         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20817
20818 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20819
20820         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20821
20822         * nnmail.el (nnmail-split-fancy): do.
20823
20824         * mml.el (mml-parse): do.
20825
20826         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20827         (gnus-score-adaptive): do.
20828
20829 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20830
20831         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20832         (gnus-mime-button-map): Don't set keymap parent.
20833         (gnus-button-ctan-directory-regexp): Use shy grouping.
20834         (gnus-prev-page-map): Don't set keymap parent.
20835         (gnus-prev-page-map): Remove duplicated one.
20836         (gnus-next-page-map): Don't set keymap parent.
20837         (gnus-mime-security-button-map): Ditto.
20838
20839         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20840         version number.
20841
20842         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20843
20844 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20845
20846         * canlock.el (canlock-sha1-function): Remove.
20847         (canlock-sha1-function-for-verify): Remove.
20848         (canlock-openssl-program): Remove.
20849         (canlock-openssl-args): Remove.
20850         (canlock-ignore-errors): Remove.
20851         (canlock-sha1-with-openssl): Remove.
20852         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20853         (canlock-verify): Don't use canlock-ignore-errors.
20854
20855         * sha1-el.el (sha1-string-external): Make it can return a string
20856         in binary form.
20857         (sha1-region-external): Ditto.
20858         (sha1-string-internal): Ditto.
20859         (sha1-region-internal): Ditto.
20860         (sha1-region): Ditto.
20861         (sha1-string): Ditto.
20862         (sha1): Ditto.
20863
20864 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20865
20866         * spam.el (spam-report-articles-gmane): New command.
20867
20868 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20869
20870         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20871
20872         * run-at-time.el (run-at-time-saved): Remove.
20873         (run-at-time): Doc fix.
20874
20875 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20876
20877         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20878         (gnus-summary-limit-map): Add it.
20879         (gnus-summary-make-menu-bar): do.
20880
20881 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20882
20883         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20884         Make attempt at some caching support (done for BBDB only now).
20885         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20886         addresses to be checked.
20887         (spam-clear-cache-BBDB): Add function, to be invoked by
20888         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20889         (spam-check-BBDB): Check and use the caches, if
20890         spam-cache-lookups is on, remove superfluous (provide).
20891
20892 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20893
20894         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20895
20896 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20897
20898         * run-at-time.el (run-at-time-saved): Move to after the definition
20899         of `run-at-time'.
20900
20901         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20902
20903 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20904
20905         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20906         mm-w3m-local-map-property.
20907
20908         * mm-view.el (mm-w3m-mode-map): Remove.
20909         (mm-w3m-local-map-property): Remove.
20910         (mm-inline-text-html-render-with-w3m): Don't use
20911         mm-w3m-local-map-property.
20912
20913 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20914
20915         * run-at-time.el: New file.
20916
20917         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20918         under Emacs.
20919
20920         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20921         of gnus-set-text-properties.
20922
20923         * gnus-uu.el (gnus-uu-save-article): Ditto.
20924
20925         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20926
20927         * gnus-cite.el (gnus-cite-parse): Ditto.
20928
20929         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20930         of gnus-.
20931
20932         * gnus-xmas.el (run-at-time): Require run-at-time.
20933
20934         * gnus.el: Change calls to nnheader-run-at-time and
20935         password-run-at-time throughout to use run-at-time directly.
20936
20937         * password.el: Remove definition of run-at-time.
20938
20939         * nnheaderxm.el: Remove definition of run-at-time.
20940
20941 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20942
20943         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20944         in prompt.
20945
20946 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20947
20948         * messagexmas.el (message-xmas-redefine): Alias
20949         `message-make-caesar-translation-table' to
20950         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20951         version.
20952
20953         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20954         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20955         `gnus-xmas-set-text-properties'.
20956         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20957         `gnus-xmas-completing-read'.
20958         (gnus-xmas-completing-read): Removed.
20959         (gnus-xmas-open-network-stream): Removed.
20960
20961         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20962         XEmacs version.
20963
20964         * dns.el (dns-make-network-process): Use `open-network-stream'
20965         instead of `gnus-xmas-open-network-stream'.
20966
20967         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20968
20969         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20970
20971 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20972
20973         * gnus-art.el (gnus-mime-display-alternative)
20974         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20975         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20976         Don't use gnus-local-map-property.
20977
20978         * gnus-util.el (gnus-local-map-property): Remove.
20979
20980         * mm-view.el (mm-view-pkcs7-decrypt):
20981         Replace gnus-completing-read-maybe-default with completing-read.
20982
20983         * gnus-util.el (gnus-completing-read): do.
20984         (gnus-completing-read-maybe-default): Remove.
20985
20986 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20987
20988         * password.el: Only autoload `run-at-time' if not XEmacs.
20989         Only autoload the itimer functions if XEmacs.
20990
20991 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20992
20993         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20994         XEmacsen.
20995
20996         * dgnushack.el: Autoload executable-find for XEmacs.
20997
20998 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20999
21000         * gnus-art.el (gnus-read-string): Remove.
21001         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21002         read-string.
21003
21004 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21005
21006         * netrc.el: Autoload password-read.
21007         (netrc): Add configuration group.
21008         (netrc-encoding-method, netrc-openssl-path):
21009         Add variables for encoding and decoding of files with symmetric
21010         ciphers.
21011         (netrc-encode): Add assistant function to encode a file with
21012         netrc-encoding-method.
21013         (netrc-parse): Add interactive parameter, added optional
21014         decoding if netrc-encoding-method is non-nil but otherwise
21015         behavior is standard.
21016         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21017         Do s/encode/encrypt/ everywhere.
21018
21019         * spam.el: Remove executable-find autoload.
21020
21021 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21022
21023         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21024
21025         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21026
21027 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21028
21029         * gnus-art.el (gnus-treat-ansi-sequences)
21030         (article-treat-ansi-sequences): New variable and function.
21031         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21032
21033         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21034         Use it.
21035
21036 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21037
21038         * mm-util.el (mm-quote-arg): Remove.
21039
21040         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21041         shell-quote-argument.
21042
21043         * gnus-uu.el (gnus-uu-command): do.
21044
21045         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21046
21047         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21048         with make-char.
21049
21050         * mm-util.el (mm-make-char): Remove.
21051
21052         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21053         add-minor-mode.
21054
21055         * gnus-undo.el (gnus-undo-mode): do.
21056
21057         * gnus-topic.el (gnus-topic-mode): do.
21058
21059         * gnus-sum.el (gnus-dead-summary-mode): do.
21060
21061         * gnus-start.el (gnus-slave-mode): do.
21062
21063         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21064
21065         * gnus-ml.el (gnus-mailing-list-mode): do.
21066
21067         * gnus-gl.el (gnus-grouplens-mode): do.
21068
21069         * gnus-draft.el (gnus-draft-mode): do.
21070
21071         * gnus-dired.el (gnus-dired-mode): do.
21072
21073         * gnus-ems.el (gnus-add-minor-mode): Remove.
21074
21075         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21076         Replace gnus-char-width with char-width.
21077
21078         * gnus-ems.el (gnus-char-width): Remove.
21079
21080         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21081         Replace gnus-char-width with char-width.
21082
21083         * gnus-ems.el (gnus-char-width): Remove.
21084
21085         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21086         definition.
21087         Remove Emacs 20 hash table compatibility code.
21088
21089         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21090         20 compatibility code.
21091
21092         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21093
21094         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21095
21096         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21097         Replace with point-at-{eol,bol}.
21098
21099         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21100
21101         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21102
21103         * flow-fill.el (fill-flowed-point-at-bol)
21104         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21105
21106         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21107         Replace with point-at-{eol,bol} throughout all files.
21108
21109 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21110
21111         * ntlm.el (ntlm-string-as-unibyte): New macro.
21112         (ntlm-build-auth-response): Use it.
21113
21114         Remove Emacs 20 stuff:
21115         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21116         (butlast, mapc, remove): Remove the compiler macros.
21117         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21118         of delq and copy-sequence.
21119         * gnus-art.el (popup-menu): Remove the compiler macro.
21120         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21121         Emacs 20.
21122
21123 2004-01-05  Simon Josefsson  <jas@extundo.com>
21124
21125         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21126         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21127         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21128         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21129         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21130         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21131         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21132         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21133         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21134         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21135         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21136         string-xor into ntlm-string-xor.
21137         Suggested by Jesper Harder <harder@myrealbox.com>.
21138
21139         * ntlm.el: Don't include poem.
21140
21141         * md4.el (print-int32, print-string-hexa): Remove.
21142         Suggested by Jesper Harder <harder@myrealbox.com>.
21143
21144         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21145
21146         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21147         probably breaks emacs with DL patch, but do we care? Is anyone
21148         still using the DL stuff?)
21149
21150         * sieve-manage.el: Use the password package.
21151         (sieve-manage-read-passwd): Remove.
21152         (sieve-manage-interactive-login): Use password.  Re-add
21153         condition-case around loop.
21154
21155         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21156         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21157         Use the password package.
21158
21159 2003-02-19  Simon Josefsson  <jas@extundo.com>
21160
21161         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21162         token.
21163
21164 2002-08-07  Simon Josefsson  <jas@extundo.com>
21165
21166         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21167         (sieve-manage-authenticators):
21168         (sieve-manage-authenticator-alist): Add some SASL mechs.
21169         (sieve-sasl-auth): New function.
21170         (sieve-manage-cram-md5-auth):
21171         (sieve-manage-plain-auth): Rewrite using SASL library.
21172         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21173         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21174         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21175         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21176
21177 2004-01-05  Simon Josefsson  <jas@extundo.com>
21178
21179         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21180         New files.
21181
21182 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21183
21184         * gnus-group.el (gnus-no-groups-message): Update.
21185
21186         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21187
21188 2003-11-09  Simon Josefsson  <jas@extundo.com>
21189
21190         * imap.el: Support for ID IMAP extension (RFC 2971).
21191         (imap-local-variables): Add imap-id.
21192         (imap-id): New variable.
21193         (imap-id): New function.
21194         (imap-parse-response): Parse untagged ID response.
21195         * nnimap.el (nnimap-id): New variable.
21196         (nnimap-open-connection): Use it.
21197
21198 2003-12-28  Simon Josefsson  <jas@extundo.com>
21199
21200         * gnus-score.el (gnus-score-edit-all-score): New.
21201         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21202
21203 2004-01-04  Simon Josefsson  <jas@extundo.com>
21204
21205         * password.el: Add.
21206
21207 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21208
21209         * dns.el (dns-query-types): Fix typo.
21210         (dns-query-types): New function.
21211         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21212         PTR and SOA replies, see RFC 1035.
21213
21214 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21215
21216         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21217
21218         * Move to Changelog.2.
21219
21220 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21221
21222         * gnus.el (gnus-version-number): Bump version.
21223
21224 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21225
21226         * gnus.el: No Gnus v0.1 is released.
21227
21228 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21229
21230         * gnus.el: No Gnus v0.0 is released.
21231
21232 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21233
21234         * gnus.el (gnus-version-number): Bump.
21235         (gnus-version): No.
21236
21237 See ChangeLog.2 for earlier changes.
21238
21239   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21240
21241   This file is part of GNU Emacs.
21242
21243   GNU Emacs is free software: you can redistribute it and/or modify
21244   it under the terms of the GNU General Public License as published by
21245   the Free Software Foundation, either version 3 of the License, or
21246   (at your option) any later version.
21247
21248   GNU Emacs is distributed in the hope that it will be useful,
21249   but WITHOUT ANY WARRANTY; without even the implied warranty of
21250   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21251   GNU General Public License for more details.
21252
21253   You should have received a copy of the GNU General Public License
21254   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21255
21256 ;; Local Variables:
21257 ;; coding: utf-8
21258 ;; fill-column: 79
21259 ;; add-log-time-zone-rule: t
21260 ;; End: