(pop3-logon): Fix up unbound variable typo.
[gnus] / lisp / ChangeLog
1 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * pop3.el (pop3-logon): Fix up unbound variable typo.
4
5         * mail-source.el (pop3-streaming-movemail): Autoload.
6
7         * pop3.el (pop3-streaming-movemail): Respect
8         pop3-leave-mail-on-server.
9
10         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11         retrieval.
12
13         * pop3.el (pop3-process-filter): Removed unused function.
14         (pop3-streaming-movemail, pop3-send-streaming-command)
15         (pop3-wait-for-messages, pop3-write-to-file)
16         (pop3-number-of-responses): New functions for streaming pop3
17         retrieval.
18
19         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
20         come from no known methods.
21         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
22         list.
23
24         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
25         message sizes.
26         (pop3-movemail): Use erase-buffer instead of looping and deleting
27         regions, which seems rather odd.
28
29         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
30         file once per `g' run.
31
32         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
33         directories.  This makes the draft queue directory work.
34
35         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
36         data from the backends, so that we only request the list of groups from
37         each method once.  This should speed things up considerably.
38
39         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
40         detect that it's not implemented.
41
42         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
43         we actually do recurse down into the tree, but don't stat all leaf
44         nodes.
45
46         * gnus-html.el (gnus-html-show-images): If there are no images to show,
47         then say so instead of bugging out.
48
49         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
50         files exist before trying to read them.
51
52         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
53         around <pre_int>.
54
55         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
56
57         * nnmh.el (nnmh-request-list-1): Optimize for speed.
58
59 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
60
61         * mm-util.el (mm-image-load-path): Just return the image directories,
62         not all directories in the path in addition to the image directories.
63         (mm-image-load-path): Maintain a cache of the image directories so that
64         the `g' command in Gnus doesn't have to stat dozens of directories each
65         time.
66
67         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
68         (gnus-html-wash-tags): Add a new `i' command to insert images.
69         (gnus-html-insert-image): New command and keystroke.
70         (gnus-html-redisplay-with-images): New command and keystroke.
71         (gnus-html-show-images): Renamed command.
72         (gnus-html-wash-tags): Remove more white space before <pre_int> image
73         spacers.
74         (gnus-html-wash-tags): Decode entities at the end, so that entities
75         inside the tags don't mess up the rest of the "parsing".
76
77         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
78         so that nnimap methods aren't agentized by default.  There's apparently
79         many problems related to agent/imap behaviour.
80
81         * gnus-art.el (gnus-article-copy-string): New command and key binding.
82
83         * gnus-html.el: Doc fix.
84
85 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
86
87         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
88         specifier-spec-list for Emacs 21.
89
90         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
91         glyph-width and glyph-height instead of display-graphic-p and
92         image-size; make avoidance of displaying small images work for XEmacs.
93
94         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
95         for XEmacs.
96
97         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
98         of symbol that holds plist data.
99         (gnus-process-plist): Remove plist of process after getting it.
100
101 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
102
103         * message.el (message-generate-hashcash): Change default to
104         'opportunistic if hashcash is installed.
105
106         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
107         (gnus-html-put-image): Only call image-size once, since it's somewhat
108         time-consuming on remote X servers.
109
110 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
111
112         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
113         type on data, not a file name.
114
115         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
116         window-pixel-edges for Emacs 21.
117
118         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
119         decoded contents.
120         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
121
122 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
123
124         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
125         group line format, since it isn't very interesting.
126
127         * gnus-agent.el (gnus-agent-short-article),
128         (gnus-agent-long-article): Increase values for these two variables,
129         since most people are likely to have more network connection and
130         storage than before.
131
132         * gnus.el (gnus-refer-article-method): Change default to 'current.
133         When referring an article, the common behaviour is to refer it from the
134         current select method, not the native select method.  The chances of
135         the native select method having the message in question is rather slim
136         these days.
137
138         * gnus-sum.el (gnus-auto-select-subject): Change default to
139         `unseen-or-unread'.  I think it's likely that most people want to
140         select an unseen article over a previously seen, but unread one.
141
142         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
143         means that in the article buffer none of the minor mode elements will
144         be shown, usually, and this is not desirable in most cases.
145
146         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
147         that commands like `d' (and the like) go to the next line in the
148         buffer, instead of the next unread article.  I think this is the
149         behaviour that is most natural for most users.
150         (gnus-single-article-buffer): Change default to nil, so that people can
151         have as many article buffers open as they have summary buffer.  I think
152         this is the most natural way for the groups to behave.
153
154         * message.el (message-generate-new-buffers): Change default to
155         `unsent', so that all new message buffers start their names with the
156         string "*unsent", and it's easier to find the buffers if you move from
157         them.
158
159 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
160
161         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
162         small. They're probably tracking images.
163         (gnus-html-wash-tags): Remove all <pre_int> place holders.
164         (gnus-html-rescale-image): Yet another try at getting the image sizing
165         right.
166
167         * nntp.el (nntp-request-set-mark): Refuse to do marks if
168         nntp-marks-file-name is nil.
169
170 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
171
172         * gnus-html.el (gnus-html-wash-tags)
173         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
174         Better logging.
175
176 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
177
178         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
179
180         * gnus-html.el (gnus-html-wash-tags): Check the value of
181         gnus-blocked-images in the summary buffer.
182
183 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
184
185         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
186
187 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
188
189         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
190         like "a", it seems like.
191         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
192         since it needs to be picked from the correct buffer.
193
194         * nnwfm.el: Removed.
195
196         * nnlistserv.el: Removed.
197
198 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
199
200         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
201         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
202
203 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
204
205         * nnkiboze.el: Removed.
206
207         * nndb.el: Removed.
208
209         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
210         alt text.
211         (gnus-html-rescale-image): Try to get the rescaling logic right for
212         images that are just wide and not tall.
213
214         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
215         overshadow variable bindings.
216
217 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
218
219         * gnus-html.el (gnus-html-wash-tags)
220         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
221         extra logging.
222
223 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
224
225         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
226         (gnus-max-image-proportion): New variable.
227         (gnus-html-rescale-image): New function.
228         (gnus-html-put-image): Rescale images.
229
230 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
231
232         Fix up some byte-compiler warnings.
233         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
234         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
235         (gnus-article-fill-cited-article, gnus-article-hide-citation)
236         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
237         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
238         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
239         (gnus-group-update-group): Use save-excursion and with-current-buffer.
240
241 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
242
243         * gnus-html.el (gnus-article-html): Decode contents by charset.
244
245 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
246
247         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
248         (gnus-html-frame-width, gnus-blocked-images)
249         * message.el (message-prune-recipient-rules): Add custom version.
250         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
251
252         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
253         functions.
254
255         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
256         gnus-process-get.
257
258 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
259
260         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
261         instead of lsub directly.
262
263 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
264
265         * nnwarchive.el: Removed.
266
267         * gnus-soup.el: Removed.
268
269         * nnsoup.el: Removed.
270
271         * nnultimate.el: Removed.
272
273         * gnus-html.el (gnus-blocked-images): New variable.
274
275         * message.el (message-prune-recipients): New function.
276         (message-prune-recipient-rules): New variable.
277
278         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
279         guess whether a long line is natural text or not.
280
281         * gnus-html.el (gnus-html-schedule-image-fetching): Use
282         gnus-process-plist and friends for compatibility.
283
284 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
285
286         * gnus-html.el: Require packages that define macros used in this file.
287         (gnus-article-mouse-face): Declare to silence byte-compiler.
288         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
289         process-get.
290         (gnus-html-put-image): Use plist-get to avoid getf.
291         (gnus-html-prefetch-images): Use with-current-buffer.
292
293 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
294
295         * gnus-ems.el: Provide compatibility functions for
296         gnus-set-process-plist.
297
298         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
299         header-line-format for XEmacs 21.4.
300
301         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
302         * gnus.el (gnus-valid-select-methods)
303         * message.el (message-send-mail-partially-limit)
304         * mm-decode.el (mm-text-html-renderer)
305         * mml.el (mml-insert-mime-headers-always)
306         * smiley.el (smiley-regexp-alist): Bump custom version.
307
308 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
309
310         * gnus-html.el: require mm-url.
311         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
312         with the url to `url'.
313         (gnus-html-wash-tags): Support cid: URLs/images.
314
315 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
316
317         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
318         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
319         bindings, as they aren't useful at all. `w' is moved to `W w'.
320
321         * gnus-move.el: Removed file, since it doesn't really work.
322
323         * gnus-html.el (gnus-article-html): Tell w3m that the input is
324         UTF-8. This seems to fix problems with some German web feeds.
325
326         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
327         at the top so that the proper colours are applied.
328
329         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
330         don't have dots in their names.
331
332         * gnus-art.el (gnus-article-view-part): Doc fix.
333
334         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
335         XEmacs-compatible.
336         (gnus-html-put-image): Don't do images on non-graphic displays.
337
338         * nnslashdot.el: Removed this unused backend.
339
340         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
341         actions.
342         (gnus-undo-register-1): Revert last change.
343
344         * gnus-group.el (gnus-group-completing-read): Protect against not
345         having completion-styles bound.
346
347         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
348         make broken recipients happier.
349
350         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
351
352         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
353         point parameter.
354
355         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
356
357         * gnus-group.el (gnus-group-completing-read): Add 'substring to
358         completion-styles for group selection.
359
360 2009-02-04  Andreas Schwab  <schwab@suse.de>
361
362         * gnus-score.el (gnus-score-string): Fix regex for matching extra
363         headers and regexp-quote the match if necessary.
364
365 2009-03-24  Miles Bader  <miles@gnu.org>
366
367         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
368         the blinking smiley.
369
370 2009-03-24  Simon Josefsson  <simon@josefsson.org>
371
372         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
373         blink smiley.
374
375 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
376
377         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
378         where the dribbel file lives exists.
379
380         * message.el (message-send-mail-partially-limit): Change the default to
381         nil, since most people don't want this.
382
383         * mm-url.el (mm-url-decode-entities): Also decode entities like
384         &#x3212.
385
386 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
387
388         * gnus-sum.el (gnus-summary-idna-message):
389         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
390         Hyperlink urls in docstrings with URL `...'.
391
392 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
393
394         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
395         functions.
396
397 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
398
399         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
400         say what the mouseover text should be.
401
402         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
403         version of the mm-w3m-safe-url-regexp variable to only download images
404         in the groups where we want that to happen.
405
406         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
407
408         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
409         easier debugging.
410         (gnus-article-beginning-of-window): Add kludge to allow spacing past
411         big pictures in the article buffer.
412
413         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
414         gnus-article-html.
415         (mm-text-html-renderer): gnus-article-html needs curl in addition to
416         w3m.
417
418         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
419
420 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
421
422         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
423         which doesn't exist.
424
425         * message.el (message-inhibit-ecomplete): New variable to allow some
426         function to inhibit ecomplete address storage.
427         (message-resend): Disable ecomplete message storage when resending
428         messages.
429
430         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
431
432 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
433
434         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
435         Save excursion while copying, moving, and deleting articles in order to
436         prevent the cursor from jumping to unforeseen place.
437
438 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
439
440         * lpath.el: No need to bind bookmark-current-buffer,
441         bookmark-yank-point and bookmark-make-record-function.
442
443 2010-08-17  Glenn Morris  <rgm@gnu.org>
444
445         * gnus-sync.el: Require gnus components whose functions are used.
446
447         * gnus-art.el (bookmark-make-record-function):
448         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
449         Declare for compiler.
450
451         * mm-url.el (mml-compute-boundary): Autoload.
452
453 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
454
455         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
456
457 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
458
459         Typo fix "hoo4a" -> "hook".
460
461         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
462
463 2010-08-14  Glenn Morris  <rgm@gnu.org>
464
465         * gnus-sync.el (gnus-sync): Fix defgroup version.
466
467 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
468
469         Doc fixes and keep unknown groups (ammended for nunion bug fix).
470
471         * gnus-sync.el: Fix docs.
472         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
473         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
474
475 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
476
477         Optimizations for gnus-sync.el.
478
479         * gnus-sync.el: Add docs about gnus-sync-backend
480         possibilities.
481         (gnus-sync-save): Remove unnecessary message.
482         (gnus-sync-read): Optimize and show what groups were skipped.
483
484 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
485
486         Minor bug fixes for gnus-sync.el.
487
488         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
489         read the sync on get-new-news.
490
491         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
492         quiet.
493
494         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
495
496 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
497
498         Make saving and restoring of hidden threads work with overlays.
499         Patch applied by Ted Zlatanov.
500
501         * gnus-sum.el (gnus-hidden-threads-configuration)
502         (gnus-restore-hidden-threads-configuration): Update to deal with text
503         properties, rather than searching for a magic character.
504
505 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
506
507         New gnus-sync.el library for synchronization of marks.
508
509         * gnus-sync.el: New library for synchronization of marks.
510
511         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
512         renamed from `gnus-registry-grep-in-list'.
513
514         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
515
516         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
517
518 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
519
520         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
521         determining charset of text fails.
522
523 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
524
525         * nnmail.el (nnmail-get-new-mail-1): Revert.
526
527         * nnml.el (nnml-active-number): Make sure names of newly created groups
528         in nnml-group-alist are encoded.
529
530 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
531
532         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
533         containing non-ASCII characters in active file for nnml back end.
534
535 2010-07-24  David Engster  <dengste@eml.cc>
536
537         * mml-smime.el (mml-smime-epg-verify): Also accept the older
538         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
539
540 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
541
542         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
543         tag (Bug#6654).
544
545 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
546
547         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
548         the article buffer, not the summary buffer.
549
550 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
551
552         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
553         Emacs 23 as well.
554
555 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
556
557         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
558         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
559
560 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
561
562         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
563         Patch applied by Karl Fogel.
564
565         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
566         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
567
568 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
569
570         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
571         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
572         C-w still not working correctly from Article buffers; Thierry's
573         patch to fix that will be applied after this.
574
575         * gnus-art.el (bookmark-make-record-function): New local variable.
576
577         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
578         article buffer.
579         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
580
581 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
582
583         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
584         on changes in bookmark.el.
585
586 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
587
588         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
589         `no-log' instead of message not to log prompt string.
590
591 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
592
593         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
594         the *other* type of HTML form submission.
595
596 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
597
598         * auth-source.el (auth-source-pick): If choice does not contain a
599         questioned keyword, set the check to t.
600
601 2010-06-12  Romain Francoise  <romain@orebokech.com>
602
603         * gnus-util.el (gnus-date-get-time): Move up before first use.
604
605 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
606
607         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
608         (gnus-article-edit-part): Bind it to make last part that is substituted
609         or deleted visible.
610         (gnus-mime-display-single): Buttonize part of which id equals to
611         gnus-mime-buttonized-part-id.
612
613 2010-06-10  Dan Christensen  <jdc@uwo.ca>
614
615         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
616         (gnus-dd-mmm): Use gnus-date-get-time.
617         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
618         simplify logic.
619         (gnus-summary-limit-to-age): Use gnus-date-get-time.
620         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
621
622 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
623
624         * auth-source.el (top): Autoload `secrets-list-collections',
625         `secrets-create-item', `secrets-delete-item'.
626         (auth-sources): Fix tag string.
627         (auth-get-source, auth-source-retrieve, auth-source-create)
628         (auth-source-delete): New defuns.
629         (auth-source-pick): Rewrite in order to avoid 2 passes.
630         (auth-source-forget-user-or-password): New parameter USERNAME.
631         (auth-source-user-or-password): New parameters CREATE-MISSING and
632         DELETE-EXISTING.  Retrieve password interactively, if needed.
633
634 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
635
636         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
637         deleting unused directories when gnus-expert-user is t.
638
639 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
640
641         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
642         for each temp file when gnus-article-browse-delete-temp is ask.
643
644 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
645
646         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
647         Lisp calls to delete-backward-char by calls to delete-char.
648
649 2010-05-20  Kevin Ryde  <user42@zip.com.au>
650
651         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
652
653 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
654
655         * password-cache.el (password-cache-remove): Fix docstring.
656
657 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
658
659         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
660         article unless decoding article to be saved.
661
662 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
663
664         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
665         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
666         generated within the mm-with-unibyte-current-buffer macro.
667
668 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
669
670         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
671         to nil when we're in a mml-preview buffer and no group is selected.
672
673 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
674
675         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
676         when catching the `C-g'.  Reported by "Leo".
677
678 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
679
680         * message.el (message-forward-make-body-plain)
681         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
682         multibyte-string-p.
683
684         * lpath.el: Revert.
685
686 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
687
688         * message.el (message-forward-make-body-mml): Assume original message
689         is multibyte string; error on unibyte.
690         (message-forward-make-body-plain): Ditto; don't add excessive newline
691         in body end.
692
693         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
694
695 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
696
697         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
698         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
699
700 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
701
702         * mm-extern.el (mm-extern-url): Don't use
703         mm-with-unibyte-current-buffer.
704         (mm-extern-cache-contents): Use with-current-buffer instead of
705         save-excursion + set-buffer.
706
707 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
708
709         * mm-util.el (mm-emacs-mule): Remove.
710
711 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
712
713         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
714         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
715         change.
716
717 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
718
719         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
720         bind the default value of enable-multibyte-characters to nil.
721
722 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
723
724         * message.el (message-forward-make-body-plain)
725         (message-forward-make-body-mml):
726         Don't use mm-with-unibyte-current-buffer.
727
728 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
729
730         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
731
732 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
733
734         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
735         (Bug#5592).
736
737 2010-05-07  Julien Danjou  <julien@danjou.info>
738
739         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
740         it to mm-pipe-part.
741
742         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
743         it is given.
744
745 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
746
747         * binhex.el (binhex-decode-region-internal)
748         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
749         (dns-query)
750         * nnweb.el (nnweb-gmane-search)
751         * pgg-parse.el (pgg-parse-armor)
752         * pgg.el (pgg-verify-region)
753         * sha1.el (sha1-string-external)
754         * uudecode.el (uudecode-decode-region-internal)
755         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
756         XEmacs.
757
758         * gnus-art.el (gnus-article-browse-html-parts)
759         * gnus-group.el (gnus-read-ephemeral-gmane-group)
760         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
761         make-temp-file.
762
763         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
764         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
765         compiling.
766
767         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
768         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
769         XEmacs when compiling.
770
771         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
772         gnus-pick-mode-off-hook for XEmacs when compiling.
773         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
774         gnus-binary-mode-off-hook for XEmacs when compiling.
775
776         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
777         nil if char-charset is not available.
778
779         * imap.el (imap-disable-multibyte)
780         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
781         macros.
782
783         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
784         instead of encode-coding-string.
785
786         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
787         'xemacs) instead of mm-emacs-mule to switch function definitions.
788         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
789
790         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
791         bind temporary-file-directory for XEmacs;
792         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
793         timer-set-function for XEmacs 21.4 and SXEmacs;
794         bind timer-list for XEmacs 21.4 and SXEmacs;
795         fbind char-charset and find-charset-region for non-Mule XEmacs;
796         fbind decode-coding-region, decode-coding-string, detect-coding-region,
797         encode-coding-region and encode-coding-string for XEmacs having no
798         file-coding feature.
799
800 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
801
802         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
803
804 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
805
806         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
807         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
808
809 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
810
811         * mm-util.el (mm-decompress-buffer): Use `delete-file';
812         alias `jka-compr-delete-temp-file' no longer exists.
813
814 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
815
816         Use define-minor-mode in Gnus where applicable.
817         * mml.el (mml-mode): Use define-minor-mode.
818         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
819         (gnus-undo-mode): Use define-minor-mode.
820         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
821         (gnus-dead-summary-mode): Use define-minor-mode.
822         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
823         Initialize in declaration.
824         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
825         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
826         (gnus-mailing-list-mode): Use define-minor-mode.
827         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
828         (gnus-draft-mode): Use define-minor-mode.
829         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
830         (gnus-dired-mode): Use define-minor-mode.
831
832 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
833
834         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
835         handles on recursive mml-to-mime translation and check them for
836         boundary delimiter collisions.  Reported by Greg Troxel.
837
838 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
839
840         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
841
842 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
843
844         * mm-util.el (mm-find-buffer-file-coding-system):
845         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
846
847 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
848
849         * message.el (message-generate-headers): Record insertion of optional
850         headers as well.  Otherwise the check to prevent repeated insertion of
851         optional headers is a no-op.
852
853 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
854
855         * smime.el: Don't mention CVS.
856
857         * nnrss.el (nnrss-fetch): Don't mention CVS.
858
859         * nnir.el: Don't mention CVS.
860
861 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
862
863         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
864
865 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
866
867         * lpath.el: Fbind bookmark-default-handler,
868         bookmark-get-bookmark-record, bookmark-make-record-default,
869         bookmark-prop-get for Emacs <23 and XEmacs.
870
871 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
872
873         * gnus-sum.el: Add bookmark declarations to silence the compiler.
874         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
875         Use with-current-buffer to silence the byte-compiler.
876         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
877         bother to require `gnus'.
878         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
879
880 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
881
882         * gnus-sum.el (gnus-summary-bookmark-make-record)
883         (gnus-summary-bookmark-jump): New functions.
884         (gnus-summary-mode): Setup bookmark support.
885
886 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
887
888         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
889         if set.
890
891 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
892
893         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
894         gnus-article-browse-html-save-cid-image; make it work recursively for
895         forwarded messages as well.
896         (gnus-article-browse-html-parts): Work when prefix arg is given.
897         (gnus-article-browse-html-article): Doc fix.
898
899 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
900
901         * message.el (message-default-mail-headers):
902         (message-default-headers): Carry the value mail-default-headers over
903         into message-default-mail-headers, rather than message-default-headers.
904
905 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
906
907         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
908         charset.
909
910         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
911         charset into the <meta> tag when the article is encoded to utf-8.
912
913 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
914
915         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
916         directories as well.
917         (gnus-article-browse-html-parts): Work for images that do not specify
918         file names; delete temp directory when quitting; insert header at the
919         right place; use file: scheme for image files.
920
921 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
922
923         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
924         (gnus-article-browse-html-parts): Use it to make temporary cid image
925         files in addition to html file so that browser may display them.
926
927 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
928
929         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
930
931 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
932
933         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
934
935 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
936
937         * auth-source.el (auth-sources): Change default to be simpler.  Explain
938         about Secret Service API sources.  Improve Customize options.
939         (auth-source-pick): Change to accept any number of search parameters.
940         Implement fallbacks iteratively, not recursively.  Add scoring on the
941         second pass and sort by score.  Call Secret Service API when needed.
942         (auth-source-user-or-password): Use it.  Call Secret Service API
943         directly when needed to get the user name and the password.
944
945 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
946
947         * message.el (message-interactive): Doc fix.
948         (message-qmail-inject-args): Reflow.
949         (message-kill-to-signature): Fix typo in docstring.
950
951         * smiley.el (smiley-buffer): Fix typo in docstring.
952
953 2010-03-24  Glenn Morris  <rgm@gnu.org>
954
955         * mail-source.el (gnus-message): Declare.
956         (mail-source-delete-old-incoming): Require gnus-util.
957
958 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
959
960         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
961
962         * message.el (ecomplete-setup): Autoload it for Emacs <23.
963
964         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
965         password-cache's default if it is not bound.
966         (mml-secure-passphrase-cache-expiry): Default to 16 that is
967         password-cache-expiry's default if it is not bound.
968
969         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
970         available in Emacs 21.
971
972         * lpath.el: Suppress compiler warnings for:
973         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
974         XEmacs;
975         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
976         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
977         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
978
979 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
980
981         * auth-source.el (auth-sources): Fix up definition so extra parameters
982         are always inline.
983
984 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
985
986         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
987         wasn't updated after mismatch.  Clear cached mailbox info correctly
988         when uidvalidity changes.
989         (nnimap-group-prefixed-name): New function to avoid some code
990         duplication.
991         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
992         (nnimap-request-group): Use it.
993         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
994         (nnimap-update-unseen): Significantly improved speed of Gnus startup
995         with many imap folders.  This is done by caching the group status from
996         the imap server persistently in a group parameter `imap-status'.  (This
997         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
998         but not persistently, so every Gnus startup was still very slow.)
999
1000 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1001
1002         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1003         delete the extra newline.  Otherwise editing of :string and :number
1004         types don't work.
1005
1006 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1007
1008         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1009         secrets.el dependency.
1010         (auth-sources): Add optional user name.  Add secrets.el configuration
1011         choice (unused right now).
1012
1013 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1014
1015         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1016         `gnus-registry-install-shortcuts' fill in the functions.
1017
1018         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1019         warnings.
1020         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1021         (gnus-registry-install-shortcuts): Populate and use it in a
1022         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1023
1024 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1025
1026         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1027         In-place substitutions for the group name encoding/decoding.
1028         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1029         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1030         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1031         (nnimap-update-unseen, nnimap-request-list)
1032         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1033         (nnimap-request-set-mark, nnimap-split-to-groups)
1034         (nnimap-split-articles, nnimap-request-newgroups)
1035         (nnimap-request-create-group, nnimap-request-accept-article)
1036         (nnimap-request-delete-group, nnimap-request-rename-group)
1037         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1038         `encoded-mbx' for consistency.
1039         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1040         variable `imap-current-mailbox'.
1041
1042         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1043         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1044
1045 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1046
1047         * pop3.el (pop3-display-message-size-flag): Display message size byte
1048         counts during POP3 download.
1049         (pop3-movemail): Use it.
1050         (pop3-list): Implement listing of available messages.
1051
1052 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1053
1054         * nnir.el (nnir-get-article-nov-override-function): New function to
1055         override the normal NOV retrieval.
1056         (nnir-retrieve-headers): Use it.
1057
1058 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1059
1060         * auth-source.el (netrc-machine-user-or-password): Autoload.
1061
1062 2010-03-19  Glenn Morris  <rgm@gnu.org>
1063
1064         Stop message.el from loading about 40 libraries it doesn't always need.
1065         The general approach is to autoload rather than require, and to
1066         require in the specific functions rather than the file.  (Bug#5642)
1067
1068         * gmm-utils.el: Don't require wid-edit.
1069         (widget-create-child-value, widget-convert, widget-default-get):
1070         Autoload.
1071
1072         * gnus-util.el: Don't require time-date, netrc.
1073         (message-fetch-field, gnus-group-name-decode): Declare rather than
1074         autoloading.
1075         (gnus-fetch-field): Require message.
1076         (gnus-decode-newsgroups): Require gnus-group.
1077
1078         * ietf-drums.el: Don't require time-date.
1079
1080         * message.el: Don't require hashcash, canlock, ecomplete.
1081         Do require mail-utils.  Require nnheader only when compiling.
1082         (smtpmail-default-smtp-server): Remove declaration.
1083         (message-send-mail-function): Check smtpmail-default-smtp-server
1084         is bound rather than requiring smtpmail.
1085         (message-auto-save-directory, message-insert-signature): Use
1086         expand-file-name rather than nnheader-concat.
1087         (nnheader-insert-file-contents): Autoload.
1088         (hashcash-wait-async): Declare.
1089         (message-send-mail): Only call gnus-setup-posting-charset if
1090         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1091         (message-send-mail-with-sendmail): Require sendmail.
1092         (canlock-password, canlock-password-for-verify): Declare.
1093         (message-canlock-password): Require canlock.
1094         (nnheader-get-report): Autoload.
1095         (gnus-setup-posting-charset): Declare.
1096         (message-send-news): Require gnus-msg.
1097         (message-make-references, message-make-in-reply-to): Use mail-header-id
1098         rather than the alias mail-header-message-id.
1099         (ecomplete-add-item, ecomplete-save): Declare.
1100         (message-put-addresses-in-ecomplete): Require ecomplete.
1101         (ecomplete-display-matches): Autoload.
1102
1103         * mm-decode.el: Don't require mailcap, gnus-util.
1104         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1105         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1106         Autoload.
1107         (mailcap-mime-extensions): Declare.
1108
1109         * mm-encode.el: Don't require mailcap.
1110         (mailcap-extension-to-mime): Autoload.
1111
1112         * mml-sec.el: Don't require password-cache.
1113
1114         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1115         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1116         (mml-minibuffer-read-type): Require mailcap.
1117         (mml-preview): Require gnus-msg.
1118
1119         * mml1991.el: Require password-cache.
1120         (password-cache-expiry): Remove declaration.
1121
1122         * mml2015.el: Require password-cache.
1123         (password-cache-expiry): Remove declaration.
1124
1125         * nneething.el (mailcap): Require mailcap.
1126
1127         * nnheader.el (declare-function): Add compatibility stub.
1128         (message-remove-header): Declare rather than autoload.
1129         (nnheader-replace-header): Require message.
1130
1131         * nnimap.el (declare-function): Add compatibility stub.
1132         (netrc-parse, netrc-machine-user-or-password): Declare.
1133         (nnimap-open-connection): Require netrc.
1134
1135         * nntp.el (declare-function): Add compatibility stub.
1136         (netrc-parse, netrc-machine, netrc-get): Declare.
1137         (nntp-send-authinfo): Require netrc.
1138
1139         * rfc2047.el: Don't require qp.
1140         (quoted-printable-encode-region, quoted-printable-decode-string):
1141         Autoload.
1142
1143         * sieve-mode.el: Don't require easymenu.
1144         (easy-menu-add-item): Autoload it.
1145
1146         * spam-stat.el (time-to-number-of-days): Autoload it.
1147
1148 2010-03-19  Glenn Morris  <rgm@gnu.org>
1149
1150         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1151
1152 2010-03-18  Glenn Morris  <rgm@gnu.org>
1153
1154         * hashcash.el (declare-function): Remove duplicate definition.
1155
1156 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1157
1158         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1159         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1160         value if any backslash escapes).
1161
1162 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1163
1164         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1165         if it is available.  (bug#5647)
1166
1167         * lpath.el: Suppress compiler warning for coding-system-from-name for
1168         Emacs 21 and XEmacs.
1169
1170 2010-03-14  Juri Linkov  <juri@jurta.org>
1171
1172         * hmac-def.el:
1173         * hmac-md5.el:
1174         * netrc.el: Fix keywords.
1175
1176 2010-02-26  Glenn Morris  <rgm@gnu.org>
1177
1178         * message.el (message-send-mail-function): Change the default, so that
1179         it inherits from a customized send-mail-function.  (Bug#5643)
1180
1181 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1182
1183         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1184         shell-command-to-string signals an error (bug#5299).
1185
1186 2010-02-24  Glenn Morris  <rgm@gnu.org>
1187
1188         * message.el (message-smtpmail-send-it)
1189         (message-send-mail-with-mailclient): Doc fixes.
1190
1191 2010-02-16  Glenn Morris  <rgm@gnu.org>
1192
1193         * message.el (message-default-mail-headers): Change the default value
1194         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1195
1196 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1197
1198         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1199         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1200
1201 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1202
1203         * time-date.el (date-to-time): Doc fix (Bug#5408).
1204
1205 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1206
1207         * message.el (message-mail): Just pass yank-action on to message-setup.
1208         (message-setup): Handle (FUN . ARGS) form of yank-action.
1209         (message-with-reply-buffer, message-widen-reply)
1210         (message-yank-original): Handle non-buffer values of
1211         message-reply-buffer (Bug#4080).
1212         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1213
1214 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1215
1216         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1217         Fix typo in docstring.
1218
1219 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1220
1221         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1222         response.
1223
1224 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1225
1226         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1227
1228         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1229
1230         * message.el (message-check-news-header-syntax): Protect against a
1231         string that `rfc822-addresses' returns when parsing fails.
1232
1233 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1234
1235         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1236         (gnus-previous-char-property-change): New functions.
1237
1238         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1239
1240 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1241
1242         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1243         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1244
1245 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1246
1247         * message.el (message-exchange-point-and-mark): Rework last change to
1248         avoid using optional arg of exchange-point-and-mark, for backward
1249         compatibility.
1250
1251 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1252
1253         * message.el (message-exchange-point-and-mark): Call
1254         exchange-point-and-mark with an argument rather than setting
1255         mark-active by hand (Bug#5175).
1256
1257 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1258
1259         * nntp.el (nntp-service-to-port): Work for service expressed with
1260         numeric string; replace [:digit:] with [0-9] for XEmacs.
1261
1262 2009-12-17  Glenn Morris  <rgm@gnu.org>
1263
1264         * gnus-group.el (gnus-bug-group-download-format-alist):
1265         Change emacs entry to debbugs.gnu.org.  Bump :version.
1266
1267 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1268
1269         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1270
1271 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1272
1273         * message.el (message-info): Explain why we use `Info-goto-node'.
1274
1275 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1276
1277         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1278
1279 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1280
1281         * message.el (message-completion-in-region): New compatibility function.
1282         (message-expand-group): Use it.
1283
1284 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1285
1286         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1287         with no unread article should be listed if the 2nd arg `predicate' is
1288         given.
1289
1290 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1291
1292         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1293
1294 2009-11-29  Juri Linkov  <juri@jurta.org>
1295
1296         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1297         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1298         on `gnus-recenter'. (Bug#4698, Bug#4981)
1299
1300 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1301
1302         * sha1.el (sha1-string-external): default-directory "/" in case
1303         otherwise non-existent.  process-connection-type pipe for touch of
1304         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1305
1306 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1307
1308         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1309         it's comms related and sgml-mode.el has "comm" on that basis too.
1310
1311 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1312
1313         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1314         containing tspecial characters if they have been already quoted.
1315
1316 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1317
1318         * dns-mode.el (auto-mode-alist): Purecopy string.
1319
1320 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1321
1322         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1323
1324 2009-10-24  Glenn Morris  <rgm@gnu.org>
1325
1326         * gnus-art.el (help-xref-stack-item): Define for compiler.
1327
1328 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1329
1330         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1331
1332 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1333
1334         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1335
1336 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1337
1338         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1339         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1340
1341 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1342
1343         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1344         (gnus-overlays-in): New alias to overlays-in.
1345
1346         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1347         gnus-overlay-get, and gnus-delete-overlay.
1348         (gnus-summary-show-thread): Make it work as well for systems in which
1349         next-single-char-property-change is not available.
1350         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1351
1352         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1353         (gnus-overlay-get): New alias to extent-property.
1354         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1355
1356         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1357         SXEmacs.
1358
1359         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1360         SXEmacs.
1361
1362 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1363
1364         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1365
1366 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1367
1368         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1369         and XEmacs that don't have `remove-overlays'.
1370
1371 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1372
1373         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1374         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1375         selective display.  Use overlays instead.
1376
1377 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1378
1379         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1380
1381 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1382
1383         * spam-stat.el (spam-stat-load): Fix typo in message.
1384
1385 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1386
1387         * dig.el (dig-invoke): Fix typo in docstring.
1388         (query-dig): Reflow docstring.
1389
1390 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1391
1392         * gnus-art.el (gnus-article-encrypt-body):
1393         * message.el (message-check-recipients):
1394         * mm-util.el (mm-codepage-setup):
1395         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1396         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1397
1398 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1399
1400         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1401         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1402         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1403         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1404         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1405
1406 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1407
1408         * dig.el: Add "Keywords: comm", as per net-utils.el.
1409
1410 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1411
1412         * dig.el (dig-mode): Use define-derived-mode.
1413
1414 2009-09-19  Glenn Morris  <rgm@gnu.org>
1415
1416         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1417
1418 2009-09-18  Glenn Morris  <rgm@gnu.org>
1419
1420         * gnus-diary.el (gnus-diary-check-message):
1421         * message.el (message-insert-formatted-citation-line):
1422         * nnbabyl.el (top-level):
1423         * nndiary.el (nndiary-schedule):
1424         Fix typos in condition-case handlers.
1425
1426 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1427
1428         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1429         configuration that provides the sole article window in a frame;
1430         position point correctly after deleting a part.
1431
1432 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1433
1434         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1435         (spam-resolve-registrations-routine): Use it to unregister articles
1436         that change status.
1437
1438 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1439
1440         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1441         with XEmacs.
1442         (parse-time-string-chars): Use it.
1443
1444 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1445
1446         * imap.el (imap-interactive-login): Better messages.
1447         (imap-open): Fix bug with renamed buffer on reconnect.
1448         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1449         for easier debugging and cleaner code.  On successful (guessed based on
1450         server capabilities) secondary authentication, set imap-state
1451         correctly.
1452         (imap-last-authenticator): Define imap-last-authenticator as a variable
1453         to avoid warnings.
1454
1455 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1456
1457         * nnrss.el (nnrss-request-article): Remove binding of
1458         default-enable-multibyte-characters that has gotten needless by
1459         the 2007-07-13 change in rfc2047-encode-message-header.
1460
1461         * mml.el (mml-insert-multipart): Error on the message header.
1462         (mml-insert-part): Error on the message header; position point at
1463         the end of a MIME tag.
1464
1465 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1466
1467         * time-date.el (autoload): Expand define-obsolete-function-alias into
1468         defalias and make-obsolete for old Emacsen that Gnus supports.
1469         (with-no-warnings): Define it for old Emacsen.
1470         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1471         is available.
1472         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1473         float-time is available; suppress compile warning for time-to-seconds.
1474
1475         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1476         (gnus-float-time): Alias to float-time if it exists.
1477
1478         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1479         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1480         float-time is available; suppress compile warning for time-to-seconds.
1481
1482         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1483         XEmacs.
1484
1485 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1486
1487         * imap.el (imap-message-map): Docstring fix.
1488
1489 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1490
1491         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1492         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1493         Add the optional argument `encoding' that overrides the default.
1494
1495         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1496         mm-encode-buffer.
1497
1498 2009-09-04  Glenn Morris  <rgm@gnu.org>
1499
1500         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1501         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1502         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1503         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1504         * mm-util.el (mm-with-unibyte-current-buffer)
1505         (mm-find-buffer-file-coding-system):
1506         * yenc.el (yenc-decode-region): Use default-value rather than
1507         default-enable-multibyte-characters.
1508
1509 2009-09-03  Glenn Morris  <rgm@gnu.org>
1510
1511         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1512         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1513         than default-enable-multibyte-characters.
1514
1515 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1516
1517         * gnus-art.el (gnus-article-read-summary-keys):
1518         Fix gnus-buffer-configuration's value temporarily used.
1519
1520 2009-09-02  Glenn Morris  <rgm@gnu.org>
1521
1522         * gnus-util.el (gnus-float-time): New function.
1523         * gnus-delay.el (gnus-delay-article):
1524         * gnus-sum.el (gnus-thread-latest-date):
1525         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1526         * nnspool.el (nnspool-request-newgroups):
1527         Use gnus-float-time rather than time-to-seconds.
1528         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1529
1530         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1531         (gnus-header-subject-face, gnus-header-newsgroups-face)
1532         (gnus-header-name-face, gnus-header-content-face):
1533         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1534         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1535         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1536         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1537         (gnus-cite-face-11):
1538         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1539         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1540         (gnus-server-closed-face, gnus-server-denied-face)
1541         (gnus-server-offline-face):
1542         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1543         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1544         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1545         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1546         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1547         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1548         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1549         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1550         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1551         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1552         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1553         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1554         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1555         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1556         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1557         (gnus-summary-high-undownloaded-face)
1558         (gnus-summary-low-undownloaded-face)
1559         (gnus-summary-normal-undownloaded-face)
1560         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1561         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1562         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1563         (gnus-splash-face):
1564         * message.el (message-header-to-face, message-header-cc-face)
1565         (message-header-subject-face, message-header-newsgroups-face)
1566         (message-header-other-face, message-header-name-face)
1567         (message-header-xheader-face, message-separator-face)
1568         (message-cited-text-face, message-mml-face):
1569         * sieve-mode.el (sieve-control-commands-face)
1570         (sieve-action-commands-face, sieve-test-commands-face)
1571         (sieve-tagged-arguments-face):
1572         * spam.el (spam-face):
1573         Mark face aliases with "-face" in the name as obsolete.
1574
1575 2009-09-01  Glenn Morris  <rgm@gnu.org>
1576
1577         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1578         than goto-line.
1579
1580 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1581
1582         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1583         Don't move point if the command is invoked inside the message header.
1584
1585 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1586
1587         * imap.el (imap-send-command): Simplify.
1588         (imap-wait-for-tag): point-max -> buffer-size.
1589
1590 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1591
1592         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1593         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1594         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1595         * nnir.el (nnir-swish-e-index-file):
1596         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1597         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1598         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1599         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1600         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1601         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1602
1603 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1604
1605         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1606         Don't save excursion.
1607
1608 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1609
1610         * nnheader.el (nnheader-find-file-noselect):
1611         * mm-util.el (mm-insert-file-contents):
1612         Use (default-value 'major-mode) instead of default-major-mode.
1613
1614 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1615
1616         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1617
1618 2009-08-26  Glenn Morris  <rgm@gnu.org>
1619
1620         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1621         than placing in files.el.
1622
1623 2009-08-25  Glenn Morris  <rgm@gnu.org>
1624
1625         * nnir.el (top-level): Don't require cl at run-time.
1626         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1627         Replace cl-function substitute with gnus-replace-in-string.
1628         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1629         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1630         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1631         simplified expansions.
1632
1633 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1634
1635         * dig.el (dig): Add autoload cookie.
1636
1637 2009-08-22  Glenn Morris  <rgm@gnu.org>
1638
1639         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1640         goto-line.
1641
1642 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1643
1644         * parse-time.el (parse-time-string-chars): Save match data.
1645
1646 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1647
1648         * parse-time.el (parse-time-string-chars): Compute using character
1649         classes, to handle non-ascii characters (Bug#3190).
1650
1651 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1652
1653         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1654
1655         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1656         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1657         (gnus-mm-display-part, gnus-mime-display-single)
1658         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1659         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1660
1661         * gnus-sum.el
1662         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1663         (gnus-summary-move-article): Add expirable mark to articles copied or
1664         moved to group that has auto-expire turned on if the option is non-nil.
1665
1666 2009-07-24  Glenn Morris  <rgm@gnu.org>
1667
1668         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1669         Fix typo.  (Bug#3903)
1670
1671 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1672
1673         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1674         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1675         that should not be used for draft articles.
1676         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1677         that has no concern in minor mode keys.
1678         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1679         Abolish.
1680
1681 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1682
1683         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1684         article without making inquiry to a user for unknown encoding.
1685
1686         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1687         (nnmaildir--scan): Assume i-node and device number that file-attributes
1688         returns might be cons-cell.
1689
1690         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1691
1692         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1693
1694 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1695
1696         * auth-source.el: Remove docs now in auth.texi.  Don't use
1697         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1698         `auth-source-hide-passwords' and use them.
1699
1700 2009-07-15  Glenn Morris  <rgm@gnu.org>
1701
1702         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1703
1704 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1705
1706         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1707         excessive whitespace from the default values of title and description.
1708
1709 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1710
1711         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1712         mail-fetch-field to fetch Content-Description header in order to
1713         exclude newlines.
1714
1715 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1716
1717         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1718         format used by GnuPG 2.0.11.
1719
1720 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1721
1722         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1723         to deleted part.
1724
1725 2009-05-30  David Engster  <dengste@eml.cc>
1726
1727         * nnmairix.el: Remove old documentation in the commentary block.
1728         (nnmairix-request-group): Do not update active file for nnml back ends.
1729         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1730         end so that overview files are ignored.
1731         (nnmairix-update-groups): Make updating the groups more robust by using
1732         marks.
1733         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1734         with dollar characters in message-id.
1735
1736 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1737
1738         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1739         2008-12-25 in dns.el.
1740
1741 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1742
1743         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1744         could happen if the text is only composed of spaces and/or tabs.
1745
1746 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1747
1748         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1749         when sending a queued message to avoid extra mml tags.
1750
1751 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1752
1753         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1754
1755 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1756
1757         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1758         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1759         rmail-toggle-header for XEmacs;
1760         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1761
1762 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1763
1764         * gnus-dired.el: Remove autoload for gnus-setup-message.
1765         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1766         displaying Gnus logo; always use compose-mail.
1767
1768 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1769
1770         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1771
1772 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1773
1774         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1775         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1776         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1777         available.
1778         (gnus-nocem-epg-verify): New function.
1779
1780 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1781
1782         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1783
1784 2009-02-15  Glenn Morris  <rgm@gnu.org>
1785
1786         * gnus-util.el (rmail-insert-rmail-file-header)
1787         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1788         autoloads.
1789         (rmail-default-rmail-file): Remove unnecessary declaration.
1790         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1791
1792 2009-02-14  Glenn Morris  <rgm@gnu.org>
1793
1794         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1795         variable (only used in gnus-util, which declares it anyway).
1796         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1797         which was only needed by gnus-art (changed to not use it any more).
1798         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1799         only used in gnus-util, which autoloads it itself.
1800         (rmail-update-summary): Fix autoload.
1801
1802         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1803         rather than rmail-output-to-rmail-file.
1804
1805 2009-02-07  Glenn Morris  <rgm@gnu.org>
1806
1807         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1808         autoload of function that no longer exists.
1809         (rmail-toggle-header): Declare.
1810         (message-forward-rmail-make-body): Handle mbox Rmail.
1811
1812 2009-01-31  Glenn Morris  <rgm@gnu.org>
1813
1814         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1815         2009-01-09 change.
1816
1817 2009-01-31  Dave Love  <fx@gnu.org>
1818
1819         * imap.el (imap-fetch-safe): Bind debug-on-error.
1820         (imap-debug): Add imap-fetch-safe.
1821
1822 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1823
1824         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1825         (auth-source-forget-all-cached): New convenience function.
1826         (auth-source-user-or-password): Accept list of modes or a single mode.
1827
1828         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1829         auth-source modes.
1830
1831         * netrc.el (netrc-machine-user-or-password): Use list of
1832         auth-source modes.
1833
1834         * nnimap.el (nnimap-open-connection): Use list of
1835         auth-source modes.
1836
1837         * nntp.el (nntp-send-authinfo): Use list of
1838         auth-source modes.
1839
1840 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1841
1842         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1843         now.
1844
1845 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1846
1847         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1848         coding system in XEmacs; add a workaround for XEmacs.
1849
1850         * lpath.el: Fbind coding-system-aliasee.
1851
1852 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1853
1854         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1855         of current-language-environment.
1856
1857 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1858
1859         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1860         available at runtime.
1861
1862 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1863
1864         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1865
1866 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1867
1868         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1869         the greatest positive fixnum value doesn't work under an XEmacs with
1870         bignum support; use the most-positive-fixnum constant instead,
1871         available since Emacs 21.1 with cl and XEmacs 21.1.
1872
1873 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1874
1875         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1876         XEmacs gets not to work.
1877
1878 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1879
1880         * mm-util.el (mm-coding-system-priorities): Allow the value like
1881         "Japanese (UTF-8)" of current-language-environment.
1882
1883 2009-01-09  Glenn Morris  <rgm@gnu.org>
1884
1885         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1886         with last-command-event.
1887
1888 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1889
1890         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1891         in the doc string.
1892
1893         * message.el (message-fix-before-sending): Amend comment.
1894
1895 2009-01-08  Dave Love  <fx@gnu.org>
1896
1897         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1898
1899 2009-01-07  David Engster  <dengste@eml.cc>
1900
1901         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1902         simplified server definitions by converting it via
1903         gnus-server-to-method.
1904
1905 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1906
1907         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1908         parameter's operands.
1909
1910 2009-01-06  David Engster  <dengste@eml.cc>
1911
1912         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1913         primary select method (for gnus-group-mark-article-as-read).
1914
1915 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1916
1917         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1918         `(gnus)Face', not `(gnus)X-Face'.
1919
1920 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1921
1922         * mm-util.el (mm-ucs-to-char): New function.
1923
1924         * mm-url.el (mm-url-decode-entities): Use it.
1925
1926         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1927         unicode-to-char.
1928
1929 2009-01-05  Dave Love  <fx@gnu.org>
1930
1931         * time-date.el: Require cl for `declare'.
1932
1933 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1934
1935         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1936         Dave Love.
1937
1938 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1939
1940         * message.el (message-fix-before-sending): Add `eight-bit' to
1941         illegible-text check.
1942
1943 2009-01-03  Michael Olson  <mwolson@gnu.org>
1944
1945         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1946         `headers' is nil.  This can occur if the IMAP server does not have
1947         permissions to read messages from a folder, but can write new messages
1948         to the folder.
1949         (nnimap-request-article-part): Do not insert `data' if it is nil.
1950
1951         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1952         characters which will confuse `read', so skip past them.
1953
1954 2009-01-01  Dave Love  <fx@gnu.org>
1955
1956         * imap.el (imap-string-to-integer): Fix typo.
1957         (imap-fetch-safe): New function.
1958         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1959
1960         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1961
1962         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1963         (imap-parse-greeting): Fix doc strings.
1964         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1965         (imap-parse-flag-list): Make messages unique.
1966         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1967
1968         * nnimap.el: Fix author email.
1969         (nnimap-split-rule): Add FIXME comment.
1970         (nnimap-debug): Fix doc string.
1971
1972 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1973
1974         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1975
1976 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1977
1978         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1979         nslookup if resolv.conf isn't available.
1980         (dns-query): Rename from query-dns.
1981         (dns-query-cached): Rename from query-dns-cached.
1982
1983 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1984
1985         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1986         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1987         to check if those variables exist (first appeared in Emacs 18.50).
1988
1989 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1990
1991         * mm-util.el (mm-line-number-at-pos): New function.
1992
1993         * spam-report.el (spam-report-process-queue): Use it.
1994
1995 2008-12-24  David Engster  <dengste@eml.cc>
1996
1997         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1998         parameters that haven't existed as variables as buffer-local variables.
1999
2000 2008-12-23  Dave Love  <fx@gnu.org>
2001
2002         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2003         cadar.
2004
2005         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2006         imap-starttls-p.
2007         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2008
2009 2008-12-22  Dave Love  <fx@gnu.org>
2010
2011         * imap.el: Fix author email.  Doc fixes.
2012         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2013         reply.
2014
2015 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2016
2017         * spam-report.el (spam-report-gmane-max-requests): New constant.
2018         (spam-report-gmane-wait): New variable.
2019         (spam-report-gmane-ham, spam-report-gmane-spam)
2020         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2021         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2022         the server.
2023
2024         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2025         Add explanations.
2026
2027         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2028         nnheader-accept-process-output and nnheader-read-timeout if available.
2029         (pop3-movemail): Use it.
2030
2031         * message.el (message-check-news-body-syntax): Fix signature check if
2032         there's an attachment.
2033
2034 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2035
2036         * mm-util.el: Add comments to the mm- emulating functions.
2037
2038 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2039
2040         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2041         by Stephen Berman <stephen.berman@gmx.net>.
2042
2043 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2044
2045         * mm-util.el (mm-substring-no-properties): New function.
2046         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2047         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2048         (mm-string-to-multibyte): Doc fix.
2049
2050         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2051
2052 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2053
2054         * mml.el (mml-attach-file): Strip text properties from file name.
2055         (Bug#1574)
2056
2057 2008-12-16  Glenn Morris  <rgm@gnu.org>
2058
2059         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2060
2061 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2062
2063         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2064         knows since the charset specified might be a bogus alias that
2065         mm-charset-synonym-alist provides.
2066
2067 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2068
2069         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2070         "ISO_8859-1".
2071
2072         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2073
2074 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2075
2076         * mm-util.el (mm-charset-eval-alist):
2077         Define it before mm-charset-to-coding-system.
2078         (mm-charset-to-coding-system): Add optional argument `silent';
2079         define it before mm-charset-override-alist.
2080         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2081         default value if it can be used in Emacs currently running;
2082         silence mm-charset-to-coding-system.
2083
2084 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2085
2086         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2087         `allow-override' which says whether to use `mm-charset-override-alist'.
2088         (rfc2047-decode-encoded-words): Use it.
2089
2090         * mm-util.el (mm-charset-override-alist): Fix custom type;
2091         add `(gb2312 . gbk)' to choices.
2092
2093 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2094
2095         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2096         fast.
2097
2098         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2099
2100         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2101
2102 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2103
2104         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2105         on links.
2106
2107         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2108
2109 2008-12-03  Lute Kamstra  <lute@gnu.org>
2110
2111         * sha1.el: Remove leading * from docstrings of defcustoms,
2112         deffaces, defconsts and defuns.
2113
2114 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2115
2116         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2117         users' addresses that don't have domain parts.
2118         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2119         rather than message-narrow-to-head since there will be the message
2120         header separator.
2121
2122 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2123
2124         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2125         since the result is inserted in a unibyte buffer anyway.
2126         (nnimap-demule-use-string-to-multibyte): Remove.
2127         (nnimap-demule): Alias it to mm-string-to-multibyte.
2128
2129 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2130
2131         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2132         variable for debugging bug#464 and bug#1174.
2133         (nnimap-demule): Use it.
2134
2135 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2136
2137         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2138         score calculation correctly.
2139
2140 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2141
2142         * message.el (message-send-mail): Just set the buffer to unibyte
2143         rather than use mm-with-unibyte-current-buffer which does a lot more.
2144         (message-send-mail-partially): Don't bother with
2145         mm-with-unibyte-current-buffer since it's already been made unibyte by
2146         message-send-mail.
2147
2148 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2149
2150         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2151
2152 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2153
2154         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2155
2156 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2157
2158         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2159         require itself and to remove `with-no-warnings'.
2160
2161 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2162
2163         * starttls.el (starttls-any-program-available): Get the name of the
2164         available TLS layer program.
2165         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2166         well as the host name in the "opening" message.
2167
2168         * auth-source.el (auth-source-cache, auth-source-do-cache)
2169         (auth-source-user-or-password): Cache passwords and logins by default,
2170         allow override with `auth-source-do-cache'.
2171         (auth-source-forget-user-or-password): Allow users to remove cache
2172         entries if needed.
2173
2174 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2175
2176         * md4.el (md4-buffer): Fix typo in docstring.
2177         (md4, md4-64): Doc fixes.
2178         (md4-pack-int32): Reflow docstring.
2179
2180 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2181
2182         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2183         condition-case to only the forward-sexp call.
2184
2185 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2186
2187         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2188         quotes contained.  Make it more robust regardless by an extra
2189         condition-case wrapper.
2190
2191 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2192
2193         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2194
2195 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2196
2197         * nnml.el (nnml-request-expire-articles): Check if the function set to
2198         `nnmail-expiry-target' returns the symbol `delete'.
2199
2200         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2201
2202         * nnmail.el (nnmail-expiry-target): Fix custom type.
2203
2204 2008-10-02  Glenn Morris  <rgm@gnu.org>
2205
2206         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2207         Silence compiler warning.
2208
2209 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2210
2211         * tls.el (open-tls-stream): Show the actual command being
2212         executed, instead of the format string.
2213
2214 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2215
2216         * lpath.el: Fbind codepage-setup for Emacs 23.
2217
2218 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2219
2220         * mml.el (mml-menu): Don't assume mml2015 is bound.
2221
2222 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2223
2224         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2225         exists.
2226
2227 2008-09-27  Glenn Morris  <rgm@gnu.org>
2228
2229         * gnus-util.el (mail-header-remove-comments): Autoload it.
2230
2231 2008-09-27  Andreas Schwab  <schwab@suse.de>
2232
2233         * gnus-util.el (gnus-split-references): Strip comments.
2234         (gnus-parent-id): Likewise.
2235
2236 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2237
2238         * message.el (message-confirm-send): Fix version.
2239
2240 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2241
2242         * message.el (message-idna-to-ascii-rhs-1): Use
2243         mail-extract-address-components rather than mail-header-parse-addresses
2244         that is an alias by default to ietf-drums-parse-addresses that does not
2245         support non-ASCII names in headers' contents.
2246
2247 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2248
2249         * message.el (message-confirm-send): Fixed variable documentation to
2250         avoid the "y/n" wording.
2251
2252 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2253
2254         * message.el (message-set-auto-save-file-name): Save to a different
2255         filename so multiple messages (especially drafts) can be recovered.
2256
2257 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2258
2259         * message.el (message-confirm-send): Add appropriate version.
2260
2261 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2262
2263         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2264         defvar.
2265
2266 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2267
2268         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2269         (mm-pkcs7-enveloped-magic): Ditto.
2270
2271 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2272
2273         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2274         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2275
2276 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2277
2278         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2279         default, it's better.
2280
2281 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2282
2283         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2284         summary line gnus-number property and ignore them (with a warning
2285         message).
2286
2287 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2288
2289         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2290         macro caddr in the interactive form since it won't be expanded.
2291
2292 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2293
2294         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2295         `charset'; fix name of function called recursively.
2296         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2297
2298 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2299
2300         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2301         (gnus-mime-set-charset-parameters): New function.
2302         (gnus-mime-view-part-as-charset): Use it to correctly display part
2303         specifying wrong charset.
2304
2305 2008-09-08  David Engster  <dengste@eml.cc>
2306
2307         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2308         in completing-read for back end server.
2309
2310 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2311
2312         * message.el (message-confirm-send): New variable to confirm sending a
2313         message.
2314         (message-send): Use it.
2315
2316 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2317
2318         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2319
2320 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2321
2322         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2323
2324 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2325
2326         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2327         prevent tracking too many groups.
2328         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2329         Use it.
2330
2331 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2332
2333         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2334         moving point to the bottom of the window in order to avoid recentering.
2335
2336 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2337
2338         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2339
2340         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2341         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2342         (gnus-article-beginning-of-window): Fix calculation.
2343
2344 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2345
2346         * gnus-msg.el (gnus-summary-supersede-article)
2347         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2348         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2349         message header.
2350
2351 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2352
2353         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2354         pending output coming after the status change.
2355
2356 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2357
2358         * message.el:
2359         * gnus-start.el:
2360         * gnus-registry.el: Remove VMS support.
2361
2362 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2363
2364         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2365         macro.
2366         (rfc2104-hash): Use it.
2367
2368 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2369
2370         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2371         (gnus-summary-sort-by-most-recent-date): New commands.
2372         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2373         and menu entries.
2374
2375 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2376
2377         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2378         don't redisplay article for raw contents; remove plural articles stuff.
2379
2380         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2381         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2382         on gnus-summary-save-article; display results properly.
2383
2384 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2385
2386         * lpath.el: No need to fbind ns-focus-frame.
2387
2388 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2389
2390         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2391
2392 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2393
2394         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2395         gnus-save-all-headers.
2396
2397 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2398
2399         * gnus-util.el (ns-focus-frame): Remove declaration.
2400         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2401         like x.
2402
2403 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2404
2405         * rfc2104.el (rfc2104-zero): Delete defconst.
2406         (rfc2104-hex-alist): Likewise.
2407         (rfc2104-hex-to-int): Delete func.
2408         (rfc2104-hexstring-to-bitstring): Likewise.
2409         (rfc2104-nybbles): New defconst.
2410         (rfc2104-hash): Rewrite for speed.
2411
2412 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2413
2414         * tls.el (open-tls-stream): Make it work with the 2nd argument
2415         BUFFER that is a string but does not exist as a buffer object, as
2416         mentioned in the doc-string.
2417
2418 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2419
2420         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2421         SXEmacs.
2422
2423 2008-07-16  Glenn Morris  <rgm@gnu.org>
2424
2425         * gnus-util.el (ns-focus-frame): Declare for compiler.
2426
2427 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2428
2429         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2430         set as a group parameter.
2431         (gnus-summary-save-in-pipe): Work when it is called independently.
2432         (gnus-summary-pipe-to-muttprint): Don't modify
2433         gnus-summary-pipe-output-default-command.
2434
2435 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2436
2437         * message.el (message-send-mail-with-sendmail):
2438         Display the error message.
2439
2440 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2441
2442         * gnus-art.el (gnus-default-article-saver):
2443         Add gnus-summary-save-in-pipe to choices.
2444         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2445         gnus-summary-pipe-output-default-command as the default command.
2446         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2447         instead of gnus-last-shell-command.
2448
2449         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2450         New user option.
2451         (gnus-summary-muttprint-program): Mention the value will be changed.
2452         (gnus-summary-save-article): Force showing of all headers.
2453         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2454
2455 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2456
2457         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2458
2459 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2460
2461         * nnimap.el (nnimap-id):
2462         * sieve-manage.el (sieve-manage-open): Doc fixes.
2463
2464 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2465
2466         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2467         if available.
2468
2469 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2470
2471         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2472
2473         * nnkiboze.el (nnkiboze-generate-group):
2474         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2475
2476         * nnmairix.el: Require CL.
2477
2478 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2479
2480         * dgnushack.el: Autoload get-display-table and put-display-table for
2481         XEmacs 21.5.
2482
2483         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2484         21.4 and SXEmacs.
2485
2486 2008-06-15  David Engster  <dengste@eml.cc>
2487
2488         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2489
2490 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2491
2492         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2493         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2494         runtime choice under XEmacs.
2495
2496         * gnus-sum.el (gnus-summary-set-display-table):
2497         Use `gnus-put-display-table', `gnus-get-display-table',
2498         `gnus-set-display-table' for the display table, instead of `aset'.
2499
2500         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2501         Use `gnus-put-display-table', `gnus-get-display-table',
2502         `gnus-set-display-table' for the display table.
2503
2504 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2505
2506         * nnmairix.el: Add autoloads.
2507
2508 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2509
2510         * nnmairix.el (nnmairix-delete-recreate-group)
2511         (nnmairix-update-and-clear-marks): Fix error messages.
2512
2513 2008-06-14  David Engster  <dengste@eml.cc>
2514
2515         * nnmairix.el: Upgrade to version 0.6.
2516         (nnmairix-group-toggle-propmarks-this-group)
2517         (nnmairix-group-toggle-readmarks-this-group)
2518         (nnmairix-group-delete-recreate-this-group)
2519         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2520         (nnmairix-remove-tick-mark-original-article): New commands.
2521         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2522         (nnmairix-propagate-marks-to-nnmairix-groups)
2523         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2524         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2525         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2526         functions needed for marks propagation and manipulation of read marks.
2527         (nnmairix-update-groups): New function.
2528         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2529         (nnmairix-determine-original-group-from-registry)
2530         (nnmairix-determine-original-group-from-path)
2531         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2532         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2533         New helper functions.
2534         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2535         keystrokes for new commands.
2536         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2537         (nnmairix-request-group): Check allow-fast group parameter.
2538         (nnmairix-request-create-group): Set allow-fast group parameter if
2539         nnmairix-allowfast-default is set.
2540         (nnmairix-close-group): Propagate marks upon closing if needed.
2541         (nnmairix-group-toggle-threads-this-group): Use new.
2542         nnmairix-group-toggle-parameter helper function.
2543         (nnmairix-search): Better check for empty search result.
2544         (nnmairix-goto-original-article): Use new helper functions for
2545         determining original article.
2546         (nnmairix-show-original-article): Make sure message-id is in brackets.
2547         (nnmairix-call-mairix-binary): Change variable name.
2548         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2549         helper function.
2550         (nnmairix-widget-toggle-activate): Fix doc string.
2551
2552 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2553
2554         * nnir.el: Require edmacro when compiling with XEmacs.
2555         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2556         available in Emacs 21.
2557
2558 2008-06-11  Glenn Morris  <rgm@gnu.org>
2559
2560         * gnus-util.el (x-focus-frame):
2561         * gnus.el (image-size):
2562         * mm-decode.el (image-size): Declare.
2563
2564         * gnus-picon.el (declare-function): Add compat definition.
2565         (image-size): Declare.
2566
2567         * gnus-group.el (tool-bar-map):
2568         * gnus-sum.el (tool-bar-map): Define for compiler.
2569
2570         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2571
2572         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2573
2574         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2575         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2576         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2577         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2578         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2579         * sieve-manage.el, spam-report.el, spam.el:
2580         Remove unnecessary eval-and-compile of autoloads.
2581
2582 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2583
2584         * auth-source.el: Precise Tramp doc.
2585
2586 2008-06-07  Glenn Morris  <rgm@gnu.org>
2587
2588         * nnmairix.el: Remove unnecessary eval-when-compile.
2589
2590 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2591
2592         * lpath.el: Fbind propertize for XEmacs 21.4.
2593
2594 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2595
2596         * nnir.el: Move here from ../contrib.
2597
2598 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2599
2600         * gnus-util.el (gnus-read-shell-command): New function.
2601         * mm-decode.el (mm-pipe-part):
2602         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2603
2604 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2605
2606         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2607
2608 2008-06-03  Glenn Morris  <rgm@gnu.org>
2609
2610         * pop3.el (nnheader-accept-process-output): Autoload it.
2611
2612 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2613
2614         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2615         are not 2-digit hexadecimal characters that follow `%'s.
2616
2617 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2618
2619         * message.el (message-bogus-recipient-p): Fix type in doc string.
2620         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2621         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2622         Improve custom options.
2623         (message-bogus-recipient-p): Adjust accordingly.
2624
2625 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2626
2627         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2628         long-form month and day names.
2629
2630 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2631
2632         * dgnushack.el: Autoload debug, eudc-expand-inline and
2633         pgg-snarf-keys-region for XEmacs.
2634
2635         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2636
2637         * nnmairix.el: Require edmacro when compiling with XEmacs.
2638
2639 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2640
2641         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2642         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2643
2644 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2645
2646         * auth-source.el: Add more docs.
2647
2648         * netrc.el (netrc-machine): Always match if the port is not given.
2649
2650 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2651
2652         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2653         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2654         retrieval faster in some cases, but might make CPU usage larger.  If
2655         this has any bad side effects, we might revert this change.
2656
2657         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2658         seems to make mail retrieval much, much faster.
2659         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2660         unconditionally.
2661
2662         * gnus-draft.el (gnus-group-send-queue): Bind
2663         message-send-mail-partially-limit to nil to avoid being prompted.
2664
2665 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2666
2667         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2668
2669         * message.el (message-bogus-address-regexp): Fix and improve custom
2670         type.
2671         (message-setup-hook): Add message-check-recipients as custom option.
2672
2673 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2674
2675         * message.el (message-cite-function): Remove bogus autoload which crept
2676         in during merge from v5-10.
2677
2678 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2679
2680         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2681
2682         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2683
2684         * auth-source.el: Preliminary Tramp docs.
2685         (auth-sources): Change the default auth-sources to use
2686         EPA .gpg files.
2687
2688 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2689
2690         * nntp.el: Autoload `auth-source-user-or-password'.
2691         (nntp-send-authinfo): Use it.
2692
2693         * nnimap.el: Autoload `auth-source-user-or-password'.
2694         (nnimap-open-connection): Use it.
2695
2696         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2697         for the gnus-message function.
2698         (auth-source-user-or-password): Use it.
2699
2700 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2701
2702         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2703         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2704         (rfc2104-hash): Use it.
2705
2706 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2707
2708         * gnus-art.el (gnus-article-toggle-truncate-lines):
2709         Don't use `iff' in docstring.
2710
2711 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2712
2713         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2714
2715         * gnus-util.el (gnus-extract-address-component-name)
2716         (gnus-extract-address-component-email): Convenience functions around
2717         `gnus-extract-address-components'.
2718
2719         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2720         Use `gnus-extract-address-component-email' to fix bug of comparing full
2721         sender name to `user-mail-address'.
2722
2723 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2724
2725         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2726         catch/throw to optimize.
2727         (gnus-registry-find-keywords): Just use member to find a keyword.
2728
2729 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2730
2731         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2732         is current before calling gnus-server-prepare.
2733         (gnus-server-setup-buffer, gnus-server-update-server)
2734         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2735
2736 2008-05-04  Juri Linkov  <juri@jurta.org>
2737
2738         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2739         (mailcap-file-default-commands): Use mailcap-replace-in-string
2740         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2741         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2742
2743 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2744
2745         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2746
2747 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2748
2749         * gnus.el: Bump version to 0.11.
2750
2751 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2752
2753         * gnus.el: No Gnus v0.10 is released.
2754
2755 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2756
2757         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2758         hooks.
2759         (gnus-update-read-articles): Speed up non-marks-using users.
2760         (gnus-use-marks): Define gnus-use-marks.
2761         (gnus-propagate-marks): Rename variable to something more sensible.
2762
2763 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2764
2765         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2766         (gmm-image-load-path-for-library): Fix typos in docstrings.
2767         (gmm-message): Reflow docstring.
2768
2769 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2770
2771         * mail-source.el (mail-source-set-1, mail-source-bind):
2772         Move auth-source code out of the macro to clean it up and fix bugs.
2773
2774 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2775
2776         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2777         by sender if it's equal to user-mail-address, it's likely to be
2778         useless.
2779
2780         * mail-source.el (mail-source-bind): Don't use user or password if they
2781         are not bound.  Unintern them if they are nil.  Don't use server unless
2782         it's bound, and default it to empty string otherwise.
2783
2784 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2785
2786         * mail-source.el: Load auth-source.el.
2787         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2788         get user name or password, if auth-sources is set up.
2789
2790         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2791         strategy of splitting with parent.
2792         (gnus-registry-split-fancy-with-parent)
2793         (gnus-registry-post-process-groups): Use it and fix prior
2794         bug (returning a list as the split result).
2795
2796         * auth-source.el (auth-sources): Remove server parameter.
2797         (auth-source-pick, auth-source-user-or-password)
2798         (auth-source-user-or-password-imap)
2799         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2800         (auth-source-user-or-password-sftp)
2801         (auth-source-user-or-password-smtp): Remove server parameter.
2802
2803 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2804
2805         * smime.el (smime-sign-region, smime-encrypt-region)
2806         (smime-decrypt-region):
2807         Remove redundant calls to `generate-new-buffer-name'.
2808
2809 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2810
2811         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2812         Don't use QP for message/rfc822.
2813         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2814
2815 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2816
2817         * sieve-manage.el (sieve-string-bytes): Remove.
2818         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2819         correct byte-length only if the process's coding-system is the same as
2820         the one used internally by Emacs to represent strings.
2821
2822 2008-04-22  Juri Linkov  <juri@jurta.org>
2823
2824         * mailcap.el (mailcap-file-default-commands): New function.
2825
2826 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2827
2828         * message.el (message-signature-separator, message-cite-function):
2829         Change custom version.
2830
2831 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2832
2833         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2834         commands.
2835         (tls-checktrust): Ditto.
2836
2837 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2838
2839         * mm-decode.el (mm-display-external): Make temp file read-only.
2840
2841 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2842
2843         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2844         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2845         `C-c C-f d'.
2846
2847 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2848
2849         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2850
2851 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2852
2853         * gnus.el: Bump version to 0.9.
2854
2855 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2856
2857         * gnus.el: No Gnus v0.8 is released.
2858
2859 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2860
2861         * mail-source.el (mail-source-value):
2862         Prefer fboundp to functionp so it works with macros as well.
2863
2864 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2865
2866         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2867         Fix last change in case the element is not even a symbol.
2868
2869 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2870
2871         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2872         Prefer fboundp to functionp so it works with macros as well.
2873
2874 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2875
2876         * auth-source.el: Added docs.
2877         (auth-sources): Modify format to support server.
2878         (auth-source-pick, auth-source-user-or-password)
2879         (auth-source-user-or-password-imap)
2880         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2881         (auth-source-user-or-password-sftp)
2882         (auth-source-user-or-password-smtp): Add server parameter.
2883
2884 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2885
2886         * gnus-registry.el: Initialize the registry when gnus-registry-install
2887         is t.
2888
2889 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2890
2891         * compface.el (uncompface): Make buffer unibyte.
2892
2893 2008-04-05  Glenn Morris  <rgm@gnu.org>
2894
2895         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2896
2897 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2898
2899         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2900         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2901
2902         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2903         multibyteness after rather than before erasing it.
2904
2905         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2906         mm-with-multibyte.
2907         (gnus-request-article-this-buffer): Make sure the proper decoding is
2908         used if gnus-original-article-buffer happens to be unibyte.
2909
2910         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2911         default-enable-multibyte-characters.
2912
2913         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2914         default-enable-multibyte-characters.
2915
2916         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2917
2918         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2919
2920 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2921
2922         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2923         (imap-message-copyuid-1): Use it.
2924         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2925         J. Williams in
2926         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2927
2928         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2929         imap-enable-exchange-bug-workaround.
2930         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2931
2932 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2933
2934         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2935         a 100 byte status-checks into a 2-3MB transfer for each group.
2936         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2937         to enable bug workaround or not.
2938         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2939
2940 2008-03-31  Glenn Morris  <rgm@gnu.org>
2941
2942         * message.el (mml2015-use): Declare for compiler.
2943         (message-info): Require mml2015 when appropriate.
2944
2945 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2946
2947         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2948         whitespace.
2949
2950 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2951
2952         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2953         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2954         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2955         (nntp-service-to-port): New function.
2956         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2957         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2958         (nntp-open-netcat-stream): New function.
2959         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2960
2961 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2962
2963         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2964
2965 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2966
2967         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2968
2969 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2970
2971         * dns.el (dns-write): Use set-buffer-multibyte.
2972
2973 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2974
2975         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2976
2977 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2978
2979         * message.el (message-signature-separator): Change default.
2980         Improve custom type.
2981         (message-cite-function): Change default to
2982         message-cite-original-without-signature.
2983
2984         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2985         toggle.
2986
2987         * message.el (message-check-news-body-syntax): Fix signature check.
2988         (message-setup-1): Mark buffer as unmodified _after_ running
2989         message-setup-hook and handling message-alternative-emails.
2990         (message-shorten-references): Be more strict when building list of
2991         valid references to comply with GNKSA.
2992
2993         * gnus-group.el (gnus-read-ephemeral-bug-group)
2994         (gnus-read-ephemeral-debian-bug-group)
2995         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2996
2997         * message.el (message-info): Don't use booleanp which isn't supported
2998         in Emacs 21 and XEmacs.
2999
3000 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3001
3002         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3003         gnus-group-gmane-group-download-format.
3004         (gnus-group-read-ephemeral-gmane-group): Rename from
3005         gnus-group-read-ephemeral-gmane-group.
3006         (gnus-read-ephemeral-gmane-group-url): Rename from
3007         gnus-group-read-ephemeral-gmane-group-url.
3008         (gnus-bug-group-download-format-alist): New variable.
3009         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3010         (gnus-read-ephemeral-emacs-bug-group): New commands.
3011
3012 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3013
3014         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3015         (gnus-visible-headers): Improve custom type.
3016
3017 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3018
3019         * mml.el (mml-menu): Add workarounds for XEmacs.
3020
3021         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3022         X-Boundary header.
3023
3024         * message.el (message-simplify-recipients): Fix previous commit.
3025
3026 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3027
3028         * mm-util.el (mm-set-buffer-multibyte): New function.
3029         * mm-decode.el (mm-copy-to-buffer): Use it.
3030
3031 2008-03-19  Glenn Morris  <rgm@gnu.org>
3032
3033         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3034         Accidentally removed in the sync process with Emacs.
3035
3036 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3037
3038         * message.el (message-alter-recipients-discard-bogus-full-name):
3039         New function.
3040         (message-alter-recipients-function): New variable.
3041         (message-get-reply-headers): Use it.
3042         (message-replace-header): New helper function.
3043         (message-recipients-without-full-name): New variable.
3044         (message-simplify-recipients): New command.
3045
3046         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3047
3048         * message.el (message-info): Handle EasyPG manual.
3049
3050         * mml.el (mml-menu): Add entry for EasyPG.
3051
3052 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3053
3054         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3055         parameter.
3056
3057         * message.el (message-disassociate-draft): Specify drafts group name
3058         fully.
3059
3060 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3061
3062         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3063         unnecessary duplicates from the match list.
3064
3065 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3066
3067         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3068
3069         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3070
3071         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3072         args of `how-many' of which the XEmacs version doesn't take; declare
3073         Info-index-next as function.
3074
3075 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3076
3077         * gnus-score.el (gnus-score-headers): Fix handling of
3078         gnus-inhibit-slow-scoring.
3079
3080         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3081         string.
3082         (gnus-button-url-regexp): Improve handling of parenthesis.
3083         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3084         (gnus-button-handle-info-keystrokes): Handle index entries.
3085
3086 2008-03-15  Glenn Morris  <rgm@gnu.org>
3087
3088         * parse-time.el (parse-time-string): Simplify.
3089
3090 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3091
3092         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3093         Incoming* files.
3094
3095 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3096
3097         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3098         (auth-source-pick): Use it.
3099
3100 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3101
3102         * binhex.el (binhex-decode-region-internal):
3103         * uudecode.el (uudecode-decode-region-internal):
3104         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3105         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3106         setting default-enable-multibyte-characters.
3107
3108 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3109
3110         * auth-source.el (auth-source-protocols)
3111         (auth-source-protocols-customize, auth-source-choices): Added and
3112         modified variable customizations and defaults.
3113         (auth-source-pick, auth-source-user-or-password)
3114         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3115         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3116         (auth-source-user-or-password-sftp)
3117         (auth-source-user-or-password-smtp): Use new variables and provide an
3118         interface to netrc.el.
3119
3120 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3121
3122         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3123         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3124         Make sure the nntp port to specify is a string.
3125
3126 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3127
3128         * nntp.el: Use with-current-buffer.
3129         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3130         dubious mm-with-unibyte-current-buffer.
3131         (nntp-with-open-group-function): New function extracted from
3132         nntp-with-open-group macro.
3133         (nntp-with-open-group): Use the function, so it's easier to debug.
3134         Add indentation and debugging info.
3135         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3136         the use of the netcat alternatives.
3137
3138         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3139         Avoid mm-string-as-multibyte as well.
3140
3141         * nnweb.el (nnweb-insert-html):
3142         Remove use of nnheader-string-as-multibyte.
3143
3144         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3145         (nnheader-string-as-multibyte): Remove.
3146
3147         * mm-view.el: Use inhibit-read-only.
3148         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3149         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3150         or unibyte-string.
3151
3152         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3153         (mm-uu-yenc-extract): Use with-current-buffer.
3154
3155         * gnus-soup.el (gnus-soup-send-packet): Don't use
3156         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3157
3158         * nnmh.el: Use with-current-buffer.
3159         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3160         mm-string-as-multibyte on the output of mm-encode-coding-string.
3161
3162         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3163         (nnimap-request-move-article): Use with-current-buffer.
3164
3165         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3166         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3167         conversion uses string-make-unibyte rather than string-as-unibyte.
3168
3169         * gnus-msg.el: Use with-current-buffer.
3170
3171         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3172
3173 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3174
3175         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3176         string for caching if it is 'PIN.
3177
3178 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3179
3180         * lpath.el: Consider the case without Emacs/W3.
3181
3182 2008-03-08  Glenn Morris  <rgm@gnu.org>
3183
3184         * time-date.el (date-to-time, time-subtract, time-add)
3185         (safe-date-to-time): Doc fixes.
3186
3187 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3188
3189         * mail-source.el (mail-source-delete-old-incoming-confirm):
3190         Change default to nil.
3191         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3192
3193 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3194
3195         * lpath.el: Rearrange.
3196
3197         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3198         (gnus-article-goto-prev-page): Work for articles having ^L's.
3199
3200         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3201
3202         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3203
3204 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3205
3206         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3207         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3208         (gnus-bookmark-jump): Adjust some variable names.
3209
3210 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3211
3212         * auth-source.el: New package.
3213         (auth-source-choices): Add customization entry point variable.
3214
3215         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3216         bug.
3217
3218 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3219
3220         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3221         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3222         (gnus-registry-install-shortcuts): Rename from
3223         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3224         the `gnus-registry-mark-map' keymap dynamically from
3225         `gnus-registry-marks'.  The generated functions update the summary line
3226         when a registry mark is added or deleted, and will call
3227         `gnus-registry-install-p' (see the comments in the code).
3228         (gnus-registry-user-format-function-M): Use concat intelligently.
3229
3230         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3231         the registry mark functions.
3232
3233 2008-03-05  Glenn Morris  <rgm@gnu.org>
3234
3235         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3236         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3237         gnus-art.
3238         (top-level): No need to load own source when compiling.
3239
3240 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3241
3242         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3243         Suggested by <chris.anderton@zetnet.co.uk>.
3244
3245 2008-03-04  Glenn Morris  <rgm@gnu.org>
3246
3247         * gnus-sum.el (top-level): No need to require gnus when compiling,
3248         since unconditionally required near start of file.
3249         (gnus-summary-display-while-building): Move definition before use.
3250
3251 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3252
3253         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3254         formatting function.
3255
3256 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3257
3258         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3259         with plists.
3260         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3261         Use new format.
3262
3263 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3264
3265         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3266         `where-is-internal' that returns a range of key sequences.
3267
3268 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3269
3270         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3271
3272         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3273         (gnus-summary-jump-to-group): Consider windows on other displayed
3274         frames as well.  Similar changes might be needed elsewhere, but that's
3275         the one I've bumped into during my use.
3276
3277         * nndoc.el (nndoc-oe-dbx-type-p):
3278         * gnus-msg.el (gnus-debug):
3279         * gnus-group.el (gnus-update-group-mark-positions):
3280         Use mm-string-to-multibyte.
3281
3282 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3283
3284         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3285         doesn't handle NotDashEscaped.
3286
3287         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3288         (mml-dnd-attach-options): Fix typo in custom choice.
3289
3290         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3291         nndoc-article-type to mbox.
3292         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3293
3294         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3295         to nil, instead of html2text.
3296
3297         * imap.el (imap-debug): Add `imap-ping-server'.
3298
3299         * gnus-bookmark.el: Add FIXMEs.
3300
3301         * message.el (message-form-letter-separator)
3302         (message-send-form-letter-delay): New variables.
3303         (message-send-form-letter): Use them.  New command to send form
3304         letters.  Requested by Uwe Siart.
3305         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3306
3307 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3308
3309         * Update copyright years.
3310
3311 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3312
3313         Sync from EMACS_22_BASE.
3314
3315         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3316
3317 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3318
3319         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3320         empty author.
3321
3322 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3323
3324         * gnus-registry.el (gnus-registry-marks): Add variable for
3325         customization of marks and their appearance.
3326         (gnus-registry-read-mark): Use it.
3327         (gnus-registry-do-marks): Add utility function to loop through
3328         `gnus-registry-marks'.
3329         (gnus-registry-install-shortcuts-and-menus): Add function to install
3330         shortcuts and menus.
3331         (gnus-registry-initialize): Use it.
3332         (gnus-registry-default-mark): Clarify documentation.
3333
3334 2008-02-29  Glenn Morris  <rgm@gnu.org>
3335
3336         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3337         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3338         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3339         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3340         Change defcustom :version from 23.0 to 23.1.
3341
3342 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3343
3344         * gnus-registry.el (gnus-registry-follow-group-p)
3345         (gnus-registry-post-process-groups): Add functions to aid registry
3346         splitting and improve logging.  Clarify behavior in function
3347         documentation.
3348         (gnus-registry-split-fancy-with-parent): Use them.
3349
3350 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3351
3352         * gnus-art.el: Use with-current-buffer.
3353
3354 2008-02-27  David Engster  <dengste@eml.cc>
3355
3356         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3357         Express real group name in the response.
3358
3359 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3360
3361         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3362         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3363         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3364         autoload gnus-registry-fetch-group when compiling.
3365         (nnmairix-request-group-with-article-number-correction): Remove
3366         unreferenced argument passed to nnmairix-call-backend.
3367
3368 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3369
3370         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3371         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3372         Wilde.
3373
3374 2008-02-27  Glenn Morris  <rgm@gnu.org>
3375
3376         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3377         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3378         variables to defconsts.  Convert comments to doc-strings.
3379         (nnmairix-last-server, nnmairix-current-server): Convert from free
3380         variables to defvars.  Convert comments to doc-strings.
3381         (gnus-registry-fetch-group): Autoload.
3382         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3383         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3384         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3385         caddr.
3386         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3387         nnmairix-request-group-with-article-number-correction call.
3388         (nnmairix-fast, nnmairix-group): New, less general names, for free
3389         variables passed from nnmairix-request-group to
3390         nnmairix-request-group-with-article-number-correction.  Declare.
3391         (nnmairix-request-group-with-article-number-correction):
3392         Use nnmairix-fast, nnmairix-group rather than fast, group.
3393
3394 2008-02-26  David Engster  <dengste@eml.cc>
3395
3396         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3397         version 0.5.
3398
3399 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3400
3401         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3402         instead of making an extra function call.  Don't add the current group
3403         to articles only when they have the group.  Use
3404         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3405         Reported by David <de_bb@arcor.de>.
3406
3407 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3408
3409         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3410         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3411
3412 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3413
3414         * mail-source.el (mail-source-delete-incoming): Change default.
3415         Supplement doc string.
3416
3417         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3418
3419 2008-02-14  Glenn Morris  <rgm@gnu.org>
3420
3421         * time-date.el (format-seconds): New function.
3422
3423 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3424
3425         * nnmail.el (nnmail-message-id-cache-file): Derive from
3426         `gnus-home-directory'.
3427
3428 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3429
3430         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3431         Document negative prefix.
3432
3433         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3434
3435 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3436
3437         * message.el (message-unsent-separator): Add the Exim bounce
3438         separator.
3439
3440 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3441
3442         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3443         list.
3444         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3445         recipient/signer list.
3446
3447 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3448
3449         * Makefile.in (datarootdir): Define.
3450         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3451         name that might contain whitespace.
3452
3453 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3454
3455         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3456         fbound (Emacs 23 unicode), signal an error.
3457
3458 2008-02-08  Glenn Morris  <rgm@gnu.org>
3459
3460         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3461
3462 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3463
3464         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3465         ports to the calls to `netrc-machine-user-or-password' in addition to
3466         "imap" and "imaps".
3467
3468 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3469
3470         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3471
3472         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3473
3474 2008-02-01  Kenichi Handa  <handa@m17n.org>
3475
3476         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3477         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3478         (rfc2104-hash): Convert the result of concat to unibyte string.
3479
3480 2008-02-01  Dave Love  <fx@gnu.org>
3481
3482         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3483         coding-system-for-read.
3484         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3485
3486 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3487
3488         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3489         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3490         <hanche@math.ntnu.no>.
3491
3492 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3493
3494         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3495
3496         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3497
3498 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3499
3500         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3501         * message.el (message-beginning-of-line): Use featurep instead of bound
3502         tests in order to resolve conditionals at compile time.
3503
3504 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3505
3506         * mail-source.el (mail-sources): Add `group' choice.
3507
3508         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3509         parameter `in-group' to control into which group the articles go.
3510         Add treatment of `group' mail-source.
3511
3512 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3513
3514         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3515
3516         * mm-decode.el (mm-dissect-buffer): Decode description.
3517
3518         * mml.el (mml-to-mime): Encode message header first.
3519
3520 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3521
3522         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3523         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3524
3525         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3526         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3527
3528 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3529
3530         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3531
3532 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3533
3534         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3535         prefix keys.
3536         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3537         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3538         gnus-xmas.el.
3539
3540         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3541         (gnus-xmas-article-describe-bindings): New function.
3542         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3543         gnus-xmas-article-describe-bindings.
3544
3545         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3546
3547 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3548
3549         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3550         Add new variables for article mark management.
3551         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3552         list of extra data entries which, when present, will indicate that the
3553         article ID should not be trimmed from the registry.
3554         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3555         functions.
3556         (gnus-registry-read-mark): New function to read a mark name from the
3557         user.
3558         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3559         (gnus-registry-set-article-mark-internal): New functions to add and
3560         remove marks.
3561         (gnus-registry-get-article-marks): New function to show the marks for
3562         an article, or retrieve them for further use.
3563
3564 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3565
3566         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3567         keys when no argument is given.
3568
3569 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3570
3571         * imap.el (imap-ping-server): New variable.
3572         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3573         (imap-ping-server): Minor doc string fixes.
3574
3575 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3576
3577         * imap.el (imap-ping-server): New function.
3578         (imap-opened): Call imap-ping-server.
3579
3580 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3581
3582         * gnus-sum.el (gnus-article-sort-by-random)
3583         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3584         jidanni@jidanni.org.
3585
3586 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3587
3588         * gnus-art.el (gnus-article-describe-bindings): New function.
3589         (gnus-article-read-summary-keys): Use it.
3590         (gnus-article-mode-map): Bind `C-h b' to it.
3591
3592 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3593
3594         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3595         XEmacs.
3596         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3597         against non-character events.
3598
3599         * lpath.el: Fbind map-keymap for Emacs 21.
3600
3601 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3602
3603         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3604         command.
3605         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3606         instead of END.  Change name of the temp file.
3607         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3608         customizable.
3609
3610 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3611
3612         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3613         bind `S W' to gnus-article-wide-reply-with-original; set default
3614         binding to gnus-article-read-summary-send-keys.
3615         (gnus-article-read-summary-keys): Fix the order of keys; display
3616         continuation keys correctly in the echo area; describe bindings
3617         correctly when keys end with `C-h'.
3618         (gnus-article-read-summary-send-keys): New function.
3619         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3620         for gnus-article-read-summary-send-keys; display continuation keys
3621         correctly in the echo area.
3622         (gnus-article-reply-with-original): Ignore prefix argument.
3623         (gnus-article-wide-reply-with-original): New function.
3624
3625         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3626         Emacs 21.
3627
3628 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3629
3630         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3631         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3632
3633 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3634
3635         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3636         (gnus-group-read-ephemeral-gmane-group): New command.
3637
3638 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3639
3640         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3641
3642 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3643
3644         * message.el (message-send-mail-function): Increase custom version.
3645
3646         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3647         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3648
3649 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3650
3651         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3652         for the cases where imap-authenticate is called with a nil buffer
3653         parameter.
3654
3655 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3656
3657         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3658         html parts correctly; support forwarded messages.
3659         (gnus-article-browse-html-article): Remove work buffers.
3660
3661         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3662         compiling.
3663         (netrc-bound-and-true-p): New macro.
3664         (netrc-parse): Use it instead of bound-and-true-p that is not available
3665         in XEmacs 21.4.
3666
3667 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3668
3669         * gnus-registry.el (gnus-registry-mark-article)
3670         (gnus-registry-article-marks): Add functionality to mark articles
3671         through the Gnus registry.
3672
3673         * encrypt.el: Clarify documentation for the new pgg method.
3674         (encrypt-file-alist): Add PGG option.
3675         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3676         functionality.  Abstract password key and messaging to external
3677         functions.
3678         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3679         (encrypt-message-method-and-cipher): Add new convenience external
3680         functions.
3681         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3682         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3683
3684         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3685         (netrc-parse): Use encrypt-file-alist to determine if
3686         encrypt-find-model or encrypt-insert-file-contents should be used.
3687
3688         * encrypt.el: Clarify documentation.  Load password-cache or
3689         password, whichever one is found first, instead of autoloading.
3690
3691 2007-12-19  Glenn Morris  <rgm@gnu.org>
3692
3693         * mml.el (message-options-set, message-narrow-to-head)
3694         (message-in-body-p, message-mail-p, message-encode-message-body):
3695         Autoload.
3696         (message-remove-header, message-narrow-to-headers-or-head)
3697         (message-subscribed-p, message-make-mail-followup-to)
3698         (message-position-on-field, message-news-p)
3699         (message-options-set-recipient, message-generate-headers)
3700         (message-sort-headers): Declare as functions.
3701
3702 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3703
3704         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3705         convention in doc string.
3706
3707 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3708
3709         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3710         title to html parts.
3711         (gnus-article-browse-html-article): Pass message header to it.
3712
3713         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3714
3715 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3716
3717         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3718         or password compatible with XEmacs.
3719
3720 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3721
3722         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3723         format document.
3724         (gnus-mime-delete-part): Don't write description line if empty.
3725         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3726
3727 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
3728
3729         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3730         (gnus-summary-mark-read-and-unread-as-read)
3731         (gnus-summary-mark-current-read-and-unread-as-read)
3732         (gnus-summary-mark-unread-as-ticked): Doc fix.
3733         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3734
3735 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3736
3737         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3738         Christoph Conrad <christoph.conrad@gmx.de>.
3739
3740 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3741
3742         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3743         yes-or-no-p.
3744
3745 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3746
3747         * mm-decode.el (mm-add-meta-html-tag): New function.
3748         (mm-save-part-to-file, mm-pipe-part): Use it.
3749
3750         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3751         gnus-y-or-n-p instead of y-or-n-p.
3752         (gnus-article-browse-html-parts): Work with message/external-body; use
3753         mm-add-meta-html-tag.
3754
3755 2007-12-11  Glenn Morris  <rgm@gnu.org>
3756
3757         * gnus-cache.el: Require gnus-sum not just when compiling.
3758
3759         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3760
3761         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3762         definitions before use.
3763
3764         * mm-decode.el: Require gnus-util.
3765         (mm-remove-part): Only call delete-annotation on XEmacs.
3766
3767         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3768
3769         * nnmail.el: Require gnus-int.
3770
3771         * spam.el: Move `require's before `eval-when-compile's.
3772
3773         * gnus-ems.el (gnus-alive-p):
3774         * gnus-fun.el (message-goto-eoh):
3775         * gnus-util.el (gnus-group-name-decode):
3776         * mail-source.el (gnus-compress-sequence):
3777         * message.el (Info-goto-node, format-spec):
3778         * mm-bodies.el (message-options-get):
3779         * mm-decode.el (mm-view-pkcs7):
3780         * mm-util.el (gmm-write-region):
3781         * mml-smime.el (mml-compute-boundary)
3782         (gnus-completing-read-with-default):
3783         * mml.el (widget-button-press, gnus-make-hashtable):
3784         * mml1991.el (mm-decode-content-transfer-encoding)
3785         (mm-encode-content-transfer-encoding)
3786         (message-options-get, message-options-set):
3787         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3788         * nnfolder.el (gnus-request-group):
3789         * nnheader.el (ietf-drums-unfold-fws):
3790         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3791         * smime.el (gnus-run-mode-hooks):
3792         * spam-stat.el (gnus-message): Autoload.
3793
3794         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3795         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3796         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3797         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3798         Add declare-function compatibility definition.
3799
3800         * gnus-cache.el (nnvirtual-find-group-art):
3801         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3802         (gnus-add-image, gnus-add-wash-type):
3803         * gnus-group.el (nnkiboze-score-file):
3804         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3805         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3806         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3807         (message-tokenize-header, gnus-get-buffer-create)
3808         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3809         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3810         * gnus.el (gnus-group-decoded-name):
3811         * mail-source.el (imap-capability):
3812         * mm-bodies.el (message-options-set):
3813         * mm-decode.el (gnus-configure-windows):
3814         * mm-extern.el (message-goto-body):
3815         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3816         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3817         (epg-sub-key-validity, message-options-set):
3818         * mml.el (widget-event-point, gnus-configure-windows):
3819         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3820         * mml2015.el (epg-check-configuration, epg-configuration)
3821         (message-options-set):
3822         * nndb.el (nndb-request-article):
3823         * nnfolder.el (gnus-request-create-group):
3824         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3825         * nnmaildir.el (gnus-group-mark-article-read):
3826         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3827         * rfc1843.el (message-fetch-field):
3828         * spam.el (gnus-extract-address-components):
3829         Declare as functions.
3830
3831 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3832
3833         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3834
3835         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3836
3837         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3838         bind show-trailing-whitespace for XEmacs.
3839
3840 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3841
3842         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3843         new no-op macro for backward compatibility.
3844
3845         * imap.el (imap-string-to-integer): New function.
3846
3847 2007-12-09  Glenn Morris  <rgm@gnu.org>
3848
3849         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3850
3851         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3852         * message.el, mm-view.el, sieve-manage.el, smime.el:
3853         Add declare-function compatibility definition.
3854
3855         * gnus-art.el (w3-region, w3m-region, Info-menu):
3856         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3857         * gnus-sum.el (gnus-get-predicate):
3858         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3859         * message.el (mail-abbrev-in-expansion-header-p):
3860         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3861         (w3m-detect-meta-charset, w3m-region):
3862         * sieve-manage.el (password-read, password-cache-add)
3863         (password-cache-remove):
3864         * smime.el (password-read-and-add): Declare as functions.
3865
3866 2007-12-08  David Kastrup  <dak@gnu.org>
3867
3868         * gnus-sum.el (gnus-summary-simplify-subject-query):
3869         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3870         `message'.
3871
3872 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3873
3874         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3875         it to bind idna-program, installation-directory, defined-colors, and
3876         face-attribute for XEmacs of the version that compiles defcustom forms.
3877
3878 2007-12-07  Glenn Morris  <rgm@gnu.org>
3879
3880         * gnus-art.el (article-make-date-line): Revert previous change.
3881
3882 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3883
3884         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3885
3886 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3887
3888         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3889         Call gnus-add-to-range ranges only once with a prepared article-list.
3890
3891 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3892
3893         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3894         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3895         group names with backslashes.  Reported by Tassilo Horn
3896         <tassilo@member.fsf.org>.
3897
3898 2007-12-06  Deepak Goel  <deego3@gmail.com>
3899
3900         * gnus-art.el (article-make-date-line):
3901         * gnus-start.el (gnus-load):
3902         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3903
3904 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3905
3906         * gnus-art.el (gnus-use-idna)
3907         * gnus-start.el (gnus-site-init-file)
3908         * message.el (message-use-idna)
3909         * mm-uu.el (mm-uu-hide-markers)
3910         * smiley.el (smiley-style): Revert changes that suppress warnings.
3911
3912 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3913
3914         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3915         specify charset to html source.  Reported by Christoph Conrad
3916         <christoph.conrad@gmx.de>.
3917
3918 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3919
3920         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3921         idna-program in order to suppress byte compile warning issued by XEmacs
3922         that came to byte compile the default value section of defcustom forms
3923         recently.
3924
3925         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3926         value of installation-directory.
3927
3928         * message.el (message-use-idna): Don't directly refer to the value of
3929         idna-program.
3930
3931         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3932
3933         * smiley.el (smiley-style): Don't directly call face-attribute.
3934
3935 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3936
3937         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3938
3939         * gnus-dired.el: Reduce Gnus dependencies.
3940         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3941         require.  Use autoloads instead.
3942         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3943         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3944         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3945         (gnus-dired-mode): Adjust doc string.
3946         (gnus-dired-mail-mode): New variable.
3947         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3948         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3949         (gnus-dired-mail-buffers): New function.  Return mail or message
3950         composition buffers.
3951         (gnus-dired-attach): Use it.
3952         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3953         NO-DECODE.
3954         (gnus-dired-print): Use `gnus-print-buffer' depending on
3955         `gnus-dired-mail-mode'.
3956
3957 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3958
3959         * rfc2047.el (rfc2047-encoded-word-regexp)
3960         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3961         explaining what regexp patterns are for.
3962
3963 2007-12-04  Glenn Morris  <rgm@gnu.org>
3964
3965         * password.el: Move to password-cache.el.
3966
3967         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3968         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3969         * mml-smime.el (password-read, password-cache-add)
3970         (password-cache-remove):
3971         No need to autoload, since mml-sec requires password.
3972
3973         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3974         * message.el (gnus-extract-address-components):
3975         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3976
3977         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3978         password.
3979
3980 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3981
3982         * mailcap.el: Reduce dependencies.
3983         (mail-header-parse-content-type): Autoload.
3984         (mailcap-delete-duplicates): New alias.
3985         (mailcap-mime-info): Add optional argument NO-DECODE.
3986         (mailcap-mime-types): Use mailcap-delete-duplicates.
3987
3988         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3989
3990 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3991
3992         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3993         (imap-parse-status): Upcase status-att for servers that sends them
3994         lower-case (e.g., MS Exchange 2007).
3995
3996 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3997
3998         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3999         function.
4000
4001         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4002         (gnus-uu-yenc-article): New function.
4003
4004         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4005
4006         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4007         buffer.
4008
4009 2007-12-02  Glenn Morris  <rgm@gnu.org>
4010
4011         * binhex.el (binhex): New custom group.
4012         (binhex-decoder-program, binhex-decoder-switches)
4013         (binhex-use-external): Move to the binhex custom group.
4014
4015         * uudecode.el (uudecode): New custom group.
4016         (uudecode-decoder-program, uudecode-decoder-switches)
4017         (uudecode-use-external): Move to the uudecode custom group.
4018
4019         * netrc.el (top-level): Don't load `encrypt' features.
4020         (netrc-parse): Don't use encrypt.
4021         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4022
4023         * encrypt.el: Remove file.
4024
4025 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4026
4027         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4028         matches on patches.
4029
4030         * gnus-art.el (gnus-article-browse-html-article): Mention
4031         `mm-text-html-renderer' in the doc string.
4032
4033         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4034         string.  Add comments.
4035
4036         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4037         if rhs is ASCII.
4038
4039 2007-12-01  Glenn Morris  <rgm@gnu.org>
4040
4041         * mail-source.el (top-level): Require format-spec before
4042         eval-when-compile.
4043
4044 2007-11-30  Glenn Morris  <rgm@gnu.org>
4045
4046         * encrypt.el: Require password, rather than autoloading password-read.
4047
4048 2007-11-29  Glenn Morris  <rgm@gnu.org>
4049
4050         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4051         (sasl-make-client, sasl-next-step, sasl-step-data)
4052         (sasl-step-set-data): Declare as functions.
4053
4054 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4055
4056         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4057
4058 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4059
4060         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4061         certs should be verified and what is to be done in the event of a
4062         verification failure.
4063
4064         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4065         caller can indicate whether the cache should be disregarded for this
4066         call.  This way the result of the call is reproducible at all times and
4067         can be considered a canonical server name for the supplied method.
4068         (gnus-agent-method-p): Canonicalize server names by pushing their
4069         method through `gnus-method-to-server' using the no-cache argument.
4070
4071         * gnus-srvr.el (gnus-server-insert-server-line): Call
4072         `gnus-method-to-server' with `no-cache' argument.
4073
4074         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4075         gnus-agent-possibly-synchronize-flags as this should be called when the
4076         server is actually being opened.
4077         (gnus-agent-possibly-synchronize-flags)
4078         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4079         flags file of an agentized server to the latter function.
4080
4081         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4082         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4083         after a connection has been established successfully.
4084
4085 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4086
4087         * gnus-art.el (article-display-face): Force to display face if called
4088         interactively; check if gnus-article-x-face-too-ugly matches author.
4089         (article-display-x-face): Display face even if From header is missing
4090         as article-display-face does.
4091
4092 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4093
4094         * hashcash.el (message-narrow-to-headers-or-head)
4095         (message-fetch-field, message-goto-eoh)
4096         (message-narrow-to-headers): Declare as functions.
4097
4098 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4099
4100         * mail-source.el (mail-sources): Default to fetch from file for
4101         compatibility with default of nnmail-spool-file.
4102
4103 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4104
4105         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4106         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4107         to look for encoded word that should be encoded again.
4108         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4109         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4110         encoding pattern.
4111         (rfc2047-decode-region): Switch strict regexp and loose one according
4112         to rfc2047-allow-irregular-q-encoded-words.
4113
4114 2007-11-25  Romain Francoise  <romain@orebokech.com>
4115
4116         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4117
4118 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4119
4120         * tls.el (tls-program): Provide more custom choices from
4121         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4122         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4123
4124 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4125
4126         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4127         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4128
4129         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4130         `nnmail-spool-file'.
4131
4132         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4133         `nnmail-spool-file'.
4134
4135         * gnus-move.el (gnus-change-server): Ditto.
4136
4137         * gnus-kill.el (gnus-batch-score): Ditto.
4138
4139         * gnus-cache.el (gnus-jog-cache): Ditto.
4140
4141         * gnus-msg.el (gnus-summary-reply):
4142         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4143
4144 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4145
4146         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4147         version.  Minor improvement to doc strings.
4148         (tls-program): Add comment.
4149
4150 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4151
4152         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4153         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4154         mismatch between the hostname provided in the certificate and the name
4155         of the host connnecting to.
4156         (open-tls-stream): Use them.  Check certificates against trusted root
4157         certificates.
4158
4159 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4160
4161         * gnus-cache.el (gnus-cache-generate-nov-databases):
4162         Use nnml-generate-nov-databases-directory instead of
4163         nnml-generate-nov-databases-1.
4164
4165 2007-11-24  Glenn Morris  <rgm@gnu.org>
4166
4167         * message.el (message-tool-bar-retro): Update for rename
4168         mail_send.xpm->mail-send.xpm.
4169
4170 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4171
4172         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4173         `smime-ldap-search' for Emacs 22 and up.
4174
4175 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4176
4177         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4178
4179         * message.el (message-send-mail-function): Fix error convention.
4180         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4181         (message-widen-reply, message-send-mail, message-talkative-question)
4182         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4183         (message-clone-locals, message-send-news): Use with-current-buffer.
4184         (message-insert-or-toggle-importance): Remove unused var `valid'.
4185         (message-make-references): Remove unused var `new-references'.
4186         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4187
4188 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4189
4190         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4191         (spam-split-symbolic-return-positive): Reflow docstring.
4192         (spam-backends, spam-summary-exit-behavior)
4193         (spam-mark-ham-unread-before-move-from-spam-group)
4194         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4195         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4196         (spam-clear-cache, spam-backend-check, spam-install-backend)
4197         (spam-install-statistical-backend, spam-list-of-processors)
4198         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4199         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4200         (spam-check-crm114, spam-initialize, spam-unload-hook):
4201         Fix typos in docstrings.
4202
4203 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4204
4205         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4206         been checked if they have never been read and those group levels are
4207         higher than the one that a user specified.
4208
4209 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4210
4211         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4212         foreign groups unless a group level is specified by a user.
4213         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4214
4215 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4216
4217         * message.el (message-send-mail-function): Require sendmail.
4218
4219 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4220
4221         * message.el (message-send-mail-function): Check for smtpmail too.
4222
4223         * utf7.el (utf7-encode, utf7-decode): Use coding system
4224         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4225
4226         * message.el (message-send-mail-function): New function.
4227         (message-send-mail-function): Set default using
4228         message-send-mail-function.  Adjust doc string.
4229         (message-send-mail-with-mailclient): New function.
4230
4231 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4232
4233         * smime.el (from):
4234         * rfc2047.el (message-posting-charset):
4235         * qp.el (mm-use-ultra-safe-encoding):
4236         * pop3.el (parse-time-months):
4237         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4238         * nnml.el (files):
4239         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4240         (jka-compr-compression-info-list, ange-ftp-path-format)
4241         (efs-path-regexp):
4242         * nndiary.el (files):
4243         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4244         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4245         (epg-digest-algorithm-alist, inhibit-redisplay)
4246         (password-cache-expiry):
4247         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4248         (pgg-output-buffer, password-cache-expiry):
4249         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4250         (efs-path-regexp):
4251         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4252         (inhibit-redisplay):
4253         * mm-uu.el (file-name, start-point, end-point, entry)
4254         (gnus-newsgroup-name, gnus-newsgroup-charset):
4255         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4256         (latin-unity-ucs-list):
4257         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4258         (mm-uu-binhex-decode-function):
4259         * message.el (gnus-message-group-art, gnus-list-identifiers)
4260         (rmail-enable-mime-composing, gnus-local-organization)
4261         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4262         (gnus-read-active-file, facemenu-add-face-function)
4263         (facemenu-remove-face-function, gnus-article-decoded-p)
4264         (tool-bar-mode):
4265         * mail-source.el (display-time-mail-function):
4266         * gnus-util.el (nnmail-pathname-coding-system)
4267         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4268         (gnus-original-article-buffer, gnus-user-agent)
4269         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4270         (xemacs-codename, sxemacs-codename, emacs-program-version):
4271         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4272         * gnus-start.el (gnus-agent-covered-methods)
4273         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4274         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4275         (gnus-newsgroup-headers, gnus-group-list-mode)
4276         (gnus-group-mark-positions, gnus-newsgroup-data)
4277         (gnus-newsgroup-unreads, nnoo-state-alist)
4278         (gnus-current-select-method, mail-sources)
4279         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4280         (nnmail-spool-file, gnus-cache-active-hashtb):
4281         * gnus-mh.el (mh-lib-progs):
4282         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4283         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4284         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4285         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4286         (gnus-group-buffer):
4287         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4288         (font-lock-set-defaults):
4289         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4290         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4291         (gnus-summary-post-menu, total-parts, type, condition, length):
4292         * gnus-agent.el (gnus-agent-read-agentview):
4293         * flow-fill.el (show-trailing-whitespace):
4294         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4295         eval-and-compile wrappers for byte compiler pacifiers.
4296
4297         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4298         (mm-display-inline-fontify): Check for featurep 'xemacs not
4299         extent-list.
4300
4301         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4302         itimer-list.
4303         (mm-create-image-xemacs): Only do something for XEmacs.
4304         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4305
4306         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4307
4308         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4309         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4310
4311 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4312
4313         * nnimap.el (nnimap-split-download-body):
4314         * gnus-demon.el (gnus-demon):
4315         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4316
4317 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4318
4319         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4320         macros.
4321         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4322         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4323         copy data from unibyte buffer to multibyte current buffer.
4324         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4325         to copy data from unibyte current buffer to multibyte buffer.
4326         (nntp-make-process-buffer): Make process buffer unibyte.
4327
4328         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4329
4330 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4331
4332         * pop3.el (pop3-open-server): Accept and process data more robustly at
4333         connexion start to avoid spurious "POP SSL connexion failed" errors.
4334
4335 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4336
4337         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4338         read group names.
4339
4340 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4341
4342         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4343
4344 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4345
4346         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4347         (nnmail-save-active): Use a unibyte buffer when saving active file,
4348         which may contain non-ASCII group names.
4349
4350         * nnml.el (nnml-request-group): Decode group names in messages.
4351
4352 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4353
4354         * message.el (message-citation-line-function)
4355         (message-insert-formatted-citation-line): Fix spelling of
4356         `message-insert-formated-citation-line'.
4357
4358 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4359
4360         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4361
4362 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4363
4364         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4365         nnmail-pathname-coding-system.
4366
4367         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4368         that a user enters; decode group names in messages.
4369
4370         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4371
4372 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4373
4374         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4375
4376         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4377
4378         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4379         risky local variable.
4380
4381         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4382
4383 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4384
4385         * encrypt.el: Improve documentation to fix function name typo.
4386         Reported by Daiki Ueno <ueno@unixuser.org>.
4387
4388 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4389
4390         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4391         even if the point is not in the last page of an article.
4392         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4393         back to the previous page.
4394
4395 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4396
4397         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4398
4399 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4400
4401         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4402
4403 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4404
4405         * message.el (message-check-news-body-syntax): Avoid
4406         mm-string-as-multibyte.
4407         (message-hide-headers): Don't assume (point-min)==1.
4408
4409 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4410
4411         * message.el (message-remove-blank-cited-lines): Fix if remove is
4412         given.
4413         (message-bogus-address-regexp): New variable.
4414         (message-bogus-recipient-p): New function.
4415         (message-check-recipients): New command.
4416         (message-syntax-checks): Add `bogus-recipient'.
4417         (message-fix-before-sending): Add `bogus-recipient'.
4418
4419         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4420         (gnus-treat-body-boundary): Don't test window-system.
4421
4422 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4423
4424         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4425
4426 2007-10-28  Miles Bader  <miles@gnu.org>
4427
4428         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4429         at compile-time too.
4430
4431 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4432
4433         * gnus-msg.el (gnus-message-setup-hook): Add
4434         `message-remove-blank-cited-lines' to options.
4435
4436 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4437
4438         * message.el (message-remove-blank-cited-lines): New function.
4439         Suggested by Karl Plästerer.
4440
4441 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4442
4443         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4444         mapc.
4445
4446         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4447         (top-level): Use mapc to set functions to be traced for debugging.
4448
4449         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4450         called for effect with while loop.
4451
4452         * message.el (message-talkative-question): Replace mapcar called for
4453         effect with mapc.
4454
4455         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4456         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4457         called for effect with dolist.
4458
4459         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4460
4461         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4462         gnus-extra-headers and nnmail-extra-headers.
4463
4464         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4465         called for effect with dolist.
4466         (top-level): Use mapc to set functions to be traced for debugging.
4467
4468         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4469         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4470         dolist.
4471
4472         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4473         Replace mapcar called for effect with mapc.
4474         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4475         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4476         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4477         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4478
4479         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4480         remove-if that's a cl function.
4481
4482         * webmail.el (webmail-debug): Replace mapcar called for effect with
4483         dolist.
4484
4485         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4486         with mapc.
4487
4488 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4489
4490         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4491         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4492         with while loop.
4493
4494         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4495         functions from article-* functions.
4496         (gnus-multi-decode-header): Replace mapcar called for effect with
4497         dolist.
4498
4499         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4500         (gnus-bookmark-show-details): Replace mapcar called for effect with
4501         while loop.
4502
4503         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4504         called for effect with while loop.
4505
4506         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4507         with dolist.
4508
4509         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4510         mapcar called for effect with dolist.
4511
4512         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4513
4514         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4515         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4516         Replace mapcar called for effect with dolist.
4517         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4518         mapc.
4519
4520         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4521         Replace mapcar called for effect with dolist.
4522         (gnus-topic-list): Replace mapcar called for effect with mapc.
4523
4524         * gnus.el: Use mapc instead of mapcar to add autoloads.
4525
4526 2007-10-23  Richard Stallman  <rms@gnu.org>
4527
4528         * gnus-group.el (gnus-group-highlight): Mark as risky.
4529
4530 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4531
4532         * gnus.el (gnus-server-to-method): Return method found first in
4533         gnus-newsrc-alist.
4534
4535         * gnus-art.el (gnus-article-highlight-signature)
4536         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4537         button overlay without the front stickiness.
4538
4539 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4540
4541         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4542         overview buffer needed a catch to receive its throw.
4543         (gnus-agent-flush-cache): Declared as interactive to make this function
4544         easier to use.
4545
4546 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4547
4548         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4549         `next-line'.
4550
4551 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4552
4553         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4554         exclude address matching message-dont-reply-to-names.
4555
4556 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4557
4558         * gnus-util.el (gnus-string<): New function.
4559
4560         * gnus-sum.el (gnus-article-sort-by-author)
4561         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4562
4563 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4564
4565         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4566         the frame-focus tag is set in gnus-buffer-configuration.
4567
4568 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4569
4570         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4571         the front stickiness.
4572
4573 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4574
4575         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4576         url pattern; remove duplicate one.
4577         (gnus-article-extend-url-button): New function.
4578         (gnus-article-add-buttons): Use it.
4579         (gnus-button-push): Use concatenated url that it makes.
4580
4581 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4582
4583         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4584
4585 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4586
4587         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4588         Don't hardcode point-min==1.
4589
4590 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4591
4592         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4593         Fix comment about "iso8859-1".
4594
4595 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4596
4597         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4598         ones returned from the verify-function.
4599
4600         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4601         mml2015-extract-cleartext-signature if extraction failed.
4602
4603 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4604
4605         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4606         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4607         failed.
4608
4609 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4610
4611         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4612
4613 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4614
4615         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4616         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4617         recommends to use EasyPG instead of PGG.
4618
4619         * pgg.el: Revert to revision 6.23.2.16.
4620
4621         * pgg-def.el: Revert to revision 6.6.2.14.
4622
4623         * pgg-gpg.el: Revert to revision 6.23.2.34.
4624
4625 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4626
4627         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4628         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4629         thread for both the null and zero (kill/expire thread) universal prefix
4630         cases.
4631         (gnus-summary-expire-thread): Add new function to expire a thread,
4632         using gnus-summary-kill-thread.
4633         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4634         shortcuts for gnus-summary-expire-thread.
4635         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4636         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4637
4638 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4639
4640         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4641         extras value, so an extras entry can be deleted.
4642         (gnus-registry-delete-extra-entry): Use it.
4643         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4644         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4645         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4646         storage through the gnus-registry, and provide an appropriate API for
4647         it.
4648
4649 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4650
4651         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4652         Suggested by Leo <sdl.web@gmail.com>.
4653
4654         * gnus.el: Do.
4655
4656 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4657
4658         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4659         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4660
4661         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4662
4663         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4664         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4665
4666 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4667
4668         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4669         newline.
4670         (nnmbox-request-accept-article): Don't change article in source buffer;
4671         narrow to header to use message-fetch-field rather than
4672         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4673         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4674         as delimiters; make sure article ends with newline.
4675         (nnmbox-delete-mail): Correct last position of article to be deleted;
4676         ignore X-Gnus-Newsgroup header in article body.
4677         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4678         positions; make sure article ends with newline.
4679
4680         * message.el (message-display-abbrev): Don't infloop when a user
4681         inserts SPC in the beginning of header.
4682
4683         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4684         coding-system-for-read and coding-system-for-write for XEmacs having no
4685         file-coding feature.
4686
4687         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4688
4689 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4690
4691         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4692         list of groups not followed by default.  Fix type to be regexp.
4693         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4694
4695 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4696
4697         * hmac-def.el (define-hmac-function): Switch from old-style to
4698         new-style backquotes.
4699
4700         * md4.el (md4-make-step): Likewise.
4701
4702 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4703
4704         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4705         raw-text coding system when saving .newsrc file, which may contain
4706         non-ASCII group names.
4707
4708 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4709
4710         * gnus-cus.el (gnus-score-extra): New widget.
4711         (gnus-score-extra-convert): New function.
4712         (gnus-score-customize): Use it for Extra.
4713
4714 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4715
4716         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4717         (mml2015-mailcrypt-clear-verify): Use it.
4718         (mml2015-gpg-clear-verify): Use it.
4719         (mml2015-pgg-clear-verify): Use it.
4720         (mml2015-epg-clear-verify): Replace the current part with the output
4721         from GnuPG; don't extract the plaintext by itself.
4722
4723         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4724         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4725         mml2015-clear-verify-function; don't touch the armor headers or
4726         dash-escaped text here.
4727
4728 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4729
4730         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4731         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4732         parts, or application/octet-stream as a last resort.
4733         (gnus-mime-view-part-as-type): Don't toggle display.
4734         (gnus-mime-view-part-as-charset): Don't turn off display before
4735         querying charset.
4736
4737         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4738         stuff to undisplayer function in Emacs.
4739         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4740
4741         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4742         text/calendar parts.
4743
4744 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4745
4746         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4747         decoding text/calendar parts.
4748
4749         * message.el (message-forward-make-body-mime): Always mark body as
4750         having no illegible text; remove signed-or-encrypted argument.
4751         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4752
4753         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4754         (mml-generate-mime-1): Don't encode body if it is specified to be in
4755         raw form; don't make buffer be unibyte when inserting multibyte string.
4756
4757 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4758
4759         * sha1.el: Fix up comment style.
4760         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4761         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4762
4763         * hex-util.el: Fix up comment style.
4764         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4765
4766         * gnus-salt.el: Use with-current-buffer.
4767         (gnus-pick-setup-message): Fix long-standing typo.
4768
4769 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4770
4771         * imap.el (imap-logout-timeout): New variable.
4772         (imap-logout, imap-logout-wait): New functions.
4773         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4774
4775         * nnimap.el (nnimap-logout-timeout): New server variable.
4776         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4777         nnimap-logout-timeout.
4778
4779         * gnus-art.el (gnus-article-summary-command-nosave)
4780         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4781
4782 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4783
4784         * gnus.el (gnus-maximum-newsgroup): New variable.
4785
4786         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4787         according to gnus-maximum-newsgroup.
4788
4789         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4790         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4791         Limit the range of articles according to gnus-maximum-newsgroup.
4792
4793 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4794
4795         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4796         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4797         Don't perform gnus-configure-windows here; reuse existing sticky
4798         article buffer.
4799
4800         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4801         it doesn't exist in gnus-article-mode.
4802
4803 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4804
4805         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4806         (gnus-agent-decoded-group-name): New function.
4807         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4808         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4809
4810 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4811
4812         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4813         Add binding for gnus-sticky-article.
4814         (gnus-summary-exit): Don't kill sticky article buffers.
4815
4816         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4817         article buffer.
4818         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4819         (gnus-kill-sticky-article-buffers): New commands.
4820
4821 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4822
4823         * nntp.el (nntp-xref-number-is-evil): New server variable.
4824         (nntp-find-group-and-number): If it is non-nil, don't trust article
4825         numbers in the Xref header.
4826
4827 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4828
4829         * gnus-agent.el (gnus-agent-read-group): New function.
4830         (gnus-agent-flush-group, gnus-agent-expire-group)
4831         (gnus-agent-regenerate-group): Use it.
4832         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4833         nnmail-pathname-coding-system.
4834
4835 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4836
4837         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4838
4839         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4840         that are unread as unread, and also as selected so that information of
4841         marks having been changed by a user may be updated when exiting group.
4842
4843 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4844
4845         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4846         calculated ignoring signature parts to gnus-treat-article.
4847
4848 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4849
4850         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4851         a point here in order to keep the window start.
4852         (gnus-insert-mime-security-button): Make a button overlay without the
4853         front stickiness.
4854         (gnus-mime-display-security): Goto the end of a button.
4855
4856         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4857
4858 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4859
4860         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4861         group-name-at-point.
4862         (gnus-group-completing-read): New function that offers decoded
4863         non-ASCII group names for completion.
4864         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4865         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4866         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4867         (gnus-group-fetch-control): Use it.
4868         (gnus-fetch-group): Use group-name-at-point for the initial value
4869         rather than the default value; use gnus-alive-p.
4870
4871         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4872         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4873         (gnus-summary-post-news): Use gnus-group-completing-read.
4874
4875         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4876         (gnus-read-move-group-name): Decode group name for completion.
4877
4878 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4879
4880         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4881         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4882         Yamaoka slightly modified the code).
4883
4884 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4885
4886         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4887         (nnmail-split-incoming): Bind it.
4888
4889         * nnml.el (nnml-group-name-charset): New function.
4890         (nnml-decoded-group-name): Use it; don't decode group name if
4891         nnmail-group-names-not-encoded-p is non-nil.
4892         (nnml-encoded-group-name): New function.
4893         (nnml-group-pathname): Inline nnml-decoded-group-name.
4894         (nnml-request-expire-articles): Decode group name in message.
4895         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4896         nnmail-pathname-coding-system.
4897         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4898         not decoded ones according to nnmail-group-names-not-encoded-p.
4899         (nnml-generate-active-info): Use nnml-encoded-group-name.
4900
4901 2007-08-08  Glenn Morris  <rgm@gnu.org>
4902
4903         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4904         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4905         doc-strings and comments.
4906
4907 2007-07-25  Glenn Morris  <rgm@gnu.org>
4908
4909         * Relicense all FSF files to GPLv3 or later.
4910
4911 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4912
4913         * gnus-sum.el (gnus-summary-move-article): Make
4914         gnus-summary-respool-article work.
4915
4916 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4917
4918         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4919         string.
4920
4921 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4922
4923         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4924         that should be ignored when comparing distant RSS articles with local
4925         ones.
4926         (nnrss-make-hash-index): New function.  Create a hash index according
4927         to the ignored fields.
4928         (nnrss-check-group): Use it.
4929
4930 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4931
4932         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4933
4934         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4935
4936         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4937         the new optional argument ENCODED is non-nil.
4938         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4939         coding system for encoding group name.
4940         (gnus-group-make-rss-group): Pass un-encoded group name to
4941         gnus-group-make-group.
4942         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4943         encoded.
4944
4945         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4946         Encode group name to which articles are moved or copied.
4947         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4948         coding system for encoding Newsgroup, Followup-To and Xref headers.
4949
4950         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4951         marks; use nnheader-file-coding-system to write a file.
4952         (nnagent-retrieve-headers): Bind file-name-coding-system to
4953         nnmail-pathname-coding-system.
4954
4955         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4956
4957         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4958         (nnml-request-article, nnml-request-create-group)
4959         (nnml-request-rename-group, nnml-find-id)
4960         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4961         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4962         (nnml-save-marks): Use nnml-group-pathname instead of
4963         nnmail-group-pathname.
4964
4965         (nnml-request-create-group, nnml-request-expire-articles)
4966         (nnml-request-move-article, nnml-request-delete-group)
4967         (nnml-deletable-article-p, nnml-possibly-create-directory)
4968         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4969         (nnml-open-marks): Bind file-name-coding-system to
4970         nnmail-pathname-coding-system.
4971
4972         (nnml-request-article): Pass server argument to nnml-find-group-number.
4973         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4974         server argument to nnml-possibly-create-directory.
4975         (nnml-request-accept-article): Pass server argument to
4976         nnml-active-number and nnml-save-mail.
4977         (nnml-find-group-number): Pass server argument to nnml-find-id.
4978         (nnml-request-update-info): Pass server argument to
4979         nnml-marks-changed-p.
4980
4981         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4982         (nnml-save-mail, nnml-active-number): Add server argument.
4983
4984         (nnml-request-delete-group): Warn if group is missing.
4985         (nnml-get-nov-buffer): Decode group name.
4986         (nnml-generate-active-info): Encode group name.
4987         (nnml-open-marks): Decode group name in messages.
4988
4989 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4990
4991         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4992         if it is not specified.
4993         (gnus-article-pipe-part, gnus-article-save-part)
4994         (gnus-article-interactively-view-part, gnus-article-copy-part)
4995         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4996         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4997         (gnus-article-replace-part, gnus-article-delete-part)
4998         (gnus-article-view-part-as-type): Pass raw prefix argument to
4999         gnus-article-part-wrapper.
5000
5001 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5002
5003         * gnus-agent.el (gnus-agent-save-active): Bind
5004         nnheader-file-coding-system to gnus-agent-file-coding-system.
5005
5006         * gnus-cache.el (gnus-cache-save-buffers)
5007         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5008         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5009         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5010         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5011         (gnus-cache-generate-active, gnus-cache-rename-group)
5012         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5013         (gnus-cache-update-overview-total-fetched-for): Bind
5014         file-name-coding-system to nnmail-pathname-coding-system.
5015         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5016         variables.
5017         (gnus-cache-decoded-group-name): New function.
5018         (gnus-cache-file-name): Use it.
5019         (gnus-cache-generate-active): Use non-decoded group name for active.
5020
5021         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5022         right place.
5023         (gnus-write-active-file): Don't break non-ASCII group names.
5024
5025         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5026         nnmail-pathname-coding-system.
5027
5028         * lpath.el: Bind default-file-name-coding-system,
5029         file-name-coding-system and language-info-alist for XEmacs.
5030
5031         * gnus-uu.el (gnus-uu-decode-save): Typo.
5032
5033 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5034
5035         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5036
5037 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5038
5039         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5040         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5041         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5042         (gnus-agent-flush-group, gnus-agent-flush-cache)
5043         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5044         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5045         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5046         (gnus-agent-regenerate-group)
5047         (gnus-agent-update-files-total-fetched-for)
5048         (gnus-agent-update-view-total-fetched-for): Bind
5049         file-name-coding-system to nnmail-pathname-coding-system.
5050         (gnus-agent-group-pathname): Don't encode file names by
5051         nnmail-pathname-coding-system.
5052         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5053         coding-system-for-write instead of buffer-file-coding-system to
5054         gnus-agent-file-coding-system.
5055
5056         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5057         Decode group name.
5058
5059         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5060
5061         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5062         (gnus-read-newsrc-el-file): Make group names unibyte.
5063
5064         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5065         nnmail-pathname-coding-system.
5066
5067         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5068         (nnrss-request-delete-group): Bind file-name-coding-system to
5069         nnmail-pathname-coding-system.
5070         (nnrss-read-server-data, nnrss-read-group-data): Bind
5071         file-name-coding-system correctly.
5072         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5073
5074         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5075         (nntp-server-to-method-cache): New variable.
5076         (nntp-group-pathname): New function that decodes non-ASCII group names.
5077         (nntp-possibly-create-directory, nntp-marks-changed-p)
5078         (nntp-save-marks, nntp-open-marks): Use it.
5079         (nntp-possibly-create-directory, nntp-open-marks):
5080         Bind file-name-coding-system to nnmail-pathname-coding-system.
5081         (nntp-open-marks): Decode group names when bootstrapping marks.
5082
5083         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5084         Newsgroups and Folowup-To headers.
5085
5086 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5087
5088         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5089         (gnus-server-closed-face, gnus-server-denied-face)
5090         (gnus-server-offline-face): Remove variable.
5091         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5092
5093         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5094         of modifying message-stack directly for XEmacs.
5095
5096         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5097         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5098         if the coding-system argument is nil for XEmacs.
5099
5100         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5101         mm-charset-override-alist.
5102
5103         * rfc2047.el: Don't require base64; require rfc2045 for the function
5104         rfc2045-encode-string.
5105         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5106         to quote the parameter value.
5107
5108 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5109
5110         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5111         form in gnus-group-name-charset-method-alist.
5112
5113         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5114         overrides the default layout edit-form.
5115
5116         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5117
5118         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5119
5120 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5121
5122         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5123         as unfetched articles.
5124
5125 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5126
5127         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5128
5129 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5130
5131         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5132         original back end that keeps marks in the local system.
5133
5134 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5135
5136         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5137         arg of pop-to-buffer for XEmacs.
5138         (gnus-article-read-summary-keys): Ditto; don't restore window
5139         configuration if summary command ends up with neither article buffer
5140         nor summary buffer; describe bindings if summary keys end with C-h.
5141
5142 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5143
5144         * message.el (message-fix-before-sending): Skip raw message part to be
5145         forwarded while checking illegible text.
5146         (message-forward-make-body-mime, message-forward-make-body): Mark
5147         signed or encrypted raw message as having no illegible text.
5148
5149 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5150
5151         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5152         (gnus-message-with-timestamp-1): New macro.
5153         (gnus-message-with-timestamp): New function.
5154         (gnus-message): Use them.
5155
5156         * nnheader.el (nnheader-message): Use them.
5157
5158 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5159
5160         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5161         .newsrc.eld file.
5162
5163 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5164
5165         * gnus-agent.el (gnus-agent-fetch-headers)
5166         (gnus-agent-retrieve-headers): Bind
5167         gnus-decode-encoded-address-function to identity.
5168
5169         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5170         available also when the server returns simply a dot.
5171
5172         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5173
5174 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5175
5176         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5177
5178 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5179
5180         * gnus-ems.el (gnus-x-splash): Make it work.
5181
5182         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5183         from being used.
5184
5185         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5186
5187 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5188
5189         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5190         4th and the 5th arguments.
5191
5192         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5193         the front stickiness.
5194         (gnus-article-summary-command-nosave): Correct the order of the
5195         arguments passed to pop-to-buffer.
5196         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5197         summary command ends up with the article buffer.
5198
5199         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5200         the same faces.
5201
5202 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5203
5204         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5205
5206 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5207
5208         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5209         * gnus-sum.el (gnus-summary-highlight):
5210         * pgg.el (pgg-sign-region, pgg-sign):
5211         * mail-source.el (mail-source-delete-old-incoming-confirm):
5212         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5213
5214 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5215
5216         * gnus-art.el (gnus-mime-view-part-externally)
5217         (gnus-mime-view-part-internally): Fix predicate function passed to
5218         completing-read.
5219
5220         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5221
5222         * gnus.el (gnus-update-message-archive-method): Add :version.
5223
5224 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5225
5226         * gnus.el (gnus-update-message-archive-method): New variable.
5227
5228         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5229         according to gnus-message-archive-method if
5230         gnus-update-message-archive-method is non-nil.
5231
5232 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5233
5234         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5235         by Loic Dachary <loic@dachary.org>.
5236         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5237
5238 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5239
5240         * message.el (message-pop-to-buffer): Add switch-function argument.
5241         (message-mail): Pass switch-function argument to it.
5242
5243 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5244
5245         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5246         Improve doc string.
5247
5248 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5249
5250         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5251         (gnus-header-content)
5252         * gnus-cite.el (gnus-cite-10)
5253         * gnus-srvr.el (gnus-server-closed)
5254         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5255         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5256         (gnus-group-mail-3-empty, gnus-group-mail-low)
5257         (gnus-group-mail-low-empty, gnus-splash)
5258         * message.el (message-header-to, message-header-cc)
5259         (message-header-subject, message-header-other, message-header-name)
5260         (message-header-xheader, message-separator, message-cited-text)
5261         (message-mml): Lighten colors of faces used for dark background.
5262
5263 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5264
5265         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5266         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5267
5268 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5269
5270         * message.el (message-narrow-to-headers-or-head):
5271         Ignore mail-header-separator in the body.
5272
5273 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5274
5275         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5276         same as window size.
5277
5278 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5279
5280         * message.el (message-font-lock-keywords): Use message-header-xheader
5281         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5282         ahead of the anything pattern, to get it recognised.
5283
5284 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5285
5286         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5287         spam.el loads uses it in the compiled defadvice form.
5288
5289 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5290
5291         * gnus-sum.el (gnus-articles-to-read)
5292         (gnus-summary-insert-old-articles): Don't truncate group name for
5293         `read-string'.
5294
5295         * gnus-util.el (gnus-limit-string): Delete this function.
5296
5297         * gnus-sum.el (gnus-simplify-subject-fully): Use
5298         `truncate-string-to-width' instead.
5299
5300 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5301
5302         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5303         if, on summary exit, the next group has to be selected.
5304         (gnus-summary-exit): Use it.
5305
5306 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5307
5308         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5309         non-break space.
5310
5311 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5312
5313         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5314         Check if group is not a directory.
5315         (nnfolder-request-expire-articles): Don't delete articles if the target
5316         group is not available.
5317
5318         * nnml.el (nnml-request-create-group): Properly check if group is not a
5319         file.
5320         (nnml-request-expire-articles): Don't delete articles if the target
5321         group is not available.
5322
5323         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5324         Don't quote characters that are within parentheses.
5325
5326 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5327
5328         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5329         (gnus-handle-ephemeral-exit): Select article according to it.
5330
5331 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5332
5333         * message.el (message-insert-formated-citation-line): Remove newline.
5334         (message-citation-line-format): Add final \n here so that the user can
5335         avoid a blank line.
5336
5337 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5338
5339         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5340         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5341         Update lanl/arXiv support.
5342
5343 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5344
5345         * gnus.el: Bump version number.
5346
5347 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5348
5349         * gnus.el (gnus-version-number): Bump version.
5350
5351 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5352
5353         * gnus.el: No Gnus v0.6 is released.
5354
5355 2007-04-27  Didier Verna  <didier@xemacs.org>
5356
5357         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5358         * gmm-utils.el (gmm-regexp-concat): here.
5359         * message.el: Don't require 'gnus-util.
5360         (message-dont-reply-to-names): Handle name change above.
5361         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5362
5363 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5364
5365         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5366         since the initial value varies according to the system.
5367
5368 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5369
5370         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5371
5372 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5373
5374         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5375
5376 2007-04-24  Didier Verna  <didier@xemacs.org>
5377
5378         Improve the type of gnus-ignored-from-addresses.
5379         * gnus-util.el (gnus-orify-regexp): New function.
5380         * message.el (gnus-util): Require it.
5381         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5382         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5383         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5384
5385 2007-04-24  Didier Verna  <didier@xemacs.org>
5386
5387         * gnus-sum.el:
5388         * gnus-utils.el: Fix some trailing whitespaces.
5389
5390 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5391
5392         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5393         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5394         article's Message-ID; refer parent article in summary buffer.
5395
5396         * message.el (message-bounce): Call mime-to-mml.
5397
5398         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5399         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5400         optimize and/or forms properly.
5401
5402 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5403
5404         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5405         URL.
5406
5407 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5408
5409         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5410
5411 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5412
5413         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5414         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5415         displayed of multipart/alternative part if it is invoked from summary
5416         buffer.
5417
5418         * mm-view.el (mm-inline-text-html-render-with-w3m)
5419         (mm-inline-text-html-render-with-w3m-standalone)
5420         (mm-inline-render-with-function): Use mail-parse-charset by default.
5421
5422 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5423
5424         * parse-time.el (parse-time-string-chars): Check if CHAR
5425         is less than the length of parse-time-syntax.
5426
5427 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5428
5429         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5430         from gnus-newsgroup-processable.
5431
5432 2007-04-16  Didier Verna  <didier@xemacs.org>
5433
5434         * gnus-msg.el (gnus-configure-posting-styles): Handle
5435         message-signature-directory properly with :file syntax.  Reported by
5436         "Leo".
5437
5438 2007-04-11  Didier Verna  <didier@xemacs.org>
5439
5440         New user option: message-signature-directory.
5441         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5442         * message.el (message-insert-signature): Ditto.
5443         * message.el (message-signature-file): Doc update.
5444         * message.el (message-signature-directory): New.
5445
5446 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5447
5448         * gnus-msg.el (gnus-inews-yank-articles): Use
5449         message-exchange-point-and-mark instead of exchange-point-and-mark.
5450
5451 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5452
5453         * message.el (message-yank-original): Make sure cited text ends with
5454         newline; don't exchange point and mark.
5455
5456 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5457
5458         * tls.el (open-tls-stream): Properly handle case where there
5459         is no associated buffer.
5460
5461 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5462
5463         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5464         message-yank-original, make sure (< mark TEXT point).
5465
5466 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5467
5468         * message.el (message-fill-column): New variable.
5469         (message-mode): Use it.  Add comment on a possible new hook.
5470
5471         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5472         (nnmail-get-new-mail): Reformat.
5473
5474         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5475
5476         * gmm-utils.el: Fix Commentary.
5477         (gmm-tool-bar-from-list): Fix typo in doc string.
5478
5479 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5480
5481         * message.el (message-yank-original): Don't switch point and mark
5482         unnecessarily to put point and mark as documented.
5483
5484 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5485
5486         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5487         from the message heads.
5488
5489 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5490
5491         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5492         article buffer does not have a window.  This may not be the best
5493         solution but is certainly better than setting the start of the null,
5494         that is the current, window.
5495
5496 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5497
5498         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5499         (gnus-draft-setup): Run it.
5500
5501         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5502         gnus-score-fast-scoring.  Allow regexp.
5503         (gnus-score-headers): Use it.
5504
5505         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5506         XEmacs.
5507
5508         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5509         string.
5510         (gnus-button-alist): Also catch `<f1> k ...'.
5511         (gnus-treat-display-x-face): Fix doc string.
5512
5513 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5514
5515         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5516         evaluation of gnus-extended-version to ensure correct generation of the
5517         User-Agent header when message-generate-headers-first is used.
5518
5519 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5520
5521         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5522         hashcash-path is nil.  Don't call callback with incorrect number of
5523         parameters if val is 0.
5524
5525 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5526
5527         * message.el (message-required-news-headers):
5528         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5529
5530 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5531
5532         * tls.el (open-tls-stream): In handshake-waiting loop,
5533         don't wait more if there is output available to process.
5534
5535 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5536
5537         * tls.el (tls-program): Doc fix.
5538
5539 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5540
5541         * message.el (message-generate-new-buffers): Change the meaning of the
5542         nil value; add `standard' to the choices; treat t as `unique'; improve
5543         doc string.
5544         (gnus-select-frame-set-input-focus): Autoload.
5545         (message-buffer-name): Search for the existing message buffer if
5546         message-generate-new-buffers is nil or `standard'; treat the value t of
5547         message-generate-new-buffers as `unique'.
5548         (message-pop-to-buffer): Raise the frame already displaying the message
5549         buffer; clear the echo area after querying.
5550         (message-setup): Pass the `continue' argument to compose-mail.
5551         (message-mail): Prefer `switch-function' if it is given; search for the
5552         existing message buffer if the `continue' argument is non-nil; pass
5553         continue and switch-function arguments to compose-mail by way of
5554         message-setup.
5555         (message-mail-other-window): Adjust argument of message-setup.
5556         (message-mail-other-frame): Ditto.
5557
5558 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5559
5560         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5561         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5562         to turn font-lock on when turning gnus-message-citation-mode on.
5563
5564 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5565
5566         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5567         (mml-smime-function-alist): New variable; add epg as the backend.
5568         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5569         mml-smime- functions instead.
5570         * mm-view.el: Require smime.
5571
5572 2007-03-05  Didier Verna  <didier@xemacs.org>
5573
5574         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5575         instead of just inheritance for posting styles.
5576         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5577
5578 2007-02-24  Chris Moore  <dooglus@gmail.com>
5579
5580         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5581         * pgg-pgp.el (pgg-pgp-encrypt-region):
5582         * pgg-gpg.el (pgg-gpg-encrypt-region):
5583         Check pgg-encrypt-for-me if no other recipients.
5584
5585 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5586
5587         * tls.el (tls-certtool-program): Fix custom type.
5588
5589 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5590
5591         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5592         and point-at-eol instead of line-(beginning|end)-position.
5593
5594         * assistant.el (assistant-parse-buffer): Ditto.
5595
5596         * netrc.el (netrc-parse-services): Ditto.
5597
5598 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5599
5600         * mml2015.el (mml2015-epg-find-usable-key): New function.
5601         (mml2015-epg-sign): Use it.
5602         (mml2015-epg-encrypt): Use it.
5603
5604 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5605
5606         * message.el (message-make-in-reply-to): Quote name containing
5607         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5608         if there are special characters.  Reported by NAKAJI Hiroyuki
5609         <nakaji@jp.freebsd.org>.
5610
5611 2007-02-27  Didier Verna  <didier@xemacs.org>
5612
5613         Include the group parameters as well as the topic ones in the
5614         inheritance filter process.
5615         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5616         argument GROUP-PARAMS-LIST.
5617         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5618
5619 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5620
5621         * nntp.el (nntp-never-echoes-commands)
5622         (nntp-open-connection-functions-never-echo-commands): New variables.
5623         (nntp-send-command): Use them.
5624
5625 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5626
5627         * mml2015.el (mml2015-epg-verify): Simplified.
5628
5629 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5630
5631         * mml.el (mml-content-disposition-alist): New user option.
5632         (mml-content-disposition): New function.
5633         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5634         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5635
5636 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5637
5638         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5639         verification.
5640
5641 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5642
5643         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5644         articles posted in the last 24 hours.
5645
5646 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5647
5648         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5649
5650 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5651
5652         * nntp.el (nntp-send-command): Don't wait for echoes when
5653         nntp-open-ssl-stream is used.
5654
5655 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5656
5657         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5658         (gnus-message-add-citation-keywords)
5659         (gnus-message-remove-citation-keywords): Remove.
5660         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5661         directly, make the variables in font-lock-defaults buffer-local, add
5662         gnus-message-citation-keywords to them and then update the value of
5663         font-lock-keywords.
5664
5665 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5666
5667         * message.el (message-cite-original-1): Don't call
5668         gnus-article-highlight-citation.
5669
5670         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5671         citations; fix line count.
5672
5673 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5674
5675         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5676         (gnus-message-add-citation-keywords)
5677         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5678         versions of font-lock-add-keywords and font-lock-remove-keywords to
5679         work with XEmacs correctly.
5680
5681 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5682
5683         * gnus-cite.el (gnus-cite-face-list): Set the values of
5684         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5685         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5686         (gnus-message-cite-prefix-regexp): New variable.
5687         (gnus-message-search-citation-line): Use it; protect against long
5688         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5689         the 0th match data for Emacs.
5690         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5691         (gnus-message-add-citation-keywords): Append keywords rather than
5692         prepending; emulate font-lock-add-keywords if it is not available.
5693         (gnus-message-remove-citation-keywords): Emulate
5694         font-lock-remove-keywords if it is not available.
5695
5696         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5697
5698         * message.el (message-cite-prefix-regexp): Set the value of
5699         gnus-message-cite-prefix-regexp.
5700
5701 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5702
5703         * nnweb.el (nnweb-google-parse-1): Update parser.
5704
5705 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5706
5707         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5708
5709 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5710
5711         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5712         regexp.
5713
5714 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5715
5716         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5717         string-to-multibyte.
5718         (uudecode-decode-region-internal): Use it.
5719
5720         * lpath.el: Fbind string-as-multibyte for XEmacs.
5721
5722 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5723
5724         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5725         custom choice.
5726
5727         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5728
5729 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5730
5731         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5732
5733         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5734         `write-region' to respect `mm-inhibit-file-name-handlers'.
5735
5736 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5737
5738         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5739         Use gnus-home-directory instead of "~/" or "$HOME".
5740
5741 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5742
5743         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5744         to mention filename.
5745         Add comments at beginning regarding usage.
5746         (encrypt-write-file-contents): Change interactive so a string is
5747         acceptable.  If the file has no associated model, show an error instead
5748         of a nonsense prompt.
5749
5750 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5751
5752         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5753         Thanks to Yoshihiko Yamada for kind notification of this typo.
5754
5755 2007-01-12  Kenichi Handa  <handa@m17n.org>
5756
5757         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5758         multibyte buffer.
5759
5760 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5761
5762         * gnus-score.el (gnus-score-fast-scoring): New variable.
5763         (gnus-score-headers): Use it.
5764
5765         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5766
5767         * message.el (message-cite-original-1): Call
5768         gnus-article-highlight-citation if requested.
5769         (message-make-from): Allow name and address as optional arguments.
5770
5771         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5772
5773         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5774         bugs to doc string.
5775         (gnus-button-alist): Add mid\\|message-id.
5776         (gnus-button-fetch-group): Extend for use in
5777         `browse-url-browser-function'.
5778         (gnus-button-url-regexp): Try to catch paired parentheses like in
5779         Wikipedia URLs.
5780
5781         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5782         Suggested by Simon Krahnke <overlord@gmx.li>.
5783
5784 2007-01-13  Romain Francoise  <romain@orebokech.com>
5785
5786         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5787         Update copyright.
5788
5789 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5790
5791         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5792
5793 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5794
5795         * gnus-registry.el (gnus-registry-unfollowed-groups)
5796         (gnus-registry-split-fancy-with-parent): Fix documentation.
5797
5798 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5799
5800         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5801         from nnweb groups.
5802
5803 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5804
5805         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5806         Xref urls.  Erase buffer before requesting head.
5807
5808 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5809
5810         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5811         customizable.
5812
5813 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5814
5815         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5816         no signing key is found.
5817         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5818         no encrypting and/or signing key is found.
5819
5820 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5821
5822         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5823
5824 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5825
5826         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5827         headers read from disk with the ones newly found in the current search.
5828         This should no longer cause problems, because the article numbers in
5829         Gmane's `nov.php' output are ignored since the previous change.
5830
5831 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5832
5833         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5834
5835 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5836
5837         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5838         replace-regexp-in-string; bind url-version; fbind display-images-p and
5839         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5840         find-face and set-itimer-function for Emacs; bind itimer-list for
5841         Emacs.
5842
5843         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5844
5845 2007-01-01  Romain Francoise  <romain@orebokech.com>
5846
5847         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5848
5849 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5850
5851         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5852         `define-minor-mode' macro definition expanded properly.
5853         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5854         exclude it there.
5855
5856         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5857         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5858         `fboundp' test.
5859         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5860         This is OK to autoload in (S)XEmacs now.
5861
5862 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5863
5864         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5865         keystroke.
5866         (gnus-summary-limit-to-singletons): Fix typo.
5867
5868         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5869         else fails.
5870
5871 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5872
5873         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5874         docstring.
5875
5876         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5877         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5878         (gnus-summary-insert-dormant-articles): Fix typo in message.
5879
5880 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5881
5882         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5883         nil for XEmacs.
5884         (gnus-message-citation-mode): Don't autoload in XEmacs.
5885
5886         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5887
5888 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5889
5890         * nnimap.el (nnimap-expunge-search-string): Mention
5891         nnimap-search-uids-not-since-is-evil in docstring.
5892
5893 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5894
5895         * spam.el: Revert to make-obsolete-variable because
5896         define-obsolete-variable-alias is not supported in Emacs 21.
5897
5898         * spam.el (spam-ifile-path, spam-ifile-database-path)
5899         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5900         make-obsolete-variable.
5901         (spam-bsfilter-path, spam-bsfilter-program)
5902         (spam-spamassassin-path, spam-spamassassin-program)
5903         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5904         use "path" inappropriately.
5905         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5906         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5907         variable names.
5908
5909 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5910
5911         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5912         summary buffer.
5913
5914         * password.el (password-cache-remove): Use clear-string to burn
5915         password, if available.
5916
5917 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5918
5919         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5920
5921         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5922
5923         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5924         (gnus-message-highlight-citation): Move defcustom here from
5925         gnus-cite.el.
5926         (gnus-message-citation-mode): Autoload.
5927
5928         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5929         checks to make it compile with XEmacs.
5930         (gnus-message-citation-mode): New minor mode.
5931         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5932         (gnus-message-highlight-citation): New variables.
5933         (gnus-message-search-citation-line)
5934         (gnus-message-add-citation-keywords)
5935         (gnus-message-remove-citation-keywords)
5936         (turn-on-gnus-message-citation-mode)
5937         (turn-off-gnus-message-citation-mode): New functions.
5938
5939 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5940
5941         * gnus-cite.el: Enable highlighting of different citation levels in
5942         message-mode.
5943
5944 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5945
5946         * message.el (message-make-fqdn): Fix comment.
5947         (message-bogus-system-names): Add ".local".
5948
5949         * spam.el (spam-ifile-path, spam-ifile-program)
5950         (spam-ifile-database-path, spam-ifile-database)
5951         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5952         Don't use "path" inappropriately.
5953         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5954         strings.
5955         (spam-check-ifile, spam-ifile-register-with-ifile)
5956         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5957         new variable names.
5958
5959         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5960         (gnus-treat-display-smileys): Simplify using
5961         gnus-image-type-available-p.
5962
5963         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5964         available.
5965
5966         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5967         `display-images-p' if available.
5968
5969 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5970
5971         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5972         one after turning on the buffer's multibyteness instead of decoding
5973         them directly in the unibyte buffer that causes unexpected conversion
5974         in Emacs 23 (unicode).
5975
5976 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5977
5978         * message.el (message-generate-hashcash): Fix custom type.
5979
5980 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5981
5982         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5983
5984 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5985
5986         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5987         disconnect icons.  Add help text.
5988
5989 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5990
5991         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5992         negated to be consistent with the others we handle.
5993
5994 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5995
5996         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5997         version of gnus-summary-buffer to something, so that we can use two
5998         article buffers at the same time.
5999
6000 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6001
6002         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6003         trigger all the extra headers.
6004         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6005         sorting.
6006
6007 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6008
6009         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6010         solid groups.
6011
6012 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6013
6014         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6015
6016 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6017
6018         * legacy-gnus-agent.el: Add Copyright notice.
6019
6020 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6021
6022         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6023
6024 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6025
6026         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6027
6028         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6029         to make it work reliably in CVS Emacs.
6030         (gnus-summary-limit-strange-charsets-predicate)
6031         (gnus-summary-limit-to-predicate): New functions.
6032
6033 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6034
6035         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6036         specifying array size.
6037         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6038         array if it is too small.
6039         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6040         (gnus-sort-threads-loop): New function.
6041
6042 2006-12-06  Chris Moore  <dooglus@gmail.com>
6043
6044         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6045         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6046
6047 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6048
6049         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6050         options.
6051
6052 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6053
6054         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6055         DOS-ing the recipient.
6056
6057         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6058         the headers when creating the mapping to avoid mismappings.
6059         (nnweb-gmane-create-mapping): Always nix out old mapping.
6060
6061 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6062
6063         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6064         and mm-verify-option to never.
6065
6066 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6067
6068         * message.el (message-signed-or-encrypted-p): New function.
6069         (message-forward-make-body): Use it.
6070
6071         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6072         Replace encode-coding-string with mm-encode-coding-string.
6073
6074 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6075
6076         * nneething.el (nneething-decode-file-name): Replace
6077         decode-coding-string with mm-decode-coding-string.
6078
6079         * gnus-int.el (gnus-open-server): Say failed server's name.
6080
6081 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6082
6083         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6084         strings to a single string.  Quote `errors-file-name'.
6085         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6086         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6087         Adjust calls.  Use `shell-quote-argument'.
6088
6089 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6090
6091         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6092         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6093
6094         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6095         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6096         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6097         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6098         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6099         (gnus-subscribe-newsgroup, gnus-1):
6100         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6101         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6102         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6103         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6104
6105 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6106
6107         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6108         keystroke.
6109         (gnus-summary-limit-to-bodies): Implement headersp.
6110
6111 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6112
6113         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6114
6115 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6116
6117         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6118
6119 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6120
6121         * message.el (message-generate-hashcash): Expand range of values to
6122         include `opportunistic'.
6123         (message-send-mail): Use it.
6124
6125 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6126
6127         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6128         and comment it.
6129
6130         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6131
6132 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6133
6134         * gnus-util.el (gnus-extract-address-components): Improve comment.
6135
6136 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6137
6138         * gnus-util.el (gnus-extract-address-components): Work with address in
6139         which the name portion contains @.
6140
6141         * lpath.el: Fbind custom-autoload.
6142
6143 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6144
6145         * gnus.el (gnus-start): Move custom group up.
6146         (gnus-select-method): Don't autoload, but make it available for
6147         `customize-variable'.
6148         (gnus-getenv-nntpserver): Don't autoload.
6149
6150 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6151
6152         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6153
6154 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6155
6156         * message.el (message-sendmail-extra-arguments): New variable.
6157         (message-send-mail-with-sendmail): Use it.
6158
6159 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6160
6161         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6162         mm-with-unibyte-current-buffer to make string unibyte.
6163
6164         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6165         mm-string-as-multibyte.
6166
6167 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6168
6169         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6170         Reported by Werner Koch <wk@gnupg.org>.
6171
6172 2006-11-14  Daiki Ueno  <ueno@p360>
6173
6174         * mml2015.el: Autoload epa-select-keys when compiling.
6175
6176 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6177
6178         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6179         message-options.
6180         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6181
6182 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6183
6184         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6185         EasyPG (< 0.0.6).
6186         (mml2015-always-trust): New user option.
6187         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6188         prompt.
6189
6190 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6191
6192         * nntp.el (nntp-authinfo-force): New variable.
6193         (nntp-send-authinfo): Use it.
6194
6195 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6196
6197         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6198         decode encoded words.  Improve prompt.  Add comment about forwarding.
6199         (message-replacement-char): Move up.
6200
6201 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6202
6203         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6204         instead of gnus-intersection because arguments of gnus-sorted-nunion
6205         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6206
6207 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6208
6209         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6210         (message-simplify-subject-functions): Enable
6211         message-strip-subject-encoded-words by default.
6212
6213 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6214
6215         * message.el (message-strip-subject-encoded-words): New function.
6216         (message-simplify-subject-functions): New variable.
6217         (message-simplify-subject): Use it.  Fix typo in doc string.
6218         Support message-strip-subject-encoded-words.
6219
6220 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6221
6222         * gnus-diary.el (gnus-diary-delay-format-function):
6223         * nndiary.el (nndiary-reminders):
6224         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6225
6226 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6227
6228         * gnus-art.el (article-hide-boring-headers): Fetch date from
6229         gnus-original-article-buffer to avoid problems with localized date
6230         strings.
6231
6232 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6233
6234         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6235
6236 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6237
6238         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6239         New variables.
6240         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6241         (mm-charset-synonym-alist): Move some entries to
6242         mm-codepage-iso-8859-list.
6243         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6244         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6245
6246 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6247
6248         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6249
6250 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6251
6252         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6253         with Emacs 21 and XEmacs.
6254
6255 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6256
6257         * spam.el (spam-parse-address): New function for better parsing,
6258         catching errors, etc.
6259         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6260
6261 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6262
6263         * mm-view.el: Add interactive arg to html2text autoload.
6264
6265 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6266
6267         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6268
6269 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6270
6271         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6272         variables.
6273         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6274         (mm-charset-synonym-alist): Move some entries to
6275         mm-codepage-iso-8859-list.
6276
6277         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6278
6279 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6280
6281         * message.el (message-citation-line-format)
6282         (message-insert-formated-citation-line): Fix implementation of %E, %N
6283         and %n according to the doc string.
6284
6285 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6286
6287         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6288         car-safe to avoid bad parses.
6289
6290 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6291
6292         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6293         names.
6294
6295         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6296
6297 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6298
6299         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6300         header.
6301
6302         * message.el (message-draft-headers): Add Date.
6303         (message-headers-to-generate): Fix typo in docstring.
6304
6305         * nndraft.el (nndraft-required-headers): New variable.
6306         (nndraft-generate-headers): Use it.
6307
6308         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6309
6310 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6311
6312         * gnus-registry.el (gnus-registry-wash-for-keywords)
6313         (gnus-registry-find-keywords): New functions to allow easy searching of
6314         articles that are in the registry.
6315
6316 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6317
6318         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6319         ietf-drums-parse-address instead of gnus-extract-address-components.
6320         Reported by Damien Elmes <damien@repose.cx>.
6321
6322 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6323
6324         * gnus.el (gnus-mime): Remove unused custom group.
6325
6326 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6327
6328         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6329         "blank line" when searching for end of armor headers.
6330
6331 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6332
6333         * gmm-utils.el (gmm-write-region): Fix variable name.
6334
6335 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6336
6337         * gmm-utils.el (gmm-write-region): New function based on compatibility
6338         code from `mm-make-temp-file'.
6339
6340         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6341
6342         * nnmaildir.el (nnmaildir--update-nov)
6343         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6344         Use `gmm-write-region'.
6345
6346 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6347
6348         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6349         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6350
6351         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6352
6353         * message.el (message-replacement-char): New variable.
6354         (message-fix-before-sending): Use it.
6355         (message-simplify-subject): New function to remove duplicate code.
6356         (message-reply, message-followup): Use it.
6357
6358         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6359         gnus-summary-limit-to-articles.
6360
6361 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6362
6363         * gnus-util.el (gnus-with-local-quit): New macro.
6364
6365         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6366
6367 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6368
6369         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6370         ignore non-string data.
6371
6372 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6373
6374         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6375         non-string data (needs to be done in the registry too).
6376
6377 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6378
6379         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6380         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6381         (gnus-registry-split-fancy-with-parent)
6382         (gnus-registry-fetch-simplified-message-subject-fast)
6383         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6384         Remove text properties on ingress into the registry and when it's saved.
6385         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6386         registry from entries with no groups.
6387
6388 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6389
6390         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6391         function to remove string properties.
6392
6393 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6394
6395         * gmm-utils.el (gmm): Adjust custom version.
6396
6397         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6398         custom version.
6399
6400         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6401
6402 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6403
6404         * gnus-art.el (gnus-insert-prev-page-button)
6405         (gnus-insert-next-page-button): Simplify.  Reformat.
6406
6407 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6408
6409         * gnus-art.el (gnus-insert-prev-page-button)
6410         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6411
6412 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6413
6414         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6415
6416 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6417
6418         * gnus-art.el (gnus-insert-mime-button)
6419         (gnus-insert-mime-security-button):
6420         Apply gnus-article-button-face to MIME and security buttons.
6421
6422 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6423
6424         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6425         readable.
6426
6427 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6428
6429         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6430
6431 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6432
6433         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6434         `browse-url-of-file' instead of `browse-url'.
6435
6436 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6437
6438         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6439         regexp.  Articles containing quotation were cut prematurely.
6440
6441 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6442
6443         * message.el (message-cite-original-1): Use nobody by default for the
6444         value of From header.
6445         (message-reply): Ditto.
6446
6447 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6448
6449         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6450         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6451         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6452
6453 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6454
6455         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6456         mails in the doc string.  Add some URLs in comment.
6457         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6458
6459 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6460
6461         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6462         backslashes handling and the way to find boundaries of quoted strings.
6463
6464 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6465
6466         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6467         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6468         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6469         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6470
6471 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6472
6473         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6474         doc string.
6475         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6476
6477 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6478
6479         * lpath.el: Fbind epg-check-configuration.
6480
6481 2006-09-06  Simon Josefsson  <jas@extundo.com>
6482
6483         * mml2015.el (mml2015-use): Doc fix, mention epg.
6484
6485 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6486
6487         * mml2015.el (mml2015-use): Default to epg, if available.
6488
6489 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6490
6491         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6492         message-sender.
6493         (mml1991-epg-encrypt): Ditto.
6494         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6495         message-sender.
6496         (mml2015-epg-encrypt): Ditto.
6497
6498 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6499
6500         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6501         several common directories.
6502
6503 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6504
6505         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6506         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6507
6508 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6509
6510         * gnus-art.el (article-decode-encoded-words): Make it fast.
6511
6512 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6513
6514         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6515
6516         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6517         in quoted string into `\'.
6518
6519 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6520
6521         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6522         Use standard-syntax-table.
6523
6524 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6525
6526         * gnus-art.el (gnus-decode-address-function): New variable.
6527         (article-decode-encoded-words): Use it to decode headers which are
6528         assumed to contain addresses.
6529         (gnus-mime-delete-part): Remove useless `or'.
6530
6531         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6532         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6533         (gnus-nov-parse-line): Use it to decode From header.
6534         (gnus-get-newsgroup-headers): Ditto.
6535         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6536
6537         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6538         (mail-decode-encoded-address-string): New alias.
6539
6540         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6541         New function.
6542         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6543         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6544         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6545         (rfc2047-decode-string): Ditto.
6546         (rfc2047-decode-address-region): New function.
6547         (rfc2047-decode-address-string): New function.
6548
6549 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6550
6551         * message.el (message-caesar-buffer-body): Allow rotating headers.
6552
6553         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6554
6555         * message.el (message-insert-formated-citation-line): Fix %f.
6556         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6557
6558 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6559
6560         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6561         (gnus-bookmark-mouse-available-p): New macro.
6562         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6563         (gnus-bookmark-bmenu-show-infos): Use it.
6564         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6565         (gnus-bookmark-bmenu-hide-infos): Ditto.
6566         (gnus-bookmark-remove-properties): New function.
6567         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6568         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6569         (gnus-bookmark-write-file): Bind coding-system-for-write.
6570         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6571         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6572         group before selecting it.
6573         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6574         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6575         quit-window if it is not available; use gnus-mouse-2 and bind it to
6576         gnus-bookmark-bmenu-select-by-mouse.
6577         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6578         (gnus-bookmark-bmenu-select-by-mouse): New function.
6579
6580 2006-08-13  Romain Francoise  <romain@orebokech.com>
6581
6582         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6583         space.
6584
6585 2006-08-10  Romain Francoise  <romain@orebokech.com>
6586
6587         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6588         (dns-mode-soa-auto-increment-serial): New user option.
6589         (dns-mode-soa-maybe-increment-serial): New function.
6590         (dns-mode): Add the latter to `write-contents-functions'.
6591
6592 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6593
6594         * compface.el (uncompface): Use binary rather than raw-text-unix.
6595
6596 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6597
6598         * compface.el (uncompface): Make sure the eol conversion doesn't take
6599         place when communicating with the external programs.  Reported by
6600         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6601
6602 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6603
6604         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6605
6606 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6607
6608         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6609         Make it more robust by parsing author and date independently.
6610
6611 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6612
6613         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6614
6615 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6616
6617         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6618         first matching secret key.
6619         (mml2015-epg-encrypt): Ditto.
6620
6621         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6622         first matching secret key.
6623         (mml1991-epg-encrypt): Ditto.
6624
6625         * mml2015.el (mml2015-encrypt-to-self): New user option.
6626         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6627         mml2015-epg-encrypt-to-self is set.
6628
6629         * mml1991.el (mml1991-encrypt-to-self): New variable.
6630         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6631         mml1991-epg-encrypt-to-self is set.
6632
6633         * mml2015.el (mml2015-signers): New user option.
6634         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6635         (mml2015-epg-encrypt): Allow to select signing keys.
6636
6637         * mml1991.el (mml1991-signers): New variable.
6638         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6639         (mml1991-epg-encrypt): Allow to select signing keys.
6640
6641 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6642
6643         * nnheader.el (nnheader-insert-head): Make it work even if the file
6644         uses CRLF for the line-break code.
6645
6646 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6647
6648         * mml2015.el: Require mml-sec instead of password.
6649         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6650         (mml2015-cache-passphrase): Inherit the default value from
6651         mml-secure-cache-passphrase.
6652         (mml2015-passphrase-cache-expiry): Inherit the default value from
6653         mml-secure-passphrase-cache-expiry.
6654
6655         * mml1991.el: Require mml-sec instead of password.
6656         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6657         (mml1991-cache-passphrase): Inherit the default value from
6658         mml-secure-cache-passphrase.
6659         (mml1991-passphrase-cache-expiry): Inherit the default value from
6660         mml-secure-passphrase-cache-expiry.
6661
6662         * mml-sec.el: Require password.
6663         (mml-secure-verbose): New user option.
6664         (mml-secure-cache-passphrase): New user option.
6665         (mml-secure-passphrase-cache-expiry): New user option.
6666
6667 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6668
6669         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6670         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6671         andreas@altroot.de (Andreas Vögele).
6672
6673         FIXME: Use `tiny change'?
6674
6675 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6676
6677         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6678         workaround for the url package included with Emacs.
6679
6680         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6681
6682 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6683
6684         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6685         correctly.  This fixes a bug caused by the 2006-05-12 change.
6686
6687 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6688
6689         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6690         some information about the error when saying that the `bogus' mail
6691         group will be used.
6692
6693 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6694
6695         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6696         string.
6697
6698 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6699
6700         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6701
6702 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6703
6704         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6705
6706 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6707
6708         * mml1991.el (mml1991-function-alist): Add epg.
6709         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6710         (mml1991-epg-encrypt): New functions.
6711
6712 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6713
6714         * mml2015.el (mml2015-verbose): New variable.
6715         (mml2015-cache-passphrase): Ditto.
6716         (mml2015-passphrase-cache-expiry): Ditto.
6717         (mml2015-function-alist): Add epg.
6718         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6719         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6720         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6721         functions.
6722
6723 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6724
6725         * message.el (message-cite-original-1): Preserve region when removing
6726         quoted text due to X-No-Archive in order to avoid bogus attribution
6727         when citing multiple messages.
6728
6729 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6730
6731         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6732         Kenneth Jacker <khj@be.cs.appstate.edu>.
6733
6734 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6735
6736         * gnus-diary.el (gnus-user-format-function-d)
6737         (gnus-user-format-function-D): Autoload.
6738
6739         * imap.el (Commentary): Fix typo.
6740
6741         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6742         2006-04-22 contribution.
6743
6744 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6745
6746         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6747         It didn't really fix the bogosity I'm seeing with solid web groups.
6748
6749 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6750
6751         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6752         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6753         created using server names.  If we use the feature without declaring
6754         it, Gnus does not properly manage server and group state.
6755
6756         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6757         bound.
6758
6759 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6760
6761         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6762         looking up the method using GROUP's prefix before inventing a new one.
6763         It is used on killed/unknown groups in various places where returning
6764         an all-new method isn't expected by the caller.
6765
6766         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6767         and match semantics of gnus-group-real-prefix.
6768
6769 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6770
6771         * nnmail.el (nnmail-broken-references-mailers): New variable.
6772         (nnmail-ignore-broken-references): New function generalizing
6773         nnmail-fix-eudora-headers.
6774         (nnmail-fix-eudora-headers): Now obsolete.
6775
6776         * gnus-art.el (gnus-button-handle-custom): Support
6777         `customize-apropos*'.
6778
6779 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6780
6781         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6782
6783         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6784         articles.
6785
6786 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6787
6788         * message.el (message-cite-reply-above): New variable.
6789         (message-yank-original): Use it.
6790
6791 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6792
6793         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6794
6795 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6796
6797         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6798         as read.
6799
6800         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6801
6802 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6803
6804         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6805         (gnus-bookmark-default-file): Use gnus-directory.
6806         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6807         Remove "*" in doc string.
6808         (gnus-bookmark-write-file): Simplify.
6809         (gnus-bookmark-maybe-sort-alist): Use `when'.
6810         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6811         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6812         FIXME about Emacs 21 and XEmacs compatibility.
6813         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6814         compatibility.
6815         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6816         compatibility.
6817         (gnus-bookmark-menu-heading): Fix version.
6818
6819 2006-06-19  Bastien Guerry  <bzg@altern.org>
6820
6821         * gnus-bookmark.el: New file.
6822
6823 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6824
6825         * message.el (message-syntax-checks): Doc fix.
6826
6827 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6828
6829         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6830         unsubscribed groups as if they were killed ones.  It causes duplicate
6831         entries in gnus-newsrc-alist.
6832
6833 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6834
6835         * message.el (message-syntax-checks): Doc fix.
6836         (message-send-mail): Add check for continuation headers.
6837         (message-check-news-header-syntax): Fix regexp used to check for
6838         continuation headers.
6839
6840 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6841
6842         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6843
6844 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6845
6846         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6847
6848 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6849
6850         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6851         default-truncate-lines.
6852
6853 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6854
6855         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6856         to fill the utf-8 entry.
6857
6858         * lpath.el: Fbind unicode-precedence-list.
6859
6860 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6861
6862         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6863
6864 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6865
6866         * gnus-agent.el (directory-files-and-attributes): Move all the way
6867         forward (the third and final move).
6868         (gnus-agent-read-agentview): Trap reconstruction errors due to
6869         nonexistant directory.  Handle by returning nil.
6870
6871 2006-05-30  Didier Verna  <didier@xemacs.org>
6872
6873         * message.el (message-dont-reply-to-names): Update the custom type.
6874         * message.el (message-dont-reply-to-names): New defsubst: potentially
6875         convert a list of regexps into a single one.
6876         * message.el (message-get-reply-headers): Use it.
6877         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6878
6879 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6880
6881         * gnus-agent.el (directory-files-and-attributes): Move forward.
6882
6883 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6884
6885         * gnus-ml.el (gnus-mailing-list-subscribe)
6886         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6887         (gnus-mailing-list-message): Fix doc strings.
6888
6889 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6890
6891         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6892         of doing it manually.
6893
6894 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6895
6896         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6897         comment.
6898
6899 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6900
6901         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6902         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6903         (gnus-agent-read-local): All symbols allocated in my-obarray.
6904         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6905         (gnus-agent-regenerate-group): Check numeric names to see if they are
6906         messages or groups.
6907         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6908         better way of do this...)
6909
6910         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6911         'dummy.group' (there should be a better way of do this...)
6912
6913 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6914
6915         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6916         (gnus-saved-headers): Ditto.
6917         (gnus-default-article-saver): Mention functions may have properties.
6918         (gnus-article-save): Override gnus-save-all-headers and
6919         gnus-saved-headers by :headers property which saver function may have.
6920         (gnus-summary-save-in-file): Add :headers property.
6921         (gnus-summary-write-to-file): Ditto.
6922
6923         * gnus-sum.el (gnus-summary-save-article): Bind
6924         gnus-prompt-before-saving to t when saving many articles in a file;
6925         always show all headers.
6926
6927         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6928
6929 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6930
6931         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6932         marks.
6933
6934         * message.el (message-indent-citation): Add optional arguments to allow
6935         using it outside of message buffers.
6936
6937         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6938         (gnus-article-treat-unfold-headers): Use it.
6939         (gnus-article-truncate-lines): New variable.
6940         (gnus-article-mode): Use it.
6941         (gnus-article-toggle-truncate-lines): New function.
6942
6943         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6944         gnus-article-toggle-truncate-lines.
6945
6946         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6947         coding system in XEmacs, use binary.
6948
6949 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6950
6951         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6952         after-load-alist.
6953
6954         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6955         this function should save decoded articles.
6956         (gnus-summary-write-to-file): Use property to specify this function
6957         should save decoded articles and specify gnus-summary-save-in-file
6958         should be used to save articles other than the first one when saving
6959         many articles.
6960         (gnus-summary-save-body-in-file): Use property to specify this
6961         function should save decoded articles.
6962         (gnus-summary-write-body-to-file): Use property to specify this
6963         function should save decoded articles and specify
6964         gnus-summary-save-body-in-file should be used to save articles other
6965         than the first one when saving many articles.
6966
6967         * gnus-sum.el (gnus-summary-save-article): Simplify.
6968
6969 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6970
6971         * gnus-art.el (gnus-default-article-saver): Add
6972         gnus-summary-write-body-to-file.
6973         (gnus-article-save-coding-system): Don't use coding system object
6974         in XEmacs.
6975         (gnus-read-save-file-name): Add optional `dir-var' argument which
6976         specifies directory in which files are saved; work even if optional
6977         `variable' argument is not specified.
6978         (gnus-summary-write-to-file): Read file name.
6979         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6980         (gnus-summary-write-body-to-file): New function.
6981
6982         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6983         (gnus-summary-local-variables): Add it.
6984         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6985         (gnus-summary-save-article): Remove optional `decode' argument;
6986         determine whether to decode articles by the value of
6987         gnus-default-article-saver; when saving many files using
6988         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6989         it first and use gnus-summary-save-in-file or
6990         gnus-summary-save-body-in-file thereafter unless
6991         gnus-prompt-before-saving is always; move point to article which
6992         will be saved.
6993         (gnus-summary-save-article-file): Revert.
6994         (gnus-summary-write-article-file): Revert.
6995         (gnus-summary-save-article-body-file): Revert.
6996         (gnus-summary-write-article-body-file): New function.
6997
6998 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6999
7000         * gnus-art.el (gnus-default-article-saver): Doc fix.
7001         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7002         from gnus-summary-save-article-coding-system, and default to a
7003         certain coding system.
7004         (gnus-output-to-file): Add coding cookie and encode text according
7005         to gnus-article-save-coding-system; don't use mm-append-to-file.
7006
7007         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7008         gnus-art.el and rename to gnus-article-save-coding-system.
7009         (gnus-summary-save-article): Require gnus-art; don't show all
7010         headers if it decodes articles; don't add coding cookie here;
7011         don't bind mm-text-coding-system-for-write.
7012         (gnus-summary-save-article-file): Save decoded articles.
7013         (gnus-summary-write-article-file): When saving many files, use
7014         gnus-summary-write-to-file first and gnus-summary-save-in-file
7015         thereafter unless gnus-prompt-before-saving is always.
7016         (gnus-summary-save-article-body-file): Save decoded articles.
7017
7018         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7019
7020 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7021
7022         * nnrss.el (nnrss-check-group): Bind hash-index.
7023
7024 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7025
7026         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7027         its hash index.  Store this hash in `nnrss-group-data'.
7028         (nnrss-read-group-data): Update accordingly.
7029
7030 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7031
7032         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7033         entry.
7034
7035         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7036         gnus-article-browse-html-article.
7037
7038 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7039
7040         * gnus-sum.el (gnus-summary-mime-map): Add
7041         gnus-article-browse-html-article.
7042
7043         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7044
7045 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7046
7047         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7048         suitable coding systems in customize.
7049
7050 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7051
7052         * mail-source.el (mail-sources): Fix custom type.
7053
7054 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7055
7056         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7057         (gnus-summary-expire-articles-now): Shorten prompt.
7058
7059         * gmm-utils.el (wid-edit): Require.
7060         (defun-gmm): Renamed from `gmm-defun-compat'.
7061         (gmm-image-search-load-path): Use it.
7062         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7063
7064 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7065
7066         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7067         variable.
7068         (gnus-summary-save-article): Add optional `decode' argument.  If
7069         it is set and gnus-summary-save-article-coding-system is non-nil,
7070         save decoded article.
7071         (gnus-summary-write-article-file): Save decoded article if
7072         gnus-summary-save-article-coding-system is non-nil.
7073
7074         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7075         type.
7076
7077 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7078
7079         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7080
7081 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7082
7083         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7084         first to test gnus-single-article-buffer which may be buffer-local.
7085
7086         * gnus-sum.el (gnus-summary-setup-buffer): Make
7087         gnus-single-article-buffer buffer-local and nil in ephemeral
7088         group; make gnus-article-buffer, gnus-article-current, and
7089         gnus-original-article-buffer always buffer-local.
7090         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7091         group.
7092         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7093
7094 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7095
7096         * nnml.el (nnml-request-compact-group): Compressed files might not
7097         have .gz extension.
7098
7099 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7100
7101         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7102         (mm-copy-to-buffer): Use with-current-buffer.
7103         (mm-display-part): Simplify.
7104         (mm-inlinable-p): Add optional arg `type'.
7105
7106 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7107
7108         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7109         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7110         Try harder to show the attachment internally or externally using
7111         gnus-mime-view-part-as-type.
7112
7113 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7114
7115         * message.el (message-from-style, message-signature-separator)
7116         (message-user-organization-file, message-send-mail-function)
7117         (message-citation-line-function, message-yank-prefix)
7118         (message-indent-citation-function, message-signature)
7119         (message-signature-file, message-signature-insert-empty-line):
7120         Remove autoloads.
7121
7122         * gnus-art.el (gnus-buttonized-mime-types): Remove
7123         "multipart/signed".  Revert 2006-04-26 change.
7124
7125 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7126
7127         * gnus.el (gnus-version-number): Bump version.
7128
7129 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7130
7131         * gnus.el: No Gnus v0.5 is released.
7132
7133 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7134
7135         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7136         fetching articles by message-id.
7137
7138 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7139
7140         * message.el (hashcash): Require hashcash as normal.
7141
7142         * ecomplete.el (ecomplete-highlight-match-line): Use
7143         point-at-eol.
7144         (ecomplete-highlight-match-line): Use `highlight', because that
7145         face exists in both Emacs and XEmacs.
7146
7147         * message.el (message-display-abbrev): Use point-at-bol.
7148
7149         * mail-source.el: Don't require timer/timer-funcs.
7150
7151         * gnus-async.el: Ditto.
7152
7153         * password.el: Ditto.
7154
7155         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7156
7157         * mm-url.el: Ditto.
7158
7159         * gnus-xmas.el: Don't require timer-funcs.
7160
7161         * mm-util.el: Require timer/timer-funcs.
7162
7163 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7164
7165         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7166         Close.
7167
7168 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7169
7170         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7171         unibyte after clear-decrypt function runs.
7172
7173         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7174         returns as a unibyte string.
7175
7176 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7177
7178         * lpath.el: Revert.
7179
7180         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7181         (pgg-gpg-process-sentinel): Revert.
7182
7183         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7184         (pgg-pgp-lookup-key): Revert.
7185
7186         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7187         (pgg-pgp5-lookup-key): Revert.
7188
7189         * pgg.el (pgg-fetch-key): Revert.
7190
7191 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7192
7193         * lpath.el: Fbind string-as-multibyte for XEmacs.
7194
7195         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7196         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7197         (mml1991-pgg-encrypt): Ditto.
7198
7199         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7200         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7201         a multibyte buffer.
7202
7203         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7204         (pgg-pgp-lookup-key): Ditto.
7205
7206         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7207         (pgg-pgp5-lookup-key): Ditto.
7208
7209         * pgg.el (pgg-fetch-key): Ditto.
7210
7211 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7212
7213         * message.el (message-user-organization-file): Check several
7214         locations of the organization file.
7215
7216         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7217         Add gnus-article-view-part-as-type.
7218
7219         * gnus-art.el (gnus-article-view-part-as-type): New function.
7220
7221         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7222         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7223
7224         * mml.el: Simplify autoload.
7225         (mml-mode): defvar dnd-protocol-alist instead of using
7226         symbol-value.
7227         (mml-default-directory): New variable.
7228         (mml-minibuffer-read-file): Use it.
7229         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7230
7231         * message.el (message-citation-line-format): New variable.
7232         (message-insert-formated-citation-line): New function.
7233         (message-citation-line-function): Add
7234         `message-insert-formated-citation-line' to custom type.
7235
7236         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7237         to doc string.
7238
7239         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7240         depending on mm-verify-option.
7241
7242 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7243
7244         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7245         binding pgg-* variables; reimplement the section which prevents
7246         MIME header from being signed.
7247         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7248         pgg-text-mode; remove a blank line at the top of body.
7249
7250         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7251         lines at the top of body; use gnus-newsgroup-charset if there's no
7252         Charset header.
7253
7254 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7255
7256         * message.el (message-self-insert-commands): Doc fix.
7257
7258         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7259         (mm-uu-pgp-encrypted-test): Ditto.
7260         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7261         between header and body; return application/pgp-encrypted handle
7262         if decryption failed; decode decrypted body by charset.
7263
7264         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7265         element match to application/pgp-*.
7266
7267 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7268
7269         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7270         HTML.
7271
7272 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7273
7274         * mail-source.el (mail-source-call-script): Message the error
7275         string.
7276
7277 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7278
7279         * gnus-util.el (gnus-byte-compile): Use it.
7280
7281 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7282
7283         * gnus-util.el (kill-empty-logs): New function.
7284
7285 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7286
7287         * message.el (message-mail-alias-type): Doc fix.
7288         (message-mail-alias-type-p): New function.
7289         (message-send): Use it.
7290         (message-mode): Ditto.
7291         (message-strip-forbidden-properties): Ditto.
7292
7293         * ecomplete.el (ecomplete-database-file-coding-system): New
7294         variable.
7295         (ecomplete-save): Use it.
7296         (ecomplete-setup): Use it.
7297
7298 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7299
7300         * message.el (message-self-insert-commands): New variable.
7301         (message-strip-forbidden-properties): Use it.
7302
7303 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7304
7305         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7306         that doesn't make XEmacs choke.
7307
7308 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7309
7310         * gnus-util.el (gnus-replace-in-string):
7311         Prefer replace-regexp-in-string over of replace-in-string.
7312
7313 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7314
7315         * gnus-util.el (gnus-select-frame-set-input-focus):
7316         Use select-frame-set-input-focus if it is available in XEmacs; use
7317         definition defined in Emacs 22 for old Emacsen.
7318
7319         * dgnushack.el: Autoload unmorse-region for XEmacs.
7320
7321         * lpath.el: Bind cursor-in-non-selected-windows and
7322         select-frame-set-input-focus for XEmacs.
7323
7324 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7325
7326         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7327
7328 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7329
7330         * gnus-registry.el (gnus-registry-cache-save): Remove text
7331         properties when saving via the temp buffer.
7332
7333 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7334
7335         * message.el (message-generate-hashcash): Honor custom type.
7336
7337 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7338
7339         * message.el (message-generate-hashcash): Default to non-nil when
7340         hashcash is found.
7341
7342         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7343         (gnus-refer-thread-limit): Increase default to 500.
7344
7345         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7346
7347         * flow-fill.el (fill-flowed): Allow delete-space.
7348
7349 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7350
7351         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7352         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7353         Remove autoloads.
7354
7355 2006-04-18  Simon Josefsson  <jas@extundo.com>
7356
7357         * message.el (message-generate-hashcash): Default to.
7358
7359 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7360
7361         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7362         concatenating segments rather than before concatenating them.
7363
7364 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7365
7366         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7367
7368 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7369
7370         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7371
7372         * message.el (message-forward-make-body-plain): Allow
7373         message-forward-ignored-headers to be a list.
7374         (message-remove-ignored-headers): Factor out into function.
7375         (message-forward-make-body-mml): Use it.
7376
7377         * imap.el (imap-quote-specials): New function.
7378         (imap-login-auth): Quote specials.
7379
7380         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7381         (rfc2231-parse-string): Allow concatanation of parameters that
7382         aren't contiguous.  The test case is
7383           (mail-header-parse-content-type "message/external-body;
7384             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7385             access-type=LOCAL-FILE;
7386             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7387
7388 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7389
7390         * nntp.el (nntp-accept-process-output): Return the value of
7391         `nnheader-accept-process-output'.
7392
7393 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7394
7395         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7396         (gnus-button-alist): Recognize more diff formats.
7397         (gnus-button-patch): Strip directory.
7398
7399 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7400
7401         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7402         Emacs 22 when setting focus.
7403
7404 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7405
7406         * gnus-art.el (gnus-article-treat-types): Do treatment of
7407         text/x-verbatim parts.
7408         (gnus-button-patch): New command.
7409
7410         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7411         addresses that contain invalid characters.
7412
7413 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7414
7415         * message.el (message-put-addresses-in-ecomplete): Use
7416         gnus-replace-in-string.
7417         (message-is-yours-p): Use the more correct
7418         mail-header-parse-address instead of
7419         mail-extract-address-components.
7420         (message-put-addresses-in-ecomplete): Fix typo.
7421
7422         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7423         keystroke.
7424
7425         * gnus-art.el (gnus-treatment-function-alist): Change order of
7426         newsgroups/generic header folding to avoid double-folding.
7427
7428         * message.el (message-hidden-headers): Add X-Draft-From.
7429
7430         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7431         command.
7432         (gnus-summary-repeat-search-article-backward): New command.
7433
7434         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7435         groups in the parent topic.
7436
7437 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7438
7439         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7440         (spam-extra-header-to-number): Return the CRM114 number as a
7441         number instead of a string.
7442
7443 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7444
7445         * gnus-art.el (gnus-face-properties-alist): Moved here from
7446         gnus-fun.
7447
7448         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7449
7450 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7451
7452         * message.el (message-strip-forbidden-properties): Only display on
7453         self-insert-command.
7454
7455         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7456         reindent.
7457         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7458
7459 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7460
7461         * smiley.el (smiley-style): Fix typo.
7462
7463 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7464
7465         * hashcash.el (hashcash-insert-payment-async-2): Use
7466         message-goto-eoh instead of doing it manually.
7467         (mail-add-payment): Use message-narrow-to-header instead of trying
7468         to do the same itself.
7469
7470         * message.el (message-hidden-headers): Add Face.
7471
7472         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7473         reparenting code.
7474         (gnus-summary-reparent-children): Refactored out code.
7475         (gnus-summary-thread-map): New keystroke.
7476         (gnus-summary-reparent-children): Make into command.
7477
7478         * smiley.el (smiley-style): Default to `medium' if using a large
7479         font.
7480
7481         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7482         does it itself.
7483
7484         * message.el (message-point-in-header-p): Simplify definition.
7485
7486 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7487
7488         * nnagent.el (nnagent-request-set-mark): Silence log file
7489         writing.
7490         (nnagent-request-set-mark): Use write-region instead of
7491         append-to-file.
7492
7493         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7494         strange select method.
7495
7496         * ecomplete.el (ecomplete-display-matches): Get highlightling
7497         right.
7498         (ecomplete-display-matches): Use literals.
7499         (ecomplete-display-matches): Disable message logging.
7500
7501         * message.el (message-display-abbrev): Small optimization.
7502
7503         * ecomplete.el (ecomplete-display-matches): Allow automatic
7504         display.
7505
7506         * message.el (message-strip-forbidden-properties): Display
7507         abbrevs.
7508         (message-display-abbrev): Get automatic display right.
7509
7510         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7511         keystrokes.
7512
7513 2006-04-13  Romain Francoise  <romain@orebokech.com>
7514
7515         TODO: Backport to v5-10!
7516
7517         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7518         Moved here (and renamed) from gnus-registry.el.
7519
7520         * gnus-registry.el: Require gnus-util.
7521         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7522
7523 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7524
7525         * gnus-group.el (gnus-group-catchup-current): Change
7526         if-then-else-if-then-else into cond.
7527         (gnus-group-catchup): Indent.
7528         (group-name-at-point): New function.
7529         (gnus-fetch-group): Provide default from thing at point.
7530
7531 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7532
7533         * message.el (message-display-abbrev): Fix regexp.
7534
7535         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7536         choosing.
7537         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7538         dead variables.
7539
7540         * message.el (message-newline-and-indent): Remove debugging.
7541         (message-display-abbrev): Use new implementation.
7542
7543 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7544
7545         * gnus-art.el (gnus-article-mode): Set
7546         cursor-in-non-selected-windows to nil.
7547
7548         * smiley.el: Revert previous change.
7549         (smiley-data-directory): defvar it before using it in the
7550         defcustom of `smiley-style'.
7551
7552 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7553
7554         * message.el (message-newline-and-indent): New function.
7555
7556         * ecomplete.el: Implement more bits.
7557
7558         * message.el (message-put-addresses-in-ecomplete): Clean up the
7559         string.
7560
7561         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7562
7563         * gnus-sum.el (gnus-summary-save-parts): Bind
7564         gnus-summary-save-parts-counter and use it to make unique file
7565         names.
7566
7567         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7568
7569         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7570         parameter to say whether to actually parse the individual
7571         addresses.
7572
7573         * message.el (message-put-addresses-in-ecomplete): New function.
7574         (ecomplete): Require.
7575         (message-mail-alias-type): Add ecomplete as an option.
7576
7577 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7578
7579         * flow-fill.el (fill-flowed): Remove trailing space from blank
7580         quoted lines.
7581
7582 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7583
7584         * smiley.el (smiley-style): Move definition later to avoid a
7585         compilation warning.
7586
7587 2006-04-12  Kenichi Handa  <handa@m17n.org>
7588
7589         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7590         buffer and then decode the buffer text if necessary.
7591         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7592         first, and after mm-encode-body, change the buffer to unibyte.
7593         Use mm-disable-multibyte instead of set-buffer-multibyte.
7594
7595 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7596
7597         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7598         Content-Type header instead of Content-Disposition header.
7599         (gnus-mime-inline-part): Ditto.
7600         (gnus-mime-view-part-as-charset): Ignore charset that the part
7601         specifies.
7602
7603         * mm-decode.el (mm-display-part): Work with external parts and
7604         usual parts similarly.
7605
7606         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7607         instead of gnus-display-mime.
7608
7609         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7610         instead of with-temp-buffer.
7611
7612         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7613         tag to summarized topics part in order to encode non-ASCII text.
7614
7615 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7616
7617         * smiley.el (smiley-style): New variable.
7618         (smiley-directory): New function.
7619         (smiley-data-directory): Derive from `smiley-style' using
7620         `smiley-directory'.
7621         (smiley-regexp-alist): Add new entries.
7622
7623         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7624         (gnus-article-browse-delete-temp): Add :version.
7625
7626 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7627
7628         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7629         the sieve region.
7630
7631 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7632
7633         * gnus.el (gnus-version-number): Bump version.
7634
7635 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7636
7637         * gnus.el: No Gnus v0.4 is released.
7638
7639 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7640
7641         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7642         layout.
7643
7644         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7645         unknown charset.
7646
7647         * message.el (message-header-synonyms): Add Original-To to the
7648         default.
7649
7650         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7651         optional parameter.
7652
7653 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7654
7655         * gnus-fun.el (gnus): Require it for gnus-directory.
7656
7657 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7658
7659         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7660
7661 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7662
7663         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7664
7665 2006-04-05  Simon Josefsson  <jas@extundo.com>
7666
7667         * password.el (password-reset): New function.
7668
7669 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7670
7671         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7672         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7673
7674 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7675
7676         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7677         Some whitespace was matched into the url, which broke browsing hits
7678         > 100 when mm-url-use-external was nil.
7679
7680 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7681
7682         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7683         gnus-extra-headers for 'Newsgroups.
7684
7685         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7686         bound.
7687
7688 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7689
7690         * pgg-gpg.el: Clean up process buffers every time gpg processes
7691         complete.
7692
7693 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7694
7695         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7696         doc string.
7697
7698 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7699
7700         * pgg-gpg.el (pgg-gpg-process-filter)
7701         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7702
7703         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7704         lines, temporary fix.
7705
7706 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7707
7708         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7709
7710 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7711
7712         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7713         default-enable-multibyte-characters.  This reverts the change from
7714         revision 6.17 which is no longer necessary because the passphrase
7715         is sent separately now.  GnuPG messages are unreadable under
7716         multibyte locales with default-enable-multibyte-characters set to
7717         nil.
7718
7719 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7720
7721         * message.el (message-tool-bar-gnome): Move "spell".
7722
7723 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7724
7725         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7726         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7727         instead.
7728
7729 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7730
7731         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7732         newsgroups handling for NNTP overviews which don't include
7733         Newsgroups.
7734
7735 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7736
7737         * message.el (message-resend): Bind message-generate-hashcash to nil.
7738
7739 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7740
7741         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7742         when searching for already-paid recipients.
7743
7744 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7745
7746         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7747         passphrases when it is not needed.
7748         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7749         passphrase stuff from gpg, should only be necessary when you use
7750         gpg with a smartcard.
7751
7752 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7753
7754         * mml.el (mml-insert-mime): Ignore cached contents of
7755         message/external-body part.
7756
7757         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7758         (mm-insert-part): Ditto.
7759
7760 2006-03-23  Simon Josefsson  <jas@extundo.com>
7761
7762         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7763         Reiner.
7764         (pgg-gpg-use-agent-p): Use it again.
7765
7766 2006-03-23  Simon Josefsson  <jas@extundo.com>
7767
7768         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7769         older emacsen.
7770         (pgg-gpg-use-agent-p): Don't use it.
7771
7772 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7773
7774         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7775         if we can.
7776
7777 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7778
7779         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7780         (pgg-gpg-update-agent): New function.
7781         (pgg-gpg-use-agent-p): New function.
7782         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7783         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7784         (pgg-gpg-sign-region): Use it.
7785
7786 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7787
7788         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7789         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7790
7791 2006-03-21  Simon Josefsson  <jas@extundo.com>
7792
7793         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7794         <wilde@sha-bang.de>.
7795         (pgg-gpg-use-agent): New variable.
7796         (pgg-gpg-process-region): Use it.
7797         (pgg-gpg-encrypt-region): Likewise.
7798         (pgg-gpg-encrypt-symmetric-region): Likewise.
7799         (pgg-gpg-decrypt-region): Likewise.
7800         (pgg-gpg-sign-region): Likewise.
7801         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7802
7803 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7804
7805         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7806
7807         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7808         Add comment on version.
7809
7810 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7811
7812         * smiley.el: Add missing test smiley.
7813
7814 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7815
7816         * mm-decode.el (mm-with-part): New macro.
7817         (mm-get-part): Use it; work with message/external-body as well.
7818         (mm-save-part): Treat name and filename equally.
7819
7820         * mm-extern.el (mm-extern-cache-contents): New function.
7821         (mm-inline-external-body): Use it; force the part to be displayed;
7822         move undisplayer added to the cached handle to the parent.
7823
7824         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7825         (gnus-mime-view-part-as-type): Work with message/external-body.
7826
7827         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7828
7829 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7830
7831         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7832         images in image-load-path.  [Sync with image.el, revision 1.60, in
7833         Emacs.]
7834
7835 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7836
7837         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7838         path rather than symbol.  Always return list of directories.
7839         Guarantee that image directory comes first.  [Sync with image.el,
7840         revision 1.59, in Emacs.]
7841
7842         * message.el (message-make-tool-bar): Adjust to new API of
7843         `gmm-image-load-path-for-library'.
7844
7845         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7846
7847         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7848
7849 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7850
7851         * gnus-art.el (gnus-article-only-boring-p):
7852         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7853         intangible text.
7854         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7855
7856 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7857
7858         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7859         `defun' instead of `gmm-defun-compat'.
7860
7861 2006-03-14  Simon Josefsson  <jas@extundo.com>
7862
7863         * message.el (message-unique-id): Don't use message-number-base36
7864         if (user-uid) is a float.
7865         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7866
7867 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7868
7869         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7870
7871         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7872         empty line between a part and a message part.
7873
7874 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7875
7876         * smiley.el: Add more test smileys.
7877         (smiley-data-directory, smiley-regexp-alist)
7878         (gnus-smiley-file-types): Fix doc strings.
7879         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7880         adding new elements.
7881         (smiley-mouse-map): Unused code.  Make it a comment.
7882
7883 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7884
7885         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7886         scan latest NoCeM messages instead of old ones.
7887         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7888         delimiters that are recently used.
7889         (gnus-nocem-load-cache): Add autoload cookie.
7890
7891         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7892
7893         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7894         level which is larger than gnus-use-nocem is specified.
7895
7896         * gnus-group.el (gnus-group-get-new-news): Ditto.
7897
7898 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7899
7900         * gnus-util.el (gnus-tool-bar-update): New function.
7901
7902         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7903         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7904
7905         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7906
7907         * gnus-group.el (gnus-group-redraw-when-idle)
7908         (gnus-group-redraw-check): Remove.
7909         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7910
7911 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7912
7913         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7914         if optional last element is specified in splits (FIELD VALUE...).
7915
7916 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7917
7918         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7919         to gmm-image-load-path-for-library.  Call with no-error argument.
7920         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7921
7922         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7923
7924         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7925
7926         * gmm-utils.el (gmm-image-load-path): Remove alias.
7927
7928 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7929
7930         * gmm-utils.el (gmm-image-load-path): Add alias.
7931
7932         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7933         nnml-generate-nov-databases-1.
7934         (nnml-generate-nov-databases): Use it.
7935         (nnml-generate-nov-databases-directory): Document no-active
7936         argument.
7937
7938         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7939         directory if path is t.  Add no-error.
7940
7941         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7942         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7943
7944         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7945         resetting gnus-article-browse-html-temp-list.
7946
7947         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7948         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7949         Add example to docstring.  Rename local variables.  Move error
7950         checks to default case in cond and simplify.
7951
7952 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7953
7954         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7955         handle is multipart when calling it recursively.
7956         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7957
7958 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7959
7960         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7961         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7962
7963 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7964
7965         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7966         is loaded.
7967
7968         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7969         loaded.
7970
7971 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7972
7973         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7974         to "Emacs 23 (unicode)" in doc string.
7975
7976         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7977         "Emacs 23 (unicode)" in comment.
7978
7979 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7980
7981         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7982
7983         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7984         characters 160 through 255 in Emacs 23.
7985
7986 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7987
7988         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7989         gnus-article-browse-html-temp.
7990         (gnus-article-browse-delete-temp): Make it customizable.  Add
7991         `file'.  Adjust doc string.
7992         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7993         query for each file.  Adjust doc string.
7994         (gnus-article-browse-html-parts): Add
7995         `gnus-article-browse-delete-temp-files' to
7996         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7997
7998 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7999
8000         * gnus-art.el (gnus-article-browse-html-temp)
8001         (gnus-article-browse-delete-temp): New variables.
8002         (gnus-article-browse-delete-temp-files): New function.
8003         (gnus-article-browse-html-parts): Use it.
8004
8005 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8006
8007         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8008
8009         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8010         string.
8011
8012         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8013         gnus-summary-insert-new-articles when unplugged.  Remove
8014         gnus-summary-search-article-forward.
8015
8016         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8017         display-visual-class instead of display-color-cells.
8018
8019 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8020
8021         * dgnushack.el: Autoload customize-group for XEmacs.
8022
8023         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8024         message/* containing non-ASCII text properly.
8025
8026 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8027
8028         * message.el: Require gmm-utils, remove autoloads.
8029         (message-tool-bar): Set default based on
8030         gmm-tool-bar-style.
8031         (message-tool-bar-gnome): Add gmm-customize-mode.
8032
8033         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8034         gmm-tool-bar-style.
8035         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8036
8037         * gnus-group.el (gnus-group-tool-bar): Set default based on
8038         gmm-tool-bar-style.
8039         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8040
8041         * gmm-utils.el (gmm-image-directory): Rename variable from
8042         gmm-image-load-path.
8043         (gmm-image-load-path): Use gmm-image-directory.
8044         (gmm-customize-mode): New function.
8045         (gmm-tool-bar-style): New variable.
8046
8047         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8048         gnus-group-redraw-line-number.
8049         (gnus-group-redraw-check): Simplify.
8050         (gnus-group-tool-bar-update): Remove redraw check.
8051         (gnus-group-make-tool-bar): Add redraw check.
8052
8053 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8054
8055         * gnus-art.el (gnus-button): Add missing parentheses.
8056
8057 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8058
8059         * lpath.el: Fbind line-number-at-pos.
8060
8061 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8062
8063         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8064
8065 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8066
8067         * gnus-art.el (gnus-button): New face.
8068         (gnus-article-button-face): Use it.
8069
8070         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8071         gnus-summary-next-page.  Re-order.
8072
8073         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8074         next-node are now included.
8075         (gnus-group-redraw-line-number): New internal variable.
8076         (gnus-group-redraw-check): Helper function for updating the tool
8077         bar.
8078         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8079
8080         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8081
8082         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8083         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8084         Use it to match format of Spamassassin 3.0 and later.  Reported by
8085         IRIE Tetsuya <irie@t.email.ne.jp>.
8086         (spam-check-bogofilter)
8087         (spam-bogofilter-register-with-bogofilter): Fix args of
8088         `gnus-error' calls.
8089
8090 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8091
8092         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8093         unnecessary interaction when sending queued mails.  Reported by
8094         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8095
8096 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8097
8098         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8099         first or last are nil.
8100
8101 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8102
8103         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8104
8105 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8106
8107         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8108
8109 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8110
8111         * dns.el (query-dns): Protect more against buggy tcp output.
8112
8113 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8114
8115         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8116         nov.php.
8117
8118 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8119
8120         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8121         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8122         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8123         output on the server side.
8124         (nnweb-google-create-mapping): Update regexps and add some
8125         progress indication.
8126
8127 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8128
8129         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8130         gnus-agent-toggle-plugged.  Re-order icons.
8131         (gnus-group-tool-bar-gnome): Add
8132         gnus-group-{prev,next}-unread-group.
8133         (gnus-group-tool-bar-gnome): Re-order icons.
8134
8135         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8136         gnus-summary-insert-new-articles.
8137
8138         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8139         comments.
8140
8141         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8142         also available in Emacs 21.3.
8143
8144         * message.el (message-fix-before-sending): Change "Emacs 22" to
8145         "Emacs 23 (unicode)" in comment.
8146
8147         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8148         "Emacs 23 (unicode)" in comment.
8149
8150         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8151         comment.
8152         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8153
8154         * mm-view.el (mm-fill-flowed): Add :version.
8155
8156 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8157
8158         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8159         and load-path.
8160
8161 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8162
8163         * message.el: Autoload gmm-image-load-path.
8164         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8165         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8166         consitency.
8167
8168         * gmm-utils.el (gmm-image-load-path): Also search in
8169         "../etc/images".  Don't set gmm-image-load-path if we don't find
8170         the image.
8171
8172 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8173
8174         * gmm-utils.el (gmm-image-load-path): Don't make
8175         `gmm-image-load-path' include subdirectories which the second arg
8176         `image' might specify.
8177
8178         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8179         subdirectory to icon file names.
8180
8181         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8182
8183 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8184
8185         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8186         gmm-image-load-path calls.
8187
8188         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8189
8190         * message.el (message-make-tool-bar): Ditto.
8191
8192         * mml.el (mml-preview): Added comment concerning tool bar icons.
8193
8194         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8195         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8196
8197         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8198         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8199
8200         * message.el (message-tool-bar-gnome): Use new icon names.
8201         (message-make-tool-bar): Use `gmm-image-load-path'.
8202
8203         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8204         functions from MH-E.
8205         (gmm-image-load-path): New variable from MH-E.
8206         (gmm-image-load-path): New function from MH-E.  Added arguments
8207         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8208         *-image-load-path-called-flag.
8209
8210 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8211
8212         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8213
8214 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8215
8216         * nnimap.el (nnimap-request-move-article): Change folder back to
8217         source group before deleting.
8218
8219 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8220
8221         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8222
8223         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8224         mm-url.
8225
8226         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8227
8228 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8229
8230         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8231         coding system which mm-charset-to-coding-system returns for a
8232         given charset is valid.
8233
8234 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8235
8236         * html2text.el (html2text-remove-tag-list):
8237         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8238
8239 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8240
8241         * gnus-cus.el: Revert 2005-10-17 change.
8242
8243 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8244
8245         * gnus-art.el (article-strip-banner): Call
8246         article-really-strip-banner only when the regexp match is made.
8247
8248 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8249
8250         * gnus-art.el (article-strip-banner): Use
8251         gnus-extract-address-components instead of
8252         mail-header-parse-addresses to make it work with non-ASCII text;
8253         remove mail-encode-encoded-word-string.
8254
8255         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8256         values which are surrounded with \"...\"; make it never cause a
8257         Lisp error; give up parsing of parameters if it failed in
8258         extracting type.
8259
8260 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8261
8262         * smime.el (smime-cert-by-ldap-1): Fix bug where
8263         `smime-ldap-search' returns results without userCertificates.
8264
8265 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8266
8267         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8268
8269 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8270
8271         * spam.el (spam-check-spamassassin-headers): Adapt format for
8272         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8273         <ari@mbf.ocn.ne.jp>.
8274         (spam-list-of-processors): Add spam-use-gmane.
8275
8276 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8277
8278         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8279         make-temp-file; make it work with XEmacs as well.
8280
8281         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8282         mm-make-temp-file.
8283
8284         * mm-decode.el (mm-display-external): Use the 3rd arg of
8285         mm-make-temp-file.
8286         (mm-create-image-xemacs): Ditto.
8287
8288 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8289
8290         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8291         with message-narrow-to-headers.
8292         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8293         (gnus-draft-check-draft-articles): New function.
8294         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8295
8296 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8297
8298         * gnus-art.el (gnus-article-browse-html-parts):
8299         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8300         Don't use suffix argument for mm-make-temp-file for Emacs 21
8301         compatibility.  Remove useless `format'.
8302
8303 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8304
8305         * nnweb.el (nnweb-google-wash-article): Update regexps.
8306         (nnweb-group-alist): Use defvoo instead of defvar.
8307
8308 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8309
8310         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8311         re-loading nn* modules.
8312
8313 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8314
8315         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8316         for `tool-bar-mode' and don't check it's default-value.
8317
8318         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8319
8320         * message.el (message-make-tool-bar): Ditto.
8321
8322         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8323         `substring'.  Shorten tmp-file name.
8324
8325         * gnus.el: Remove bogus comment.
8326
8327 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8328
8329         * gnus-art.el (gnus-article-browse-html-parts): New function.
8330         (gnus-article-browse-html-article): New function for viewing html
8331         articles with a browser.
8332
8333 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8334
8335         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8336         in elisp.
8337         (pgg-gpg-encrypt-symmetric-region): Ditto.
8338         (pgg-gpg-sign-region): Ditto.
8339
8340         * pgg-def.el (pgg-text-mode): New variable.
8341
8342         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8343         (mml2015-pgg-encrypt): Ditto.
8344
8345         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8346         (mml1991-pgg-encrypt): Ditto.
8347
8348 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8349
8350         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8351         message-make-date instead of current-time-string.
8352
8353         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8354         to gnus-decoded which mm-uu might set.
8355
8356 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8357
8358         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8359         don't decode quoted parameters; remove misimported Emacs code.
8360         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8361         (rfc2231-decode-encoded-string): Don't use split-string which
8362         behaves differently according to Emacs version; use
8363         mm-decode-coding-region to convert charset to coding-system.
8364         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8365         (rfc2231-encode-string): Remove misimported Emacs code.
8366
8367 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8368
8369         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8370         when calling mail-header-parse-content-type.
8371         (article-de-quoted-unreadable): Ditto.
8372         (article-de-base64-unreadable): Ditto.
8373         (article-wash-html): Ditto.
8374
8375         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8376         calling mail-header-parse-content-type and
8377         mail-header-parse-content-disposition.
8378         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8379         mail-header-parse-content-type.
8380
8381         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8382         insert charset and format parameters; encode description after
8383         inserting it to buffer.
8384         (mml-insert-parameter): Fold lines properly even if a parameter is
8385         segmented into two or more lines; change the max column to 76.
8386
8387         * rfc1843.el (rfc1843-decode-article-body): Don't use
8388         ignore-errors when calling mail-header-parse-content-type.
8389
8390         * rfc2231.el (rfc2231-parse-string): Return at least type if
8391         possible; don't cause an error even if it fails in parsing of
8392         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8393         (rfc2231-encode-string): Don't break lines at the beginning, leave
8394         it to mml-insert-parameter.
8395
8396         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8397         calling mail-header-parse-content-type.
8398
8399 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8400
8401         * spam-report.el (spam-report-gmane-use-article-number):
8402         Improve doc string.
8403         (spam-report-gmane-internal): Check if a suitable header was found
8404         in the article.
8405
8406 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8407
8408         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8409         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8410
8411 2006-02-05  Romain Francoise  <romain@orebokech.com>
8412
8413         Update copyright notices of all files in the gnus directory.
8414
8415 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8416
8417         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8418
8419 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8420
8421         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8422         segmented lines of parameter value to cope with Thunderbird 1.5
8423         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8424         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8425         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8426
8427 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8428
8429         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8430         parts.
8431
8432 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8433
8434         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8435         there's only one active file for all servers.
8436         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8437         solid groups.  Gnus might have used a FAST request to select the group.
8438         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8439         and nnweb-search redundantly in the active file.
8440         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8441         (nnweb-request-create-group): Don't use ARGS.
8442         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8443         initialisations.  Let nnoo do the work.
8444
8445 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8446
8447         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8448         Say the part has been decoded.
8449
8450         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8451
8452 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8453
8454         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8455         mailcap-viewer-test-cache when there's no 'test clause, since that
8456         will invert the meaning of a "nil" test previously determined by
8457         mailcap-mailcap-entry-passes-test.
8458
8459 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8460
8461         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8462         compiling.
8463
8464         * gnus-sum.el: Ditto.
8465
8466         * message.el: Don't bind tool-bar-map when compiling.
8467
8468 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8469
8470         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8471
8472 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8473
8474         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8475         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8476         current Google Groups.
8477
8478 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8479
8480         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8481         and tool-bar-mode.
8482
8483         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8484         and tool-bar-mode.
8485
8486         * message.el (message-tool-bar-update): Simplify.
8487         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8488
8489         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8490         gnus-summary-buffer.
8491         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8492         gnus-summary-reply.
8493
8494         * gmm-utils.el (gmm): Add :version.
8495
8496 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8497
8498         * Makefile.in (clean): New rule.
8499         (distclean): Use it.
8500
8501 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8502
8503         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8504         autoload.
8505
8506 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8507
8508         * gmm-utils.el (gmm-verbose): Add :group.
8509
8510 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8511
8512         * message.el: Change some comments WRT tool-bars.
8513
8514         * gnus-sum.el (gnus-summary-tool-bar)
8515         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8516         (gnus-summary-tool-bar-zap-list): New variables.
8517         (gnus-summary-make-tool-bar): Complete rewrite using
8518         `gmm-tool-bar-from-list'.
8519
8520         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8521         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8522         variables.
8523         (gnus-group-make-tool-bar): Complete rewrite using
8524         `gmm-tool-bar-from-list'.
8525         (gnus-group-tool-bar-update): New function.
8526
8527         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8528
8529 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8530
8531         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8532         is dissected into a single part of which the type is the same as
8533         the given one; decode charset.
8534
8535 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8536
8537         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8538         into alists as symbol not string, since that's what
8539         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8540         look for.
8541
8542 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8543
8544         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8545         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8546
8547         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8548
8549 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8550
8551         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8552         (gnus-xmas-mime-security-button-menu): New function.
8553
8554         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8555         (gnus-mime-security-button-menu): New definition.
8556         (gnus-mime-security-button-map): Use them.
8557         (gnus-mime-security-button-menu): New function.
8558         (gnus-insert-mime-security-button): Addition to help echo.
8559         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8560         (gnus-mime-security-pipe-part): New functions.
8561
8562         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8563         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8564
8565         * mm-decode.el (mm-handle-set-disposition): Remove.
8566         (mm-handle-set-description): Remove.
8567
8568 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8569
8570         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8571         (mm-w3m-standalone-supports-m17n-p): New function.
8572         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8573         w3m usage.
8574
8575         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8576         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8577
8578 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8579
8580         * message.el (message-tool-bar-zap-list): Use
8581         gmm-tool-bar-zap-list as custom type.
8582         (message-tool-bar-update): New function.
8583         (message-tool-bar, message-tool-bar-gnome)
8584         (message-tool-bar-retro): Add message-tool-bar-update.
8585         (message-tool-bar-gnome): Add flyspell-buffer.
8586
8587         * gnus-util.el (gnus-error): Describe `args'.
8588
8589         * gmm-utils.el (gmm-error): Describe `args'.
8590         (gmm-tool-bar-zap-list): New widget.
8591         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8592
8593 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8594
8595         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8596         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8597         the number of recursive calls.
8598
8599         * mm-decode.el (mm-handle-set-disposition): New macro.
8600         (mm-handle-set-description): New macro.
8601
8602 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8603
8604         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8605         encoding.
8606
8607 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8608
8609         * message.el (message-tool-bar-zap-list, message-tool-bar)
8610         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8611         (message-tool-bar-local-item-from-menu): Remove.
8612         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8613         (message-make-tool-bar): New function.
8614         (message-mode): Use `message-make-tool-bar'.
8615
8616         * gmm-utils.el: New file.
8617         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8618         (gmm-lazy): New widget copied from `nnmail.el'.
8619         (gmm-tool-bar-from-list): New function for creating customizable
8620         tool bars.
8621         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8622         output.
8623         (gmm): Add :prefix to defgroup.
8624
8625 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8626
8627         * gmm-utils.el (gmm-widget-p): New function.
8628
8629 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8630
8631         * mml.el (mml-attach-file): Describe `description' in doc string.
8632         (mml-menu): Add Emacs MIME manual and PGG manual.
8633
8634 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8635
8636         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8637
8638 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8639
8640         * nntp.el (nntp-end-of-line): Doc fix.
8641
8642 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8643
8644         * imap.el (imap-open): Handle case where buffer is a buffer
8645         object.
8646
8647 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8648
8649         * gnus-delay.el (gnus-delay): Don't autoload.
8650         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8651         to be re-loaded when customizing the `gnus-delay' group.
8652
8653 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8654
8655         * message.el (message-insert-citation-line): Use newlines.
8656
8657 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8658
8659         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8660         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8661         these routines, so the passphrase can be managed externally and
8662         passed in to the system.
8663         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8664         pgg-add-passphrase-to-cache function.
8665
8666         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8667         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8668         these routines, so the passphrase can be managed externally and
8669         passed in to the system.
8670         (pgg-pgp5-sign-region): Use new name of
8671         pgg-add-passphrase-to-cache function.
8672
8673 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8674
8675         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8676         part of the decoded armor to find the key-identifier.
8677         (pgg-gpg-lookup-key-owner): New function to return the
8678         human-readable identifier of a key owner.
8679         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8680         itself.
8681         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8682         the key value) if we have a key and can match it against a secret
8683         key.  Also, added a note pointing out fact that the prompt only
8684         indicates the first matching key.
8685
8686         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8687         pgg-decrypt-region.
8688         (pgg-add-passphrase-to-cache): Rename from
8689         `pgg-add-passphrase-cache' to reduce confusion (all callers
8690         changed).
8691         (pgg-remove-passphrase-from-cache): Rename from
8692         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8693         changed).
8694         (pgg-read-passphrase, pgg-add-passphrase-cache)
8695         (pgg-remove-passphrase-cache): Add informative docstrings.
8696         (pgg-decrypt): Convey provided passphrase in subordinate call to
8697         pgg-decrypt-region.
8698
8699 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8700
8701         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8702         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8703         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8704         'passphrase' argument, so the passphrase can be managed externally
8705         and then passed in to the system.
8706
8707         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8708         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8709         so the passphrase cache can be used reliably with identifiers
8710         besides a pgp packet's key id.
8711
8712         * pgg-gpg.el (pgg-gpg-encrypt-region)
8713         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8714         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8715         these routines, so the passphrase can be managed externally and
8716         passed in to the system.
8717
8718         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8719         'notruncate' argument, so the passphrase cache can be used
8720         reliably with identifiers besides a pgp packet's key id.
8721
8722 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8723
8724         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8725         symmetric encryption.
8726         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8727         encrypted session key.
8728         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8729         message ask for the passphrase in a proper way.
8730
8731         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8732         New user commands for symmetric encryption.
8733
8734 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8735
8736         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8737
8738         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8739
8740 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8741
8742         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8743
8744 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8745
8746         * mm-decode.el (mm-inlined-types): Add application/pgp.
8747         (mm-automatic-display): Ditto.
8748
8749         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8750         part as text.
8751
8752 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8753
8754         * nnrss.el: Update copyright.
8755         (nnrss-opml-import): Query whether to subscribe to each entry.
8756
8757         * gnus-art.el:
8758         * gnus-sum.el:
8759         * gnus-xmas.el:
8760         * messagexmas.el:
8761         * mm-uu.el:
8762         * mm-view.el: Update copyright.
8763
8764 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8765
8766         * message.el (message-info): New function.
8767         (message-mode-menu): Add it.
8768         Update copyright.
8769
8770         * ChangeLog: Fix and update copyright.
8771
8772 2006-01-13  Romain Francoise  <romain@orebokech.com>
8773
8774         * message.el (message-forward-subject-name-subject): Prefer the
8775         address to 'nowhere' if the sender has no name.
8776         Fix typo.  Update copyright year.
8777
8778 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8779
8780         * gnus-art.el (article-wash-html): Use
8781         gnus-summary-show-article-charset-alist if a numeric arg is given.
8782         (gnus-article-wash-html-with-w3m-standalone): New function.
8783
8784         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8785         mm-inline-text-html-render-with-w3m-standalone.
8786         (mm-text-html-washer-alist): Map w3m-standalone to
8787         gnus-article-wash-html-with-w3m-standalone.
8788         (mm-inline-text-html-render-with-w3m-standalone): New function.
8789
8790 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8791
8792         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8793         Improve LaTeX.
8794
8795 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8796
8797         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8798         (nnrss-request-article): Render text/plain parts as HTML.
8799
8800         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8801         the buffer.
8802
8803 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8804
8805         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8806         custom definition of `gnus-posting-styles'.
8807
8808         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8809         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8810
8811 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8812
8813         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8814         Use nntp for bug archive.
8815
8816 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8817
8818         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8819         parts.
8820         (nnrss-normalize-date): New function converts ISO 8601 date into
8821         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8822         (nnrss-check-group): Use it.
8823
8824 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8825
8826         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8827
8828         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8829         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8830         (nnrss-insert-w3): Ditto.
8831
8832 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8833
8834         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8835         the articles to be forwarded including the case where neither a
8836         number of articles nor a region is specified.
8837
8838 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8839
8840         * nnrss.el (nnrss-request-article): Fix last change; fill
8841         text/plain parts.
8842
8843 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8844
8845         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8846         in text/plain part.
8847         (nnrss-check-group): Don't add excessive newline to dc:subject.
8848
8849 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8850
8851         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8852         article.
8853
8854 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8855
8856         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8857         (nnml-use-compressed-files, nnml-save-mail): Support other
8858         comression programs such as bzip2.
8859
8860 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8861
8862         * dns.el (query-dns): Make sure we check the buffer size before
8863         removing tcp headers.
8864
8865 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8866
8867         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8868         remove MIME buttons associated with multipart/alternative parts.
8869         (gnus-mime-display-alternative): Tag buttons using `article-type'
8870         text property.
8871
8872         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8873         associated with multipart/alternative parts.
8874
8875         * gnus-art.el (gnus-signature-separator): Fix custom type.
8876
8877         * mm-decode.el (mm-inlined-types): Fix custom type.
8878         (mm-keep-viewer-alive-types): Ditto.
8879         (mm-automatic-display): Ditto.
8880         (mm-attachment-override-types): Ditto.
8881         (mm-inline-override-types): Ditto.
8882         (mm-automatic-external-display): Ditto.
8883
8884 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8885
8886         * spam-report.el (spam-report-user-mail-address)
8887         (spam-report-user-agent): New variables.
8888         (spam-report-url-ping-plain): Use spam-report-user-agent.
8889
8890 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8891
8892         * gnus-art.el (gnus-button-handle-custom): Do not just use
8893         `customize-apropos' for any "M-x customize-*" button but the
8894         function called for.  Accept both the function name and its
8895         argument in order to achieve this.
8896         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8897         function name to `gnus-button-handle-custom' in case of "M-x
8898         customize-*" buttons.
8899
8900 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8901
8902         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8903         multipart/alternative and add xref to mm-discouraged-alternatives
8904         in doc string.
8905
8906         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8907         gnus-buttonized-mime-types in doc string.
8908
8909 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8910
8911         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8912         Suggest image/.* in the doc string.
8913
8914 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8915
8916         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8917         message-marks (Debian bug #342521).
8918
8919 2005-12-12  Simon Josefsson  <jas@extundo.com>
8920
8921         * password.el (password-read-from-cache): Add.
8922         (password-read): Use it.
8923
8924 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8925
8926         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8927         us-ascii as a MIME charset.
8928
8929         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8930         against the case where the 2nd arg TYPE is nil.
8931
8932 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8933
8934         * pop3.el (pop3-stream-type): Fix custom version.
8935
8936         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8937
8938 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8939
8940         * mm-decode.el (mm-display-external): Add missing cdr.
8941
8942 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8943
8944         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8945         RFC1524) if it is in mailcap or add a suffix according to
8946         mailcap-mime-extensions when generating a temp filename; postpone
8947         deleting a temp file for 2 seconds for some wrappers, shell
8948         scripts, and so on, which might exit right after having started a
8949         viewer command as a background job.
8950
8951 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8952
8953         * nntp.el (nntp-marks-directory): Fix custom group.
8954
8955         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8956         steps when < 10.
8957
8958         * gnus-start.el (gnus-no-server-1): Mention
8959         `gnus-level-default-subscribed' in doc string.
8960
8961 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8962
8963         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8964         parens.
8965
8966 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8967
8968         * gnus-xmas.el (gnus-use-toolbar): Revert.
8969         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8970         gnus-use-toolbar is default.
8971
8972         * messagexmas.el (message-use-toolbar): Revert.
8973         (message-setup-toolbar): Use global default-toolbar if
8974         message-use-toolbar is default.
8975
8976 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8977
8978         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8979         according to default-toolbar-visible-p.
8980
8981         * messagexmas.el (message-use-toolbar): Ditto.
8982
8983 2005-11-26  Dave Love  <fx@gnu.org>
8984
8985         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8986         (tls-program, tls-success): Provide openssl alternative.
8987
8988         * starttls.el: Doc fixes.
8989         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8990         SERVICE to PORT.
8991
8992         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8993         port null or service name.
8994         (starttls-negotiate): Autoload.
8995
8996 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8997
8998         * message.el (message-kill-to-signature): Fix interactive spec.
8999
9000 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9001
9002         * pop3.el (pop3-open-server): Recognize a string as a service name.
9003
9004 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9005
9006         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9007
9008 2005-11-23  Dave Love  <fx@gnu.org>
9009
9010         Add pop3s, pop3/starttls.
9011
9012         * pop3.el (pop3-authentication-scheme): Clarify doc.
9013         (open-tls-stream, starttls-open-stream): Autoload.
9014         (pop3-stream-type): New.
9015         (pop3-open-server): Use it.
9016
9017         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9018         for POP.
9019         (mail-source-keyword-map): Add :stream for POP.
9020         (mail-source-fetch-pop): Use pop3-stream-type.
9021
9022 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9023
9024         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9025         of current-time-string.
9026
9027 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9028
9029         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9030         date header.
9031
9032 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9033
9034         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9035         it can seriously impact performance as it bypasses the agent's
9036         local caches.
9037
9038 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9039
9040         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9041         must be explicitly online rather than "not explicitly offline" for
9042         its flags to be synchronized.
9043
9044         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9045         that gnus-uu-unmark-thread will function correctly.
9046
9047         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9048         1024K is instead displayed as 1M.
9049
9050 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9051
9052         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9053
9054 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9055
9056         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9057
9058 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9059
9060         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9061         error message to display actual error condition.
9062         (gnus-agent-save-local): Avoid saving symbols that are bound to
9063         nil as they simply result in a warning message in
9064         gnus-agent-read-local.
9065
9066 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9067
9068         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9069         rather than make-variable-buffer-local for file-precious-flag.
9070
9071 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9072
9073         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9074         for duplicates which are removed.  The invalid sort check then
9075         triggers a rescan after the sort as sorting may have moved
9076         duplicate entries such that they can be cheaply detected.
9077
9078 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9079
9080         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9081
9082 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9083
9084         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9085         internal variable to a custom variable.  Changed default value
9086         from compressed(2) to uncompressed(1).
9087         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9088         support for uncompressed agentview files.  Taken together, reading
9089         the agentview file should now be 6-7 times faster.
9090
9091 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9092
9093         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9094         as a buffer-local variable.  This avoids creating truncated
9095         dribble files as a result of a hang up, eg.
9096
9097 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9098
9099         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9100         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9101         XEmacs.
9102
9103 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9104
9105         * gnus-start.el (gnus-start-draft-setup): Enforce
9106         `gnus-draft-mode' for nndraft:drafts at startup.
9107
9108         * gnus.el (gnus-splash): Change custom group.
9109         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9110         allow-list argument.
9111
9112         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9113         string.
9114
9115 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9116
9117         * gnus-art.el (gnus-default-article-saver): Add user-defined
9118         `function' to custom type.
9119
9120 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9121
9122         * imap.el (imap-open): Handle case where buffer is a buffer
9123         object.
9124
9125 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9126
9127         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9128         long lines.
9129         (gnus-cache-delete-group): Wrap doc strings.
9130
9131         * gnus-agent.el (gnus-agent-rename-group)
9132         (gnus-agent-delete-group): Wrap doc strings.
9133
9134 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9135
9136         * messagexmas.el (message-use-toolbar): Change the valid values
9137         into default, top, bottom, left, and right.
9138         (message-toolbar-thickness): New variable.
9139         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9140         well.
9141         (message-setup-toolbar): Make it work.
9142
9143         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9144         (gnus-use-toolbar): Change the valid values into default, top,
9145         bottom, left, and right.
9146         (gnus-toolbar-thickness): New variable.
9147         (gnus-xmas-setup-toolbar): New function.
9148         (gnus-xmas-setup-group-toolbar): Use it.
9149         (gnus-xmas-setup-summary-toolbar): Use it.
9150
9151 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9152
9153         * gnus-start.el (gnus-1): Add "native" to
9154         gnus-predefined-server-alist.
9155
9156         * gnus.el (gnus-method-to-server): Don't add "native" to the
9157         lists here, because that leads to problems when
9158         gnus-select-method is bound.
9159
9160 2005-11-09  Simon Josefsson  <jas@extundo.com>
9161
9162         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9163         use (not sort-by-date) instead.
9164
9165 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9166
9167         * gnus-delay.el (gnus-delay-group): Don't autoload.
9168         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9169         to be re-loaded when customizing the `gnus-delay' group.
9170
9171 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9172
9173         * message.el: Revert last changes.
9174         (message-insert-citation-line): Use newlines.
9175
9176 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9177
9178         * message.el (message-courtesy-message)
9179         (message-mark-insert-begin, message-mark-insert-end)
9180         (message-elide-ellipsis, message-cancel-message)
9181         (message-add-header, message-change-subject)
9182         (message-cross-post-followup-to-header)
9183         (message-cross-post-insert-note, message-reduce-to-to-cc)
9184         (message-widen-reply, message-delete-not-region)
9185         (message-kill-to-signature, message-insert-signature)
9186         (message-insert-importance-high, message-insert-importance-low)
9187         (message-insert-or-toggle-importance)
9188         (message-insert-disposition-notification-to)
9189         (message-indent-citation, message-yank-original)
9190         (message-cite-original-without-signature, message-cite-original)
9191         (message-insert-citation-line, message-position-on-field)
9192         (message-fix-before-sending, message-send-mail-partially)
9193         (message-send-mail, message-send-mail-with-sendmail)
9194         (message-send-mail-with-qmail, message-send-news)
9195         (message-check-news-header-syntax, message-generate-headers)
9196         (message-insert-courtesy-copy, message-fill-address)
9197         (message-fill-header, message-shorten-references)
9198         (message-setup-1, message-cancel-news)
9199         (message-forward-make-body-plain, message-forward-make-body-mime)
9200         (message-forward-make-body-mml, message-encode-message-body)
9201         (message-forward-make-body-digest-plain)
9202         (message-forward-make-body-digest-mime)
9203         (message-use-alternative-email-as-from): Insert `hard-newline'
9204         instead of ordinary newlines.
9205
9206 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9207
9208         * message.el (message-generate-headers): Downcase the argument
9209         given to message-check-element.
9210
9211 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9212
9213         * nntp.el (nntp-authinfo-rejected): New error condition.
9214         (nntp-wait-for): Use new error condition to signal authentication
9215         error.
9216         (nntp-retrieve-data): Rethrow new error condition to break out of
9217         recursive call to nntp-send-authinfo.
9218
9219 2005-11-08  Romain Francoise  <romain@orebokech.com>
9220
9221         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9222         (gnus-summary-exit-map): Bind to `Z p'.
9223         (gnus-summary-make-menu-bar): Add menu item.
9224
9225 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9226
9227         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9228         (gnus-treat-*): Add `first' in all doc strings.
9229
9230         * gnus-group.el (gnus-group-compact-group): Fix typo.
9231
9232 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9233
9234         * gnus.el (gnus-parameters-case-fold-search): New variable.
9235         (gnus-parameters-get-parameter): Use it.
9236
9237         * gnus-score.el (gnus-home-score-file): Doc fix.
9238
9239 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9240
9241         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9242
9243 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9244
9245         * mm-util.el (mm-special-display-p): New function.
9246
9247         * mml.el (mml-preview): Use it; doc fix.
9248
9249 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9250
9251         * imap.el (imap-open): Handle case where buffer is a buffer object.
9252
9253 2005-10-29  Romain Francoise  <romain@orebokech.com>
9254
9255         * message.el (message-fix-before-sending): Fix comment.
9256
9257 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9258
9259         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9260
9261 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9262
9263         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9264         Used in gnus-score.el.
9265
9266 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9267
9268         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9269
9270 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9271
9272         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9273         whitespace removed in revision 7.8.  Use concatenated string to
9274         protect trailing whitespace.
9275
9276 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9277
9278         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9279         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9280         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9281         Courier IMAP ("some version from 2004").  Mostly based on similar
9282         code in the same function.
9283
9284 2005-10-26  Didier Verna  <didier@xemacs.org>
9285
9286         * gnus-group.el (gnus-group-compact-group): Invalidate original
9287         article buffer.
9288         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9289         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9290         NOV database and in article itself.
9291         Invalidate article backlog.
9292
9293 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9294
9295         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9296
9297 2005-10-26  Simon Josefsson  <jas@extundo.com>
9298
9299         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9300         part of 2004-07-25 change.
9301
9302 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9303
9304         * message.el (message-display-completion-list): New function.
9305         (message-expand-group): Use it; make sure the Completions buffer
9306         is modifiable.
9307 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9308
9309         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9310         user-mail-name is an empty string.
9311
9312 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9313
9314         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9315         depending on gnus-score-decay-constant.
9316
9317         * encrypt.el (encrypt-insert-file-contents)
9318         (encrypt-write-file-contents): Don't use `gnus-message'.
9319
9320         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9321         arguments.
9322         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9323         arguments to mm-uu-verbatim-marks-extract.
9324         (mm-uu-hide-markers): New variable.
9325         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9326
9327         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9328         (gnus-convert-image-to-face-command): Use "convert" by default to
9329         allow other input image formats.
9330         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9331         accordingly.
9332
9333 2005-10-23  Simon Josefsson  <jas@extundo.com>
9334
9335         * imap.el (imap-gssapi-program): Align command line parameters
9336         with latest GNU SASL.
9337         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9338
9339 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9340
9341         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9342         HTML.
9343         (nnslashdot-request-article): Ditto.
9344
9345         * lpath.el (featurep): Add nobreak-char-display.
9346
9347 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9348
9349         * mail-source.el (mail-source-fetch-pop): Require pop3.
9350         (mail-source-check-pop): Ditto.
9351
9352 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9353
9354         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9355         errors.
9356
9357 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9358
9359         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9360         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9361
9362         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9363
9364         * mm-bodies.el (mm-decode-string): Call
9365         `mm-charset-to-coding-system' with allow-override argument.
9366
9367 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9368
9369         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9370         (rfc2047-charset-to-coding-system): New function.
9371         (rfc2047-decode-encoded-words): New function.
9372         (rfc2047-decode-region): Use them.
9373         (rfc2047-decode-cte): Remove.
9374         (rfc2047-parse-and-decode): Remove.
9375         (rfc2047-decode): Remove.
9376
9377 2005-10-15  Kenichi Handa  <handa@m17n.org>
9378
9379         * rfc2047.el (rfc2047-decode-cte): New function.
9380         (rfc2047-decode-region): Change the way to decode successive
9381         encoded-words: decode B- or Q-encoding in each encoded-word,
9382         concatenate them, and decode it as charset.
9383
9384 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9385
9386         * lpath.el: Fbind codepage-setup for XEmacs.
9387
9388 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9389
9390         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9391         widget-move-and-invoke.
9392         (gnus-custom-mode): Use gnus-custom-map.
9393
9394 2005-10-15  Bill Wohler  <wohler@newt.com>
9395
9396         * message.el (message-tool-bar-map): Renamed image file from
9397         mail_send to mail/send.
9398
9399 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9400
9401         * message.el (message-expand-group): Pass the common
9402         prefix substring of completion to `display-completion-list'.
9403
9404 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9405
9406         * mml-sec.el (mml-secure-method): New internal variable.
9407         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9408         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9409         functions using mml-secure-method.
9410
9411         * mml.el (mml-mode-map): Add key bindings for those functions.
9412         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9413         Harder <harder@myrealbox.com>.
9414         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9415         end of message if point is the headers of the message.
9416
9417         * message.el (message-in-body-p): New function.
9418
9419         * assistant.el: Autoload gnus-util and netrc.
9420
9421         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9422         Use `mm-charset-override-alist' only when decoding.
9423
9424         * mm-bodies.el (mm-decode-body): Call
9425         `mm-charset-to-coding-system' with allow-override argument.
9426
9427         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9428         `filename' from Content-Disposition if Content-Type doesn't
9429         provide `name'.
9430         (gnus-mime-view-part-as-type): Set default instead of
9431         initial-input.
9432
9433 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9434
9435         * format-spec.el (format-spec): Propagate text properties of % spec.
9436
9437 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9438
9439         * gnus-art.el (gnus-treat-predicate): Add `first'.
9440
9441 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9442
9443         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9444         (mm-charset-override-alist): New variable.
9445         (mm-charset-to-coding-system): Use it.
9446         (mm-codepage-setup): New helper function.
9447         (mm-charset-eval-alist): New variable.
9448         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9449         about unknown charsets.
9450
9451         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9452
9453 2005-10-04  David Hansen  <david.hansen@gmx.net>
9454
9455         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9456         (nnrss-check-group): Ditto.
9457
9458 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9459
9460         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9461         Rename x-gnus-verbatim to x-verbatim.
9462         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9463
9464         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9465         x-verbatim.
9466
9467         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9468
9469         * gnus-util.el (gnus-remove-duplicates): Remove.
9470
9471         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9472         instead of gnus-remove-duplicates.
9473
9474         * message.el (message-remove-duplicates): Remove.
9475         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9476         message-remove-duplicates.
9477
9478         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9479         available, else use implementation from `delete-dups'.
9480
9481         * message.el (message-insert-expires): New function.
9482         (message-mode-map): Add key binding.
9483         (message-mode-field-menu): Add menu entry.
9484         (message-mode): Document it.
9485         (message-make-expires-date): Use `message-make-date'.
9486
9487 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9488
9489         * message.el (message-make-expires-date): New function.
9490
9491 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9492
9493         * Makefile.in (list-installed-shadows): New entry.
9494         (install): Use it.
9495         (remove-installed-shadows): New entry.
9496
9497         * dgnushack.el (dgnushack-default-load-path): New variable.
9498         (dgnushack-find-lisp-shadows): New function.
9499         (dgnushack-remove-lisp-shadows): New function.
9500
9501 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9502
9503         * Makefile.in (install-el-elc): New entry.
9504         (install): Use it so that .el files are necessarily installed.
9505
9506 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9507
9508         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9509
9510 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9511
9512         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9513         function rather than the diff-mode.el package.
9514         (mm-display-external): Use with-current-buffer.
9515         (mm-viewer-completion-map, mm-viewer-completion-map):
9516         Move initialization inside declaration.
9517
9518 2005-09-29  Simon Josefsson  <jas@extundo.com>
9519
9520         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9521         autoload mail-check-payment.
9522         (spam-check-hashcash): Define unconditionally, since hashcash.el
9523         is part of Gnus now.  Ignore errors from payment checking.
9524
9525 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9526
9527         * message.el (message-bold-region, message-unbold-region): Rename
9528         from `bold-region' and `unbold-region'.
9529
9530         * message.el: Remove useless autoloads.
9531
9532 2005-09-28  Simon Josefsson  <jas@extundo.com>
9533
9534         * message.el (message-use-idna): Default to t.
9535         (message-use-idna): Test whether encoding works too.  Doc fix.
9536
9537 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9538
9539         * nntp.el (nntp-warn-about-losing-connection): Remove.
9540
9541 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9542
9543         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9544         customizable.  Change default value.
9545         (mm-uu-diff-groups-regexp): Change default value.
9546         (mm-uu-type-alist): Add doc string.
9547         (mm-uu-configure): Add doc string.  Make it interactive.
9548         (mm-uu-tex-groups-regexp): New variable.
9549         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9550         (mm-uu-type-alist): Add LaTeX documents.
9551         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9552         of "text/verbatim".
9553         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9554
9555         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9556         instead of "text/verbatim".
9557
9558         * message.el (message-mark-inserted-region)
9559         (message-mark-insert-file): Use slrn style marks when called with
9560         prefix argument.
9561
9562 2005-09-27  Simon Josefsson  <jas@extundo.com>
9563
9564         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9565
9566 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9567
9568         * message.el (message-remove-duplicates): New function.
9569         Implementation borrowed from `gnus-remove-duplicates'.
9570         (message-idna-to-ascii-rhs): Also encode idna addresses in
9571         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9572         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9573         only ask about the same idna domain once per header and also tell
9574         in what header to replace the idna domain.
9575
9576         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9577         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9578         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9579         a header is decoded and not just the last one.
9580
9581 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9582
9583         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9584         has been decoded.
9585
9586         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9587         (mm-insert-part): Don't modify text if it has been decoded.
9588
9589         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9590         decoded.
9591
9592         * mm-view.el (mm-inline-text): Don't strip text props unless
9593         decoding enriched or richtext parts.
9594
9595 2005-09-25  Romain Francoise  <romain@orebokech.com>
9596
9597         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9598         * gnus-start.el (gnus-subscribe-interactively):
9599         * gnus-uu.el (gnus-uu-grab-articles):
9600         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9601         space.
9602
9603 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9604
9605         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9606         * mm-view.el (mm-view-pkcs7-decrypt):
9607         * gnus-sum.el (gnus-summary-limit-to-extra)
9608         (gnus-summary-respool-article, gnus-read-move-group-name):
9609         * gnus-score.el (gnus-summary-increase-score):
9610         * gnus-util.el (gnus-completing-read-with-default):
9611         * gnus-art.el (gnus-read-save-file-name)
9612         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9613         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9614         * message.el (message-check-news-header-syntax):
9615         Follow convention for reading with the minibuffer.
9616
9617 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9618
9619         * spam-report.el (spam-report-url-ping-plain):
9620         Use gnus-extended-version as User-Agent.
9621
9622         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9623         default value is nil.
9624
9625         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9626         (mm-uu-verbatim-marks-extract): New function.
9627         (mm-uu-extract): New face.
9628         (mm-uu-copy-to-buffer): Use it.
9629
9630         * spam-report.el (spam-report-gmane-ham): Renamed from
9631         `spam-report-gmane-unspam'.
9632         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9633         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9634
9635         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9636         Autoload.
9637         (spam-report-gmane-unregister-routine): Renamed
9638         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9639
9640 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9641
9642         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9643         (spam-report-gmane-unregister-routine): Add support for gmane
9644         unregistration.
9645
9646         * spam-report.el (spam-report-gmane-unspam)
9647         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9648         (spam-report-gmane): Change to take a single article and do unspam
9649         registration.
9650
9651 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9652
9653         * mm-url.el (mm-url-decode-entities): Fix regexp.
9654
9655 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9656
9657         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9658         default to nil, to be able to use Gnus at all.  If the default
9659         switches to something else, then the function should be fixed not
9660         be exceedingly slow.
9661
9662 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9663
9664         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9665         fail hard.
9666
9667         * spam-report.el: Add better Keywords line.
9668
9669         * spam.el: Add Maintainer and better Keywords line.
9670
9671 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9672
9673         * gnus-art.el (gnus-article-replace-part)
9674         (gnus-mime-replace-part): New functions.
9675         (gnus-mime-action-alist, gnus-mime-button-commands)
9676         (gnus-mime-save-part-and-strip): Added file argument.
9677         (gnus-article-part-wrapper): Added interactive argument.
9678
9679         * gnus-sum.el (gnus-summary-mime-map): Add
9680         `gnus-article-replace-part'.
9681
9682 2005-09-19  Didier Verna  <didier@xemacs.org>
9683
9684         The nnml compaction feature:
9685         * nnml.el (nnml-request-compact-group): New function.
9686         * nnml.el (nnml-request-compact): New function.
9687         * gnus-int.el (gnus-request-compact-group): New function.
9688         * gnus-int.el (gnus-request-compact): New function.
9689         * gnus-group.el (gnus-group-compact-group): New function.
9690         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9691         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9692         * gnus-srvr.el (gnus-server-compact-server): New function.
9693         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9694         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9695
9696 2005-09-18  Deepak Goel  <deego@gnufans.org>
9697
9698         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9699         format spec.
9700
9701 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9702
9703         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9704
9705 2005-09-15  Romain Francoise  <romain@orebokech.com>
9706
9707         * message.el (message-fill-paragraph): Clarify docstring.
9708
9709 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9710
9711         * gnus-art.el (gnus-mime-display-part): Protect against broken
9712         MIME messages.
9713
9714 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9715
9716         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9717         before parsing header.
9718
9719 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9720
9721         * html2text.el (html2text-replace-list): Add new entities.
9722
9723 2005-09-11  Romain Francoise  <romain@orebokech.com>
9724
9725         * message.el (message-alternative-emails): Improve docstring.
9726         (message-setup-1): Call `message-use-alternative-email-as-from'
9727         after `message-setup-hook' to give it precedence over posting
9728         styles, etc.
9729         (message-use-alternative-email-as-from): Add docstring.  Remove
9730         the original From header if present.
9731
9732         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9733         (nnml-save-mail): Use it.
9734
9735         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9736         articles.  Add new argument `silent'.
9737         (gnus-uu-mark-all): Report the total number of marked articles.
9738
9739 2005-09-10  Romain Francoise  <romain@orebokech.com>
9740
9741         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9742         (gnus-uu-mark-series): Likewise.
9743
9744 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9745
9746         * spam-report.el (spam-report-gmane): Fix generation of spam
9747         report URL.
9748
9749 2005-09-10  Simon Josefsson  <jas@extundo.com>
9750
9751         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9752         t, based on discussion on the ding list with Robert Epprecht
9753         <epprecht@solnet.ch>.
9754
9755 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9756
9757         * spam-report.el (spam-report-gmane): Make it work without
9758         X-Report-Spam header.  Gmane now only provides Archived-At.
9759         This is only used if `spam-report-gmane-use-article-number' is nil.
9760         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9761
9762         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9763         make `gnus-summary-sort-by-recipient' work with threading.
9764
9765         * nnweb.el (nnweb-google-wash-article): Print a message if article
9766         is not available.
9767
9768 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9769
9770         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9771         change.  Decode text/* parts content before displaying.
9772
9773 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9774
9775         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9776
9777 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9778
9779         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9780
9781         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9782         url-package-name, url-package-version,
9783         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9784         w3m-display-inline-images, and w3m-minor-mode-map.
9785
9786 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9787
9788         * message.el (message-tab-body-function): Fix mismatched custom type.
9789
9790         * gnus.el (gnus-group-change-level-function): Ditto.
9791
9792         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9793
9794         * gnus-art.el (gnus-signature-limit)
9795         (gnus-article-mime-part-function): Ditto.
9796
9797 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9798
9799         * mml.el (mml-mode): Silence the byte compiler.
9800
9801         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9802         using `(sit-for 0)' before moving the point to the specified part;
9803         skip unbuttonized parts.
9804         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9805         return to the summary window if gnus-auto-select-part is non-nil.
9806
9807 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9808
9809         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9810         variables.
9811         (mml-dnd-attach-file, mml-mode): Use them.
9812
9813         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9814         Make fetching article by MID work again for Google Groups.  Added
9815         FIXME concerning gnus-group-make-web-group.
9816
9817         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9818         Don't depend on Gnus by using mail-extract-address-components if
9819         gnus-extract-address-components is not bound.
9820
9821 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9822
9823         * gnus-art.el (gnus-mime-display-security): Don't display the
9824         signature, but only the signed part.
9825
9826 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9827
9828         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9829
9830         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9831         list, not listp.
9832
9833 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9834
9835         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9836         when encoding.
9837
9838         * mm-bodies.el (mm-decode-content-transfer-encoding):
9839         De-canonicalize CRLF for all text content types, not just
9840         text/plain.
9841
9842 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9843
9844         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9845         valid article; point arrow and cursor at the MIME button.
9846
9847 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9848
9849         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9850         Suggested by Dan Christensen <jdc@uwo.ca>.
9851
9852         * mm-decode.el (mm-save-part): Enable change of prompt.
9853
9854 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9855
9856         * gnus-msg.el (gnus-inews-add-send-actions): Made
9857         `message-post-method' lambda parameter ARG `&optional'.
9858
9859 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9860
9861         * gnus-sum.el (gnus-summary-mime-map): Added
9862         gnus-article-save-part-and-strip, gnus-article-delete-part and
9863         gnus-article-jump-to-part.
9864
9865         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9866         (gnus-article-edit-part): Use it.
9867         (gnus-article-part-wrapper): Added no-handle argument.
9868         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9869         functions.
9870
9871 2005-08-29  Romain Francoise  <romain@orebokech.com>
9872
9873         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9874         docstring.
9875         (gnus-face-from-file): Likewise.
9876
9877 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9878
9879         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9880         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9881         non-nil.
9882         (gnus-auto-select-part): New variable.
9883         (gnus-article-jump-to-part): New function.
9884         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9885         (gnus-mime-delete-part): Allow selecting specified part after
9886         deleting or stripping parts.
9887         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9888         part if argument is bogus.
9889
9890 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9891
9892         * gnus-art.el (w3m-minor-mode-map):
9893         * gnus-spec.el (gnus-newsrc-file-version):
9894         * gnus-util.el (nnmail-active-file-coding-system)
9895         (gnus-original-article-buffer, gnus-user-agent):
9896         * gnus.el (gnus-ham-process-destinations)
9897         (gnus-parameter-ham-marks-alist)
9898         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9899         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9900         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9901         * mm-decode.el (gnus-current-window-configuration):
9902         * mm-extern.el (gnus-article-mime-handles):
9903         * mm-url.el (url-current-object, url-package-name)
9904         (url-package-version):
9905         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9906         (smime-keys, w3m-cid-retrieve-function-alist)
9907         (w3m-current-buffer, w3m-display-inline-images)
9908         (w3m-minor-mode-map):
9909         * mml-smime.el (gnus-extract-address-components):
9910         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9911         (gnus-newsrc-hashtb, message-default-charset)
9912         (message-deletable-headers, message-options)
9913         (message-posting-charset, message-required-mail-headers)
9914         (message-required-news-headers):
9915         * mml1991.el (mc-pgp-always-sign):
9916         * mml2015.el (mc-pgp-always-sign):
9917         * nnheader.el (nnmail-extra-headers):
9918         * rfc1843.el (gnus-decode-encoded-word-function)
9919         (gnus-decode-header-function, gnus-newsgroup-name):
9920         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9921
9922 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9923
9924         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9925         the end of the date treatments.
9926
9927 2005-08-15  Simon Josefsson  <jas@extundo.com>
9928
9929         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9930         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9931         Capello and Romain Francoise.
9932         (pgg-fetch-key-function): Removed, not used?
9933         (pgg-insert-url-with-w3): Require url, to get
9934         url-insert-file-contents regardless of where it is defined.
9935
9936 2005-08-13  Romain Francoise  <romain@orebokech.com>
9937
9938         * message.el (message-cite-original-1): New function.
9939         (message-cite-original): Use it.
9940         (message-cite-original-without-signature): Ditto.
9941
9942 2005-08-08  Romain Francoise  <romain@orebokech.com>
9943
9944         * message.el (message-yank-empty-prefix): New variable.
9945         (message-indent-citation): Use it.
9946         (message-cite-original-without-signature): Respect X-No-Archive.
9947
9948 2005-08-08  Simon Josefsson  <jas@extundo.com>
9949
9950         * pgg.el: Autoload url-insert-file-contents instead of loading
9951         w3/url.
9952         (pgg-insert-url-with-w3): Don't load url here.
9953
9954 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9955
9956         * message.el (message-kill-to-signature): Don't insert newline at
9957         bol.
9958         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9959
9960 2005-08-06  Romain Francoise  <romain@orebokech.com>
9961
9962         * message.el (message-user-fqdn): Fix typo in docstring.
9963
9964 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9965
9966         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9967
9968         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9969
9970 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9971
9972         * mm-bodies.el (mm-encode-body): Use coding system rather than
9973         charset to encode text.
9974
9975         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9976         number of charsets if utf-8 is available (XEmacs).
9977
9978 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9979
9980         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9981         taken from `gnus-button-mid-or-mail-regexp'.
9982         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9983         (gnus-button-alist): Improve regexp for domain part of the MIDs
9984         for news:localpart@domain buttons.
9985         (gnus-button-ctan-directory-regexp): Update.
9986
9987 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9988
9989         * sieve-manage.el (sieve-manage-interactive-login): Use
9990         make-local-variable rather than make-variable-buffer-local.
9991         (sieve-manage-open): Ditto.
9992         (sieve-manage-authenticate): Ditto.
9993
9994         * mml.el (mml-generate-mime-1): Make the content type default to
9995         text/plain if the filename is not specified.
9996
9997 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9998
9999         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10000         instead of insert-buffer.
10001
10002         * message.el (message-yank-original): Ditto; set the mark at the
10003         end of the yanked message.
10004
10005 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10006
10007         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10008         lines to scroll rather than to stop it.
10009
10010         * mml.el (mml-generate-default-type): Add doc string.
10011         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10012         default to application/octet-stream when determining the content
10013         type if it is not specified for the part or the mml contents; add
10014         a comment about mml-generate-default-type.
10015
10016 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10017
10018         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10019         make it default to application/octet-stream when determining the
10020         content type if it is not specified for the external contents.
10021
10022 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10023
10024         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10025         segmented parameter but also other parameters might be there.
10026
10027 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10028
10029         * mm-decode.el (mm-display-external): Delete temp file, directory
10030         and buffer immediately if the external process is exited.
10031
10032 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10033
10034         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10035         fewer lines than that of scroll-margin.
10036         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10037
10038 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10039
10040         * gnus-art.el (gnus-article-next-page): Revert.
10041         (gnus-article-beginning-of-window): New macro.
10042         (gnus-article-next-page-1): Use it.
10043         (gnus-article-prev-page): Ditto.
10044         (gnus-article-edit-part): Use insert-buffer-substring instead of
10045         insert-buffer.
10046         (gnus-article-edit-exit): Ditto.
10047
10048         * gnus-util.el (gnus-beginning-of-window): Remove.
10049         (gnus-end-of-window): Remove.
10050
10051         * lpath.el: Don't bind header-line-format and scroll-margin.
10052
10053 2005-07-25  Simon Josefsson  <jas@extundo.com>
10054
10055         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10056         to have the url package without w3.  Reported by Daiki Ueno
10057         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10058
10059 2005-07-20  Didier Verna  <didier@xemacs.org>
10060
10061         * gnus-diary.el: Remove the description comment (nndiary is now
10062         properly documented in the Gnus manual).
10063         Fix the spelling of "Back End".
10064         * nndiary.el: Ditto.
10065         Fix the copyright notice.
10066
10067 2005-07-18  Romain Francoise  <romain@orebokech.com>
10068
10069         * gnus-sum.el (gnus-summary-to-prefix)
10070         (gnus-summary-newsgroup-prefix): New variables.
10071         (gnus-summary-from-or-to-or-newsgroups): Use them.
10072
10073 2005-07-17  Romain Francoise  <romain@orebokech.com>
10074
10075         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10076         space as it's generally not especially interesting to the user.
10077
10078 2005-07-16  Romain Francoise  <romain@orebokech.com>
10079
10080         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10081         nil to avoid prompting and file modification if one of the
10082         messages at the top of the nnfolder file contains a copyright
10083         notice.
10084         Update copyright notice.
10085
10086         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10087         instead of `current-time-string' as the latter creates a time
10088         string that is not RFC 2822 compliant (it lacks the zone).
10089         Update copyright notice.
10090
10091 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10092
10093         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10094         for text/rtf.  Display default in prompt.  Pass default for M-n.
10095
10096         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10097
10098 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10099
10100         * gnus-msg.el (gnus-button-mailto): Remove
10101         save-selected-window-window hackery because it relies on
10102         save-selected-window internals.
10103
10104 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10105
10106         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10107         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10108         (gnus-article-prev-page): Ditto.
10109
10110         * gnus-util.el (gnus-beginning-of-window): New function.
10111         (gnus-end-of-window): New function.
10112
10113         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10114
10115 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10116
10117         * gnus-score.el (gnus-score-edit-all-score): Set
10118         gnus-score-edit-exit-function to gnus-score-edit-done and call
10119         gnus-message.
10120
10121 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10122
10123         * gnus-msg.el (gnus-button-mailto): Remove
10124         save-selected-window-window hackery because it relies on
10125         save-selected-window internals.
10126
10127 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10128
10129         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10130         add-minor-mode.
10131         (gnus-binary-mode): Ditto.
10132
10133         * gnus-topic.el (gnus-topic-mode): Ditto.
10134
10135 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10136
10137         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10138         (gnus-article-prev-page): Take scroll-margin into consideration.
10139
10140 2005-07-04  Lute Kamstra  <lute@gnu.org>
10141
10142         Update FSF's address in GPL notices.
10143
10144 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10145
10146         * gnus.el (gnus-exit):
10147         * gnus-group.el (gnus-group-icons):
10148         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10149
10150         * gnus-nocem.el (gnus-nocem):
10151         * message.el (message-various, message-buffers, message-sending)
10152         (message-interface, message-forwarding, message-insertion)
10153         (message-headers, message-news, message-mail):
10154         * pgg-gpg.el (pgg-gpg):
10155         * pgg-parse.el (pgg-parse):
10156         * pgg-pgp.el (pgg-pgp):
10157         * pgg-pgp5.el (pgg-pgp5):
10158         * pop3.el (pop3): Finish `defgroup' description with period.
10159
10160 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10161
10162         * gnus-art.el (article-display-face): Improve the efficiency.
10163         (article-display-x-face): Ditto; remove grey x-face stuff.
10164
10165 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10166
10167         * gnus-art.el (article-display-face): Correct the position in
10168         which Faces are inserted.
10169
10170 2005-06-29  Didier Verna  <didier@xemacs.org>
10171
10172         * gnus-art.el (article-display-face): Display faces in correct
10173         order.
10174
10175 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10176
10177         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10178         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10179         (gnus-nocem-check-article): Fetch the Type header.
10180         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10181         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10182         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10183         make sure gnus-nocem-hashtb is initialized.
10184         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10185         (gnus-nocem-unwanted-article-p): Ditto.
10186
10187         * pgg.el (pgg-verify): Return the verification result.
10188
10189 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10190
10191         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10192         is ascii.
10193
10194 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10195
10196         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10197         `show-nonbreak-escape'.
10198
10199 2005-06-23  Lute Kamstra  <lute@gnu.org>
10200
10201         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10202
10203         * dig.el (dig-mode):
10204         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10205
10206 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10207
10208         * nnimap.el (nnimap-split-download-body): Fix spellings.
10209
10210 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10211
10212         * gnus-art.el (gnus-article-encrypt-body):
10213         * gnus-cus.el (gnus-score-customize):
10214         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10215         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10216
10217 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10218
10219         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10220         header by looking for magic "MII" at the beginnig.
10221
10222 2005-06-16  Miles Bader  <miles@gnu.org>
10223
10224         * gnus-xmas.el (gnus-xmas-group-startup-message):
10225         Use renamed gnus-splash face.
10226
10227         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10228         (assistant-field-face): New backward-compatibility alias for renamed
10229         face.
10230         (assistant-render-text): Use renamed assistant-field face.
10231
10232         * spam.el (spam): Remove "-face" suffix from face name.
10233         (spam-face): New backward-compatibility alias for renamed face.
10234         (spam-face, spam-initialize): Use renamed spam face.
10235
10236         * message.el (message-header-to, message-header-cc)
10237         (message-header-subject, message-header-newsgroups)
10238         (message-header-other, message-header-name)
10239         (message-header-xheader, message-separator, message-cited-text)
10240         (message-mml): Remove "-face" suffix from face names.
10241         (message-header-to-face, message-header-cc-face)
10242         (message-header-subject-face, message-header-newsgroups-face)
10243         (message-header-other-face, message-header-name-face)
10244         (message-header-xheader-face, message-separator-face)
10245         (message-cited-text-face, message-mml-face):
10246         New backward-compatibility aliases for renamed faces.
10247         (message-font-lock-keywords): Use renamed message faces.
10248
10249         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10250         (sieve-test-commands, sieve-tagged-arguments):
10251         Remove "-face" suffix from face names.
10252         (sieve-control-commands-face, sieve-action-commands-face)
10253         (sieve-test-commands-face, sieve-tagged-arguments-face):
10254         New backward-compatibility aliases for renamed faces.
10255         (sieve-control-commands-face, sieve-action-commands-face)
10256         (sieve-test-commands-face, sieve-tagged-arguments-face):
10257         Use renamed sieve faces.
10258
10259         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10260         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10261         (gnus-group-news-3-empty, gnus-group-news-4)
10262         (gnus-group-news-4-empty, gnus-group-news-5)
10263         (gnus-group-news-5-empty, gnus-group-news-6)
10264         (gnus-group-news-6-empty, gnus-group-news-low)
10265         (gnus-group-news-low-empty, gnus-group-mail-1)
10266         (gnus-group-mail-1-empty, gnus-group-mail-2)
10267         (gnus-group-mail-2-empty, gnus-group-mail-3)
10268         (gnus-group-mail-3-empty, gnus-group-mail-low)
10269         (gnus-group-mail-low-empty, gnus-summary-selected)
10270         (gnus-summary-cancelled, gnus-summary-high-ticked)
10271         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10272         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10273         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10274         (gnus-summary-low-undownloaded)
10275         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10276         (gnus-summary-low-unread, gnus-summary-normal-unread)
10277         (gnus-summary-high-read, gnus-summary-low-read)
10278         (gnus-summary-normal-read, gnus-splash):
10279         Remove "-face" suffix from face names.
10280         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10281         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10282         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10283         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10284         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10285         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10286         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10287         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10288         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10289         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10290         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10291         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10292         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10293         (gnus-summary-normal-ticked-face)
10294         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10295         (gnus-summary-normal-ancient-face)
10296         (gnus-summary-high-undownloaded-face)
10297         (gnus-summary-low-undownloaded-face)
10298         (gnus-summary-normal-undownloaded-face)
10299         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10300         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10301         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10302         (gnus-splash-face):
10303         New backward-compatibility aliases for renamed faces.
10304         (gnus-group-startup-message): Use renamed gnus faces.
10305
10306         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10307         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10308         (gnus-server-agent): Remove "-face" suffix from face names.
10309         (gnus-server-agent-face, gnus-server-opened-face)
10310         (gnus-server-closed-face, gnus-server-denied-face)
10311         (gnus-server-offline-face):
10312         New backward-compatibility aliases for renamed faces.
10313         (gnus-server-agent-face, gnus-server-opened-face)
10314         (gnus-server-closed-face, gnus-server-denied-face)
10315         (gnus-server-offline-face): Use renamed gnus faces.
10316
10317         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10318         Remove "-face" suffix from face names.
10319         (gnus-picon-xbm-face, gnus-picon-face):
10320         New backward-compatibility aliases for renamed faces.
10321
10322         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10323         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10324         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10325         (gnus-cite-11): Remove "-face" suffix from face names.
10326         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10327         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10328         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10329         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10330         New backward-compatibility aliases for renamed faces.
10331         (gnus-cite-attribution-face, gnus-cite-face-list)
10332         (gnus-article-boring-faces): Use renamed gnus faces.
10333
10334         * gnus-art.el (gnus-signature, gnus-header-from)
10335         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10336         (gnus-header-content): Remove "-face" suffix from face names.
10337         (gnus-signature-face, gnus-header-from-face)
10338         (gnus-header-subject-face, gnus-header-newsgroups-face)
10339         (gnus-header-name-face, gnus-header-content-face):
10340         New backward-compatibility aliases for renamed faces.
10341         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10342
10343         * gnus-sum.el (gnus-summary-selected-face)
10344         (gnus-summary-highlight): Use renamed gnus faces.
10345         * gnus-group.el (gnus-group-highlight): Likewise.
10346
10347 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10348
10349         * gnus-sieve.el (gnus-sieve-article-add-rule):
10350         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10351         * spam-stat.el (spam-stat-buffer-change-to-spam)
10352         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10353
10354         * message.el (message-is-yours-p):
10355         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10356
10357 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10358
10359         * mm-view.el (mm-inline-text): Withdraw the last change.
10360
10361 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10362
10363         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10364         executing enriched-decode.
10365
10366 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10367
10368         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10369         charset of tar files.
10370
10371 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10372
10373         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10374
10375 2005-06-04  Lute Kamstra  <lute@gnu.org>
10376
10377         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10378         information is never recorded.
10379
10380 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10381
10382         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10383
10384 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10385
10386         * pop3.el (pop3-apop): Run md5 in the binary mode.
10387
10388         * starttls.el (starttls-set-process-query-on-exit-flag):
10389         Use eval-and-compile.
10390
10391 2005-05-31  Simon Josefsson  <jas@extundo.com>
10392
10393         * smime.el (smime-replace-in-string): Define.
10394         (smime-cert-by-ldap-1): Use it.
10395
10396 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10397
10398         * gnus-art.el (article-display-x-face): Replace
10399         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10400
10401         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10402         set-process-query-on-exit-flag or process-kill-without-query.
10403
10404         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10405         loop instead of replace-regexp.
10406
10407         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10408         instead of process-kill-without-query if it is available.
10409
10410         * lpath.el: Fbind ldap-search-entries.
10411
10412         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10413         instead of find-file-hooks if it is available.
10414
10415         * mml1991.el: Bind pgg-default-user-id when compiling.
10416
10417         * mml2015.el: Bind pgg-default-user-id when compiling.
10418
10419         * nndraft.el (nndraft-request-associate-buffer):
10420         Use write-contents-functions instead of write-contents-hooks if it is
10421         available.
10422
10423         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10424         instead of find-file-hooks if it is available.
10425
10426         * nntp.el (nntp-open-connection): Replace
10427         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10428         (nntp-open-ssl-stream): Ditto.
10429         (nntp-open-tls-stream): Ditto.
10430
10431         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10432         set-process-query-on-exit-flag or process-kill-without-query.
10433         (starttls-open-stream-gnutls): Use it instead of
10434         process-kill-without-query.
10435         (starttls-open-stream): Ditto.
10436
10437 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10438
10439         * smime.el (smime-cert-by-ldap-1): Don't use
10440         replace-regexp-in-string.
10441
10442 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10443
10444         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10445
10446         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10447         in PEM format.  Adjust to the XEmacs compability.
10448
10449 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10450
10451         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10452         by `string-to-number'.
10453         * gnus-agent.el (gnus-agent-regenerate-group)
10454         (gnus-agent-fetch-articles): Ditto.
10455         * gnus-art.el (gnus-button-fetch-group): Ditto.
10456         * gnus-cache.el (gnus-cache-generate-active)
10457         (gnus-cache-articles-in-group): Ditto.
10458         * gnus-group.el (gnus-group-set-current-level)
10459         (gnus-group-insert-group-line): Ditto.
10460         * gnus-score.el (gnus-score-set-expunge-below)
10461         (gnus-score-set-mark-below, gnus-summary-score-effect)
10462         (gnus-summary-score-entry): Ditto.
10463         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10464         (gnus-soup-pack): Ditto.
10465         * gnus-spec.el (gnus-xmas-format): Ditto.
10466         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10467         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10468         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10469         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10470         * nndb.el (nndb-get-remote-expire-response): Ditto.
10471         * nndiary.el (nndiary-parse-schedule-value)
10472         (nndiary-string-to-number, nndiary-request-replace-article)
10473         (nndiary-request-article): Ditto.
10474         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10475         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10476         * nneething.el (nneething-make-head): Ditto.
10477         * nnfolder.el (nnfolder-request-article)
10478         (nnfolder-retrieve-headers): Ditto.
10479         * nnheader.el (nnheader-file-to-number): Ditto.
10480         * nnkiboze.el (nnkiboze-request-article): Ditto.
10481         * nnmail.el (nnmail-process-unix-mail-format)
10482         (nnmail-process-babyl-mail-format): Ditto.
10483         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10484         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10485         (nnmh-request-create-group, nnmh-request-list-1)
10486         (nnmh-request-group, nnmh-request-article): Ditto.
10487         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10488         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10489         * nnsoup.el (nnsoup-make-active): Ditto.
10490         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10491         * nntp.el (nntp-find-group-and-number)
10492         (nntp-retrieve-headers-with-xover): Ditto.
10493         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10494         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10495         (pgg-format-key-identifier): Ditto.
10496         * pop3.el (pop3-last, pop3-stat): Ditto.
10497         * qp.el (quoted-printable-decode-region): Ditto.
10498
10499         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10500         of concat.
10501
10502 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10503
10504         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10505
10506         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10507
10508         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10509
10510         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10511
10512         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10513
10514         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10515
10516         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10517         (gnus-carpal-mode): Ditto.
10518
10519         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10520         (gnus-browse-mode): Ditto.
10521
10522         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10523
10524         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10525
10526 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10527
10528         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10529
10530 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10531
10532         * gnus-util.el (gnus-run-mode-hooks): New function.
10533
10534         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10535
10536         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10537         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10538
10539 2005-05-27  Lute Kamstra  <lute@gnu.org>
10540
10541         * dns-mode.el (dns-mode): Specify customization group.
10542
10543 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10544
10545         * gnus-agent.el (gnus-agent-make-mode-line-string):
10546         Use mode-line-highlight as mouse-face.
10547
10548 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10549
10550         * canlock.el (canlock): Change the parent group to news.
10551
10552         * deuglify.el (gnus-outlook-deuglify): Add :group.
10553
10554         * dig.el (dig): Add :group.
10555
10556         * dns-mode.el (dns-mode): Add :group.
10557
10558         * encrypt.el (encrypt): Add :group.
10559
10560         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10561         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10562         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10563         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10564         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10565
10566         * gnus-diary.el (gnus-diary): Add :group.
10567
10568         * gnus.el (gnus-group-news-1-face): Add :group.
10569         (gnus-group-news-1-empty-face): Ditto.
10570         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10571         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10572         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10573         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10574         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10575         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10576         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10577         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10578         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10579         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10580         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10581         (gnus-summary-high-ticked-face): Ditto.
10582         (gnus-summary-low-ticked-face): Ditto.
10583         (gnus-summary-normal-ticked-face): Ditto.
10584         (gnus-summary-high-ancient-face): Ditto.
10585         (gnus-summary-low-ancient-face): Ditto.
10586         (gnus-summary-normal-ancient-face): Ditto.
10587         (gnus-summary-high-undownloaded-face): Ditto.
10588         (gnus-summary-low-undownloaded-face): Ditto.
10589         (gnus-summary-normal-undownloaded-face): Ditto.
10590         (gnus-summary-high-unread-face): Ditto.
10591         (gnus-summary-low-unread-face): Ditto.
10592         (gnus-summary-normal-unread-face): Ditto.
10593         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10594         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10595
10596         * hashcash.el (hashcash): New custom group.
10597         (hashcash-default-payment): Add :group.
10598         (hashcash-payment-alist): Ditto.
10599         (hashcash-default-accept-payment): Ditto.
10600         (hashcash-accept-resources): Ditto.
10601         (hashcash-path): Ditto.
10602         (hashcash-extra-generate-parameters): Ditto.
10603         (hashcash-double-spend-database): Ditto.
10604         (hashcash-in-news): Ditto.
10605
10606         * message.el (message-minibuffer-local-map): Add :group.
10607
10608         * netrc.el (netrc): Add :group.
10609
10610         * sieve-manage.el (sieve-manage-log): Add :group.
10611         (sieve-manage-default-user): Diito.
10612         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10613         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10614         (sieve-manage-authenticators): Ditto.
10615         (sieve-manage-authenticator-alist): Ditto.
10616         (sieve-manage-default-port): Ditto.
10617
10618         * sieve-mode.el (sieve-control-commands-face): Add :group.
10619         (sieve-action-commands-face): Ditto.
10620         (sieve-test-commands-face): Ditto.
10621         (sieve-tagged-arguments-face): Ditto.
10622
10623         * smime.el (smime): Add :group.
10624
10625         * spam-report.el (spam-report): Add :group.
10626
10627         * spam.el (spam, spam-face): Add :group.
10628
10629 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10630
10631         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10632         return \n.\n.\n at the end of articles.  Protect against that.
10633         (nntp-with-open-group): Allow debugging.
10634
10635         * nnheader.el (mail-header-set-extra): Make into a function
10636         because I just could't understand how to quote the list properly.
10637
10638         * dns.el (query-dns-cached): New function.
10639
10640 2005-05-26  Lute Kamstra  <lute@gnu.org>
10641
10642         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10643
10644 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10645
10646         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10647
10648         * gnus-art.el: Don't autoload mail-extract-address-components.
10649
10650         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10651         eval-and-compile to evaluate it.
10652
10653         * hashcash.el: Don't autoload executable-find.
10654
10655         * nndb.el: Don't declare the nndb back end two or more times; don't
10656         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10657
10658         * nntp.el: Autoload format-spec instead of format; use
10659         eval-and-compile to evaluate autoload forms.
10660
10661 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10662
10663         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10664
10665 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10666
10667         * gnus.el (gnus-version-number): Bump version.
10668
10669 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10670
10671         * gnus.el: No Gnus v0.3 is released.
10672
10673 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10674
10675         * lpath.el (featurep): Bind show-nonbreak-escape.
10676
10677 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10678
10679         * gnus-art.el (gnus-article-edit-part): Disable undo.
10680
10681 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10682
10683         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10684         gnus-article-date-lapsed-new-header is t if date timer is active;
10685         skip headers in which the original date value is empty.
10686         (gnus-article-save-original-date): Redefine it as a macro.
10687         (gnus-display-mime): Use it.
10688
10689 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10690
10691         * gnus-art.el (article-date-ut): Support converting date in
10692         forwarded parts as well.
10693         (gnus-article-save-original-date): New function.
10694         (gnus-display-mime): Use it.
10695
10696 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10697
10698         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10699         enclosure element of <item>.
10700
10701 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10702
10703         * message.el (message-kill-buffer-query): Renamed from
10704         `message-kill-buffer-query-if-modified'.  Added :version.
10705
10706 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10707
10708         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10709         window layout.
10710
10711 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10712
10713         * mml.el: Autoload dnd when compiling.
10714
10715 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10716
10717         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10718         x-dnd-*.
10719
10720 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10721
10722         * qp.el (quoted-printable-encode-region): Save excursion.
10723
10724 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10725
10726         * message.el (message-kill-buffer-query-if-modified): Add new variable
10727         so the user can kill a modified message buffer quickly.
10728         (message-kill-buffer): Use it.
10729
10730 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10731
10732         * lpath.el: Fbind display-time-event-handler; don't fbind
10733         string-to-multibyte.
10734
10735         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10736
10737 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10738
10739         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10740         contained in text because xml.el decodes entities) with LFs.
10741
10742 2005-04-11  Lute Kamstra  <lute@gnu.org>
10743
10744         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10745         differently.
10746
10747 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10748
10749         * mm-util.el (mm-detect-coding-region): Typo.
10750
10751 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10752
10753         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10754
10755 2005-04-06  Deepak Goel  <deego@gnufans.org>
10756
10757         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10758         user-function allow user modifications of the scores.
10759         (spam-stat-score-buffer-user): New function, to allow
10760         user-computed modifications to the score.
10761         (spam-stat-score-buffer-user-functions): List of additional
10762         scoring functions.
10763         (spam-stat-error-holder): Global temporary error holder.
10764         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10765         variable.
10766
10767 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10768
10769         * gnus-registry.el (gnus-registry-clean-empty-function)
10770         (gnus-registry-trim, gnus-registry-fetch-groups)
10771         (gnus-registry-delete-group): Groups that match
10772         `gnus-registry-ignored-groups' are removed from the registry
10773         entries, not just ignored for splitting.  This helps clean up the
10774         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10775         to get all the groups a message ID is in.
10776
10777         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10778         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10779         (spam-stat-score-buffer-user-functions): Add :number custom type.
10780
10781 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10782
10783         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10784         argument in XEmacs.
10785
10786         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10787         (nnrss-request-group): Decode group name first.
10788         (nnrss-request-article): Make a text/plain article if mml-to-mime
10789         failed.
10790         (nnrss-get-encoding): Return a compatible encoding according to
10791         nnrss-compatible-encoding-alist.
10792         (nnrss-find-el): Use consp instead of listp.
10793         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10794
10795 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10796
10797         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10798         which Emacs 20 doesn't support.
10799         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10800
10801 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10802
10803         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10804         silence the byte compiler inside the defun.
10805
10806         * gnus-demon.el (parse-time-string): Add autoload.
10807
10808         * gnus-delay.el (parse-time-string): Add autoload.
10809
10810         * gnus-art.el (parse-time-string): Add autoload.
10811
10812         * nnultimate.el (parse-time): Require for `parse-time-string'.
10813
10814 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10815
10816         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10817
10818         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10819
10820         * smime.el (smime-ldap-host-list): Add :version.
10821
10822 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10823
10824         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10825         pass it to `gnus-browse-read-group'.
10826         (gnus-browse-read-group): Add NUMBER argument and pass it to
10827         `gnus-group-read-ephemeral-group'.
10828
10829         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10830         argument and pass it to `gnus-group-read-group'.
10831
10832 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10833
10834         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10835         mm-xemacs-find-mime-charset-1 if we have the mule feature
10836         available at runtime.
10837
10838 2005-03-25  Werner Lemberg  <wl@gnu.org>
10839
10840         * nnmaildir.el: Replace `illegal' with `invalid'.
10841
10842 2005-03-23  Lute Kamstra  <lute@gnu.org>
10843
10844         * time-date.el: Add comment on time value formats.
10845         Don't require parse-time.
10846         (with-decoded-time-value): New macro.
10847         (encode-time-value): New function.
10848         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10849         (days-to-time): Return a valid time value when arg is huge.
10850         (time-since): Use time-subtract.
10851         (time-to-number-of-days): Use time-to-seconds.
10852
10853 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10854
10855         * gnus-start.el (gnus-display-time-event-handler):
10856         Check display-time-timer at runtime rather than only at load time
10857         in case display-time-mode is turned off in the mean time.
10858
10859 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10860
10861         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10862         used.
10863
10864         * nneething.el (nneething-map-file-directory): Derive from
10865         `gnus-directory'.
10866
10867         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10868         the To/Cc button.
10869
10870 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10871
10872         * nnmaildir.el (nnmaildir-request-accept-article):
10873         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10874
10875 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10876
10877         * gnus-async.el: Require timer-funcs at compile time when in
10878         XEmacs for `run-with-idle-timer'.
10879
10880 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10881
10882         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10883         autoloaded function.
10884
10885 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10886
10887         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10888
10889 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10890
10891         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10892
10893 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10894
10895         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10896         gnus-expert-user to default.
10897
10898 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10899
10900         * nnimap.el (nnimap-open-server): Ditto.
10901
10902         * imap.el (imap-authenticate): Fix typo.
10903
10904 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10905
10906         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10907         buffer (since IMAP server might return FETCH response out of
10908         order, and the nntp buffer must be sorted).
10909
10910 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10911
10912         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10913         comparison on string.
10914
10915         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10916         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10917         (gnus-agent-summary-fetch-series): Modified to protect against
10918         gnus-agent-summary-fetch-group clearing processable flags.
10919         (gnus-agent-synchronize-group-flags): Update live group buffer as
10920         synchronization may occur due to the user toggle the plugged
10921         status.
10922         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10923         successfully downloaded.
10924         (gnus-agent-expire-group-1): Avoid using markers when the overview
10925         is in ascending order; greatly improves performance.
10926         (gnus-agent-regenerate-group): Use
10927         gnus-agent-synchronize-group-flags to reset read status in both
10928         gnus and server.
10929         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10930
10931 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10932
10933         * message.el: Don't autoload former message-utils variables.
10934         (message-strip-subject-trailing-was): Change doc string.
10935
10936         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10937         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10938         (nnweb-google-search): Add "hl=en" here.
10939         (nnweb-google-parse-1, nnweb-google-create-mapping):
10940         Don't hardcode URL.
10941
10942 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10943
10944         * message.el (message-get-reply-headers, message-followup):
10945         Mention related variables `message-use-followup-to' and
10946         `message-use-mail-followup-to', in the information buffer.
10947
10948         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10949         of broken groups(-beta).google.com.
10950
10951 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10952
10953         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10954         parameter to invoked gnus-request-move-article; remove the
10955         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10956         all at once instead of once per article.
10957         (gnus-summary-remove-process-mark): Accept a list of articles as
10958         well as a single article for processing.
10959
10960         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10961         parameter.
10962
10963         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10964
10965         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10966
10967         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10968         parameter.
10969
10970         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10971         parameter.
10972
10973         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10974         parameter and remove the gnus-sum-hint-move-is-internal variable.
10975
10976         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10977         parameter.
10978
10979         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10980         parameter.
10981
10982         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10983         parameter.
10984
10985         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10986
10987         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10988         parameter.
10989
10990         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10991         parameter.
10992
10993 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10994
10995         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10996         a more conservative way.
10997
10998 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10999
11000         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11001         buffer, so it moves the window's cursor.
11002
11003 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11004
11005         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11006         `mm-dissect-multipart' and receive the from field as an (optional)
11007         argument from `mm-dissect-multipart'.
11008         (mm-dissect-multipart): Receive the from field as an argument and
11009         pass it on when we call `mm-dissect-buffer' on MIME parts.
11010         Fixes verification/decryption of signed/encrypted MIME parts.
11011
11012 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11013
11014         * gnus-sum.el (gnus-summary-move-article): Set
11015         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11016         whatever it calls (right now, only nnimap-request-move article
11017         respects it).
11018
11019         * nnimap.el (nnimap-request-move-article): When
11020         gnus-sum-hint-move-is-internal is set, don't do the extra
11021         nnimap-request-article.
11022
11023 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11024
11025         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11026
11027         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11028         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11029
11030         * gnus-sum.el (gnus-summary-caesar-message):
11031         Apply `gnus-treat-article' after rotation.
11032
11033         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11034         doc string.
11035
11036 2005-02-22  Simon Josefsson  <jas@extundo.com>
11037
11038         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11039         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11040         <arne@arnested.dk>.
11041         (encrypt): Add password-cache and password-cache-expiry as group
11042         members.
11043
11044 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11045
11046         * smime.el (smime-ldap-host-list): Doc fix.
11047         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11048         cache) password.
11049         (smime-sign-region): Use it.
11050         (smime-decrypt-region): Use it.
11051         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11052         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11053         fails.
11054         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11055         certificate from DER to PEM format rather than calling openssl.
11056
11057         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11058
11059         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11060         for signing/encryption.
11061
11062         * mml.el (mml-parse-1): Use them.
11063
11064 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11065
11066         * nnrss.el (nnrss-verbose): Removed.
11067         (nnrss-request-group): Use `nnheader-message' instead.
11068
11069 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11070
11071         * nnrss.el (nnrss-verbose): New variable.
11072         (nnrss-request-group): Make it say nnrss is requesting a group.
11073
11074 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11075
11076         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11077         Handle news URL with given port correctly.
11078
11079 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11080
11081         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11082         containing special characters.
11083
11084         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11085
11086         * mml.el (mime-to-mml): Ditto.
11087
11088         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11089         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11090         (rfc2047-decode-region): Quote decoded words containing special
11091         characters when rfc2047-quote-decoded-words-containing-tspecials
11092         is non-nil.
11093
11094 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11095
11096         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11097
11098         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11099
11100 2005-02-15  Simon Josefsson  <jas@extundo.com>
11101
11102         * nnimap.el (nnimap-debug): Doc fix.
11103
11104         * imap.el (imap-debug): Doc fix.
11105
11106 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11107
11108         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11109
11110 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11111
11112         * gnus.el (spam-contents): Improve docs for spam-contents
11113         parameter in its variable incarnation.
11114
11115 2005-02-14  Simon Josefsson  <jas@extundo.com>
11116
11117         * smime-ldap.el: Use require instead of load-library for ldap.
11118         (smime-ldap-search): Indent.
11119         (smime-ldap-search-internal): Shorten line.
11120
11121         * smime.el (smime-cert-by-dns): Add doc-string.
11122         (smime-cert-by-ldap-1): Indent.
11123
11124         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11125         mml-smime-get-dns-ldap.
11126         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11127
11128 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11129
11130         * smime.el: Require smime-ldap.
11131         (smime-ldap-host-list): New variable.
11132         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11133
11134         * mml-smime.el (mml-smime-encrypt-query): New function.
11135         (mml-smime-encrypt-query): Use it.
11136
11137         * smime-ldap.el: New file.
11138
11139 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11140
11141         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11142
11143 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11144
11145         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11146         argument in doc string.  Make query for type more clear.
11147
11148 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11149
11150         * gnus.el (gnus-group-startup-message): Search for gnus images in
11151         etc/images/gnus.
11152         * mm-util.el (mm-image-load-path): Likewise.
11153         * smiley.el (smiley-data-directory): Search for smilies in
11154         etc/images/smilies.
11155
11156 2005-02-09  Kim F. Storm  <storm@cua.dk>
11157
11158         Change Emacs release version from 21.4 to 22.1 throughout.
11159         Change Emacs development version from 21.3.50 to 22.0.50.
11160
11161 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11162
11163         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11164
11165         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11166         non-Mule XEmacs as well.
11167         (mm-decompress-buffer): Signal an error intentionally if it does
11168         not decompress compressed data because auto-compression-mode is
11169         disabled.
11170
11171 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11172
11173         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11174         an ID in the registry even if it has no groups.
11175
11176 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11177
11178         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11179         merge it into mm-decompress-buffer.
11180         (gnus-mime-copy-part): Use the MIME part charset, the value which
11181         a user specified or gnus-newsgroup-charset for decoding, like
11182         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11183         save-buffer what was used.  Suggested by Kevin Ryde
11184         <user42@zip.com.au>.
11185         (gnus-mime-inline-part): Allow the name parameter as well as the
11186         filename parameter; force decompressing of compressed data; always
11187         display contents being not decoded as unibyte.
11188
11189         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11190         as well as the filename parameter.
11191
11192         * mm-util.el (mm-decompress-buffer): Merge
11193         gnus-mime-jka-compr-maybe-uncompress.
11194         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11195         of compressed data.
11196
11197 2005-02-08  Simon Josefsson  <jas@extundo.com>
11198
11199         * imap.el (imap-log): Doc fix.
11200
11201 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11202
11203         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11204         the coding cookies; decompress compressed parts.
11205
11206         * mml.el (mml-generate-mime-1): Add the charset parameter according
11207         to the value which a user specified manually or the coding cookie.
11208
11209         * mm-util.el (mm-string-to-multibyte): New function.
11210         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11211         (mm-coding-system-to-mime-charset): New function.
11212         (mm-decompress-buffer): New function.
11213         (mm-find-buffer-file-coding-system): New function.
11214
11215         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11216         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11217         parts.
11218
11219 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11220
11221         * mm-view.el (mm-display-inline-fontify): Decode a part according
11222         to the charset parameter.
11223
11224 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11225
11226         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11227         prefix arg is neither nil nor a number, as info specifies.
11228
11229 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11230
11231         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11232         timestamps.
11233
11234 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11235
11236         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11237         groups error checking and notify user.
11238
11239 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11240
11241         * message.el (message-send-mail-function): Check existence of
11242         sendmail-program first before using default value
11243         `message-send-mail-with-sendmail'.  Otherwise use more generic
11244         `smtpmail-send-it'.
11245
11246 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11247
11248         * nntp.el (nntp-request-update-info): Always return nil.
11249
11250 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11251
11252         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11253
11254 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11255
11256         * message.el (message-beginning-of-line): Change the behavior when
11257         invoked between BOL and : so that it first moves backward.
11258
11259 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11260
11261         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11262         article buffer when editing of the article is discarded.
11263         (gnus-article-prepare): Revert.
11264
11265 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11266
11267         * gnus-art.el (gnus-article-prepare):
11268         Remove message-strip-forbidden-properties from the local hook.
11269
11270 2005-01-27  Simon Josefsson  <jas@extundo.com>
11271
11272         * password.el (password-cache-add): Only start one timer per key.
11273         Reported by Derek Atkins <warlord@MIT.EDU>.
11274
11275 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11276
11277         * run-at-time.el: Removed.  It is no longer needed as
11278         timer-funcs.el in the xemacs-base package has a working version of
11279         `run-at-time'.
11280
11281         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11282
11283         * password.el: Require timer-funcs instead of run-at-time in
11284         XEmacs.
11285         Remove `password-run-at-time' macro.
11286         (password-cache-add): Use `run-at-time' instead of
11287         `password-run-at-time'.
11288
11289         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11290         Remove `nnheader-cancel-function-timers' alias,
11291         `cancel-function-timers' exists in XEmacs in timer-funcs.
11292
11293         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11294         for `run-with-idle-timer'.
11295
11296         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11297         for `run-at-time'.
11298
11299         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11300         for `with-timeout'.
11301
11302         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11303         the same as for XEmacs 21.4.
11304         No need to ignore `run-with-idle-timer', this function exists in
11305         XEmacs now in timer-funcs.el in the xemacs-base package.
11306         (dgnushack-compile): No need to delete
11307         run-at-time.el from the list of files to compile because it
11308         doesn't exist anymore.
11309
11310 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11311
11312         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11313         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11314
11315 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11316
11317         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11318         sensitively.
11319
11320 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11321
11322         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11323
11324 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11325
11326         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11327         which will be inserted according to the multibyteness of a buffer
11328         rather than the type of contents.  Suggested by ARISAWA Akihiro
11329         <ari@mbf.ocn.ne.jp>.
11330
11331         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11332         of string which old xml.el may return rather than a string.
11333
11334 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11335
11336         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11337
11338 2005-01-16  Simon Josefsson  <jas@extundo.com>
11339
11340         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11341         idn/idna.el isn't available.
11342         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11343         <michael@waxrat.com>.
11344
11345         * hashcash.el: Remove non-FSF copyright header.
11346
11347         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11348         (hashcash-generate-payment): Use it.
11349         (hashcash-generate-payment-async): Use it.
11350
11351 2005-01-15  Simon Josefsson  <jas@extundo.com>
11352
11353         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11354         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11355
11356         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11357         gnus-summary-idna-message.
11358         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11359         (gnus-summary-idna-message): New function.
11360
11361 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11362
11363         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11364         gnus-novice-user.
11365
11366 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11367
11368         * nnrss.el (nnrss-request-delete-group): Delete entries in
11369         nnrss-group-alist as well.
11370         (nnrss-save-server-data): Insert newline.
11371
11372 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11373
11374         * gnus.el (gnus-user-agent): Use list of symbols instead of
11375         symbols.  Display full version number for (S)XEmacs.  Optionally
11376         display (S)XEmacs codename.
11377
11378         * gnus-util.el (gnus-emacs-version): Update for new
11379         `gnus-user-agent'.
11380
11381         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11382         Gnus version.
11383
11384 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11385
11386         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11387         which is unreadable in some setups.
11388
11389 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11390
11391         * gnus-spec.el (gnus-update-format-specifications): Flush the
11392         group format spec cache if it doesn't support decoded group names.
11393
11394 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11395
11396         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11397         Allow to apply decay on score files matching a regexp.
11398
11399 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11400
11401         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11402         compatibility in %g and %c.
11403
11404 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11405
11406         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11407         name for only %g and %c.
11408         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11409         of gnus-tmp-group to decoded group name.
11410         (gnus-group-make-rss-group): Exclude `/'s from group names.
11411
11412 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11413
11414         * nnrss.el (nnrss-get-encoding): Fix regexp.
11415
11416 2004-12-27  Simon Josefsson  <jas@extundo.com>
11417
11418         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11419         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11420         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11421
11422 2004-12-17  Kim F. Storm  <storm@cua.dk>
11423
11424         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11425
11426         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11427
11428 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11429
11430         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11431
11432 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11433
11434         * nnrss.el: Require rfc2047 and mml.
11435         (nnrss-file-coding-system): New variable.
11436         (nnrss-format-string): Redefine it as an inline function.
11437         (nnrss-decode-group-name): New function.
11438         (nnrss-string-as-multibyte): Remove.
11439         (nnrss-retrieve-headers): Decode group name; don't use
11440         nnrss-format-string.
11441         (nnrss-request-group): Decode group name.
11442         (nnrss-request-article): Decode group name; allow a Message-ID as
11443         well as an article number; don't use nnrss-format-string; encode a
11444         Message-ID string which may contain non-ASCII characters; use
11445         mml-to-mime to compose a MIME article.
11446         (nnrss-request-expire-articles): Decode group name.
11447         (nnrss-request-delete-group): Decode group name.
11448         (nnrss-fetch): Clarify error message.
11449         (nnrss-read-server-data): Use insert-file-contents instead of load;
11450         bind file-name-coding-system; use multibyte buffer.
11451         (nnrss-save-server-data): Bind coding-system-for-write to the
11452         value of nnrss-file-coding-system; bind file-name-coding-system;
11453         add coding cookie.
11454         (nnrss-read-group-data): Use insert-file-contents instead of load;
11455         bind file-name-coding-system; use multibyte buffer.
11456         (nnrss-save-group-data): Bind coding-system-for-write to the
11457         value of nnrss-file-coding-system; bind file-name-coding-system.
11458         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11459         make it work with non-ASCII text.
11460         (nnrss-find-el): Make it work with old xml.el as well.
11461
11462 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11463
11464         * nnrss.el (nnrss-get-encoding): New function.
11465         (nnrss-fetch): Use unibyte buffer initially; bind
11466         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11467         decode contents according to the encoding attribute.
11468         (nnrss-save-group-data): Add coding cookie.
11469         (nnrss-mime-encode-string): New function.
11470         (nnrss-check-group): Use it to encode subject and author.
11471
11472 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11473
11474         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11475         imaginary variable.
11476
11477 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11478
11479         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11480         correctly even if there are wide characters.
11481
11482 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11483
11484         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11485         downcased symbol names; make a new cache instead of reusing
11486         bbdb-hashtable.
11487
11488 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11489
11490         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11491         concatenating segments rather than before concatenating them.
11492         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11493
11494         * message.el (message-get-reply-headers): Bind `extra'.
11495
11496 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11497
11498         * message.el (message-extra-wide-headers): New variable.
11499         (message-get-reply-headers): Use it.
11500
11501 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11502
11503         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11504         (gnus-agent-group-pathname): Ditto.
11505
11506         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11507
11508         * gnus-group.el (gnus-group-make-group): Decode group name.
11509         (gnus-group-make-rss-group): Register the group data after opening
11510         the nnrss group.
11511
11512 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11513
11514         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11515         by expiry now get marked as read.
11516
11517 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11518
11519         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11520
11521 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11522
11523         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11524         unify Latin characters in XEmacs.
11525         (mm-find-mime-charset-region): Use it.
11526
11527 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11528
11529         * gnus-util.el (gnus-delete-directory): New function.
11530
11531         * gnus-agent.el (gnus-agent-delete-group): Use it.
11532
11533         * gnus-cache.el (gnus-cache-delete-group): Use it.
11534
11535 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11536
11537         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11538         names.
11539
11540 2004-12-16  Simon Josefsson  <jas@extundo.com>
11541
11542         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11543
11544 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11545
11546         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11547
11548         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11549         (gnus-group-set-current-level): Decode group name.
11550
11551 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11552
11553         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11554         failed.
11555
11556 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11557
11558         * gnus-group.el (gnus-group-delete-group): Decode group name.
11559         (gnus-group-make-rss-group): Encode group name.
11560         (gnus-group-catchup-current): Decode group name.
11561         (gnus-group-kill-group): Decode group name.
11562
11563 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11564
11565         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11566
11567 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11568
11569         * gnus-group.el (gnus-group-make-rss-group):
11570         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11571
11572         * gnus-start.el (gnus-setup-news): Honor user's setting to
11573         gnus-message-archive-method.  Suggested by Lute Kamstra
11574         <lute@gnu.org>.
11575
11576 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11577
11578         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11579         global counterparts of the buffer-local variables.
11580
11581 2004-11-16  Romain Francoise  <romain@orebokech.com>
11582
11583         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11584         counterparts of the buffer-local variables.
11585
11586 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11587
11588         * message.el (message-forbidden-properties): Fixed typo in doc
11589         string.
11590
11591 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11592
11593         * gnus-util.el (gnus-replace-in-string): Added doc string.
11594
11595         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11596         to avoid problems when splitting mails with many recipients.
11597
11598 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11599
11600         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11601         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11602
11603 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11604
11605         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11606         if there is no hashtable in memory or file modification time is
11607         newer than cached timestamp.
11608
11609 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11610
11611         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11612         not-matching option.
11613
11614 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11615
11616         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11617         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11618         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11619         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11620         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11621         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11622
11623 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11624
11625         * message.el (message-forward-make-body-mml): Remove headers
11626         according to message-forward-ignored-headers if a message is decoded.
11627
11628 2004-12-02  Romain Francoise  <romain@orebokech.com>
11629
11630         * message.el (message-forward-make-body-plain): Always remove
11631         headers according to message-forward-ignored-headers.
11632
11633 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11634
11635         * spam.el (spam-summary-prepare-exit): Remove the
11636         gnus-summary-limit pop for now, it has problems with ham marks for
11637         me.
11638
11639 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11640
11641         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11642         correctly.
11643
11644 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11645
11646         * format-spec.el (format-spec): Message the char.
11647
11648 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11649
11650         * gnus-art.el (gnus-split-methods): Reformat comments.
11651
11652         * spam.el (spam-summary-prepare-exit): Remove article limits
11653         before exiting the summary buffer.
11654
11655 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11656
11657         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11658         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11659
11660         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11661         order to silence the byte compiler.
11662
11663         * spam.el: Fix the way to silence the byte compiler, which
11664         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11665         bbdb-search-simple, spam-BBDB-register-routine,
11666         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11667         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11668         spam-stat-buffer-is-spam, spam-stat-load,
11669         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11670         spam-stat-save and spam-stat-split-fancy.
11671
11672 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11673
11674         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11675         which may confuse users.
11676         (canlock-password-for-verify): Ditto.
11677
11678         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11679
11680         * gnus-art.el (gnus-emphasis-alist): Ditto.
11681
11682         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11683
11684         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11685
11686         * gnus-start.el (gnus-save-killed-list): Ditto.
11687
11688         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11689         (gnus-sum-thread-tree-root): Ditto.
11690         (gnus-sum-thread-tree-false-root): Ditto.
11691         (gnus-sum-thread-tree-single-indent): Ditto.
11692
11693         * message.el (message-courtesy-message): Ditto.
11694         (message-archive-note): Ditto.
11695         (message-subscribed-address-file): Ditto.
11696         (message-user-fqdn): Ditto.
11697
11698         * spam-report.el (spam-report-gmane-regex): Ditto.
11699
11700         * spam.el (spam-blackhole-good-server-regex): Ditto.
11701
11702 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11703
11704         * mml.el (mml-preview): Widen the message buffer before copying
11705         the contents to the preview buffer; sort headers before previewing.
11706
11707         * message.el (message-hidden-headers): Fix the way to avoid a bug
11708         in the `repeat' widget in Emacs 21.3 or earlier.
11709
11710 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11711
11712         * message.el (message-hidden-headers): Default to "^References:".
11713         Improve customization type.  Suggested by Reiner Steib
11714         <Reiner.Steib@gmx.de>.
11715
11716 2004-11-25  Romain Francoise  <romain@orebokech.com>
11717
11718         * message.el (message-strip-forbidden-properties): Remove check for
11719         obsolete `message-hidden' text property, hidden headers are not
11720         accessible in the buffer anymore.
11721
11722 2004-11-22  Romain Francoise  <romain@orebokech.com>
11723
11724         * message.el (message-header-format-alist): Add `From' in list
11725         so that it can be sorted.
11726         (message-fix-before-sending): Widen and sort headers before
11727         sending.
11728         (message-hide-headers): Use narrowing to hide headers by moving
11729         them to the top of the buffer and narrowing to the region
11730         underneath.
11731
11732 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11733
11734         * message.el (message-strip-forbidden-properties): Bind
11735         buffer-read-only (etc) to nil.
11736
11737 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11738
11739         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11740         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11741
11742 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11743
11744         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11745
11746 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11747
11748         * dns.el (query-dns): Use sit-for to time instead of
11749         accept-process-output, since that doesn't seem to work on udp
11750         sockets.
11751
11752 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11753
11754         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11755
11756 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11757
11758         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11759         doc string.  Improve doc string.
11760
11761 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11762
11763         * nntp.el (nntp-request-update-info): Return nil if
11764         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11765         may not call gnus-activate-group which uselessly issues the GROUP
11766         commands for all nntp groups and wastes time.  Reported by Romain
11767         Francoise <romain@orebokech.com>.
11768
11769         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11770
11771 2004-11-15  Simon Josefsson  <jas@extundo.com>
11772
11773         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11774         headers separately.
11775         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11776         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11777
11778 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11779
11780         * gnus-start.el (gnus-convert-old-newsrc):
11781         Assign legacy-gnus-agent to 5.10.7.
11782
11783 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11784
11785         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11786         start of the lines.
11787
11788 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11789
11790         * hashcash.el (hashcash-default-payment): Change default to 20.
11791         (hashcash-default-accept-payment): Change default to 20.
11792         (hashcash-process-alist): New variable.
11793         (hashcash-generate-payment-async): Add.
11794         (hashcash-already-paid-p): Add.
11795         (hashcash-insert-payment): Don't generate payments twice.
11796         (hashcash-insert-payment-async): Add.
11797         (hashcash-insert-payment-async-2): Add.
11798         (hashcash-cancel-async): Add.
11799         (hashcash-wait-async): Add.
11800         (hashcash-processes-running-p): Add.
11801         (hashcash-wait-or-cancel): Add.
11802         (mail-add-payment): New optional argument.  Conditionally start
11803         asynchronous calculation.
11804         (mail-add-payment-async): Add.
11805
11806         * message.el (message-send-mail): Wait for asynchronous hashcash
11807         results.  Don't clobber existing X-Hashcash headers.
11808         (message-setup-1): Call mail-add-payment-async when
11809         message-generate-hashcash is non-nil.
11810
11811 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11812
11813         * message.el (message-use-alternative-email-as-from): Examine the
11814         From header as well; use message-make-from in order to include a
11815         user's full name.
11816
11817 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11818
11819         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11820         default; improve customization type.
11821         (gnus-emphasis-custom-with-format): New macro.
11822         (gnus-emphasis-custom-value-to-external): New function.
11823         (gnus-emphasis-custom-value-to-internal): New function.
11824
11825 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11826
11827         * dns.el (query-dns): Resolve reverse addresses.
11828
11829 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11830
11831         * gnus-group.el (gnus-group-get-new-news): Use it.
11832
11833         * gnus-start.el (gnus-check-reasonable-setup): New function.
11834
11835 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11836
11837         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11838         "Args out of range" error.  Reported by Arnaud Giersch
11839         <arnaud.giersch@free.fr>.
11840
11841 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11842
11843         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11844
11845 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11846
11847         * spam.el (spam group): Add :version.
11848
11849         * pgg-def.el (pgg group): Add :version.
11850
11851 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11852
11853         * gnus-art.el (gnus-article-edit-article): Don't associate the
11854         article buffer with a draft file.  This is a temporary measure
11855         against the 2004-08-22 change to gnus-article-edit-mode.
11856
11857 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11858
11859         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11860         (html2text-format-tags): Remove unused variable `attr'.
11861
11862 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11863
11864         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11865
11866         * tls.el (tls-process-connection-type, tls-success)
11867         (tls-certtool-program): Add :version.
11868
11869         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11870         (starttls-extra-arguments, starttls-process-connection-type)
11871         (starttls-connect, starttls-failure, starttls-success): Add :version.
11872
11873         * spam-stat.el (spam-stat): Add :version.
11874
11875         * sieve.el (sieve): Add :version.
11876
11877         * sha1.el (sha1): Add :version.
11878         (sha1-use-external): Remove redundant version.
11879
11880         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11881         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11882         (nnmail-split-fancy-match-partial-words)
11883         (nnmail-split-lowercase-expanded): Add :version.
11884
11885         * nndiary.el (nndiary): Add :version.
11886
11887         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11888
11889         * mml-sec.el (mml-default-sign-method)
11890         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11891         Add :version.
11892
11893         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11894
11895         * mm-url.el (mm-url-use-external, mm-url-program)
11896         (mm-url-arguments): Add :version.
11897
11898         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11899         (mm-attachment-file-modes, mm-decrypt-option)
11900         (mm-w3m-safe-url-regexp): Add :version.
11901
11902         * message.el (message-cite-prefix-regexp)
11903         (message-sendmail-envelope-from, message-minibuffer-local-map)
11904         (message-user-fqdn, message-completion-alist): Add :version.
11905
11906         * gnus-win.el (gnus-configure-windows-hook)
11907         (gnus-use-frames-on-any-display): Add :version.
11908
11909         * gnus-art.el (gnus-article-address-banner-alist)
11910         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11911         (gnus-treat-from-picon, gnus-treat-mail-picon)
11912         (gnus-treat-x-pgp-sig): Add :version.
11913
11914         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11915         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11916         (gnus-summary-article-delete-hook)
11917         (gnus-summary-display-while-building): Add :version.
11918
11919         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11920         (gnus-get-top-new-news-hook): Add :version.
11921
11922         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11923         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11924
11925         * gnus-registry.el (gnus-registry): Add :version.
11926
11927         * gnus-spec.el (gnus-use-correct-string-widths)
11928         (gnus-make-format-preserve-properties): Add :version.
11929
11930         * gnus.el (gnus-group-charter-alist)
11931         (gnus-group-fetch-control-use-browse-url)
11932         (gnus-install-group-spam-parameters): Add :version.
11933
11934         * gnus-diary.el (gnus-diary): Add :version.
11935
11936         * gnus-delay.el (gnus-delay): Add :version.
11937
11938         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11939         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11940         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11941         Add :version.
11942
11943         * gnus-agent.el (gnus-agent-max-fetch-size)
11944         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11945         (gnus-agent-prompt-send-queue): Add :version.
11946
11947         * deuglify.el (gnus-outlook-deuglify): Add :version.
11948
11949         * html2text.el: Beautify code.  Improve doc strings.  Some
11950         checkdoc cleanup.
11951         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11952
11953 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11954
11955         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11956
11957 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11958
11959         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11960         when package is loaded.
11961
11962         * spam.el (spam-summary-score-preferred-header): Add global preference
11963         for people who want to override the default SpamAssassin over
11964         Bogofilter preference (when both are set).
11965         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11966         (spam-user-format-function-S): Check
11967         spam-summary-score-preferred-header.
11968         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11969         (spam-user-format-function-S): Format the score correctly.
11970
11971 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11972
11973         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11974         signature file.  Suggested by Manoj Srivastava
11975         <srivasta@golden-gryphon.com>.
11976
11977         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11978         iso-2022-jp even in the Japanese language environment.
11979         Suggested by Jason Rumney <jasonr@gnu.org>.
11980
11981 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11982
11983         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11984         use the same characters as the dummy marks; make it free from
11985         getting affected by the language environment.
11986         (gnus-summary-read-group-1): Update mark positions only when the
11987         format spec is updated.
11988
11989         * gnus-spec.el (gnus-update-format-specifications): Return a list
11990         of updated types.
11991
11992 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11993
11994         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11995         of boundp to check if display-warning is available.
11996
11997 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11998
11999         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12000
12001 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12002
12003         * nnspool.el (nnspool-spool-directory): Use news-path if the
12004         news-directory variable is not bound.
12005
12006         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12007         function instead of display-warning if it is not available.
12008
12009 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12010
12011         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12012         v5-10: Use `point-at-bol'.
12013
12014 2004-10-26  Simon Josefsson  <jas@extundo.com>
12015
12016         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12017         <chenggao@gmail.com>.
12018
12019 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12020
12021         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12022         instead.
12023
12024 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12025
12026         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12027         to remove a server from the nnimap-server-buffer-alist.
12028         (nnimap-open-connection, nnimap-close-server): Use it.
12029
12030         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12031
12032 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12033
12034         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12035         running the major-mode function.
12036
12037 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12038
12039         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12040         dummy marks in the right way.
12041
12042 2004-10-18  David Edmondson  <dme@dme.org>
12043
12044         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12045         excessively.
12046
12047 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12048
12049         * gnus-util.el (gnus-split-references): Accept a nil references
12050         string and go on blissfully.
12051
12052         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12053         cases where the references string is non-nil but has no references.
12054
12055         * encrypt.el: Add autoload tags.
12056
12057         * spam.el (spam-resolve-registrations-routine): Remove article
12058         from unregistration list too.  Reported by David Hanak
12059         <dhanak@isis.vanderbilt.edu>
12060
12061 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12062
12063         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12064         nil.  Changed custom type.
12065
12066 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12067
12068         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12069
12070         * gnus-sum.el (gnus-summary-move-article): Use it.
12071
12072 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12073
12074         * encrypt.el: Add autoload cookies.
12075
12076         * spam.el (spam-backend-article-list-property)
12077         (spam-backend-get-article-todo-list)
12078         (spam-backend-put-article-todo-list)
12079         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12080         Resolve registrations separately.
12081         (spam-register-routine): Format comments.
12082         (spam-unregister-routine, spam-register-routine): Always call with
12083         specific-articles, no default list.
12084         (spam-summary-prepare-exit): Use the spam-classifications function.
12085
12086         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12087         gnus-encrypt.el.
12088
12089         * encrypt.el: Copied from gnus-encrypt.el.
12090
12091         * gnus-encrypt.el: Commented that it's obsolete.
12092
12093 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12094
12095         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12096         (gnus-score-save): Use it.
12097
12098         * message.el (message-bury): Use `window-dedicated-p'.
12099
12100 2004-10-15  Simon Josefsson  <jas@extundo.com>
12101
12102         * pop3.el (top-level): Don't require nnheader.
12103         (pop3-read-timeout): Add.
12104         (pop3-accept-process-output): Add.
12105         (pop3-read-response, pop3-retr): Use it.
12106
12107 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12108
12109         * spam.el (spam-register-routine): Move comment.
12110         (spam-verify-bogofilter): Use 'unknown for the initial
12111         spam-bogofilter-valid state, not 'never.
12112
12113         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12114         for netrc-machine.
12115
12116         * nnimap.el (nnimap-open-connection): Use
12117         netrc-machine-user-or-password.
12118
12119 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12120
12121         * gnus-registry.el (gnus-registry-unload-hook):
12122         Set as a variable with add-hook.
12123
12124         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12125         of news-path.
12126
12127         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12128
12129         * spam.el: Delete duplicate `provide'.
12130         (spam-unload-hook): Set as a variable with add-hook.
12131
12132 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12133
12134         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12135         in the doc string.
12136
12137         * message.el (message-ignored-news-headers)
12138         (message-ignored-supersedes-headers)
12139         (message-ignored-resent-headers)
12140         (message-forward-ignored-headers): Improve custom type.
12141
12142 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12143
12144         * message.el (message-tokenize-header): Fix 2004-09-06 change
12145         which used point-min in the wrong place.
12146
12147 2004-10-12  Simon Josefsson  <jas@extundo.com>
12148
12149         * tls.el (tls-certtool-program): New variable.
12150         (tls-certificate-information): New function, based on
12151         ssl-certificate-information.
12152
12153 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12154
12155         * compface.el: Move the version of ELisp-based uncompface program
12156         to the contrib directory because of the copyright problem.
12157
12158 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12159
12160         * message.el (message-kill-buffer): Raise the current frame.
12161
12162 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12163
12164         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12165
12166         * gnus.el (message-y-or-n-p): Autoload.
12167
12168         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12169         (pop3-password-required, pop3-authentication-scheme)
12170         (pop3-leave-mail-on-server): Made customizable.
12171         (pop3): New custom group.
12172         (pop3-retr): Remove `sleep-for' statements.
12173         Suggested by Dave Love <fx@gnu.org>.
12174
12175         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12176         Windows/DOS.
12177
12178         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12179         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12180         Dave Love <fx@gnu.org>.
12181
12182         * mml.el (mml-minibuffer-read-disposition): Require match.
12183         Suggested by Dave Love <fx@gnu.org>.
12184
12185 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12186
12187         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12188         doc string.
12189
12190 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12191
12192         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12193
12194 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12195
12196         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12197         instead of calling `mm-insert-inline', to decode text/* parts
12198         before displaying them.
12199
12200 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12201
12202         * mm-uu.el (mm-uu-text-plain-type): New variable.
12203         (mm-uu-pgp-signed-extract-1): Use it.
12204         (mm-uu-pgp-encrypted-extract-1): Use it.
12205         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12206         bind mm-uu-text-plain-type with that value.
12207         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12208         mm-uu-dissect.
12209
12210 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12211
12212         * gnus-group.el (gnus-update-group-mark-positions):
12213         * gnus-sum.el (gnus-update-summary-mark-positions):
12214         * message.el (message-check-news-body-syntax):
12215         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12216         of string-as-multibyte.
12217
12218 2004-10-05  Juri Linkov  <juri@jurta.org>
12219
12220         * gnus-group.el (gnus-update-group-mark-positions):
12221         * gnus-sum.el (gnus-update-summary-mark-positions):
12222         * message.el (message-check-news-body-syntax):
12223         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12224         8-bit unibyte values to a multibyte string for search functions.
12225
12226 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12227
12228         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12229         (mm-uu-dissect-text-parts): New function.
12230
12231         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12232         dissect text parts.
12233
12234         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12235         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12236
12237         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12238
12239         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12240         gnus-current-topics instead of gnus-current-topic.
12241
12242 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12243
12244         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12245
12246 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12247
12248         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12249         where approriate.
12250
12251         * nnml.el (nnml-generate-active-info): do.
12252
12253         * nndiary.el (nndiary-generate-active-info): do.
12254
12255         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12256         (gnus-topic-move): do.
12257
12258         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12259         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12260
12261         * gnus-srvr.el (gnus-server-prepare)
12262         (gnus-server-open-all-servers): do.
12263
12264         * gnus-msg.el (gnus-summary-cancel-article)
12265         (gnus-summary-resend-message)
12266         (gnus-summary-mail-crosspost-complaint): do.
12267
12268         * gnus-move.el (gnus-change-server): do.
12269
12270         * gnus-group.el (gnus-group-unmark-all-groups)
12271         (gnus-group-set-current-level): do.
12272
12273 2004-10-04  Simon Josefsson  <jas@extundo.com>
12274
12275         * message.el (message-generate-hashcash): Doc fix.
12276
12277 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12278
12279         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12280         avoid infinite recursion via gnus-get-function.
12281
12282 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12283
12284         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12285
12286         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12287
12288         * nnmail.el (nnmail-split-history): do.
12289
12290         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12291         (nnml-request-delete-group): do.
12292
12293         * nnslashdot.el (nnslashdot-read-groups): do.
12294
12295         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12296         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12297
12298         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12299         (nnspool-sift-nov-with-sed): Use last.
12300         (nnspool-retrieve-headers-with-nov): Use mapc.
12301         (nnspool-request-newgroups): Use dolist.
12302         (nnspool-request-group): Use last.
12303
12304         * nntp.el (nntp-read-server-type): Use dolist.
12305
12306         * nnvirtual.el (nnvirtual-create-mapping)
12307         (nnvirtual-update-read-and-marked): Use dolist.
12308         (nnvirtual-convert-headers): Simplify.
12309
12310 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12311
12312         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12313         support for sync'ing tick marks.
12314
12315 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12316
12317         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12318         there's no visible header.
12319
12320 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12321
12322         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12323         necessary, pass full group name to gnus-request-set-marks.
12324
12325 2004-10-01  Simon Josefsson  <jas@extundo.com>
12326
12327         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12328         acroread.
12329
12330 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12331
12332         * spam-report.el (spam-report-gmane): Fix interactive.
12333
12334         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12335
12336         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12337         when writing file.
12338         (gnus-agent-synchronize-flags): Don't default to being
12339         interactive.
12340
12341 2004-09-30  Simon Josefsson  <jas@extundo.com>
12342
12343         * message.el (message-generate-hashcash): Add.
12344         (message-send-mail): Use it, call mail-add-payment.
12345
12346 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12347
12348         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12349
12350 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12351
12352         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12353         gnus-requst-update-info with explicit code to sync the in-memory
12354         info read flags with the marks being sync'd to the backend.
12355
12356         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12357
12358 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12359
12360         * spam.el (spam-verify-bogofilter): Add new function.
12361         (spam-check-bogofilter)
12362         (spam-bogofilter-register-with-bogofilter): Use it.
12363         (spam-verify-bogofilter): Add small fixes.
12364
12365 2004-09-28  Simon Josefsson  <jas@extundo.com>
12366
12367         * hashcash.el (hashcash-generate-payment): Revert.
12368
12369 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12370
12371         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12372         gnus-extract-references instead of gnus-split-references.
12373
12374         * gnus-util.el (gnus-extract-references): Add new function, analogous
12375         to gnus-split-references but extracts only the message-ID without
12376         anything extra.
12377
12378         * hashcash.el (hashcash-generate-payment)
12379         (hashcash-check-payment): Do the right thing if hashcash-path is
12380         nil (because the hashcash program could not be found).
12381
12382         * spam.el (spam-use-hashcash): Remove comment.
12383
12384 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12385
12386         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12387         (gnus-cache-enter-article, gnus-cache-remove-article)
12388         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12389
12390         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12391
12392         * gnus-art.el (article-hide-boring-headers)
12393         (article-translate-strings, article-display-face)
12394         (gnus-article-mime-match-handle-first)
12395         (gnus-article-highlight-headers)
12396         (gnus-article-add-buttons-to-head): do.
12397
12398 2004-09-27  Simon Josefsson  <jas@extundo.com>
12399
12400         * hashcash.el: New version, from
12401         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12402         ../contrib/.
12403
12404 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12405
12406         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12407
12408 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12409
12410         * gnus-dup.el (gnus-dup-open): Use mapc.
12411         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12412
12413         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12414         Reported by Stefan Wiens <s.wi@gmx.net>.
12415
12416         * gnus.el (gnus-shutdown): Use dolist.
12417
12418         * gnus-undo.el (gnus-undo): Use mapc.
12419
12420         * nnrss.el (nnrss-generate-active): do.
12421
12422         * message.el (message-cite-original-without-signature)
12423         (message-cite-original): Use mapc.
12424         (message-do-actions, message-make-forward-subject): Use dolist.
12425
12426 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12427
12428         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12429         deletion to remove entire duplicate line.  Fixes merged article
12430         number bug.
12431
12432 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12433
12434         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12435         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12436         first ask if you want to open a server and then, even when you
12437         responded with no, asking if you want to synchronize the server's
12438         flags.
12439         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12440         multi-line expressions.
12441         (gnus-agent-synchronize-group-flags): New internal function.
12442         Updates marks in memory (in the info structure) AND in the
12443         backend.
12444
12445         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12446
12447         * nnagent.el (nnagent-request-set-mark): Use
12448         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12449         method, to ensure that synchronization updates marks in the
12450         backend and in the info (in memory) structure.
12451
12452 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12453
12454         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12455         convention fully; don't miss the root article of a thread; make
12456         the X-Draft-From header with correct article numbers.
12457
12458 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12459
12460         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12461         unless plugged.  Disable the agent so that an open failure causes
12462         an error.
12463
12464         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12465         Reverted 2004-09-21 change.  The backend must be opened while
12466         synchronizing flags even when the backend stores the flags
12467         locally.
12468
12469 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12470
12471         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12472         in `header' match.  Reported by Svend Tollak Munkejord.
12473
12474         * message.el (message-cite-original): Fix use of
12475         `message-cite-articles-with-x-no-archive'.
12476
12477 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12478
12479         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12480         (gnus-window-to-buffer): Ditto.
12481
12482         * mml.el (mml-preview-buffer): New variable.
12483         (mml-preview): Manage window layout with gnus-buffer-configuration.
12484
12485         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12486         X-Draft-From header even if those articles aren't quoted.
12487
12488 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12489
12490         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12491         (gnus-request-set-mark, gnus-request-update-mark): Use new
12492         g-s-t-u-l-m to decide to use backend even when unplugged.
12493
12494 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12495
12496         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12497         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12498
12499 2004-09-20  Simon Josefsson  <jas@extundo.com>
12500
12501         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12502         "utf-16-le".
12503
12504 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12505
12506         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12507
12508 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12509
12510         * uudecode.el (uudecode-use-external): Add :version.
12511
12512         * smime.el (smime-CA-file, smime-encrypt-cipher)
12513         (smime-dns-server): Add :version.
12514
12515         * smiley.el (gnus-smiley-file-types): Add :version.
12516
12517         * sha1.el (sha1-use-external): Add :version.
12518
12519         * pgg-def.el (pgg-query-keyserver): Add :version.
12520
12521         * nnmail.el (nnmail-fancy-expiry-targets)
12522         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12523         Add :version.
12524
12525         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12526         (nnimap-retrieve-groups-asynchronous): Add :version.
12527         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12528
12529         * mml.el (mml-content-disposition-parameters)
12530         (mml-insert-mime-headers-always): Add :version.
12531
12532         * mm-util.el (mm-coding-system-priorities): Add :version.
12533
12534         * mm-decode.el (mm-inline-text-html-with-images)
12535         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12536         (mm-verify-option): Add :version.
12537         (mm-text-html-renderer): Change :version.
12538
12539         * message.el (message-fcc-externalize-attachments)
12540         (message-required-headers, message-draft-headers)
12541         (message-subject-trailing-was-query)
12542         (message-subject-trailing-was-ask-regexp)
12543         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12544         (message-mark-insert-end, message-archive-header)
12545         (message-archive-note, message-cross-post-default)
12546         (message-cross-post-note, message-followup-to-note)
12547         (message-cross-post-note-function, message-use-mail-followup-to)
12548         (message-subscribed-address-functions)
12549         (message-subscribed-address-file, message-subscribed-addresses)
12550         (message-subscribed-regexps, message-allow-no-recipients)
12551         (message-yank-cited-prefix, message-signature-insert-empty-line)
12552         (message-hidden-headers, message-hierarchical-addresses)
12553         (message-mail-user-agent, message-use-idna)
12554         (message-valid-fqdn-regexp)
12555         (message-strip-special-text-properties, message-header-synonyms)
12556         (message-beginning-of-line, message-tab-body-function): Add :version.
12557         (message-insert-canlock, message-wide-reply-confirm-recipients):
12558         Change :version.
12559
12560         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12561         and :version.
12562         (mail-source-delete-old-incoming-confirm)
12563         (mail-source-movemail-program): Add :version.
12564
12565         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12566         (gnus-agent-cache, gnus-agent): Change :version.
12567
12568         * gnus-util.el (gnus-use-byte-compile): Change :version.
12569
12570         * gnus-sum.el (gnus-summary-make-false-root-always)
12571         (gnus-summary-default-high-score)
12572         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12573         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12574         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12575         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12576         (gnus-sum-thread-tree-single-indent)
12577         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12578         (gnus-sum-thread-tree-leaf-with-other)
12579         (gnus-sum-thread-tree-single-leaf): Add :version.
12580         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12581         (gnus-article-loose-mime): Change :version.
12582
12583         * gnus-start.el (gnus-backup-startup-file)
12584         (gnus-save-startup-file-via-temp-buffer): Add :version.
12585
12586         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12587         (gnus-server-offline-face): Add :version.
12588
12589         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12590
12591         * gnus-msg.el (gnus-gcc-externalize-attachments)
12592         (gnus-debug-files, gnus-debug-exclude-variables)
12593         (gnus-discouraged-post-methods): Change :version.
12594         (gnus-confirm-mail-reply-to-news)
12595         (gnus-confirm-treat-mail-like-news): Add :version.
12596
12597         * gnus-int.el (gnus-server-unopen-status): Add :version.
12598
12599         * gnus-group.el (gnus-group-jump-to-group-prompt)
12600         (gnus-large-ephemeral-newsgroup)
12601         (gnus-fetch-old-ephemeral-headers): Add :version.
12602
12603         * gnus-fun.el (gnus-x-face-directory)
12604         (gnus-convert-pbm-to-x-face-command)
12605         (gnus-convert-image-to-x-face-command)
12606         (gnus-convert-image-to-face-command): Add :version.
12607
12608         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12609
12610         * gnus-cite.el (gnus-cite-blank-line-after-header)
12611         (gnus-article-boring-faces): Add :version.
12612
12613         * gnus-art.el (gnus-buttonized-mime-types)
12614         (gnus-inhibit-mime-unbuttonizing)
12615         (gnus-treat-display-face)
12616         (gnus-treat-body-boundary): Change :version.
12617         (gnus-body-boundary-delimiter, gnus-picon-databases)
12618         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12619         (gnus-treat-date-english, gnus-treat-fold-headers)
12620         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12621         (gnus-treat-mail-picon, gnus-treat-wash-html)
12622         (gnus-article-encrypt-protocol)
12623         (gnus-use-idna, gnus-article-over-scroll)
12624         (gnus-mime-display-multipart-alternative-as-mixed)
12625         (gnus-mime-display-multipart-related-as-mixed)
12626         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12627         (gnus-ctan-url, gnus-button-ctan-handler)
12628         (gnus-button-handle-ctan-bogus-regexp)
12629         (gnus-button-ctan-directory-regexp)
12630         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12631         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12632         (gnus-button-man-level, gnus-button-emacs-level)
12633         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12634
12635         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12636         (gnus-agent-go-online): Change :version.
12637         (gnus-agent-expire-unagentized-dirs)
12638         (gnus-agent-auto-agentize-methods): Add :version.
12639
12640         * flow-fill.el (fill-flowed-display-column)
12641         (fill-flowed-encode-column): Add :version.
12642
12643         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12644         (gnus-outlook-deuglify-unwrap-max)
12645         (gnus-outlook-deuglify-cite-marks)
12646         (gnus-outlook-deuglify-unwrap-stop-chars)
12647         (gnus-outlook-deuglify-no-wrap-chars)
12648         (gnus-outlook-deuglify-attrib-cut-regexp)
12649         (gnus-outlook-deuglify-attrib-verb-regexp)
12650         (gnus-outlook-deuglify-attrib-end-regexp)
12651         (gnus-outlook-display-hook): Add :version.
12652
12653         * binhex.el (binhex-use-external): Add :version.
12654
12655 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12656
12657         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12658         and `invisible'.
12659
12660 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12661
12662         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12663         in gnus-registry-trim.
12664
12665 2004-09-13  Simon Josefsson  <jas@extundo.com>
12666
12667         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12668
12669         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12670
12671         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12672         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12673         <yamaoka@jpl.org>.
12674         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12675         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12676         <yamaoka@jpl.org>.
12677
12678         * sieve.el (sieve-manage-mode): Ditto.
12679
12680 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12681
12682         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12683
12684 2004-09-11  Simon Josefsson  <jas@extundo.com>
12685
12686         * dns-mode.el: Add.
12687
12688         * mm-view.el (mm-display-dns-inline): Add.
12689
12690         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12691         (mm-automatic-display): Ditto.
12692
12693         * mailcap.el (mailcap-mime-data): Add text/dns.
12694         (mailcap-mime-extensions): Map .soa to text/dns.
12695
12696 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12697
12698         * gnus-art.el (article-decode-mime-words, article-babel)
12699         (gnus-article-highlight-signature, gnus-article-add-buttons)
12700         (gnus-signature-toggle): Remove unnecessary bindings of
12701         `inhibit-read-only' inherited from v5.10 merge.
12702
12703 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12704
12705         * nntp.el (nntp): New customization group.
12706         (nntp-authinfo-file): Add customization group.
12707
12708         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12709
12710         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12711
12712         * gnus.el (to-address, to-list, subscribed)
12713         (large-newsgroup-initial): Ditto.
12714
12715         * flow-fill.el (fill-flowed-display-column)
12716         (fill-flowed-encode-column): Ditto.
12717
12718 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12719
12720         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12721         Use point-min rather than 1.
12722         (message-send-mail): Use buffer-size rather than point-max.
12723
12724         * gnus-sum.el (gnus-summary-search-article-forward):
12725         Signal a specific `search-failed' rather than a generic `error'.
12726
12727         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12728         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12729         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12730
12731 2004-09-10  Simon Josefsson  <jas@extundo.com>
12732
12733         * nndb.el (require): Remove tcp and duplicate cl.
12734
12735 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12736
12737         * gnus-agent.el (directory-files-and-attributes): Move forward.
12738
12739 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12740
12741         * gnus-agent.el (directory-files-and-attributes): Optionally
12742         defined to support XEmacs.
12743
12744 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12745
12746         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12747         to avoid run-time CL dependencies.
12748         (gnus-agent-unfetch-articles): New function.
12749         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12750         article numbers even when local .overview file is missing.
12751         (gnus-agent-read-article-number): New function.  Only accepts
12752         27-bit article numbers.
12753         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12754         gnus-agent-read-article-number.
12755         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12756         from backend while recognizing that article numbers in .overview
12757         must be valid.
12758         (gnus-agent-update-files-total-fetched-for): Use
12759         directory-files-and-attributes to improve performance.
12760         * gnus-int.el (gnus-request-move-article): Use
12761         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12762         improve performance.
12763
12764         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12765         some users confused by references to .newsrc when they only have a
12766         .newsrc.eld file.
12767         (gnus-convert-mark-converter-prompt)
12768         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12769         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12770         New function.  Used internally to only display 'gnus converting
12771         files' message when actually necessary.
12772
12773         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12774         methods now autoloaded.
12775
12776 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12777
12778         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12779         identifiers.
12780
12781 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12782
12783         * gnus-picon.el: Fix indentation and closing parenthesis.
12784
12785 2004-09-01  Simon Josefsson  <jas@extundo.com>
12786
12787         * message.el (message-canlock-generate): Require sha1, not
12788         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12789         to require within a function.  Sadly, if sha1.el isn't loaded, the
12790         let binding in m-c-g will hide the defcustom definition, which is
12791         bad.)
12792
12793         * canlock.el: Require sha1, not sha1-el.
12794
12795         * message.el: Don't autoload sha1 (there is a autoload cookie in
12796         sha1.el).
12797
12798         * sha1-el.el: Renamed to sha1.el.
12799
12800 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12801
12802         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12803
12804 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12805
12806         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12807
12808 2004-08-30  Kim F. Storm  <storm@cua.dk>
12809
12810         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12811
12812         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12813         Add :group 'nnimap.
12814
12815 2004-08-30  Andreas Schwab  <schwab@suse.de>
12816
12817         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12818         ?* and ?\;.
12819
12820         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12821         and ?\' to symbol instead of whitespace.
12822
12823 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12824
12825         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12826
12827         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12828         instead of re-search-forward.
12829
12830         * gnus-uu.el (gnus-uu-save-article): Ditto.
12831         (gnus-uu-post-encode-uuencode): Ditto.
12832
12833         * html2text.el (html2text-clean-list-items): Ditto.
12834         (html2text-clean-dtdd): Ditto.
12835         (html2text-format-tags): Ditto.
12836
12837         * message.el (message-send-mail-with-sendmail): Fix regexp.
12838         (message-fill-field-general): Use search-forward instead of
12839         re-search-forward.
12840         (unbold-region): Ditto.
12841
12842         * nnrss.el (nnrss-request-article): Ditto.
12843
12844         * nnslashdot.el (nnslashdot-request-article): Ditto.
12845
12846         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12847
12848         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12849         "Unrecognized menu descriptor" error in XEmacs.
12850
12851 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12852
12853         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12854         parent article of a sparse article in the thread hashtb.
12855
12856 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12857
12858         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12859         (nnmail-expand-newtext): Lowercase expanded entries if
12860         nnmail-split-lowercase-expanded is non-nil.
12861
12862 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12863
12864         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12865
12866         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12867         of gnus-tmp-news-method into string under XEmacs.  It will be
12868         passed to gnus-correct-length which takes only a string argument.
12869
12870 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12871
12872         * gnus-util.el (gnus-bind-print-variables): New macro.
12873         (gnus-prin1): Use it.
12874         (gnus-prin1-to-string): Use it.
12875         (gnus-pp): New function.
12876         (gnus-pp-to-string): New function.
12877
12878         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12879         Replace pp-to-string with gnus-pp-to-string.
12880         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12881         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12882         * gnus-msg.el (gnus-debug): Ditto.
12883         * gnus-score.el (gnus-score-save): Ditto.
12884         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12885         gnus-pp-to-string.
12886         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12887         with gnus-pp.
12888         * score-mode.el (gnus-score-pretty-print): Ditto.
12889         * webmail.el (webmail-debug): Ditto.
12890
12891 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12892
12893         * gnus-art.el (article-display-face, article-display-x-face):
12894         Use buffer-read-only.
12895
12896 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12897
12898         * gnus-art.el (article-hide-list-identifiers):
12899         Bind inhibit-read-only as t.
12900
12901 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12902
12903         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12904
12905 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12906
12907         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12908         (gnus-narrow-to-page): Don't assume point-min == 1.
12909         (gnus-article-edit-mode): Derive from message-mode.
12910
12911         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12912         point-min == 1.
12913
12914         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12915         Disable incorrect use of `assert'.
12916
12917         * message.el (message-mode): Set comment-start-skip.
12918
12919
12920 2004-08-22  Sam Steingold  <sds@gnu.org>
12921
12922         * pop3.el (pop3-leave-mail-on-server): New user variable.
12923         (pop3-movemail): Delete mail only when it is nil.
12924
12925 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12926
12927         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12928
12929         * mml.el (mml-preview): Use `pop-to-buffer'.
12930
12931         * message.el (message-goto-mail-followup-to): Insert after "To".
12932         (message-carefully-insert-headers): Add comment.
12933
12934         * gnus.el: Remove unused variable `gnus-article-check-size'.
12935
12936         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12937
12938         * gnus-art.el (gnus-button-alist): Improve
12939         `gnus-button-handle-library' entry.
12940
12941 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12942
12943         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12944         downcase, since XEmacs capitalizes error messages differently.
12945
12946 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12947
12948         * nntp.el: Add (require 'gnus) due to reference to
12949         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12950
12951 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12952
12953         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12954         `mm-fill-flowed'.
12955
12956         * mm-decode.el (mm-dissect-singlepart): Check it.
12957
12958 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12959
12960         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12961         'imap' for netrc parsing.
12962
12963 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12964
12965         * mailcap.el (mailcap-mime-data): Mark as risky.
12966
12967 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12968
12969         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12970         may be included in the encoded word.
12971         (rfc2047-encode): Don't append a space if the encoded word
12972         includes close parenthesis.
12973
12974 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12975
12976         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12977         of text within parentheses.
12978
12979 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12980
12981         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12982         (gnus-encrypt-write-file-contents): Make the password key the file
12983         name PLUS the cipher, not just the cipher.  Also remove failed
12984         passwords from the cache.
12985
12986 2004-08-06  Simon Josefsson  <jas@extundo.com>
12987
12988         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12989         fix.
12990
12991 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12992
12993         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12994         LWSP.
12995
12996 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12997
12998         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12999         to append in-reply-to: data to the references: header.
13000
13001         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13002         (netrc-parse): Use gnus-encrypt.el functions.
13003
13004         * gnus-encrypt.el: Add new file for encryption support; currently
13005         does only a few GPG ciphers and an internal XOR cipher.
13006
13007         * password.el: Add comments on using password-read-and-add.
13008         (password-read-and-add): Add function to read and add the
13009         password to the cache at once.
13010
13011 2004-07-28  Simon Josefsson  <jas@extundo.com>
13012
13013         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13014         parameter (but don't use it, for now).
13015
13016         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13017         instead of hard coding to nil.
13018
13019 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13020
13021         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13022         as mm-inline-image-xemacs does.
13023
13024 2004-07-26  Simon Josefsson  <jas@extundo.com>
13025
13026         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13027         Revert part of 2004-07-17 change below.
13028
13029 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13030
13031         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13032         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13033
13034 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13035
13036         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13037         quotes that actually start with ">" at the beginning of the
13038         lines.
13039
13040 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13041
13042         * rfc2047.el (rfc2047-encode-region): Fix last change.
13043         (rfc2047-encode-parameter): Remove useless concat.
13044
13045 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13046
13047         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13048         encode special characters; fix some kind of misconfigured headers;
13049         signal a real error if debug-on-quit or debug-on-error is non-nil.
13050         (rfc2047-encode-max-chars): New variable.
13051         (rfc2047-encode-1): Use it.
13052         (rfc2047-encode-parameter): New function.
13053
13054         * mml.el (mml-insert-parameter): Remove an excessive space.
13055
13056 2004-07-17  Simon Josefsson  <jas@extundo.com>
13057
13058         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13059         Kai Grossjohann <kai@emptydomain.de>.
13060         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13061         (gnus-group-make-menu-bar): Ditto.
13062
13063         * gnus-util.el (gnus-group-server): Add.
13064
13065 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13066
13067         * message.el (message-clone-locals): Clone sendmail and smtp
13068         variables.
13069
13070 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13071
13072         * rfc2047.el (rfc2047-encode-region): Fix last change.
13073
13074 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13075
13076         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13077         characters as non-special.
13078
13079 2004-07-09  Simon Josefsson  <jas@extundo.com>
13080
13081         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13082         Users will lose all flag changes made while unplugged with
13083         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13084         good default.  See numerous reports on ding mailing list.
13085
13086 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13087
13088         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13089         add generate-head-function and generate-article-function to the
13090         rfc822-forward entry.
13091         (nndoc-rfc822-forward-generate-article): New function.
13092         (nndoc-rfc822-forward-generate-head): New function.
13093
13094         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13095
13096 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13097
13098         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13099         respect display group parameter and gnus-summary-expunge-below.
13100         (gnus-articles-to-read): Remove unused reference to display group
13101         parameter.
13102
13103 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13104
13105         * nnheader.el (nnheader-uniquify-message-id): New experimental
13106         variable.
13107         (nnheader-nov-read-message-id): Use it.
13108
13109         * spam-report.el (spam-report-gmane): Add interactive.
13110
13111 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13112
13113         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13114         qp-or-base64 for the application/* types.
13115
13116 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13117
13118         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13119
13120 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13121
13122         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13123         trim value.
13124
13125 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13126
13127         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13128         New macro and function.
13129         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13130
13131 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13132
13133         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13134         after-load-alist.
13135
13136 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13137
13138         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13139         update info that isn't there.
13140
13141 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13142
13143         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13144         entry.
13145
13146 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13147
13148         * mm-view.el (mm-inline-render-with-function): Use multibyte
13149         buffer; decode html source by charset.
13150
13151         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13152
13153         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13154         Mule-UCS is loaded under XEmacs.
13155         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13156
13157 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13158
13159         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13160
13161 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13162
13163         * mm-util.el (mm-coding-system-p): Return a coding-system.
13164         (mm-mime-mule-charset-alist): Use shift_jis instead of
13165         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13166         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13167         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13168         instead of japanese-shift-jis and iso-latin-1 respectively in
13169         order to share the default value with both Emacs and XEmacs-mule.
13170         (mm-mule-charset-to-mime-charset): Make
13171         mm-coding-system-priorities effective.
13172         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13173         while predicating of candidates upon the priorities.
13174
13175 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13176
13177         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13178         gnus-uu-invert-processable.
13179
13180         * gnus.el: Autoload gnus-uu-invert-processable.
13181
13182 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13183
13184         * mm-util.el (mm-with-multibyte-buffer): New macro.
13185
13186         * rfc2047.el (rfc2047-encode-string): Use it.
13187         (rfc2047-encode-region): Move point to the end of the region after
13188         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13189
13190 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13191
13192         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13193         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13194
13195 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13196
13197         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13198         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13199         Karl Chen <quarl@nospam.quarl.org>.
13200
13201 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13202
13203         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13204         invalid addresses.
13205
13206 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13207
13208         * spam.el: Change section markers, revise TODO list.
13209         (spam-backends): Make new master list of all installed backends.
13210         (spam-summary-exit-behavior): Add new variable to determine how
13211         messages moves are done at summary exit.
13212         (spam-move-spam-nonspam-groups-only)
13213         (spam-process-ham-in-nonham-groups)
13214         (spam-process-ham-in-spam-groups): Remove variables, the
13215         spam-summary-exit-behavior variable should be used to manage this
13216         behavior.
13217         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13218         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13219         and spam-old-spam-articles.
13220         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13221         Add empty variables, placeholders for the backends they represent.
13222         (spam-set-difference): Move, unchanged.
13223         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13224         unless the user has a processor variable.
13225         (spam-classifications, spam-classification-valid-p)
13226         (spam-backend-properties, spam-backend-property-valid-p)
13227         (spam-backend-function-type-valid-p)
13228         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13229         (spam-report-articles-gmane, spam-report-articles-resend):
13230         Remove functions, they are not needed.
13231         (spam-install-backend-super, spam-backend-list)
13232         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13233         (spam-backend-function, spam-backend-ham-registration-function)
13234         (spam-backend-spam-registration-function)
13235         (spam-backend-ham-unregistration-function)
13236         (spam-backend-spam-unregistration-function)
13237         (spam-backend-statistical-p, spam-backend-mover-p)
13238         (spam-install-backend-alias, spam-install-checkonly-backend)
13239         (spam-install-mover-backend, spam-install-nocheck-backend)
13240         (spam-install-backend, spam-install-statistical-backend)
13241         (spam-install-statistical-checkonly-backend): Add backend installation
13242         support.
13243         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13244         (spam-group-processor-p): Use the new backend code and respect the
13245         summary exit behavior.
13246         (spam-mark-spam-as-expired-and-move-routine): Remove.
13247         (spam-summary-prepare): Change to use the new spam-old-articles
13248         variable.
13249         (spam-copy-or-move-routine, spam-copy-spam-routine)
13250         (spam-move-spam-routine, spam-copy-ham-routine)
13251         (spam-move-ham-routine): Add code to copy/move ham or spam.
13252         (spam-fetch-field-fast): Improve doc and code, plus allow the
13253         'number request.
13254         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13255         variables.
13256         (spam-split, spam-find-spam): Use the new backend code.
13257         (spam-registration-functions): Remove variable.
13258         (spam-unregister-routine): Add convenience wrapper.
13259         (spam-log-undo-registration, spam-register-routine)
13260         (spam-log-processing-to-registry)
13261         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13262         where possible.
13263         (spam-check-gmane-xref, spam-check-regex-headers)
13264         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13265         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13266         (spam-check-bogofilter-headers, spam-check-spamoracle)
13267         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13268         (spam-check-crm114-headers): Use the spam-split-group that
13269         spam-split prepares, no need to determine it every time.
13270
13271         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13272         to the nnheader-parse-naked-head call.
13273
13274         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13275
13276         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13277         the nnheader-nov-read-message-id call.
13278
13279 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13280
13281         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13282         gnus-activate-group twice.  Suggested by Markus Peter
13283         <warp@spin.de>.
13284
13285 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13286
13287         * gnus-art.el (gnus-article-time-format): Exchange the order of
13288         day and month in the default value; fix customization type.
13289         (article-date-ut): Use add-text-properties.
13290         (article-make-date-line): Use message-make-date instead of
13291         current-time-string.
13292
13293         * message.el (message-fetch-field): Don't use set-text-properties.
13294         (message-make-date): Simplify.
13295
13296         * messagexmas.el (message-xmas-make-date): New function.
13297         (message-xmas-redefine): Defalias message-make-date to it.
13298
13299 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13300
13301         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13302         (rfc2047-encode-region): Treat text within parentheses as special;
13303         show the original text when error has occurred.
13304
13305         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13306         already-computed method to gnus-activate-group.
13307
13308         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13309         same select-methods identical Lisp objects.
13310
13311         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13312         object when modifying the info.
13313
13314 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13315
13316         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13317         gnus-opened-servers since it has never been opened with the new
13318         configuration yet.
13319
13320 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13321
13322         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13323         arg to nnheader-generate-fake-message-id.
13324
13325 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13326
13327         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13328         number and build a fake message ID localized to a group and
13329         article number (so it's repeatable from that point on).
13330         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13331         ID format.
13332
13333         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13334         nnheader-generate-fake-message-id with the article number.
13335
13336 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13337
13338         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13339         end-of-buffer.
13340
13341 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13342
13343         * message.el (message-ignored-supersedes-headers): Add Approved.
13344
13345 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13346
13347         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13348         goto-char.
13349         (rfc2047-encode): Fold the line before encoding.
13350
13351 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13352
13353         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13354         folding -- not all headers can be folded, and this should be done
13355         by the message composition mode.  Probably.  I think.
13356
13357 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13358
13359         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13360         fast.
13361
13362         * gnus-ems.el (gnus-remove-image): Don't use
13363         message-text-with-property; remove only the image found first.
13364
13365         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13366         found first.
13367
13368 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13369
13370         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13371
13372 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13373
13374         * message.el (message-text-with-property): Make it fast and accept
13375         optional arguments.
13376         (message-strip-forbidden-properties): Use it.
13377         (message-fix-before-sending): Follow the m-t-w-p change.
13378
13379         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13380
13381 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13382
13383         * gnus-art.el (article-hide-headers): Don't change the buffer
13384         mistakenly when performing mml-preview even if
13385         gnus-single-article-buffer is nil.
13386
13387 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13388
13389         * message.el (message-expand-name-databases): New user option.
13390         (message-expand-name): Use it.
13391
13392 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13393
13394         * spam.el (spam-report-articles-resend)
13395         (spam-report-resend-register-routine): Allow ham reporting.
13396         (spam-report-resend-register-ham-routine): Add wrapper.
13397         (spam-registration-functions): Add ham resending functions.
13398         (spam-list-of-processors): Add ham resend processor.
13399
13400         * gnus.el (ham-resend-to): Add new group parameter.
13401         (spam-process): Add ham resend option.
13402
13403         * spam-report.el (spam-report-resend): Allow reporting ham.
13404         (spam-report-resend-ham): Add wrapper.
13405
13406 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13407
13408         * message.el (message-cite-articles-with-x-no-archive): New
13409         variable.
13410         (message-cite-original): Use it.
13411
13412 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13413
13414         * message.el (message-cite-original): Respect X-No-Archive.
13415
13416 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13417
13418         * gnus-art.el (article-hide-headers): Refer to the values for
13419         gnus-ignored-headers and gnus-visible-headers in the summary
13420         buffer since a user may have set them as group parameters.
13421
13422 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13423
13424         * assistant.el (assistant-node-name): Add convenience function.
13425         (assistant-render-text, assistant-render-node): Add error handling,
13426         plus handle multiple next nodes.
13427         (assistant-find-next-node): Comment out for now.
13428         (assistant-find-next-nodes): Add function, returns list of next
13429         nodes.
13430
13431 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13432
13433         * mail-source.el (mail-source-directory): Fix doc-string.
13434
13435 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13436
13437         * assistant.el (assistant-render-text, assistant-eval): Add :set
13438         widget type, which is different because it takes and returns a
13439         list.  Much hilarity ensues.
13440
13441 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13442
13443         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13444
13445         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13446         doc-string.
13447
13448         * gnus-start.el (gnus-activate-group): Added doc-string.
13449
13450 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13451
13452         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13453
13454 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13455
13456         * assistant.el (assistant-render-text): Try to add a :set
13457         widget, more to come.
13458
13459         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13460         strings.
13461         (spam-report-articles-resend)
13462         (spam-register-routine): Do registration iff any articles warrant
13463         it.
13464         (spam-summary-prepare-exit): Change log message for nil group
13465         destinations.
13466
13467 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13468
13469         * spam.el (spam-report-resend-register-routine): Allow
13470         spam-report-resend-to to be a group parameter or a global value.
13471
13472 2004-05-26  Simon Josefsson  <jas@extundo.com>
13473
13474         * starttls.el: Merge with my GNUTLS based starttls.el.
13475         (starttls-gnutls-program, starttls-use-gnutls)
13476         (starttls-extra-arguments, starttls-process-connection-type)
13477         (starttls-connect, starttls-failure, starttls-success): New
13478         variables.
13479         (starttls-program, starttls-extra-args): Doc fix.
13480         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13481         functions.
13482         (starttls-negotiate, starttls-open-stream): Check
13483         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13484         function if it is set.
13485
13486 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13487
13488         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13489         structured fields.
13490
13491 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13492
13493         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13494
13495 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13496
13497         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13498         variable.
13499         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13500         assigning the spam-mark to new messages.
13501
13502 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13503
13504         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13505
13506 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13507
13508         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13509
13510         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13511         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13512         default.
13513
13514 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13515
13516         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13517         correct data.
13518
13519 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13520
13521         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13522         (spam-group-processor-p): Fix function.
13523         (spam-group-processor-multiple-p)
13524         (spam-group-spam-processor-report-gmane-p)
13525         (spam-group-spam-processor-report-resend-p)
13526         (spam-group-spam-processor-bogofilter-p)
13527         (spam-group-spam-processor-blacklist-p)
13528         (spam-group-spam-processor-ifile-p)
13529         (spam-group-ham-processor-ifile-p)
13530         (spam-group-spam-processor-spamoracle-p)
13531         (spam-group-spam-processor-crm114-p)
13532         (spam-group-ham-processor-bogofilter-p)
13533         (spam-group-spam-processor-stat-p)
13534         (spam-group-ham-processor-stat-p)
13535         (spam-group-ham-processor-whitelist-p)
13536         (spam-group-ham-processor-BBDB-p)
13537         (spam-group-ham-processor-spamoracle-p)
13538         (spam-group-ham-processor-copy-p): Remove functions with some
13539         prejudice against unneeded code.
13540         (spam-report-articles-resend)
13541         (spam-report-resend-register-routine): Allow the group/topic
13542         spam-resend-to value to override spam-report-resend-to.
13543         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13544         properly now.
13545
13546         * gnus.el (spam-resend-to): Add group/topic parameter.
13547         (spam-process): Move the OBSOLETE processors to the end of the
13548         choices.
13549
13550 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13551
13552         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13553         with resend-to set to nil, and then ask the user if necessary.
13554         (spam-report-resend): spam-report-resend takes a list of articles, not
13555         separate article numbers.
13556
13557 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13558
13559         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13560         addition to emacs-w3m.
13561
13562 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13563
13564         * assistant.el (assistant-authinfo-data): New function.
13565         (assistant-eval): Eval for entire assistant.
13566
13567         * netrc.el (netrc-services-file): New variable.
13568         (netrc-parse-services): New function.
13569         (netrc-find-service-name): New function.
13570         (netrc-find-service-number): New function.
13571         (netrc-port-equal): New function.
13572         (netrc-machine): Use it.
13573
13574         * nnimap.el (nnimap-open-connection): Use netrc.
13575
13576         * gnus-util.el (gnus-netrc-get): Remove aliases.
13577
13578         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13579
13580         * assistant.el (wid-edit): Fix compilation.
13581
13582         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13583
13584 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13585
13586         * gnus-util.el (gnus-set-file-modes): New function.  (small
13587         patch).
13588
13589 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13590
13591         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13592
13593         * assistant.el (assistant-render-node): Fix up rendering and
13594         read-only text.
13595         (assistant-render-node): Reset.
13596         (assistant-make-read-only): Not sticky.
13597
13598 2004-05-20  Danny Siu  <dsiu@adobe.com>
13599
13600         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13601         centered even when gnus-auto-center-summary is t.
13602
13603 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13604
13605         * dns.el (dns-get-txt-answer): New function.
13606         (dns-read-txt): Ditto.
13607         (query-dns): Use it.
13608
13609 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13610
13611         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13612         active for foreign groups even if the group level is higher than
13613         the specified value.
13614
13615 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13616
13617         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13618         non-active groups.
13619
13620         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13621
13622 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13623
13624         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13625
13626 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13627
13628         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13629         (spam-crm114-header, spam-crm114-spam-switch)
13630         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13631         (spam-crm114-positive-spam-header)
13632         (spam-crm114-database-directory, spam-list-of-processors)
13633         (spam-group-spam-processor-crm114-p)
13634         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13635         (spam-generic-score, spam-list-of-checks)
13636         (spam-list-of-statistical-checks, spam-registration-functions)
13637         (spam-check-crm114-headers, spam-crm114-score)
13638         (spam-check-crm114, spam-crm114-register-with-crm114)
13639         (spam-crm114-register-spam-routine)
13640         (spam-crm114-unregister-spam-routine)
13641         (spam-crm114-register-ham-routine)
13642         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13643         asjo@koldfront.dk (Adam Sjøgren).
13644
13645         * gnus.el: Add spam-use-crm114.
13646
13647         * spam.el (spam-list-of-processors, spam-registration-functions):
13648         Add spam-use-resend.
13649         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13650         (spam-report-articles-gmane): Add doc fix.
13651         (spam-report-articles-resend, spam-report-resend-register-routine):
13652         Add wrappers around spam-report-resend-to.
13653
13654         * spam-report.el (spam-report-resend-to, spam-report-resend):
13655         Add support for resending spam.
13656         (spam-report-gmane): Fix line length >80.
13657
13658         * gnus.el (spam-process): Add spam-use-resend.
13659
13660 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13661
13662         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13663         number of processed spam messages.
13664         (spam-ham-copy-or-move-routine): Return the number of processed
13665         ham messages.
13666         (spam-summary-prepare-exit): Use the above values to decide
13667         whether status messages shouled be displayed.
13668
13669 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13670
13671         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13672         `rfc2047-encoding-function-alist' in order to avoid conflicting
13673         with the old version.
13674         (rfc2047-encode-region): Concatenate words containing non-ASCII
13675         characters in structured fields; don't encode space-delimited
13676         ASCII words even in unstructured fields; don't break words at
13677         char-category boundaries.
13678         (rfc2047-encode-1): New function.
13679         (rfc2047-encode): Use it; encode text so that it occupies the
13680         maximum width within 76-column; work correctly on Q encoding for
13681         iso-2022-* charsets.
13682         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13683         sure not to break a line just after the header name.
13684         (rfc2047-b-encode-region): Removed.
13685         (rfc2047-b-encode-string): New function.
13686         (rfc2047-q-encode-region): Removed.
13687         (rfc2047-q-encode-string): New function.
13688
13689         * mm-util.el (mm-replace-in-string): New function.
13690
13691 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13692
13693         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13694         get it right.
13695         (gnus-inews-make-draft): Really.
13696
13697 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13698
13699         * nnmh.el (nnmh-request-list-1): Don't check the link count
13700         before descending.  (small patch)
13701
13702 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13703
13704         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13705         stuff.
13706
13707         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13708         on real group name.
13709
13710         * gnus-art.el (gnus-signature-limit): Doc fix.
13711
13712         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13713
13714         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13715
13716 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13717
13718         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13719         isn't a string.
13720
13721 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13722
13723         * gnus-draft.el (gnus-draft-send): Bind
13724         rfc2047-encode-encoded-words.
13725
13726         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13727         (rfc2047-encodable-p): Say that =? needs encoding.
13728         (rfc2047-encode-encoded-words): New variable.
13729
13730         * gnus-group.el (gnus-group-select-group): Doc fix.
13731
13732         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13733
13734         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13735         to nil.
13736
13737         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13738
13739         * nnheader.el (nnheader-get-lines-and-char): New function.
13740
13741 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13742
13743         * gnus-msg.el (gnus-summary-followup-with-original): Document
13744         yanking of region when active.
13745
13746 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13747
13748         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13749         groups if the group level is higher than the specified value.
13750
13751 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13752
13753         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13754         (gnus-group-jump-to-group): Added prefix argument using
13755         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13756         non-active group.
13757
13758         * compface.el (uncompface): Be verbose when changing
13759         `uncompface-use-external'.
13760
13761         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13762         handle manual section.
13763
13764 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13765
13766         * gnus-art.el (gnus-button-alist): Revert previous change.
13767
13768 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13769
13770         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13771
13772 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13773
13774         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13775         whether backend can accept message.
13776
13777         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13778
13779 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13780
13781         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13782         Avoid creating directory when nntp-marks-is-evil is true.
13783         Reported by Reiner Steib.
13784
13785 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13786
13787         * gnus-picon.el (gnus-picon-style): New variable.
13788         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13789         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13790         Jesper Harder <harder@ifa.au.dk>.
13791
13792 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13793
13794         * message.el (message-fill-field): Return point.
13795         (message-generate-headers): Go to end of field.
13796
13797         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13798         stuff for non-living groups.
13799
13800 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13801
13802         * gnus-art.el (gnus-article-followup-with-original)
13803         (gnus-article-reply-with-original): gnus-mark-active-p ->
13804         gnus-region-active-p.
13805
13806 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13807
13808         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13809         only when there is spam or ham to be processed.
13810
13811 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13812
13813         * mail-source.el (mail-source-delete-crash-box): Refactor.
13814         (mail-source-fetch): Use it.
13815         (mail-source-fetch-file): Ditto.
13816         (mail-source-fetch-directory): Run postscript in loop.
13817         (mail-source-fetch-pop): Delete.
13818         (mail-source-fetch-maildir): Ditto.
13819         (mail-source-fetch-imap): Ditto.
13820
13821         * imap.el (imap-authenticators): Comment out sasl.
13822
13823         * message.el (message-skip-to-next-address): New function.
13824         (message-fill-header-address): Refactor.
13825         (message-fill-address): Use it.
13826         (message-delete-address): Use it.
13827         (message-fill-header-general): Refactor.
13828         (message-fill-field-address): Rename.
13829         (message-narrow-to-field): Find the start of the header.
13830         (message-header-format-alist): Don't pre-fill.
13831         (message-fill-header): Removed.
13832         (message-insert-header): New function.
13833         (message-shorten-references): Use it.
13834
13835         * rfc2047.el (rfc2047-field-value): Strip props.
13836
13837         * mail-parse.el (mail-header-make-address): New alias.
13838
13839         * ietf-drums.el (ietf-drums-make-address): New function.
13840
13841         * imap.el: Add compiler directives.
13842
13843         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13844
13845         * gnus-art.el (article-decode-idna-rhs): Don't use
13846         message-idna-inside-rhs-p.
13847
13848 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13849
13850         * message.el (message-idna-inside-rhs-p): Removed.
13851         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13852
13853         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13854         false positives.
13855
13856 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13857
13858         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13859
13860 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13861
13862         * nneething.el (nneething-file-name): Don't create spurious
13863         files.
13864
13865         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13866         (gnus-inews-do-gcc): Remove sleep.
13867
13868         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13869         part under point.
13870
13871         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13872         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13873
13874 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13875
13876         * spam.el (spam-summary-prepare-exit): Fixed (length).
13877
13878 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13879
13880         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13881         as expired without moving it" message when there are spam
13882         messages left.
13883
13884 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13885
13886         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13887         header is not nil.
13888
13889 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13890
13891         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13892         nntp-possibly-create-directory, not nntp-possibly-change-group.
13893         (nntp-marks-changed-p): New arg SERVER.
13894         (nntp-request-update-info): Adjust caller.
13895
13896 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13897
13898         * nntp.el (nntp-save-marks): Pass missing arg.
13899
13900 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13901
13902         * nntp.el: Support marks.
13903         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13904         (nntp-marks-modtime, nntp-marks-directory): New variables.
13905         (nntp-request-set-mark, nntp-request-update-info)
13906         (nntp-possibly-create-directory, nntp-marks-changed-p)
13907         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13908         functions.
13909
13910 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13911
13912         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13913         (gnus-xmas-redefine): Rename.
13914
13915         * gnus-score.el (gnus-score-insert-help): Use
13916         gnus-select-lowest-window.
13917
13918         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13919         appt-select-lowest-window and rename to gnus-select-lowest-window.
13920
13921         * gnus.el: do.
13922
13923 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13924
13925         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13926         encodings of MIME-encoded words, in order to improve
13927         interoperability with several broken MUAs.
13928
13929 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13930
13931         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13932         tags, only when charsets are not specified in headers.
13933         (mm-inline-text-html-render-with-w3m): Ditto.
13934
13935         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13936         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13937
13938 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13939
13940         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13941         instead of MIME-decoded from fields when checking
13942         `gnus-article-address-banner-alist'.
13943
13944 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13945
13946         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13947         description rather than subject.
13948
13949 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13950
13951         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13952
13953 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13954
13955         * gnus.el (gnus-version-number): Bump.
13956
13957 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13958
13959         * gnus.el: No Gnus v0.2 is released.
13960
13961 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13962
13963         * gnus-agent.el (gnus-agent-read-agentview): Inline
13964         gnus-uncompress-range.
13965
13966 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13967
13968         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13969         `exec-installed-p'.
13970
13971 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13972
13973         * gnus.el (spam-process, spam-autodetect-methods): Add
13974         bsfilter and bsfilter-headers.
13975
13976         * spam.el (spam-bsfilter): New customize group.
13977         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13978         (spam-bsfilter-header, spam-bsfilter-probability-header)
13979         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13980         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13981         (spam-bsfilter-database-directory): New options.
13982         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13983         (spam-list-of-statistical-checks, spam-registration-functions):
13984         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13985         (spam-bsfilter-score): New command.
13986         (spam-check-bsfilter-headers, spam-check-bsfilter)
13987         (spam-bsfilter-register-with-bsfilter)
13988         (spam-bsfilter-register-spam-routine)
13989         (spam-bsfilter-unregister-spam-routine)
13990         (spam-bsfilter-register-ham-routine)
13991         (spam-bsfilter-unregister-ham-routine): New functions.
13992         (spam-generic-score): Support bsfilter; Accept an optional argument
13993         to recalcurate spam score even if scoring header has already been
13994         added.
13995         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13996         optional argument to recalcurate spam score even if scoring header
13997         has already been added.
13998
13999 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14000
14001         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14002         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14003         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14004         link is missing.
14005
14006 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14007
14008         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14009         (html2text-get-attr): Rewrite.
14010
14011         * message.el (message-setup-1): Remove redundant put-text-property
14012         on mail-header-separator.
14013
14014 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14015
14016         * gnus-registry.el (gnus-registry-cache-whitespace)
14017         (gnus-registry-action, gnus-registry-spool-action)
14018         (gnus-registry-split-fancy-with-parent): Change message levels
14019         from 5 to 3 or 7, as needed.
14020
14021         * spam.el (spam-summary-prepare-exit)
14022         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14023         (spam-split, spam-find-spam, spam-log-undo-registration)
14024         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14025         level from 5 to 6.
14026
14027 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14028
14029         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14030         2004-03-04 change).
14031
14032 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14033
14034         * sieve-manage.el (sieve-manage-open):
14035         * nnweb.el (nnweb-insert-html):
14036         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14037         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14038         * nnspool.el (nnspool-request-group):
14039         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14040         * nnml.el (nnml-request-update-info):
14041         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14042         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14043         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14044         (nnimap-request-set-mark):
14045         * nnfolder.el (nnfolder-request-update-info):
14046         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14047         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14048         * gnus-uu.el (gnus-uu-find-articles-matching):
14049         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14050         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14051         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14052         * gnus-nocem.el (gnus-nocem-scan-groups):
14053         * gnus-int.el (gnus-start-news-server):
14054         * gnus-group.el (gnus-group-make-kiboze-group)
14055         (gnus-group-browse-foreign-server):
14056         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14057         Use mapc when appropriate.
14058
14059 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14060
14061         FIXME: Make separate entries for each person.
14062
14063         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14064         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14065         <shields@msrl.com>:
14066
14067         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14068         may need for spam sorting and scoring.
14069         (spam-user-format-function-S): Add user format function suitable for
14070         general use.
14071         (spam-article-sort-by-spam-status): Add sorting function for summary
14072         sorting.
14073         (spam-extra-header-to-number): Add function to get a score from a
14074         header.
14075         (spam-summary-score): Add function to get a numeric score from the
14076         headers.
14077         (spam-generic-score): Fix function doc, was in wrong place.
14078         (spam-initialize): Take symbols when it's run, and install the
14079         extra headers that spam-necessary-extra-headers thinks we need.
14080
14081 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14082
14083         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14084         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14085
14086 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14087
14088         * gnus-sum.el (gnus-set-global-variables)
14089         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14090         (gnus-article-get-xrefs, gnus-summary-best-group)
14091         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14092         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14093         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14094         Use with-current-buffer.
14095
14096 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14097
14098         * spam.el (spam-summary-prepare-exit): Simplify logic.
14099         (spam-fetch-article-header): Read the article header if it's not
14100         available.
14101         (spam-list-articles): Simplify logic.
14102         (spam-filelist-register-routine): Fix bug with unregister-list.
14103
14104         * gnus-registry.el: Fix comments at beginning.
14105
14106 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14107
14108         * message.el (message-cater-to-broken-inn): Remove.
14109         (message-shorten-references): Make sure the total folded length of
14110         References is shorter than 998 characters to cater to a bug in INN
14111         2.3.  Also, don't pretend that references aren't folded -- this
14112         hasn't worked for a while.
14113
14114 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14115
14116         * gnus-agent.el (gnus-agentize):
14117         gnus-agent-send-mail-real-function no longer set to current value
14118         of message-send-mail-function but rather a lambda that calls
14119         message-send-mail-function.  The change makes the agent real-time
14120         responsive to user changes to message-send-mail-function.
14121
14122 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14123
14124         * legacy-gnus-agent.el
14125         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14126         help from Florian Weimer <fw@deneb.enyo.de>
14127
14128 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14129
14130         * nnmail.el (nnmail-cache-insert): Revert last change.
14131
14132 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14133
14134         * nnmail.el (nnmail-cache-insert): Always check whether
14135         nnmail-cache-ignore-groups matches a group name.
14136
14137 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14138
14139         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14140         (spam-find-spam, spam-log-processing-to-registry)
14141         (spam-log-registered-p, spam-log-unregistration-needed-p)
14142         (spam-log-undo-registration): Use gnus-message instead of
14143         gnus-error, none of these errors are fatal.
14144
14145         * gnus-registry.el (gnus-registry-clean-empty-function)
14146         (gnus-registry-clean-empty): Remove only empty entries without
14147         extra data.
14148
14149 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14150
14151         * spam-stat.el (spam-stat-buffer-change-to-spam)
14152         (spam-stat-buffer-change-to-non-spam): Change (error) to
14153         (gnus-message 8) invocation.
14154
14155 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14156
14157         * nntp.el (nntp-via-netcat-command): New variable.
14158         (nntp-via-netcat-switches): New variable.
14159         (nntp-open-via-rlogin-and-netcat): New function.
14160         (nntp-open-connection-function): Doc fix.
14161         (nntp-telnet-command): Doc fix.
14162         (nntp-end-of-line): Doc fix.
14163         (nntp-via-rlogin-command): Doc fix.
14164         (nntp-via-user-name): Doc fix.
14165         (nntp-via-address): Doc fix.
14166
14167 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14168
14169         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14170         error in Emacs 21.1.
14171
14172 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14173
14174         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14175
14176 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14177
14178         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14179         (gnus-agent-with-refreshed-group): New macro.
14180         (gnus-agent-rename-group): New function.
14181         (gnus-agent-delete-group): New function.
14182         (gnus-agent-save-group-info): Use gnus-command-method when
14183         `method' parameter is nil.  Don't write nil entries into the
14184         active file.
14185         (gnus-agent-get-group-info): New function.
14186         (gnus-agent-fetch-articles): Use
14187         gnus-agent-update-files-total-fetched-for to increment disk space
14188         used.
14189         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14190         gnus-agent-update-view-total-fetched-for to increment disk space
14191         used.
14192         (gnus-agent-get-local): Added optional parameters to avoid calling
14193         gnus-group-real-name and gnus-find-method-for-group.
14194         (gnus-agent-set-local): Delete stored entry if either min, or max,
14195         are nil.
14196         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14197         quit, use gnus-agent-regenerate-group to record existance of any
14198         articles fetched to disk before the quit occurred.
14199         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14200         gnus-agent-update-view-total-fetched-for, and
14201         gnus-agent-update-files-total-fetched-for to decrement disk space
14202         used.
14203         (gnus-agent-retrieve-headers): Use
14204         gnus-agent-update-view-total-fetched-for to increment disk space
14205         used.
14206         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14207         with gnus-agent-update-files-total-fetched-for to decrement disk
14208         space and fresh group buffer.
14209         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14210         (gnus-agent-need-update-total-fetched-for): New variable.
14211         (gnus-agent-update-files-total-fetched-for): New function.
14212         (gnus-agent-update-view-total-fetched-for): New function.
14213         (gnus-agent-total-fetched-for): New function.
14214
14215         * gnus-cache.el (gnus-cache-save-buffers): Use
14216         gnus-cache-update-overview-total-fetched-for to change disk space
14217         used by this group.
14218         (gnus-cache-possibly-enter-article): Use
14219         gnus-cache-update-file-total-fetched-for to increment disk space
14220         used by this group.
14221         (gnus-cache-possibly-remove-article): Use
14222         gnus-cache-update-file-total-fetched-for to decrement disk space
14223         used by this group.
14224         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14225         (gnus-cache-rename-group): New function.
14226         (gnus-cache-delete-group): New function.
14227         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14228         (gnus-cache-need-update-total-fetched-for): New variable.
14229         (gnus-cache-with-refreshed-group): New macro.
14230         (gnus-cache-update-file-total-fetched-for): New function.
14231         (gnus-cache-update-overview-total-fetched-for): New function.
14232         (gnus-cache-rename-group-total-fetched-for): New function.
14233         (gnus-cache-delete-group-total-fetched-for): New function.
14234         (gnus-cache-total-fetched-for): New function.
14235
14236         * gnus-group.el: Require gnus-sum and autoload functions to
14237         resolve warnings when gnus-group.el compiled alone.
14238         (gnus-group-line-format): Documented new %F.
14239         (size of Fetched data) group line format; identifies disk space
14240         used by agent and cache.
14241         (gnus-group-line-format-alist): Defined new F format.
14242         (gnus-total-fetched-for): New function.
14243         (gnus-group-delete-group): No longer update
14244         gnus-cache-active-altered as gnus-request-delete-group now keeps
14245         the cache in sync.
14246         (gnus-group-list-active): Let the agent store a server's active
14247         list if currently plugged.
14248
14249         * gnus-int.el (gnus-request-delete-group):
14250         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14251         local disk in sync with the server.
14252         (gnus-request-rename-group):
14253         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14254         local disk in sync with the server.
14255
14256         * gnus-start.el (gnus-get-unread-articles):
14257         Cosmetic simplification to logic.
14258
14259         * gnus-util.el (gnus-rename-file): New function.
14260
14261 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14262
14263         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14264
14265 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14266
14267         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14268         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14269
14270 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14271
14272         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14273         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14274
14275 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14276
14277         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14278
14279 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14280
14281         * spam.el (spam-set-difference): Add function to replace
14282         gnus-set-difference in spam.el.
14283         (spam-summary-prepare-exit): Use spam-set-difference.
14284
14285 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14286
14287         * gnus-registry.el (gnus-registry-cache-file): Update to use
14288         gnus-dribble-directory OR gnus-home-directory OR ~.
14289         (gnus-registry-split-fancy-with-parent): Fix doc.
14290
14291 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14292
14293         * message.el (message-exchange-point-and-mark): Use
14294         message-mark-active-p.  Suggested by Jesper Harder
14295         <harder@ifa.au.dk>.
14296
14297 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14298
14299         * message.el (message-exchange-point-and-mark): Don't activate
14300         region if it was inactive.  Suggested by Hiroshi Fujishima
14301         <pooh@nature.tsukuba.ac.jp>.
14302
14303 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14304
14305         * gnus-art.el (article-display-face): Display Faces in the same
14306         order as X-Faces.
14307
14308 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14309
14310         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14311
14312 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14313
14314         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14315         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14316         (gnus-article-mime-hierarchy): Remove.
14317         (gnus-article-mime-hierarchy-next): Remove.
14318         (gnus-article-mode): Revert 2004-03-19 change.
14319         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14320         (gnus-insert-mime-button): Revert 2004-03-19 change.
14321         (gnus-mime-accumulate-hierarchy): Remove.
14322         (gnus-mime-enter-multipart): Remove.
14323         (gnus-mime-leave-multipart): Remove.
14324         (gnus-mime-display-part): Revert 2004-03-19 change.
14325         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14326
14327         * mml.el (mml-preview): Revert 2004-03-19 change.
14328
14329 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14330
14331         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14332
14333 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14334
14335         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14336         t while entering a file name using the mm-with-multibyte macro.
14337         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14338
14339         * mm-util.el (mm-with-multibyte): New macro.
14340
14341 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14342
14343         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14344         user option.
14345         (gnus-mime-multipart-functions): Doc and customization fix.
14346         (gnus-article-mime-hierarchy): New variable.
14347         (gnus-article-mime-hierarchy-next): New variable.
14348         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14349         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14350         gnus-article-mime-hierarchy-next to nil.
14351         (gnus-insert-mime-button): Show hierarchy numbers.
14352         (gnus-mime-accumulate-hierarchy): New function.
14353         (gnus-mime-enter-multipart): New function.
14354         (gnus-mime-leave-multipart): New function.
14355         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14356         (gnus-mime-display-alternative): Show hierarchy numbers.
14357
14358         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14359         gnus-article-mime-hierarchy-next to nil.
14360
14361 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14362
14363         * dns.el: Don't require gnus-xmas.
14364
14365 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14366
14367         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14368         inline PGP.
14369         (mml-menu): Disable mml-quote-region if mark is inactive.
14370
14371 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14372
14373         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14374         when the group's active is not available.
14375
14376 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14377
14378         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14379         error.
14380
14381 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14382
14383         * imap.el (imap-store-password): New variable.
14384         (imap-interactive-login): Use it.
14385         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14386
14387 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14388
14389         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14390         window-start and hscroll to summary window.
14391
14392 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14393
14394         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14395         conversion message to newsrc-dribble when an actual conversion is
14396         performed.
14397
14398 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14399
14400         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14401
14402 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14403
14404         * mm-decode.el (mm-complicated-handles): New function reviving
14405         former definition of mm-multiple-handles.
14406
14407         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14408         (gnus-mime-delete-part): Use it.
14409
14410 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14411
14412         * gnus-agent.el (gnus-agent-read-local): Bind
14413         nnheader-file-coding-system to gnus-agent-file-coding-system to
14414         avoid the implicit assumption that they will always be equal.
14415         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14416         coding-system-for-write, as the with-temp-file macro first prints
14417         to a buffer then saves the buffer.
14418
14419 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14420
14421         * gnus-art.el (gnus-article-edit-part): New function.
14422         (gnus-mime-save-part-and-strip): Use it; do query instead of
14423         signaling an error; don't use mm-multiple-handles.
14424         (gnus-mime-delete-part): Ditto.
14425
14426 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14427
14428         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14429         old file versions.
14430         (gnus-group-prepare-hook): Removed function that converted list
14431         form of gnus-agent-expire-days to group properties.
14432
14433         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14434         (gnus-request-accept-article): Re-indented.
14435
14436         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14437         converters to handle old agent file formats.  Added logic for a
14438         "backup before upgrading warning".
14439         (gnus-convert-mark-converter-prompt): Developers can mark
14440         functions as needing (default), or not needing,
14441         gnus-convert-old-newsrc's "backup before upgrading warning".
14442         (gnus-convert-converter-needs-prompt): Tests whether the user
14443         should be protected from potentially irreversable changes by the
14444         function.
14445
14446         * legacy-gnus-agent.el: New.  Provides converters that are only
14447         loaded when gnus-convert-old-newsrc needs to call them.
14448
14449 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14450
14451         * mail-source.el (mail-source-touch-pop): Doc fix.
14452
14453         * message.el (message-smtpmail-send-it): Doc fix.
14454
14455 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14456
14457         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14458
14459         * nnmail.el (nnmail-split-fancy): do.
14460
14461         * gnus-kill.el (gnus-kill, gnus-execute): do.
14462
14463 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14464
14465         * gnus-sum.el (gnus-widget-reversible-match)
14466         (gnus-widget-reversible-to-internal)
14467         (gnus-widget-reversible-to-external): New functions.
14468         (gnus-widget-reversible): New widget.
14469         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14470
14471 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14472
14473         * gnus-sum.el (gnus-thread-sort-functions)
14474         (gnus-article-sort-functions): Document `(not F)' items.
14475
14476 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14477
14478         * spam.el (spam-use-gmane-xref): Add new backend.
14479         (spam-gmane-xref-spam-group): Add variable to control the name of the
14480         Gmane spam group.
14481         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14482         (spam-regex-headers-spam, spam-regex-headers-ham)
14483         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14484         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14485         backends and checks.
14486         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14487
14488         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14489         an autodetect method.
14490
14491 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14492
14493         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14494         articles are being added to a group.
14495         (gnus-request-replace-article): Inform the agent that articles
14496         need to be uncached as the cached contents are no longer valid.
14497
14498 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14499
14500         * binhex.el: Don't autoload executable-find.
14501
14502         * canlock.el: Don't autoload mail-fetch-field.
14503
14504         * dgnushack.el: Autoload c-mode for XEmacs.
14505
14506         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14507
14508         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14509         rmail-dont-reply-to and rmail-output.
14510
14511         * gnus-score.el: Don't autoload ffap-string-at-point.
14512
14513         * gnus-setup.el: Don't autoload sc-cite-original.
14514
14515         * imap.el: Don't autoload base64-decode-string,
14516         base64-encode-string and md5.
14517
14518         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14519         and rmail-msg-restore-non-pruned-header.
14520
14521         * mm-decode.el: Don't autoload executable-find.
14522
14523         * mm-url.el: Don't autoload executable-find.
14524
14525         * mm-view.el: Don't autoload diff-mode.
14526
14527         * nndb.el: Don't autoload news-reply-mode, news-setup,
14528         cancel-timer and telnet.
14529
14530         * password.el: Don't autoload run-at-time for Emacs.
14531
14532         * sha1-el.el: Don't autoload executable-find.
14533
14534         * sieve-mode.el: Don't autoload c-mode.
14535
14536         * uudecode.el: Don't autoload executable-find.
14537
14538 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14539
14540         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14541         (gnus-agent-possibly-alter-active): Avoid null in numeric
14542         comparison.
14543         (gnus-agent-set-local): Refuse to save null in local object table.
14544         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14545         list of articles that will be marked as unread.
14546
14547 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14548
14549         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14550
14551 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14552
14553         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14554         language tags.
14555
14556 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14557
14558         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14559         Don't bind "obarray".
14560
14561         * gnus-sum.el (gnus-thread-sort-functions): Added
14562         `gnus-thread-sort-by-most-recent-number' and
14563         `gnus-thread-sort-by-most-recent-date'.
14564         Reported by Kai Grossjohann <kai@emptydomain.de>.
14565
14566 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14567
14568         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14569
14570 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14571
14572         * gnus-cus.el (gnus-agent-customize-category): Removed
14573         ignore-errors macro reference that required cl to be loaded at
14574         run-time.
14575
14576         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14577         single-interval range of the form (min . max).  Previously the
14578         range had to look like ((min . max)).  Likewise, return
14579         (min . max) rather than ((min . max)).
14580         (gnus-range-map): Use gnus-range-normalize to accept
14581         single-interval range.
14582
14583         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14584         the cache, but not the agent, now appear with their usual face.
14585
14586         * dgnushack.el (loaddir): New variable that is bound to the
14587         directory containing the dgnushack.el file. Use loaddir, rather
14588         than srcdir, to update load-path. Change lets dgnushack compile
14589         code in directories other than GNUS/lisp.
14590
14591 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14592
14593         * lpath.el: Don't bind w3m-safe-url-regexp.
14594
14595         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14596         w3m-safe-url-regexp variable buffer-local.
14597
14598         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14599
14600 2004-02-27  Simon Josefsson  <jas@extundo.com>
14601
14602         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14603         gnus-group-real-prefix.
14604         (gnus-summary-move-article): Use it, instead of
14605         gnus-group-real-prefix.
14606
14607 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14608
14609         * lpath.el: Bind w3m-safe-url-regexp.
14610
14611         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14612         w3m-safe-url-regexp variable buffer-local and set it as the value
14613         of mm-w3m-safe-url-regexp.
14614
14615         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14616
14617         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14618         parsing gnus-posting-styles when the message is not for replying.
14619
14620         * dgnushack.el: Autoload sgml-mode for XEmacs.
14621
14622         * nnrss.el (nnrss-opml-export): Use
14623         mm-set-buffer-file-coding-system instead of
14624         set-buffer-file-coding-system.
14625
14626 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14627
14628         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14629         of checkdoc.el).
14630         * nnrss.el: do.
14631         * gnus-mlspl.el: do.
14632         * gnus-ml.el: do.
14633         * gnus-srvr.el: do.
14634
14635         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14636
14637 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14638
14639         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14640         Corrections to custom-manual links.
14641
14642         * gnus-art.el (gnus-article): Ditto.
14643
14644         * mm-decode.el (mime-display, mime-security): Ditto.
14645
14646 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14647
14648         * flow-fill.el: Typo.
14649
14650 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14651
14652         * spam-wash.el: New file.
14653
14654 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14655
14656         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14657
14658 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14659
14660         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14661         to be run with new-articles as LIST1, not LIST2.
14662         (spam-registration-functions): Add spam-use-ham-copy as a nil
14663         registration backend.
14664
14665 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14666
14667         * spam-stat.el (spam-stat-washing-hook): New option.
14668         (spam-stat-buffer-words): Use it.
14669         (spam-stat-process-directory, spam-stat-test-directory): Use
14670         insert-file-contents-literally.
14671         (spam-stat-coding-system): New variable.
14672         (spam-stat-load, spam-stat-save): Use it.
14673
14674 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14675
14676         * spam-report.el (spam-report-plug-agent): Quote
14677         spam-report-url-to-file and spam-report-url-ping-plain.
14678
14679 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14680
14681         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14682         / in mailto URLs.
14683
14684 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14685
14686         * spam-report.el (spam-report-process-queue): Fix interactive use.
14687         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14688         (spam-report-unplug-agent): Doc fixes.
14689         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14690         (spam-report-agentize, spam-report-deagentize): Autoload.
14691
14692 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14693
14694         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14695
14696         * message.el (message-setup-fill-variables): Add mml tags to
14697         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14698         <ajk@iu.edu>.
14699         (message-mode): Don't modify paragraph-separate there.
14700
14701 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14702
14703         * compface.el (uncompface-use-external): Default to undecided.
14704         (uncompface-use-external-threshold): New variable.
14705         (uncompface-float-time): New macro.
14706         (uncompface): Determine whether to use the external decoder if
14707         uncompface-use-external is undecided.
14708
14709 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14710
14711         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14712         after images.
14713
14714         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14715
14716 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14717
14718         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14719
14720         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14721
14722         * gnus-sum.el (gnus-summary-limit-to-age)
14723         (gnus-summary-limit-children): do.
14724
14725         * gnus-int.el (gnus-request-scan): do.
14726
14727         * gnus-group.el (gnus-group-suspend): do.
14728
14729         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14730
14731         * gnus-cite.el (gnus-cite-parse-attributions): do.
14732
14733         * gnus-agent.el (gnus-summary-set-agent-mark)
14734         (gnus-agent-regenerate-group): do.
14735
14736         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14737
14738         * binhex.el (binhex-decode-region-internal): do.
14739
14740 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14741
14742         * gnus-fun.el (gnus-face-properties-alist): New user option.
14743         (gnus-display-x-face-in-from): Use it.
14744
14745         * gnus-art.el (article-display-face): Ditto.
14746
14747         * compface.el (uncompface-use-external): Default to nil.
14748
14749 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14750
14751         * nntp.el (nntp-erase-buffer): New function.
14752         (nntp-retrieve-data, nntp-send-command)
14753         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14754         (nntp-possibly-change-group): Use it.
14755
14756         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14757         with-current-buffer.
14758
14759 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14760
14761         * compface.el: Merge the ELisp-based uncompface program.
14762         (compface): New customization group.
14763         (uncompface-use-external): New user option.
14764         (uncompface): Call uncompface-internal if uncompface-use-external
14765         is nil.
14766         (uncompface-internal): New function.  Note that there are also
14767         some other functions and variables added for this function.
14768
14769 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14770
14771         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14772         if necessary.
14773
14774 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14775
14776         * spam-report.el (spam-report-unplug-agent)
14777         (spam-report-plug-agent, spam-report-deagentize)
14778         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14779         Add support for the Agent in spam-report: when unplugged, report to a
14780         file; when plugged, submit all the requests.
14781
14782         * spam.el (spam-register-routine): Fix message about
14783         registration.
14784
14785 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14786
14787         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14788         dependencies.
14789         (rfc2047-encode): Use it.
14790
14791         * gnus-art.el (gnus-button-marker-list): Move before first
14792         reference.
14793
14794         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14795         (imap-parse-body): Fix format string mismatch.
14796
14797         * gnus-score.el (gnus-summary-increase-score): do.
14798
14799         * nnrss.el (nnrss-close): New function.
14800
14801 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14802
14803         * nnrss.el (nnrss-make-filename): New function.
14804         (nnrss-request-delete-group, nnrss-read-server-data)
14805         (nnrss-save-server-data, nnrss-read-group-data)
14806         (nnrss-save-group-data): Use it.
14807         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14808         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14809         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14810
14811 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14812
14813         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14814
14815 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14816
14817         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14818         files.
14819
14820         * message.el (message-generate-headers-first): Don't quote nil
14821         and t in docstrings.
14822
14823         * imap.el (imap-id): do.
14824
14825         * gnus-agent.el (gnus-agent-consider-all-articles)
14826         (gnus-agent-queue-mail): do.
14827
14828 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14829
14830         * spam-report.el (spam-report-process-queue): New function.
14831         Process requests from `spam-report-requests-file'.
14832         (spam-report-process-queue): Doc fix.
14833
14834 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14835
14836         * spam.el (spam-register-routine)
14837         (spam-log-processing-to-registry, spam-log-registered-p)
14838         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14839         Change "check" to "spam-check" for semi-clarity.
14840
14841 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14842
14843         * pop3.el: Require nnheader.
14844
14845         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14846
14847         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14848
14849         * gnus-picon.el: Require cl.
14850
14851         * gnus-fun.el: Require gnus-ems and gnus-util.
14852
14853         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14854
14855         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14856
14857         * gnus-art.el (gnus-article-edit-mode): Define before first
14858         reference.
14859
14860 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14861
14862         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14863         (gnus-uu-post-encoded): Use point-at-bol.
14864
14865         * gnus-topic.el (gnus-group-active-topic-p): do.
14866
14867         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14868
14869         * gnus-group.el (gnus-group-kill-region): do.
14870
14871         * gnus-art.el (article-date-ut): do.
14872
14873         * message.el (message-fetch-field): Remove redundant
14874         case-fold-search binding.
14875         (message-narrow-to-field): Simplify.
14876
14877 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14878
14879         * spam.el (spam-directory): Derive from `gnus-directory'.
14880
14881         * spam-report.el (spam-report-url-to-file)
14882         (spam-report-requests-file): New function and variable for offline
14883         reporting.
14884         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14885         and user defined function.
14886         (spam-report-url-ping-mm-url): Remove doubled slash.
14887
14888 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14889
14890         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14891
14892 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14893
14894         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14895         format string mismatch.
14896
14897         * sieve.el (sieve-deactivate-all): do.
14898
14899         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14900
14901         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14902
14903         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14904
14905         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14906
14907 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14908
14909         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14910         the list of checks.
14911
14912 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14913
14914         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14915         padding.
14916
14917 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14918
14919         * mm-view.el (mm-fill-flowed): New variable.
14920         (mm-inline-text): Use it.
14921
14922 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14923
14924         * spam.el (spam-spamassassin-register-ham-routine)
14925         (spam-spamassassin-register-spam-routine): Fix function names.
14926
14927 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14928
14929         * gnus.el (gnus-tmp-grouplens): Remove.
14930         (gnus-summary-line-format): Remove grouplens.
14931
14932         * gnus-group.el (gnus-group-line-format): Ditto.
14933
14934         * gnus-spec.el (gnus-format-specs): Ditto.
14935         (gnus-update-format-specifications): Flush the group format spec
14936         cache if there's the grouplens stuff.
14937         (gnus-parse-simple-format): Replace %l with the empty string.
14938
14939 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14940
14941         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14942         omission.
14943
14944 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14945
14946         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14947         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14948
14949 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14950
14951         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14952         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14953         New macros and functions.
14954         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14955         Handle > NLINK_MAX messages.
14956         * nnmaildir.el (nnmaildir-request-set-mark): Use
14957         nnmaildir--emlink-p and nnmaildir--eexist-p.
14958
14959 2004-01-25  Alex Schroeder  <alex@gnu.org>
14960
14961         * spam-stat.el (spam-stat-process-directory-age): New option.
14962         (spam-stat-process-directory): Use it.
14963
14964 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14965
14966         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14967         (spam-stat-save): Accept prefix argument.
14968
14969 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14970
14971         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14972         links" error.
14973
14974 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14975
14976         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14977         the rest of the and/or forms.
14978
14979 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14980
14981         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14982         compatibility with old .newsrc.eld files.
14983
14984         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14985
14986         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14987
14988         * gnus-start.el (gnus-1): do.
14989
14990         * gnus-group.el (gnus-group-line-format-alist): do.
14991
14992         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14993
14994         * gnus-gl.el: Remove.
14995
14996 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14997
14998         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14999         marks consisting of a single range {for example, (3 . 5)} rather
15000         than a list of a single range { ((3 . 5)) }.
15001
15002 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15003
15004         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15005         with-current-buffer.
15006         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15007         avoid consing a string.
15008
15009         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15010         Remove obsolete entries for big5 and gb2312.
15011
15012 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15013
15014         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15015         uncompressed list.
15016
15017 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15018
15019         * spam-stat.el (spam-stat-strip-xref): New function.
15020         (spam-stat-process-directory): Use it.
15021
15022         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15023         here -- it's done in message-fetch-field.
15024
15025 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15026
15027         * gnus-agent.el (gnus-agent-queue-mail)
15028         (gnus-agent-prompt-send-queue): New variables.
15029         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15030         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15031         "nndraft:queue" along to gnus-draft-send.  Use
15032         gnus-agent-prompt-send-queue.
15033         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15034         is "nndraft:queue".  Suggested by Gaute Strokkenes
15035         <gs234@srcf.ucam.org>
15036
15037         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15038         (agent-enable-undownloaded-faces): Added.
15039         (gnus-agent-cat-groups): Use eval-and-compile, not
15040         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15041         method of gnus-agent-cat-groups even when the buffer has been
15042         evaled.
15043         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15044         delete gnus-agent-save-active-1.
15045         (gnus-agent-save-groups): Deleted.  Identical to
15046         gnus-agent-save-active.
15047         (gnus-agent-write-active): No longer adjust agent's copy of active
15048         file as agent's adjustments are now stored in their own
15049         file.  Removed optional parameter.
15050         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15051         servers.  Add use of min/max range limits from server's local
15052         file.
15053         (gnus-agent-save-alist): Removed unused optional argument.
15054         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15055         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15056         (gnus-agent-set-local): A per-server file that keeps min/max range
15057         limits for articles known to the agent.  Provides a fast mechanism
15058         for altering many active ranges.
15059         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15060         active file (local makes it unnecessary).
15061         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15062
15063         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15064         (agent-enable-undownloaded-faces): Added.
15065
15066         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15067         disable it when sending to "nndraft:queue".
15068         (gnus-group-send-queue): Add safety check to avoid sending queue
15069         when unplugged.
15070
15071         * gnus-group.el (gnus-group-catchup): Use new
15072         gnus-sequence-of-unread-articles, not
15073         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15074         numbers of articles.  Use gnus-range-map to avoid having to
15075         uncompress the unread list.
15076         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15077         Fixed invalid ange-ftp reference.
15078
15079         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15080         (gnus-sorted-range-intersection): Intersection of two ranges
15081         without requiring that they first be uncompressed.
15082
15083         * gnus-start.el (gnus-activate-group): Unless blocked by the
15084         caller, possibly expand the active range to include both cached
15085         and agentized articles.
15086         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15087         multiple version-dependent converters.
15088         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15089         gnus-agent-save-active.
15090         (gnus-save-newsrc-file): Save dirty agent range limits.
15091
15092         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15093         gnus-agent-possibly-alter-active.
15094         (gnus-adjust-marked-articles): Faster handling of simple lists.
15095
15096 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15097
15098         * spam-stat.el (spam-stat-test-directory): New optional argument
15099         displays a list of files detected.  Suggested by Andrew Cohen
15100         <cohen@andy.bu.edu>.
15101         (spam-stat-buffer-words-with-scores): Don't narrow and change
15102         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15103
15104 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15105
15106         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15107         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15108         (spam-spamassassin-arguments)
15109         (spam-spamassassin-spam-flag-header)
15110         (spam-spamassassin-positive-spam-flag-header)
15111         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15112         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15113         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15114         (spam-list-of-processors, spam-list-of-checks)
15115         (spam-list-of-statistical-checks, spam-registration-functions)
15116         (spam-check-spamassassin-headers, spam-check-spamassassin)
15117         (spam-spamassassin-score)
15118         (spam-spamassassin-register-with-sa-learn)
15119         (spam-spamassassin-register-spam-routine)
15120         (spam-spamassassin-register-ham-routine)
15121         (spam-assassin-register-spam-routine)
15122         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15123         (spam-bogofilter-score): Fix to show article before scoring.
15124
15125 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15126
15127         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15128         default scoring function.
15129         (spam-generic-score): Call spam-spamassassin-score if
15130         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15131         spam-bogofilter-score otherwise.
15132
15133         * gnus.el (spam-process, spam-autodetect-methods): Add
15134         spamassassin and spamassassin-headers.
15135
15136 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15137
15138         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15139         Suppress unnecessary messages.
15140
15141 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15142
15143         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15144         make-hash-table.
15145
15146 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15147
15148         * canlock.el (base64-encode-string): Don't autoload it.
15149
15150 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15151
15152         * run-at-time.el: Remove useless (require 'itimer),
15153         eval-and-compile and (featurep 'xemacs).
15154
15155 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15156
15157         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15158         GROUP is a virtual group.
15159
15160 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15161
15162         * gnus.el: Autoload `message-y-or-n-p'.
15163
15164 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15165
15166         * pgg-parse.el: Remove unnecessary (require 'custom).
15167
15168         * pgg-def.el: do.
15169
15170         * nnmail.el: do.
15171
15172         * gnus-undo.el: do.
15173
15174         * gnus-picon.el: do.
15175
15176         * gnus-util.el: do.
15177
15178 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15179
15180         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15181
15182 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15183
15184         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15185         handle, as well as a list.
15186
15187         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15188         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15189         (mm-w3m-cid-retrieve): Simplify.
15190
15191 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15192
15193         * message.el (message-kill-to-signature): Allow prefix arg to
15194         specify number of lines to keep before signature.
15195
15196 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15197
15198         * message.el (message-kill-to-signature): Change docstring.
15199
15200 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15201
15202         * canlock.el: Always require sha1-el.
15203         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15204
15205         * message.el: Autoload sha1 only when compiling.
15206
15207         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15208         eudc-expand-inline for XEmacs.
15209
15210 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15211
15212         * message.el (message-canlock-generate): Require sha1-el.
15213
15214 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15215
15216         * message.el (message-expand-name): Silence the byte compiler.
15217
15218         * lpath.el: Add detect-coding-system.
15219
15220         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15221         cus-edit.
15222
15223 2004-01-13  Simon Josefsson  <jas@extundo.com>
15224
15225         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15226         Invoke gnus-score-mode.  Reported by
15227         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15228
15229         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15230         Jim Blandy <jimb@redhat.com> (tiny change).
15231
15232 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15233
15234         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15235
15236 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15237
15238         * spam.el (spam-get-article-as-string): Update to use
15239         gnus-request-article-this-buffer, much simpler.
15240         (spam-get-article-as-buffer): Remove.
15241
15242 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15243
15244         * message.el (message-expand-name): Use EUDC if the user uses that.
15245
15246 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15247
15248         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15249         character for the encoding to avoid consing a string.
15250
15251         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15252         unnecessarily.
15253
15254         * mm-util.el (mm-replace-chars-in-string): Remove.
15255
15256         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15257         of mm-replace-chars-in-string.
15258
15259 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15260
15261         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15262
15263         * mm-util.el (mm-subst-char-in-string): Support inplace.
15264
15265         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15266         a new string in every iteration.  Use shy groups.
15267
15268 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15269
15270         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15271         * gnus-soup.el (gnus-soup-group-brew):
15272         * gnus-msg.el (gnus-put-message):
15273         * gnus-move.el (gnus-group-move-group-to-server):
15274         * gnus-kill.el (gnus-batch-score):
15275         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15276         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15277         (gnus-group-update-group, gnus-group-read-group)
15278         (gnus-group-make-group, gnus-group-make-help-group)
15279         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15280         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15281         (gnus-group-sort-by-unread, gnus-group-catchup)
15282         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15283         (gnus-group-yank-group, gnus-group-set-info)
15284         (gnus-group-list-groups):
15285         * gnus.el (gnus-generate-new-group-name):
15286         * gnus-delay.el (gnus-delay-send-queue):
15287         * nnvirtual.el (nnvirtual-catchup-group):
15288         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15289         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15290         (gnus-group-prepare-topics, gnus-topic-check-topology):
15291         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15292         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15293         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15294         (gnus-group-make-articles-read):
15295         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15296         (gnus-group-change-level, gnus-kill-newsgroup)
15297         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15298         (gnus-get-unread-articles, gnus-make-articles-unread)
15299         (gnus-make-ascending-articles-unread): Use accessor
15300         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15301         to get group information for improved readability.
15302
15303
15304 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15305
15306         * gnus-art.el (article-decode-mime-words, article-babel)
15307         (gnus-article-highlight-signature, gnus-article-add-buttons)
15308         (gnus-signature-toggle): Use gnus-with-article-buffer.
15309
15310         * gnus-art.el (gnus-article-highlight-headers)
15311         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15312
15313         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15314         (gnus-article-set-globals, gnus-request-article-this-buffer)
15315         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15316         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15317         (gnus-mime-display-alternative): Use with-current-buffer.
15318
15319 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15320
15321         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15322         also under 80 char limit, and call gnus-error if needed.
15323         (spam-fetch-article-header): Fix - it was a
15324         buffer-local variable (gnus-newsgroup-data).
15325         (spam-find-spam): Use spam-generate-fake-headers, forget about
15326         spam-insert-fake-headers.
15327         (spam-insert-fake-headers): Remove.
15328
15329 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15330
15331         * deuglify.el (gnus-article-outlook-unwrap-lines)
15332         (gnus-outlook-rearrange-article)
15333         (gnus-outlook-repair-attribution-outlook)
15334         (gnus-outlook-repair-attribution-block)
15335         (gnus-outlook-repair-attribution-other): Remove redundant
15336         save-excursion.
15337
15338 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15339
15340         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15341         (spam-fetch-field-subject-fast)
15342         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15343         (spam-fetch-article-header): Add functions to deal with Gnus
15344         internals for fast retrieval of article header data.
15345         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15346
15347 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15348
15349         * pop3.el (pop3-md5): Remove.
15350         (pop3-apop): Replace pop3-md5 with md5.
15351
15352         * mm-bodies.el: base64 is always built-in.
15353
15354         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15355         with-current-buffer.
15356
15357 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15358
15359         * canlock.el (canlock-insert-header): Remove excessive grouping in
15360         regexp.
15361
15362         * gnus-sum.el (gnus-summary-read-document): Ditto.
15363
15364         * gnus-uu.el (gnus-uu-part-number): Ditto.
15365
15366         * html2text.el (html2text-remove-tags): Ditto.
15367         (html2text-format-tags): Ditto.
15368         (html2text-format-single-elements): Ditto.
15369
15370         * mml.el (mml-parse-1): Ditto.
15371
15372 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15373
15374         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15375
15376         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15377
15378         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15379
15380         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15381
15382 2003-11-15  Simon Josefsson  <jas@extundo.com>
15383
15384         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15385         (pgg-gpg-lookup-key): Use regexp match instead of
15386         split-string (split-string is different between emacs 21.2 and
15387         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15388
15389 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15390
15391         * gnus-art.el (gnus-mime-view-all-parts)
15392         (gnus-article-part-wrapper, gnus-article-view-part): Use
15393         with-current-buffer.
15394
15395 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15396
15397         * spam.el (spam-disable-spam-split-during-ham-respool)
15398         (spam-spamoracle-database, spam-cache-lookups)
15399         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15400         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15401         (spam-group-ham-marks, spam-group-spam-marks)
15402         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15403         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15404         also add spam-use-blackholes to the statistical checks.
15405         (spam-fetch-field-fast): Add interface to fetching fields, may
15406         become a macro.
15407         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15408         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15409         (spam-insert-fake-headers): Fake an article when needed.
15410         (spam-find-spam): Fake article when possible.
15411         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15412         (spam-check-bogofilter-headers): Use message-fetch-field instead
15413         of nnmail-fetch-field.
15414
15415 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15416
15417         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15418
15419 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15420
15421         * spam.el (spam-split): Do not require spam-use-CHECK to be
15422         enabled if that check is passed to spam-split explicitly; also
15423         fix so 'spam doesn't get converted to spam-split-group when
15424         spam-split-symbolic-return is t.
15425         (spam-find-spam): Find registrations of the article and use those
15426         instead of re-running spam-split to find the spam/ham
15427         classification of the article.
15428         (spam-log-processing-to-registry, spam-log-registered-p)
15429         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15430         Use gnus-error instead of gnus-message.
15431         (spam-log-registration-type): Add function to determine the
15432         classification of a message based on registry entries; will
15433         return nil if both 'spam and 'ham are found.
15434         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15435         a reasonably fast local cache without the loading errors.
15436         (spam-cache-lookups): Set to t by default.
15437         (spam-find-spam): Don't try to guess spam-cache-lookups.
15438         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15439         spam-caches entry.
15440         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15441         caching of whitelist/blacklist entries.
15442         (spam-check-whitelist, spam-check-blacklist): Invoke
15443         spam-from-listed-p with a type, not a cache variable.
15444         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15445
15446 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15447
15448         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15449
15450         * nnmail.el (nnmail-split-fancy): do.
15451
15452         * mml.el (mml-parse): do.
15453
15454         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15455         (gnus-score-adaptive): do.
15456
15457 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15458
15459         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15460         (gnus-mime-button-map): Don't set keymap parent.
15461         (gnus-button-ctan-directory-regexp): Use shy grouping.
15462         (gnus-prev-page-map): Don't set keymap parent.
15463         (gnus-prev-page-map): Remove duplicated one.
15464         (gnus-next-page-map): Don't set keymap parent.
15465         (gnus-mime-security-button-map): Ditto.
15466
15467         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15468         version number.
15469
15470         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15471
15472 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15473
15474         * canlock.el (canlock-sha1-function): Remove.
15475         (canlock-sha1-function-for-verify): Remove.
15476         (canlock-openssl-program): Remove.
15477         (canlock-openssl-args): Remove.
15478         (canlock-ignore-errors): Remove.
15479         (canlock-sha1-with-openssl): Remove.
15480         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15481         (canlock-verify): Don't use canlock-ignore-errors.
15482
15483         * sha1-el.el (sha1-string-external): Make it can return a string
15484         in binary form.
15485         (sha1-region-external): Ditto.
15486         (sha1-string-internal): Ditto.
15487         (sha1-region-internal): Ditto.
15488         (sha1-region): Ditto.
15489         (sha1-string): Ditto.
15490         (sha1): Ditto.
15491
15492 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15493
15494         * spam.el (spam-report-articles-gmane): New command.
15495
15496 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15497
15498         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15499
15500         * run-at-time.el (run-at-time-saved): Remove.
15501         (run-at-time): Doc fix.
15502
15503 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15504
15505         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15506         (gnus-summary-limit-map): Add it.
15507         (gnus-summary-make-menu-bar): do.
15508
15509 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15510
15511         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15512         Make attempt at some caching support (done for BBDB only now).
15513         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15514         addresses to be checked.
15515         (spam-clear-cache-BBDB): Add function, to be invoked by
15516         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15517         (spam-check-BBDB): Check and use the caches, if
15518         spam-cache-lookups is on, remove superfluous (provide).
15519
15520 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15521
15522         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15523
15524 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15525
15526         * run-at-time.el (run-at-time-saved): Move to after the definition
15527         of `run-at-time'.
15528
15529         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15530
15531 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15532
15533         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15534         mm-w3m-local-map-property.
15535
15536         * mm-view.el (mm-w3m-mode-map): Remove.
15537         (mm-w3m-local-map-property): Remove.
15538         (mm-inline-text-html-render-with-w3m): Don't use
15539         mm-w3m-local-map-property.
15540
15541 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15542
15543         * run-at-time.el: New file.
15544
15545         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15546         under Emacs.
15547
15548         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15549         of gnus-set-text-properties.
15550
15551         * gnus-uu.el (gnus-uu-save-article): Ditto.
15552
15553         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15554
15555         * gnus-cite.el (gnus-cite-parse): Ditto.
15556
15557         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15558         of gnus-.
15559
15560         * gnus-xmas.el (run-at-time): Require run-at-time.
15561
15562         * gnus.el: Changed calls to nnheader-run-at-time and
15563         password-run-at-time throughout to use run-at-time directly.
15564
15565         * password.el: Removed definition of run-at-time.
15566
15567         * nnheaderxm.el: Remove definition of run-at-time.
15568
15569 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15570
15571         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15572         in prompt.
15573
15574 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15575
15576         * messagexmas.el (message-xmas-redefine): Alias
15577         `message-make-caesar-translation-table' to
15578         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15579         version.
15580
15581         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15582         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15583         `gnus-xmas-set-text-properties'.
15584         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15585         `gnus-xmas-completing-read'.
15586         (gnus-xmas-completing-read): Removed.
15587         (gnus-xmas-open-network-stream): Removed.
15588
15589         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15590         XEmacs version.
15591
15592         * dns.el (dns-make-network-process): Use `open-network-stream'
15593         instead of `gnus-xmas-open-network-stream'.
15594
15595         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15596
15597         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15598
15599 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15600
15601         * gnus-art.el (gnus-mime-display-alternative)
15602         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15603         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15604         Don't use gnus-local-map-property.
15605
15606         * gnus-util.el (gnus-local-map-property): Remove.
15607
15608         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15609         gnus-completing-read-maybe-default with completing-read.
15610
15611         * gnus-util.el (gnus-completing-read): do.
15612         (gnus-completing-read-maybe-default): Remove.
15613
15614 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15615
15616         * password.el: Only autoload `run-at-time' if not XEmacs.
15617         Only autoload the itimer functions if XEmacs.
15618
15619 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15620
15621         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15622         XEmacsen.
15623
15624         * dgnushack.el: Autoload executable-find for XEmacs.
15625
15626 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15627
15628         * gnus-art.el (gnus-read-string): Remove.
15629         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15630         read-string.
15631
15632 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15633
15634         * netrc.el: Autoload password-read.
15635         (netrc): Add configuration group.
15636         (netrc-encoding-method, netrc-openssl-path): Add
15637         variables for encoding and decoding of files with symmetric
15638         ciphers.
15639         (netrc-encode): Add assistant function to encode a file with
15640         netrc-encoding-method.
15641         (netrc-parse): Add interactive parameter, added optional
15642         decoding if netrc-encoding-method is non-nil but otherwise
15643         behavior is standard.
15644         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15645         Do s/encode/encrypt/ everywhere.
15646
15647         * spam.el: Remove executable-find autoload.
15648
15649 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15650
15651         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15652
15653         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15654
15655 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15656
15657         * gnus-art.el (gnus-treat-ansi-sequences)
15658         (article-treat-ansi-sequences): New variable and function.
15659         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15660
15661         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15662         Use it.
15663
15664 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15665
15666         * mm-util.el (mm-quote-arg): Remove.
15667
15668         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15669         shell-quote-argument.
15670
15671         * gnus-uu.el (gnus-uu-command): do.
15672
15673         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15674
15675         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15676         with make-char.
15677
15678         * mm-util.el (mm-make-char): Remove.
15679
15680         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15681         add-minor-mode.
15682
15683         * gnus-undo.el (gnus-undo-mode): do.
15684
15685         * gnus-topic.el (gnus-topic-mode): do.
15686
15687         * gnus-sum.el (gnus-dead-summary-mode): do.
15688
15689         * gnus-start.el (gnus-slave-mode): do.
15690
15691         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15692
15693         * gnus-ml.el (gnus-mailing-list-mode): do.
15694
15695         * gnus-gl.el (gnus-grouplens-mode): do.
15696
15697         * gnus-draft.el (gnus-draft-mode): do.
15698
15699         * gnus-dired.el (gnus-dired-mode): do.
15700
15701         * gnus-ems.el (gnus-add-minor-mode): Remove.
15702
15703         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15704         Replace gnus-char-width with char-width.
15705
15706         * gnus-ems.el (gnus-char-width): Remove.
15707
15708         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15709         Replace gnus-char-width with char-width.
15710
15711         * gnus-ems.el (gnus-char-width): Remove.
15712
15713         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15714         definition.
15715         Remove Emacs 20 hash table compatibility code.
15716
15717         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15718         20 compatibility code.
15719
15720         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15721
15722         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15723
15724         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15725         with point-at-{eol,bol}.
15726
15727         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15728
15729         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15730
15731         * flow-fill.el (fill-flowed-point-at-bol)
15732         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15733
15734         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15735         Replace with point-at-{eol,bol} throughout all files.
15736
15737 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15738
15739         * ntlm.el (ntlm-string-as-unibyte): New macro.
15740         (ntlm-build-auth-response): Use it.
15741
15742         Remove Emacs 20 stuff:
15743         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15744         (butlast, mapc, remove): Remove the compiler macros.
15745         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15746         of delq and copy-sequence.
15747         * gnus-art.el (popup-menu): Remove the compiler macro.
15748         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15749         Emacs 20.
15750
15751 2004-01-05  Simon Josefsson  <jas@extundo.com>
15752
15753         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15754         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15755         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15756         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15757         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15758         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15759         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15760         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15761         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15762         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15763         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15764         string-xor into ntlm-string-xor.  Suggested by
15765         Jesper Harder <harder@myrealbox.com>.
15766
15767         * ntlm.el: Don't include poem.
15768
15769         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15770         Jesper Harder <harder@myrealbox.com>.
15771
15772         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15773
15774         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15775         probably breaks emacs with DL patch, but do we care? Is anyone
15776         still using the DL stuff?)
15777
15778         * sieve-manage.el: Use the password package.
15779         (sieve-manage-read-passwd): Remove.
15780         (sieve-manage-interactive-login): Use password.  Re-add
15781         condition-case around loop.
15782
15783         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15784         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15785         the password package.
15786
15787 2003-02-19  Simon Josefsson  <jas@extundo.com>
15788
15789         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15790         token.
15791
15792 2002-08-07  Simon Josefsson  <jas@extundo.com>
15793
15794         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15795         (sieve-manage-authenticators):
15796         (sieve-manage-authenticator-alist): Add some SASL mechs.
15797         (sieve-sasl-auth): New function.
15798         (sieve-manage-cram-md5-auth):
15799         (sieve-manage-plain-auth): Rewrite using SASL library.
15800         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15801         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15802         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15803         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15804
15805 2004-01-05  Simon Josefsson  <jas@extundo.com>
15806
15807         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15808         New files.
15809
15810 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15811
15812         * gnus-group.el (gnus-no-groups-message): Update.
15813
15814         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15815
15816 2003-11-09  Simon Josefsson  <jas@extundo.com>
15817
15818         * imap.el: Support for ID IMAP extension (RFC 2971).
15819         (imap-local-variables): Add imap-id.
15820         (imap-id): New variable.
15821         (imap-id): New function.
15822         (imap-parse-response): Parse untagged ID response.
15823         * nnimap.el (nnimap-id): New variable.
15824         (nnimap-open-connection): Use it.
15825
15826 2003-12-28  Simon Josefsson  <jas@extundo.com>
15827
15828         * gnus-score.el (gnus-score-edit-all-score): New.
15829         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15830
15831 2004-01-04  Simon Josefsson  <jas@extundo.com>
15832
15833         * password.el: Add.
15834
15835 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15836
15837         * dns.el (dns-query-types): Fix typo.
15838         (dns-query-types): New function.
15839         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15840         PTR and SOA replies, see RFC 1035.
15841
15842 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15843
15844         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15845
15846         * Moved to Changelog.2.
15847
15848 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15849
15850         * gnus.el (gnus-version-number): Bump version.
15851
15852 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15853
15854         * gnus.el: No Gnus v0.1 is released.
15855
15856 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15857
15858         * gnus.el: No Gnus v0.0 is released.
15859
15860 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15861
15862         * gnus.el (gnus-version-number): Bump.
15863         (gnus-version): No.
15864
15865 See ChangeLog.2 for earlier changes.
15866
15867     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15868       Free Software Foundation, Inc.
15869
15870   This file is part of GNU Emacs.
15871
15872   GNU Emacs is free software: you can redistribute it and/or modify
15873   it under the terms of the GNU General Public License as published by
15874   the Free Software Foundation, either version 3 of the License, or
15875   (at your option) any later version.
15876
15877   GNU Emacs is distributed in the hope that it will be useful,
15878   but WITHOUT ANY WARRANTY; without even the implied warranty of
15879   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15880   GNU General Public License for more details.
15881
15882   You should have received a copy of the GNU General Public License
15883   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15884
15885 ;; Local Variables:
15886 ;; coding: utf-8
15887 ;; fill-column: 79
15888 ;; add-log-time-zone-rule: t
15889 ;; End: