(pop3-streaming-movemail): Always close the pop3 connection.
[gnus] / lisp / ChangeLog
1 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4
5         * mail-source.el (mail-source-delete-crash-box): Only check the
6         incoming files for deletion once per day to save a lot of file
7         accesses.
8
9         * pop3.el (pop3-logon): Fix up unbound variable typo.
10
11         * mail-source.el (pop3-streaming-movemail): Autoload.
12
13         * pop3.el (pop3-streaming-movemail): Respect
14         pop3-leave-mail-on-server.
15
16         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
17         retrieval.
18
19         * pop3.el (pop3-process-filter): Removed unused function.
20         (pop3-streaming-movemail, pop3-send-streaming-command)
21         (pop3-wait-for-messages, pop3-write-to-file)
22         (pop3-number-of-responses): New functions for streaming pop3
23         retrieval.
24
25         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
26         come from no known methods.
27         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
28         list.
29
30         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
31         message sizes.
32         (pop3-movemail): Use erase-buffer instead of looping and deleting
33         regions, which seems rather odd.
34
35         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
36         file once per `g' run.
37
38         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
39         directories.  This makes the draft queue directory work.
40
41         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
42         data from the backends, so that we only request the list of groups from
43         each method once.  This should speed things up considerably.
44
45         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
46         detect that it's not implemented.
47
48         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
49         we actually do recurse down into the tree, but don't stat all leaf
50         nodes.
51
52         * gnus-html.el (gnus-html-show-images): If there are no images to show,
53         then say so instead of bugging out.
54
55         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
56         files exist before trying to read them.
57
58         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
59         around <pre_int>.
60
61         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
62
63         * nnmh.el (nnmh-request-list-1): Optimize for speed.
64
65 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
66
67         * mm-util.el (mm-image-load-path): Just return the image directories,
68         not all directories in the path in addition to the image directories.
69         (mm-image-load-path): Maintain a cache of the image directories so that
70         the `g' command in Gnus doesn't have to stat dozens of directories each
71         time.
72
73         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
74         (gnus-html-wash-tags): Add a new `i' command to insert images.
75         (gnus-html-insert-image): New command and keystroke.
76         (gnus-html-redisplay-with-images): New command and keystroke.
77         (gnus-html-show-images): Renamed command.
78         (gnus-html-wash-tags): Remove more white space before <pre_int> image
79         spacers.
80         (gnus-html-wash-tags): Decode entities at the end, so that entities
81         inside the tags don't mess up the rest of the "parsing".
82
83         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
84         so that nnimap methods aren't agentized by default.  There's apparently
85         many problems related to agent/imap behaviour.
86
87         * gnus-art.el (gnus-article-copy-string): New command and key binding.
88
89         * gnus-html.el: Doc fix.
90
91 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
92
93         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
94         specifier-spec-list for Emacs 21.
95
96         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
97         glyph-width and glyph-height instead of display-graphic-p and
98         image-size; make avoidance of displaying small images work for XEmacs.
99
100         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
101         for XEmacs.
102
103         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
104         of symbol that holds plist data.
105         (gnus-process-plist): Remove plist of process after getting it.
106
107 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
108
109         * message.el (message-generate-hashcash): Change default to
110         'opportunistic if hashcash is installed.
111
112         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
113         (gnus-html-put-image): Only call image-size once, since it's somewhat
114         time-consuming on remote X servers.
115
116 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
117
118         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
119         type on data, not a file name.
120
121         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
122         window-pixel-edges for Emacs 21.
123
124         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
125         decoded contents.
126         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
127
128 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
129
130         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
131         group line format, since it isn't very interesting.
132
133         * gnus-agent.el (gnus-agent-short-article),
134         (gnus-agent-long-article): Increase values for these two variables,
135         since most people are likely to have more network connection and
136         storage than before.
137
138         * gnus.el (gnus-refer-article-method): Change default to 'current.
139         When referring an article, the common behaviour is to refer it from the
140         current select method, not the native select method.  The chances of
141         the native select method having the message in question is rather slim
142         these days.
143
144         * gnus-sum.el (gnus-auto-select-subject): Change default to
145         `unseen-or-unread'.  I think it's likely that most people want to
146         select an unseen article over a previously seen, but unread one.
147
148         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
149         means that in the article buffer none of the minor mode elements will
150         be shown, usually, and this is not desirable in most cases.
151
152         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
153         that commands like `d' (and the like) go to the next line in the
154         buffer, instead of the next unread article.  I think this is the
155         behaviour that is most natural for most users.
156         (gnus-single-article-buffer): Change default to nil, so that people can
157         have as many article buffers open as they have summary buffer.  I think
158         this is the most natural way for the groups to behave.
159
160         * message.el (message-generate-new-buffers): Change default to
161         `unsent', so that all new message buffers start their names with the
162         string "*unsent", and it's easier to find the buffers if you move from
163         them.
164
165 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
166
167         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
168         small. They're probably tracking images.
169         (gnus-html-wash-tags): Remove all <pre_int> place holders.
170         (gnus-html-rescale-image): Yet another try at getting the image sizing
171         right.
172
173         * nntp.el (nntp-request-set-mark): Refuse to do marks if
174         nntp-marks-file-name is nil.
175
176 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
177
178         * gnus-html.el (gnus-html-wash-tags)
179         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
180         Better logging.
181
182 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
183
184         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
185
186         * gnus-html.el (gnus-html-wash-tags): Check the value of
187         gnus-blocked-images in the summary buffer.
188
189 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
190
191         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
192
193 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
194
195         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
196         like "a", it seems like.
197         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
198         since it needs to be picked from the correct buffer.
199
200         * nnwfm.el: Removed.
201
202         * nnlistserv.el: Removed.
203
204 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
205
206         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
207         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
208
209 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
210
211         * nnkiboze.el: Removed.
212
213         * nndb.el: Removed.
214
215         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
216         alt text.
217         (gnus-html-rescale-image): Try to get the rescaling logic right for
218         images that are just wide and not tall.
219
220         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
221         overshadow variable bindings.
222
223 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
224
225         * gnus-html.el (gnus-html-wash-tags)
226         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
227         extra logging.
228
229 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
230
231         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
232         (gnus-max-image-proportion): New variable.
233         (gnus-html-rescale-image): New function.
234         (gnus-html-put-image): Rescale images.
235
236 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
237
238         Fix up some byte-compiler warnings.
239         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
240         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
241         (gnus-article-fill-cited-article, gnus-article-hide-citation)
242         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
243         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
244         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
245         (gnus-group-update-group): Use save-excursion and with-current-buffer.
246
247 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
248
249         * gnus-html.el (gnus-article-html): Decode contents by charset.
250
251 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
252
253         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
254         (gnus-html-frame-width, gnus-blocked-images)
255         * message.el (message-prune-recipient-rules): Add custom version.
256         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
257
258         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
259         functions.
260
261         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
262         gnus-process-get.
263
264 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
265
266         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
267         instead of lsub directly.
268
269 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
270
271         * nnwarchive.el: Removed.
272
273         * gnus-soup.el: Removed.
274
275         * nnsoup.el: Removed.
276
277         * nnultimate.el: Removed.
278
279         * gnus-html.el (gnus-blocked-images): New variable.
280
281         * message.el (message-prune-recipients): New function.
282         (message-prune-recipient-rules): New variable.
283
284         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
285         guess whether a long line is natural text or not.
286
287         * gnus-html.el (gnus-html-schedule-image-fetching): Use
288         gnus-process-plist and friends for compatibility.
289
290 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
291
292         * gnus-html.el: Require packages that define macros used in this file.
293         (gnus-article-mouse-face): Declare to silence byte-compiler.
294         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
295         process-get.
296         (gnus-html-put-image): Use plist-get to avoid getf.
297         (gnus-html-prefetch-images): Use with-current-buffer.
298
299 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
300
301         * gnus-ems.el: Provide compatibility functions for
302         gnus-set-process-plist.
303
304         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
305         header-line-format for XEmacs 21.4.
306
307         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
308         * gnus.el (gnus-valid-select-methods)
309         * message.el (message-send-mail-partially-limit)
310         * mm-decode.el (mm-text-html-renderer)
311         * mml.el (mml-insert-mime-headers-always)
312         * smiley.el (smiley-regexp-alist): Bump custom version.
313
314 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
315
316         * gnus-html.el: require mm-url.
317         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
318         with the url to `url'.
319         (gnus-html-wash-tags): Support cid: URLs/images.
320
321 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
322
323         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
324         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
325         bindings, as they aren't useful at all. `w' is moved to `W w'.
326
327         * gnus-move.el: Removed file, since it doesn't really work.
328
329         * gnus-html.el (gnus-article-html): Tell w3m that the input is
330         UTF-8. This seems to fix problems with some German web feeds.
331
332         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
333         at the top so that the proper colours are applied.
334
335         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
336         don't have dots in their names.
337
338         * gnus-art.el (gnus-article-view-part): Doc fix.
339
340         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
341         XEmacs-compatible.
342         (gnus-html-put-image): Don't do images on non-graphic displays.
343
344         * nnslashdot.el: Removed this unused backend.
345
346         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
347         actions.
348         (gnus-undo-register-1): Revert last change.
349
350         * gnus-group.el (gnus-group-completing-read): Protect against not
351         having completion-styles bound.
352
353         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
354         make broken recipients happier.
355
356         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
357
358         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
359         point parameter.
360
361         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
362
363         * gnus-group.el (gnus-group-completing-read): Add 'substring to
364         completion-styles for group selection.
365
366 2009-02-04  Andreas Schwab  <schwab@suse.de>
367
368         * gnus-score.el (gnus-score-string): Fix regex for matching extra
369         headers and regexp-quote the match if necessary.
370
371 2009-03-24  Miles Bader  <miles@gnu.org>
372
373         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
374         the blinking smiley.
375
376 2009-03-24  Simon Josefsson  <simon@josefsson.org>
377
378         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
379         blink smiley.
380
381 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
382
383         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
384         where the dribbel file lives exists.
385
386         * message.el (message-send-mail-partially-limit): Change the default to
387         nil, since most people don't want this.
388
389         * mm-url.el (mm-url-decode-entities): Also decode entities like
390         &#x3212.
391
392 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
393
394         * gnus-sum.el (gnus-summary-idna-message):
395         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
396         Hyperlink urls in docstrings with URL `...'.
397
398 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
399
400         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
401         functions.
402
403 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
404
405         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
406         say what the mouseover text should be.
407
408         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
409         version of the mm-w3m-safe-url-regexp variable to only download images
410         in the groups where we want that to happen.
411
412         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
413
414         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
415         easier debugging.
416         (gnus-article-beginning-of-window): Add kludge to allow spacing past
417         big pictures in the article buffer.
418
419         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
420         gnus-article-html.
421         (mm-text-html-renderer): gnus-article-html needs curl in addition to
422         w3m.
423
424         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
425
426 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
427
428         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
429         which doesn't exist.
430
431         * message.el (message-inhibit-ecomplete): New variable to allow some
432         function to inhibit ecomplete address storage.
433         (message-resend): Disable ecomplete message storage when resending
434         messages.
435
436         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
437
438 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
439
440         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
441         Save excursion while copying, moving, and deleting articles in order to
442         prevent the cursor from jumping to unforeseen place.
443
444 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
445
446         * lpath.el: No need to bind bookmark-current-buffer,
447         bookmark-yank-point and bookmark-make-record-function.
448
449 2010-08-17  Glenn Morris  <rgm@gnu.org>
450
451         * gnus-sync.el: Require gnus components whose functions are used.
452
453         * gnus-art.el (bookmark-make-record-function):
454         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
455         Declare for compiler.
456
457         * mm-url.el (mml-compute-boundary): Autoload.
458
459 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
460
461         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
462
463 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
464
465         Typo fix "hoo4a" -> "hook".
466
467         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
468
469 2010-08-14  Glenn Morris  <rgm@gnu.org>
470
471         * gnus-sync.el (gnus-sync): Fix defgroup version.
472
473 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
474
475         Doc fixes and keep unknown groups (ammended for nunion bug fix).
476
477         * gnus-sync.el: Fix docs.
478         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
479         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
480
481 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
482
483         Optimizations for gnus-sync.el.
484
485         * gnus-sync.el: Add docs about gnus-sync-backend
486         possibilities.
487         (gnus-sync-save): Remove unnecessary message.
488         (gnus-sync-read): Optimize and show what groups were skipped.
489
490 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
491
492         Minor bug fixes for gnus-sync.el.
493
494         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
495         read the sync on get-new-news.
496
497         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
498         quiet.
499
500         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
501
502 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
503
504         Make saving and restoring of hidden threads work with overlays.
505         Patch applied by Ted Zlatanov.
506
507         * gnus-sum.el (gnus-hidden-threads-configuration)
508         (gnus-restore-hidden-threads-configuration): Update to deal with text
509         properties, rather than searching for a magic character.
510
511 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
512
513         New gnus-sync.el library for synchronization of marks.
514
515         * gnus-sync.el: New library for synchronization of marks.
516
517         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
518         renamed from `gnus-registry-grep-in-list'.
519
520         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
521
522         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
523
524 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
525
526         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
527         determining charset of text fails.
528
529 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
530
531         * nnmail.el (nnmail-get-new-mail-1): Revert.
532
533         * nnml.el (nnml-active-number): Make sure names of newly created groups
534         in nnml-group-alist are encoded.
535
536 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
537
538         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
539         containing non-ASCII characters in active file for nnml back end.
540
541 2010-07-24  David Engster  <dengste@eml.cc>
542
543         * mml-smime.el (mml-smime-epg-verify): Also accept the older
544         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
545
546 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
547
548         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
549         tag (Bug#6654).
550
551 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
552
553         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
554         the article buffer, not the summary buffer.
555
556 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
557
558         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
559         Emacs 23 as well.
560
561 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
562
563         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
564         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
565
566 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
567
568         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
569         Patch applied by Karl Fogel.
570
571         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
572         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
573
574 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
575
576         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
577         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
578         C-w still not working correctly from Article buffers; Thierry's
579         patch to fix that will be applied after this.
580
581         * gnus-art.el (bookmark-make-record-function): New local variable.
582
583         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
584         article buffer.
585         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
586
587 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
588
589         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
590         on changes in bookmark.el.
591
592 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
593
594         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
595         `no-log' instead of message not to log prompt string.
596
597 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
598
599         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
600         the *other* type of HTML form submission.
601
602 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
603
604         * auth-source.el (auth-source-pick): If choice does not contain a
605         questioned keyword, set the check to t.
606
607 2010-06-12  Romain Francoise  <romain@orebokech.com>
608
609         * gnus-util.el (gnus-date-get-time): Move up before first use.
610
611 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
612
613         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
614         (gnus-article-edit-part): Bind it to make last part that is substituted
615         or deleted visible.
616         (gnus-mime-display-single): Buttonize part of which id equals to
617         gnus-mime-buttonized-part-id.
618
619 2010-06-10  Dan Christensen  <jdc@uwo.ca>
620
621         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
622         (gnus-dd-mmm): Use gnus-date-get-time.
623         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
624         simplify logic.
625         (gnus-summary-limit-to-age): Use gnus-date-get-time.
626         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
627
628 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
629
630         * auth-source.el (top): Autoload `secrets-list-collections',
631         `secrets-create-item', `secrets-delete-item'.
632         (auth-sources): Fix tag string.
633         (auth-get-source, auth-source-retrieve, auth-source-create)
634         (auth-source-delete): New defuns.
635         (auth-source-pick): Rewrite in order to avoid 2 passes.
636         (auth-source-forget-user-or-password): New parameter USERNAME.
637         (auth-source-user-or-password): New parameters CREATE-MISSING and
638         DELETE-EXISTING.  Retrieve password interactively, if needed.
639
640 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
641
642         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
643         deleting unused directories when gnus-expert-user is t.
644
645 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
646
647         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
648         for each temp file when gnus-article-browse-delete-temp is ask.
649
650 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
651
652         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
653         Lisp calls to delete-backward-char by calls to delete-char.
654
655 2010-05-20  Kevin Ryde  <user42@zip.com.au>
656
657         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
658
659 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
660
661         * password-cache.el (password-cache-remove): Fix docstring.
662
663 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
664
665         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
666         article unless decoding article to be saved.
667
668 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
669
670         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
671         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
672         generated within the mm-with-unibyte-current-buffer macro.
673
674 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
675
676         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
677         to nil when we're in a mml-preview buffer and no group is selected.
678
679 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
680
681         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
682         when catching the `C-g'.  Reported by "Leo".
683
684 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
685
686         * message.el (message-forward-make-body-plain)
687         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
688         multibyte-string-p.
689
690         * lpath.el: Revert.
691
692 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
693
694         * message.el (message-forward-make-body-mml): Assume original message
695         is multibyte string; error on unibyte.
696         (message-forward-make-body-plain): Ditto; don't add excessive newline
697         in body end.
698
699         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
700
701 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
702
703         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
704         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
705
706 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
707
708         * mm-extern.el (mm-extern-url): Don't use
709         mm-with-unibyte-current-buffer.
710         (mm-extern-cache-contents): Use with-current-buffer instead of
711         save-excursion + set-buffer.
712
713 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
714
715         * mm-util.el (mm-emacs-mule): Remove.
716
717 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
718
719         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
720         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
721         change.
722
723 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
724
725         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
726         bind the default value of enable-multibyte-characters to nil.
727
728 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
729
730         * message.el (message-forward-make-body-plain)
731         (message-forward-make-body-mml):
732         Don't use mm-with-unibyte-current-buffer.
733
734 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
735
736         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
737
738 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
739
740         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
741         (Bug#5592).
742
743 2010-05-07  Julien Danjou  <julien@danjou.info>
744
745         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
746         it to mm-pipe-part.
747
748         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
749         it is given.
750
751 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
752
753         * binhex.el (binhex-decode-region-internal)
754         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
755         (dns-query)
756         * nnweb.el (nnweb-gmane-search)
757         * pgg-parse.el (pgg-parse-armor)
758         * pgg.el (pgg-verify-region)
759         * sha1.el (sha1-string-external)
760         * uudecode.el (uudecode-decode-region-internal)
761         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
762         XEmacs.
763
764         * gnus-art.el (gnus-article-browse-html-parts)
765         * gnus-group.el (gnus-read-ephemeral-gmane-group)
766         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
767         make-temp-file.
768
769         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
770         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
771         compiling.
772
773         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
774         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
775         XEmacs when compiling.
776
777         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
778         gnus-pick-mode-off-hook for XEmacs when compiling.
779         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
780         gnus-binary-mode-off-hook for XEmacs when compiling.
781
782         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
783         nil if char-charset is not available.
784
785         * imap.el (imap-disable-multibyte)
786         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
787         macros.
788
789         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
790         instead of encode-coding-string.
791
792         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
793         'xemacs) instead of mm-emacs-mule to switch function definitions.
794         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
795
796         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
797         bind temporary-file-directory for XEmacs;
798         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
799         timer-set-function for XEmacs 21.4 and SXEmacs;
800         bind timer-list for XEmacs 21.4 and SXEmacs;
801         fbind char-charset and find-charset-region for non-Mule XEmacs;
802         fbind decode-coding-region, decode-coding-string, detect-coding-region,
803         encode-coding-region and encode-coding-string for XEmacs having no
804         file-coding feature.
805
806 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
807
808         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
809
810 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
811
812         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
813         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
814
815 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
816
817         * mm-util.el (mm-decompress-buffer): Use `delete-file';
818         alias `jka-compr-delete-temp-file' no longer exists.
819
820 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
821
822         Use define-minor-mode in Gnus where applicable.
823         * mml.el (mml-mode): Use define-minor-mode.
824         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
825         (gnus-undo-mode): Use define-minor-mode.
826         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
827         (gnus-dead-summary-mode): Use define-minor-mode.
828         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
829         Initialize in declaration.
830         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
831         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
832         (gnus-mailing-list-mode): Use define-minor-mode.
833         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
834         (gnus-draft-mode): Use define-minor-mode.
835         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
836         (gnus-dired-mode): Use define-minor-mode.
837
838 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
839
840         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
841         handles on recursive mml-to-mime translation and check them for
842         boundary delimiter collisions.  Reported by Greg Troxel.
843
844 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
845
846         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
847
848 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
849
850         * mm-util.el (mm-find-buffer-file-coding-system):
851         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
852
853 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
854
855         * message.el (message-generate-headers): Record insertion of optional
856         headers as well.  Otherwise the check to prevent repeated insertion of
857         optional headers is a no-op.
858
859 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
860
861         * smime.el: Don't mention CVS.
862
863         * nnrss.el (nnrss-fetch): Don't mention CVS.
864
865         * nnir.el: Don't mention CVS.
866
867 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
868
869         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
870
871 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
872
873         * lpath.el: Fbind bookmark-default-handler,
874         bookmark-get-bookmark-record, bookmark-make-record-default,
875         bookmark-prop-get for Emacs <23 and XEmacs.
876
877 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
878
879         * gnus-sum.el: Add bookmark declarations to silence the compiler.
880         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
881         Use with-current-buffer to silence the byte-compiler.
882         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
883         bother to require `gnus'.
884         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
885
886 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
887
888         * gnus-sum.el (gnus-summary-bookmark-make-record)
889         (gnus-summary-bookmark-jump): New functions.
890         (gnus-summary-mode): Setup bookmark support.
891
892 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
893
894         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
895         if set.
896
897 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
898
899         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
900         gnus-article-browse-html-save-cid-image; make it work recursively for
901         forwarded messages as well.
902         (gnus-article-browse-html-parts): Work when prefix arg is given.
903         (gnus-article-browse-html-article): Doc fix.
904
905 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
906
907         * message.el (message-default-mail-headers):
908         (message-default-headers): Carry the value mail-default-headers over
909         into message-default-mail-headers, rather than message-default-headers.
910
911 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
912
913         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
914         charset.
915
916         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
917         charset into the <meta> tag when the article is encoded to utf-8.
918
919 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
920
921         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
922         directories as well.
923         (gnus-article-browse-html-parts): Work for images that do not specify
924         file names; delete temp directory when quitting; insert header at the
925         right place; use file: scheme for image files.
926
927 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
928
929         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
930         (gnus-article-browse-html-parts): Use it to make temporary cid image
931         files in addition to html file so that browser may display them.
932
933 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
934
935         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
936
937 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
938
939         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
940
941 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
942
943         * auth-source.el (auth-sources): Change default to be simpler.  Explain
944         about Secret Service API sources.  Improve Customize options.
945         (auth-source-pick): Change to accept any number of search parameters.
946         Implement fallbacks iteratively, not recursively.  Add scoring on the
947         second pass and sort by score.  Call Secret Service API when needed.
948         (auth-source-user-or-password): Use it.  Call Secret Service API
949         directly when needed to get the user name and the password.
950
951 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
952
953         * message.el (message-interactive): Doc fix.
954         (message-qmail-inject-args): Reflow.
955         (message-kill-to-signature): Fix typo in docstring.
956
957         * smiley.el (smiley-buffer): Fix typo in docstring.
958
959 2010-03-24  Glenn Morris  <rgm@gnu.org>
960
961         * mail-source.el (gnus-message): Declare.
962         (mail-source-delete-old-incoming): Require gnus-util.
963
964 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
965
966         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
967
968         * message.el (ecomplete-setup): Autoload it for Emacs <23.
969
970         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
971         password-cache's default if it is not bound.
972         (mml-secure-passphrase-cache-expiry): Default to 16 that is
973         password-cache-expiry's default if it is not bound.
974
975         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
976         available in Emacs 21.
977
978         * lpath.el: Suppress compiler warnings for:
979         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
980         XEmacs;
981         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
982         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
983         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
984
985 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
986
987         * auth-source.el (auth-sources): Fix up definition so extra parameters
988         are always inline.
989
990 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
991
992         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
993         wasn't updated after mismatch.  Clear cached mailbox info correctly
994         when uidvalidity changes.
995         (nnimap-group-prefixed-name): New function to avoid some code
996         duplication.
997         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
998         (nnimap-request-group): Use it.
999         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1000         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1001         with many imap folders.  This is done by caching the group status from
1002         the imap server persistently in a group parameter `imap-status'.  (This
1003         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1004         but not persistently, so every Gnus startup was still very slow.)
1005
1006 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1007
1008         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1009         delete the extra newline.  Otherwise editing of :string and :number
1010         types don't work.
1011
1012 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1013
1014         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1015         secrets.el dependency.
1016         (auth-sources): Add optional user name.  Add secrets.el configuration
1017         choice (unused right now).
1018
1019 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1020
1021         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1022         `gnus-registry-install-shortcuts' fill in the functions.
1023
1024         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1025         warnings.
1026         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1027         (gnus-registry-install-shortcuts): Populate and use it in a
1028         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1029
1030 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1031
1032         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1033         In-place substitutions for the group name encoding/decoding.
1034         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1035         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1036         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1037         (nnimap-update-unseen, nnimap-request-list)
1038         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1039         (nnimap-request-set-mark, nnimap-split-to-groups)
1040         (nnimap-split-articles, nnimap-request-newgroups)
1041         (nnimap-request-create-group, nnimap-request-accept-article)
1042         (nnimap-request-delete-group, nnimap-request-rename-group)
1043         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1044         `encoded-mbx' for consistency.
1045         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1046         variable `imap-current-mailbox'.
1047
1048         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1049         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1050
1051 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1052
1053         * pop3.el (pop3-display-message-size-flag): Display message size byte
1054         counts during POP3 download.
1055         (pop3-movemail): Use it.
1056         (pop3-list): Implement listing of available messages.
1057
1058 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1059
1060         * nnir.el (nnir-get-article-nov-override-function): New function to
1061         override the normal NOV retrieval.
1062         (nnir-retrieve-headers): Use it.
1063
1064 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1065
1066         * auth-source.el (netrc-machine-user-or-password): Autoload.
1067
1068 2010-03-19  Glenn Morris  <rgm@gnu.org>
1069
1070         Stop message.el from loading about 40 libraries it doesn't always need.
1071         The general approach is to autoload rather than require, and to
1072         require in the specific functions rather than the file.  (Bug#5642)
1073
1074         * gmm-utils.el: Don't require wid-edit.
1075         (widget-create-child-value, widget-convert, widget-default-get):
1076         Autoload.
1077
1078         * gnus-util.el: Don't require time-date, netrc.
1079         (message-fetch-field, gnus-group-name-decode): Declare rather than
1080         autoloading.
1081         (gnus-fetch-field): Require message.
1082         (gnus-decode-newsgroups): Require gnus-group.
1083
1084         * ietf-drums.el: Don't require time-date.
1085
1086         * message.el: Don't require hashcash, canlock, ecomplete.
1087         Do require mail-utils.  Require nnheader only when compiling.
1088         (smtpmail-default-smtp-server): Remove declaration.
1089         (message-send-mail-function): Check smtpmail-default-smtp-server
1090         is bound rather than requiring smtpmail.
1091         (message-auto-save-directory, message-insert-signature): Use
1092         expand-file-name rather than nnheader-concat.
1093         (nnheader-insert-file-contents): Autoload.
1094         (hashcash-wait-async): Declare.
1095         (message-send-mail): Only call gnus-setup-posting-charset if
1096         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1097         (message-send-mail-with-sendmail): Require sendmail.
1098         (canlock-password, canlock-password-for-verify): Declare.
1099         (message-canlock-password): Require canlock.
1100         (nnheader-get-report): Autoload.
1101         (gnus-setup-posting-charset): Declare.
1102         (message-send-news): Require gnus-msg.
1103         (message-make-references, message-make-in-reply-to): Use mail-header-id
1104         rather than the alias mail-header-message-id.
1105         (ecomplete-add-item, ecomplete-save): Declare.
1106         (message-put-addresses-in-ecomplete): Require ecomplete.
1107         (ecomplete-display-matches): Autoload.
1108
1109         * mm-decode.el: Don't require mailcap, gnus-util.
1110         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1111         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1112         Autoload.
1113         (mailcap-mime-extensions): Declare.
1114
1115         * mm-encode.el: Don't require mailcap.
1116         (mailcap-extension-to-mime): Autoload.
1117
1118         * mml-sec.el: Don't require password-cache.
1119
1120         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1121         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1122         (mml-minibuffer-read-type): Require mailcap.
1123         (mml-preview): Require gnus-msg.
1124
1125         * mml1991.el: Require password-cache.
1126         (password-cache-expiry): Remove declaration.
1127
1128         * mml2015.el: Require password-cache.
1129         (password-cache-expiry): Remove declaration.
1130
1131         * nneething.el (mailcap): Require mailcap.
1132
1133         * nnheader.el (declare-function): Add compatibility stub.
1134         (message-remove-header): Declare rather than autoload.
1135         (nnheader-replace-header): Require message.
1136
1137         * nnimap.el (declare-function): Add compatibility stub.
1138         (netrc-parse, netrc-machine-user-or-password): Declare.
1139         (nnimap-open-connection): Require netrc.
1140
1141         * nntp.el (declare-function): Add compatibility stub.
1142         (netrc-parse, netrc-machine, netrc-get): Declare.
1143         (nntp-send-authinfo): Require netrc.
1144
1145         * rfc2047.el: Don't require qp.
1146         (quoted-printable-encode-region, quoted-printable-decode-string):
1147         Autoload.
1148
1149         * sieve-mode.el: Don't require easymenu.
1150         (easy-menu-add-item): Autoload it.
1151
1152         * spam-stat.el (time-to-number-of-days): Autoload it.
1153
1154 2010-03-19  Glenn Morris  <rgm@gnu.org>
1155
1156         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1157
1158 2010-03-18  Glenn Morris  <rgm@gnu.org>
1159
1160         * hashcash.el (declare-function): Remove duplicate definition.
1161
1162 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1163
1164         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1165         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1166         value if any backslash escapes).
1167
1168 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1169
1170         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1171         if it is available.  (bug#5647)
1172
1173         * lpath.el: Suppress compiler warning for coding-system-from-name for
1174         Emacs 21 and XEmacs.
1175
1176 2010-03-14  Juri Linkov  <juri@jurta.org>
1177
1178         * hmac-def.el:
1179         * hmac-md5.el:
1180         * netrc.el: Fix keywords.
1181
1182 2010-02-26  Glenn Morris  <rgm@gnu.org>
1183
1184         * message.el (message-send-mail-function): Change the default, so that
1185         it inherits from a customized send-mail-function.  (Bug#5643)
1186
1187 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1188
1189         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1190         shell-command-to-string signals an error (bug#5299).
1191
1192 2010-02-24  Glenn Morris  <rgm@gnu.org>
1193
1194         * message.el (message-smtpmail-send-it)
1195         (message-send-mail-with-mailclient): Doc fixes.
1196
1197 2010-02-16  Glenn Morris  <rgm@gnu.org>
1198
1199         * message.el (message-default-mail-headers): Change the default value
1200         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1201
1202 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1203
1204         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1205         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1206
1207 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1208
1209         * time-date.el (date-to-time): Doc fix (Bug#5408).
1210
1211 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1212
1213         * message.el (message-mail): Just pass yank-action on to message-setup.
1214         (message-setup): Handle (FUN . ARGS) form of yank-action.
1215         (message-with-reply-buffer, message-widen-reply)
1216         (message-yank-original): Handle non-buffer values of
1217         message-reply-buffer (Bug#4080).
1218         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1219
1220 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1221
1222         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1223         Fix typo in docstring.
1224
1225 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1226
1227         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1228         response.
1229
1230 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1231
1232         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1233
1234         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1235
1236         * message.el (message-check-news-header-syntax): Protect against a
1237         string that `rfc822-addresses' returns when parsing fails.
1238
1239 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1240
1241         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1242         (gnus-previous-char-property-change): New functions.
1243
1244         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1245
1246 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1247
1248         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1249         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1250
1251 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1252
1253         * message.el (message-exchange-point-and-mark): Rework last change to
1254         avoid using optional arg of exchange-point-and-mark, for backward
1255         compatibility.
1256
1257 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1258
1259         * message.el (message-exchange-point-and-mark): Call
1260         exchange-point-and-mark with an argument rather than setting
1261         mark-active by hand (Bug#5175).
1262
1263 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1264
1265         * nntp.el (nntp-service-to-port): Work for service expressed with
1266         numeric string; replace [:digit:] with [0-9] for XEmacs.
1267
1268 2009-12-17  Glenn Morris  <rgm@gnu.org>
1269
1270         * gnus-group.el (gnus-bug-group-download-format-alist):
1271         Change emacs entry to debbugs.gnu.org.  Bump :version.
1272
1273 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1274
1275         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1276
1277 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1278
1279         * message.el (message-info): Explain why we use `Info-goto-node'.
1280
1281 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1282
1283         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1284
1285 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1286
1287         * message.el (message-completion-in-region): New compatibility function.
1288         (message-expand-group): Use it.
1289
1290 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1291
1292         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1293         with no unread article should be listed if the 2nd arg `predicate' is
1294         given.
1295
1296 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1297
1298         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1299
1300 2009-11-29  Juri Linkov  <juri@jurta.org>
1301
1302         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1303         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1304         on `gnus-recenter'. (Bug#4698, Bug#4981)
1305
1306 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1307
1308         * sha1.el (sha1-string-external): default-directory "/" in case
1309         otherwise non-existent.  process-connection-type pipe for touch of
1310         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1311
1312 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1313
1314         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1315         it's comms related and sgml-mode.el has "comm" on that basis too.
1316
1317 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1318
1319         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1320         containing tspecial characters if they have been already quoted.
1321
1322 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1323
1324         * dns-mode.el (auto-mode-alist): Purecopy string.
1325
1326 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1327
1328         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1329
1330 2009-10-24  Glenn Morris  <rgm@gnu.org>
1331
1332         * gnus-art.el (help-xref-stack-item): Define for compiler.
1333
1334 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1335
1336         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1337
1338 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1339
1340         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1341
1342 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1343
1344         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1345         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1346
1347 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1348
1349         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1350         (gnus-overlays-in): New alias to overlays-in.
1351
1352         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1353         gnus-overlay-get, and gnus-delete-overlay.
1354         (gnus-summary-show-thread): Make it work as well for systems in which
1355         next-single-char-property-change is not available.
1356         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1357
1358         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1359         (gnus-overlay-get): New alias to extent-property.
1360         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1361
1362         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1363         SXEmacs.
1364
1365         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1366         SXEmacs.
1367
1368 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1369
1370         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1371
1372 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1373
1374         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1375         and XEmacs that don't have `remove-overlays'.
1376
1377 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1378
1379         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1380         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1381         selective display.  Use overlays instead.
1382
1383 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1384
1385         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1386
1387 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1388
1389         * spam-stat.el (spam-stat-load): Fix typo in message.
1390
1391 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1392
1393         * dig.el (dig-invoke): Fix typo in docstring.
1394         (query-dig): Reflow docstring.
1395
1396 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1397
1398         * gnus-art.el (gnus-article-encrypt-body):
1399         * message.el (message-check-recipients):
1400         * mm-util.el (mm-codepage-setup):
1401         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1402         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1403
1404 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1405
1406         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1407         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1408         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1409         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1410         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1411
1412 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1413
1414         * dig.el: Add "Keywords: comm", as per net-utils.el.
1415
1416 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1417
1418         * dig.el (dig-mode): Use define-derived-mode.
1419
1420 2009-09-19  Glenn Morris  <rgm@gnu.org>
1421
1422         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1423
1424 2009-09-18  Glenn Morris  <rgm@gnu.org>
1425
1426         * gnus-diary.el (gnus-diary-check-message):
1427         * message.el (message-insert-formatted-citation-line):
1428         * nnbabyl.el (top-level):
1429         * nndiary.el (nndiary-schedule):
1430         Fix typos in condition-case handlers.
1431
1432 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1433
1434         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1435         configuration that provides the sole article window in a frame;
1436         position point correctly after deleting a part.
1437
1438 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1439
1440         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1441         (spam-resolve-registrations-routine): Use it to unregister articles
1442         that change status.
1443
1444 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1445
1446         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1447         with XEmacs.
1448         (parse-time-string-chars): Use it.
1449
1450 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1451
1452         * imap.el (imap-interactive-login): Better messages.
1453         (imap-open): Fix bug with renamed buffer on reconnect.
1454         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1455         for easier debugging and cleaner code.  On successful (guessed based on
1456         server capabilities) secondary authentication, set imap-state
1457         correctly.
1458         (imap-last-authenticator): Define imap-last-authenticator as a variable
1459         to avoid warnings.
1460
1461 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1462
1463         * nnrss.el (nnrss-request-article): Remove binding of
1464         default-enable-multibyte-characters that has gotten needless by
1465         the 2007-07-13 change in rfc2047-encode-message-header.
1466
1467         * mml.el (mml-insert-multipart): Error on the message header.
1468         (mml-insert-part): Error on the message header; position point at
1469         the end of a MIME tag.
1470
1471 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1472
1473         * time-date.el (autoload): Expand define-obsolete-function-alias into
1474         defalias and make-obsolete for old Emacsen that Gnus supports.
1475         (with-no-warnings): Define it for old Emacsen.
1476         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1477         is available.
1478         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1479         float-time is available; suppress compile warning for time-to-seconds.
1480
1481         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1482         (gnus-float-time): Alias to float-time if it exists.
1483
1484         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1485         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1486         float-time is available; suppress compile warning for time-to-seconds.
1487
1488         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1489         XEmacs.
1490
1491 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1492
1493         * imap.el (imap-message-map): Docstring fix.
1494
1495 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1496
1497         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1498         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1499         Add the optional argument `encoding' that overrides the default.
1500
1501         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1502         mm-encode-buffer.
1503
1504 2009-09-04  Glenn Morris  <rgm@gnu.org>
1505
1506         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1507         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1508         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1509         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1510         * mm-util.el (mm-with-unibyte-current-buffer)
1511         (mm-find-buffer-file-coding-system):
1512         * yenc.el (yenc-decode-region): Use default-value rather than
1513         default-enable-multibyte-characters.
1514
1515 2009-09-03  Glenn Morris  <rgm@gnu.org>
1516
1517         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1518         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1519         than default-enable-multibyte-characters.
1520
1521 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1522
1523         * gnus-art.el (gnus-article-read-summary-keys):
1524         Fix gnus-buffer-configuration's value temporarily used.
1525
1526 2009-09-02  Glenn Morris  <rgm@gnu.org>
1527
1528         * gnus-util.el (gnus-float-time): New function.
1529         * gnus-delay.el (gnus-delay-article):
1530         * gnus-sum.el (gnus-thread-latest-date):
1531         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1532         * nnspool.el (nnspool-request-newgroups):
1533         Use gnus-float-time rather than time-to-seconds.
1534         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1535
1536         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1537         (gnus-header-subject-face, gnus-header-newsgroups-face)
1538         (gnus-header-name-face, gnus-header-content-face):
1539         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1540         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1541         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1542         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1543         (gnus-cite-face-11):
1544         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1545         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1546         (gnus-server-closed-face, gnus-server-denied-face)
1547         (gnus-server-offline-face):
1548         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1549         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1550         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1551         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1552         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1553         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1554         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1555         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1556         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1557         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1558         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1559         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1560         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1561         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1562         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1563         (gnus-summary-high-undownloaded-face)
1564         (gnus-summary-low-undownloaded-face)
1565         (gnus-summary-normal-undownloaded-face)
1566         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1567         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1568         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1569         (gnus-splash-face):
1570         * message.el (message-header-to-face, message-header-cc-face)
1571         (message-header-subject-face, message-header-newsgroups-face)
1572         (message-header-other-face, message-header-name-face)
1573         (message-header-xheader-face, message-separator-face)
1574         (message-cited-text-face, message-mml-face):
1575         * sieve-mode.el (sieve-control-commands-face)
1576         (sieve-action-commands-face, sieve-test-commands-face)
1577         (sieve-tagged-arguments-face):
1578         * spam.el (spam-face):
1579         Mark face aliases with "-face" in the name as obsolete.
1580
1581 2009-09-01  Glenn Morris  <rgm@gnu.org>
1582
1583         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1584         than goto-line.
1585
1586 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1587
1588         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1589         Don't move point if the command is invoked inside the message header.
1590
1591 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1592
1593         * imap.el (imap-send-command): Simplify.
1594         (imap-wait-for-tag): point-max -> buffer-size.
1595
1596 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1597
1598         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1599         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1600         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1601         * nnir.el (nnir-swish-e-index-file):
1602         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1603         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1604         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1605         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1606         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1607         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1608
1609 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1610
1611         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1612         Don't save excursion.
1613
1614 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1615
1616         * nnheader.el (nnheader-find-file-noselect):
1617         * mm-util.el (mm-insert-file-contents):
1618         Use (default-value 'major-mode) instead of default-major-mode.
1619
1620 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1621
1622         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1623
1624 2009-08-26  Glenn Morris  <rgm@gnu.org>
1625
1626         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1627         than placing in files.el.
1628
1629 2009-08-25  Glenn Morris  <rgm@gnu.org>
1630
1631         * nnir.el (top-level): Don't require cl at run-time.
1632         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1633         Replace cl-function substitute with gnus-replace-in-string.
1634         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1635         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1636         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1637         simplified expansions.
1638
1639 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1640
1641         * dig.el (dig): Add autoload cookie.
1642
1643 2009-08-22  Glenn Morris  <rgm@gnu.org>
1644
1645         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1646         goto-line.
1647
1648 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1649
1650         * parse-time.el (parse-time-string-chars): Save match data.
1651
1652 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1653
1654         * parse-time.el (parse-time-string-chars): Compute using character
1655         classes, to handle non-ascii characters (Bug#3190).
1656
1657 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1658
1659         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1660
1661         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1662         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1663         (gnus-mm-display-part, gnus-mime-display-single)
1664         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1665         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1666
1667         * gnus-sum.el
1668         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1669         (gnus-summary-move-article): Add expirable mark to articles copied or
1670         moved to group that has auto-expire turned on if the option is non-nil.
1671
1672 2009-07-24  Glenn Morris  <rgm@gnu.org>
1673
1674         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1675         Fix typo.  (Bug#3903)
1676
1677 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1678
1679         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1680         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1681         that should not be used for draft articles.
1682         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1683         that has no concern in minor mode keys.
1684         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1685         Abolish.
1686
1687 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1688
1689         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1690         article without making inquiry to a user for unknown encoding.
1691
1692         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1693         (nnmaildir--scan): Assume i-node and device number that file-attributes
1694         returns might be cons-cell.
1695
1696         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1697
1698         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1699
1700 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1701
1702         * auth-source.el: Remove docs now in auth.texi.  Don't use
1703         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1704         `auth-source-hide-passwords' and use them.
1705
1706 2009-07-15  Glenn Morris  <rgm@gnu.org>
1707
1708         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1709
1710 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1711
1712         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1713         excessive whitespace from the default values of title and description.
1714
1715 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1716
1717         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1718         mail-fetch-field to fetch Content-Description header in order to
1719         exclude newlines.
1720
1721 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1722
1723         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1724         format used by GnuPG 2.0.11.
1725
1726 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1727
1728         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1729         to deleted part.
1730
1731 2009-05-30  David Engster  <dengste@eml.cc>
1732
1733         * nnmairix.el: Remove old documentation in the commentary block.
1734         (nnmairix-request-group): Do not update active file for nnml back ends.
1735         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1736         end so that overview files are ignored.
1737         (nnmairix-update-groups): Make updating the groups more robust by using
1738         marks.
1739         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1740         with dollar characters in message-id.
1741
1742 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1743
1744         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1745         2008-12-25 in dns.el.
1746
1747 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1748
1749         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1750         could happen if the text is only composed of spaces and/or tabs.
1751
1752 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1753
1754         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1755         when sending a queued message to avoid extra mml tags.
1756
1757 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1758
1759         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1760
1761 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1762
1763         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1764         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1765         rmail-toggle-header for XEmacs;
1766         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1767
1768 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1769
1770         * gnus-dired.el: Remove autoload for gnus-setup-message.
1771         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1772         displaying Gnus logo; always use compose-mail.
1773
1774 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1775
1776         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1777
1778 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1779
1780         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1781         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1782         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1783         available.
1784         (gnus-nocem-epg-verify): New function.
1785
1786 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1787
1788         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1789
1790 2009-02-15  Glenn Morris  <rgm@gnu.org>
1791
1792         * gnus-util.el (rmail-insert-rmail-file-header)
1793         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1794         autoloads.
1795         (rmail-default-rmail-file): Remove unnecessary declaration.
1796         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1797
1798 2009-02-14  Glenn Morris  <rgm@gnu.org>
1799
1800         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1801         variable (only used in gnus-util, which declares it anyway).
1802         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1803         which was only needed by gnus-art (changed to not use it any more).
1804         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1805         only used in gnus-util, which autoloads it itself.
1806         (rmail-update-summary): Fix autoload.
1807
1808         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1809         rather than rmail-output-to-rmail-file.
1810
1811 2009-02-07  Glenn Morris  <rgm@gnu.org>
1812
1813         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1814         autoload of function that no longer exists.
1815         (rmail-toggle-header): Declare.
1816         (message-forward-rmail-make-body): Handle mbox Rmail.
1817
1818 2009-01-31  Glenn Morris  <rgm@gnu.org>
1819
1820         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1821         2009-01-09 change.
1822
1823 2009-01-31  Dave Love  <fx@gnu.org>
1824
1825         * imap.el (imap-fetch-safe): Bind debug-on-error.
1826         (imap-debug): Add imap-fetch-safe.
1827
1828 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1829
1830         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1831         (auth-source-forget-all-cached): New convenience function.
1832         (auth-source-user-or-password): Accept list of modes or a single mode.
1833
1834         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1835         auth-source modes.
1836
1837         * netrc.el (netrc-machine-user-or-password): Use list of
1838         auth-source modes.
1839
1840         * nnimap.el (nnimap-open-connection): Use list of
1841         auth-source modes.
1842
1843         * nntp.el (nntp-send-authinfo): Use list of
1844         auth-source modes.
1845
1846 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1847
1848         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1849         now.
1850
1851 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1852
1853         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1854         coding system in XEmacs; add a workaround for XEmacs.
1855
1856         * lpath.el: Fbind coding-system-aliasee.
1857
1858 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1859
1860         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1861         of current-language-environment.
1862
1863 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1864
1865         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1866         available at runtime.
1867
1868 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1869
1870         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1871
1872 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1873
1874         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1875         the greatest positive fixnum value doesn't work under an XEmacs with
1876         bignum support; use the most-positive-fixnum constant instead,
1877         available since Emacs 21.1 with cl and XEmacs 21.1.
1878
1879 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1880
1881         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1882         XEmacs gets not to work.
1883
1884 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1885
1886         * mm-util.el (mm-coding-system-priorities): Allow the value like
1887         "Japanese (UTF-8)" of current-language-environment.
1888
1889 2009-01-09  Glenn Morris  <rgm@gnu.org>
1890
1891         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1892         with last-command-event.
1893
1894 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1895
1896         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1897         in the doc string.
1898
1899         * message.el (message-fix-before-sending): Amend comment.
1900
1901 2009-01-08  Dave Love  <fx@gnu.org>
1902
1903         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1904
1905 2009-01-07  David Engster  <dengste@eml.cc>
1906
1907         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1908         simplified server definitions by converting it via
1909         gnus-server-to-method.
1910
1911 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1912
1913         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1914         parameter's operands.
1915
1916 2009-01-06  David Engster  <dengste@eml.cc>
1917
1918         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1919         primary select method (for gnus-group-mark-article-as-read).
1920
1921 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1922
1923         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1924         `(gnus)Face', not `(gnus)X-Face'.
1925
1926 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1927
1928         * mm-util.el (mm-ucs-to-char): New function.
1929
1930         * mm-url.el (mm-url-decode-entities): Use it.
1931
1932         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1933         unicode-to-char.
1934
1935 2009-01-05  Dave Love  <fx@gnu.org>
1936
1937         * time-date.el: Require cl for `declare'.
1938
1939 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1940
1941         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1942         Dave Love.
1943
1944 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1945
1946         * message.el (message-fix-before-sending): Add `eight-bit' to
1947         illegible-text check.
1948
1949 2009-01-03  Michael Olson  <mwolson@gnu.org>
1950
1951         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1952         `headers' is nil.  This can occur if the IMAP server does not have
1953         permissions to read messages from a folder, but can write new messages
1954         to the folder.
1955         (nnimap-request-article-part): Do not insert `data' if it is nil.
1956
1957         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1958         characters which will confuse `read', so skip past them.
1959
1960 2009-01-01  Dave Love  <fx@gnu.org>
1961
1962         * imap.el (imap-string-to-integer): Fix typo.
1963         (imap-fetch-safe): New function.
1964         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1965
1966         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1967
1968         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1969         (imap-parse-greeting): Fix doc strings.
1970         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1971         (imap-parse-flag-list): Make messages unique.
1972         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1973
1974         * nnimap.el: Fix author email.
1975         (nnimap-split-rule): Add FIXME comment.
1976         (nnimap-debug): Fix doc string.
1977
1978 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1979
1980         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1981
1982 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1983
1984         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1985         nslookup if resolv.conf isn't available.
1986         (dns-query): Rename from query-dns.
1987         (dns-query-cached): Rename from query-dns-cached.
1988
1989 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1990
1991         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1992         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1993         to check if those variables exist (first appeared in Emacs 18.50).
1994
1995 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1996
1997         * mm-util.el (mm-line-number-at-pos): New function.
1998
1999         * spam-report.el (spam-report-process-queue): Use it.
2000
2001 2008-12-24  David Engster  <dengste@eml.cc>
2002
2003         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2004         parameters that haven't existed as variables as buffer-local variables.
2005
2006 2008-12-23  Dave Love  <fx@gnu.org>
2007
2008         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2009         cadar.
2010
2011         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2012         imap-starttls-p.
2013         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2014
2015 2008-12-22  Dave Love  <fx@gnu.org>
2016
2017         * imap.el: Fix author email.  Doc fixes.
2018         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2019         reply.
2020
2021 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2022
2023         * spam-report.el (spam-report-gmane-max-requests): New constant.
2024         (spam-report-gmane-wait): New variable.
2025         (spam-report-gmane-ham, spam-report-gmane-spam)
2026         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2027         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2028         the server.
2029
2030         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2031         Add explanations.
2032
2033         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2034         nnheader-accept-process-output and nnheader-read-timeout if available.
2035         (pop3-movemail): Use it.
2036
2037         * message.el (message-check-news-body-syntax): Fix signature check if
2038         there's an attachment.
2039
2040 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2041
2042         * mm-util.el: Add comments to the mm- emulating functions.
2043
2044 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2045
2046         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2047         by Stephen Berman <stephen.berman@gmx.net>.
2048
2049 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2050
2051         * mm-util.el (mm-substring-no-properties): New function.
2052         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2053         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2054         (mm-string-to-multibyte): Doc fix.
2055
2056         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2057
2058 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2059
2060         * mml.el (mml-attach-file): Strip text properties from file name.
2061         (Bug#1574)
2062
2063 2008-12-16  Glenn Morris  <rgm@gnu.org>
2064
2065         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2066
2067 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2068
2069         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2070         knows since the charset specified might be a bogus alias that
2071         mm-charset-synonym-alist provides.
2072
2073 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2074
2075         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2076         "ISO_8859-1".
2077
2078         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2079
2080 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2081
2082         * mm-util.el (mm-charset-eval-alist):
2083         Define it before mm-charset-to-coding-system.
2084         (mm-charset-to-coding-system): Add optional argument `silent';
2085         define it before mm-charset-override-alist.
2086         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2087         default value if it can be used in Emacs currently running;
2088         silence mm-charset-to-coding-system.
2089
2090 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2091
2092         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2093         `allow-override' which says whether to use `mm-charset-override-alist'.
2094         (rfc2047-decode-encoded-words): Use it.
2095
2096         * mm-util.el (mm-charset-override-alist): Fix custom type;
2097         add `(gb2312 . gbk)' to choices.
2098
2099 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2100
2101         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2102         fast.
2103
2104         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2105
2106         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2107
2108 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2109
2110         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2111         on links.
2112
2113         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2114
2115 2008-12-03  Lute Kamstra  <lute@gnu.org>
2116
2117         * sha1.el: Remove leading * from docstrings of defcustoms,
2118         deffaces, defconsts and defuns.
2119
2120 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2121
2122         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2123         users' addresses that don't have domain parts.
2124         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2125         rather than message-narrow-to-head since there will be the message
2126         header separator.
2127
2128 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2129
2130         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2131         since the result is inserted in a unibyte buffer anyway.
2132         (nnimap-demule-use-string-to-multibyte): Remove.
2133         (nnimap-demule): Alias it to mm-string-to-multibyte.
2134
2135 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2136
2137         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2138         variable for debugging bug#464 and bug#1174.
2139         (nnimap-demule): Use it.
2140
2141 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2142
2143         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2144         score calculation correctly.
2145
2146 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2147
2148         * message.el (message-send-mail): Just set the buffer to unibyte
2149         rather than use mm-with-unibyte-current-buffer which does a lot more.
2150         (message-send-mail-partially): Don't bother with
2151         mm-with-unibyte-current-buffer since it's already been made unibyte by
2152         message-send-mail.
2153
2154 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2155
2156         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2157
2158 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2159
2160         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2161
2162 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2163
2164         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2165         require itself and to remove `with-no-warnings'.
2166
2167 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2168
2169         * starttls.el (starttls-any-program-available): Get the name of the
2170         available TLS layer program.
2171         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2172         well as the host name in the "opening" message.
2173
2174         * auth-source.el (auth-source-cache, auth-source-do-cache)
2175         (auth-source-user-or-password): Cache passwords and logins by default,
2176         allow override with `auth-source-do-cache'.
2177         (auth-source-forget-user-or-password): Allow users to remove cache
2178         entries if needed.
2179
2180 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2181
2182         * md4.el (md4-buffer): Fix typo in docstring.
2183         (md4, md4-64): Doc fixes.
2184         (md4-pack-int32): Reflow docstring.
2185
2186 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2187
2188         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2189         condition-case to only the forward-sexp call.
2190
2191 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2192
2193         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2194         quotes contained.  Make it more robust regardless by an extra
2195         condition-case wrapper.
2196
2197 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2198
2199         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2200
2201 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2202
2203         * nnml.el (nnml-request-expire-articles): Check if the function set to
2204         `nnmail-expiry-target' returns the symbol `delete'.
2205
2206         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2207
2208         * nnmail.el (nnmail-expiry-target): Fix custom type.
2209
2210 2008-10-02  Glenn Morris  <rgm@gnu.org>
2211
2212         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2213         Silence compiler warning.
2214
2215 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2216
2217         * tls.el (open-tls-stream): Show the actual command being
2218         executed, instead of the format string.
2219
2220 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2221
2222         * lpath.el: Fbind codepage-setup for Emacs 23.
2223
2224 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2225
2226         * mml.el (mml-menu): Don't assume mml2015 is bound.
2227
2228 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2229
2230         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2231         exists.
2232
2233 2008-09-27  Glenn Morris  <rgm@gnu.org>
2234
2235         * gnus-util.el (mail-header-remove-comments): Autoload it.
2236
2237 2008-09-27  Andreas Schwab  <schwab@suse.de>
2238
2239         * gnus-util.el (gnus-split-references): Strip comments.
2240         (gnus-parent-id): Likewise.
2241
2242 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2243
2244         * message.el (message-confirm-send): Fix version.
2245
2246 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2247
2248         * message.el (message-idna-to-ascii-rhs-1): Use
2249         mail-extract-address-components rather than mail-header-parse-addresses
2250         that is an alias by default to ietf-drums-parse-addresses that does not
2251         support non-ASCII names in headers' contents.
2252
2253 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2254
2255         * message.el (message-confirm-send): Fixed variable documentation to
2256         avoid the "y/n" wording.
2257
2258 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2259
2260         * message.el (message-set-auto-save-file-name): Save to a different
2261         filename so multiple messages (especially drafts) can be recovered.
2262
2263 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2264
2265         * message.el (message-confirm-send): Add appropriate version.
2266
2267 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2268
2269         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2270         defvar.
2271
2272 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2273
2274         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2275         (mm-pkcs7-enveloped-magic): Ditto.
2276
2277 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2278
2279         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2280         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2281
2282 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2283
2284         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2285         default, it's better.
2286
2287 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2288
2289         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2290         summary line gnus-number property and ignore them (with a warning
2291         message).
2292
2293 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2294
2295         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2296         macro caddr in the interactive form since it won't be expanded.
2297
2298 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2299
2300         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2301         `charset'; fix name of function called recursively.
2302         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2303
2304 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2305
2306         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2307         (gnus-mime-set-charset-parameters): New function.
2308         (gnus-mime-view-part-as-charset): Use it to correctly display part
2309         specifying wrong charset.
2310
2311 2008-09-08  David Engster  <dengste@eml.cc>
2312
2313         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2314         in completing-read for back end server.
2315
2316 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2317
2318         * message.el (message-confirm-send): New variable to confirm sending a
2319         message.
2320         (message-send): Use it.
2321
2322 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2323
2324         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2325
2326 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2327
2328         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2329
2330 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2331
2332         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2333         prevent tracking too many groups.
2334         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2335         Use it.
2336
2337 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2338
2339         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2340         moving point to the bottom of the window in order to avoid recentering.
2341
2342 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2343
2344         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2345
2346         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2347         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2348         (gnus-article-beginning-of-window): Fix calculation.
2349
2350 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2351
2352         * gnus-msg.el (gnus-summary-supersede-article)
2353         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2354         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2355         message header.
2356
2357 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2358
2359         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2360         pending output coming after the status change.
2361
2362 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2363
2364         * message.el:
2365         * gnus-start.el:
2366         * gnus-registry.el: Remove VMS support.
2367
2368 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2369
2370         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2371         macro.
2372         (rfc2104-hash): Use it.
2373
2374 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2375
2376         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2377         (gnus-summary-sort-by-most-recent-date): New commands.
2378         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2379         and menu entries.
2380
2381 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2382
2383         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2384         don't redisplay article for raw contents; remove plural articles stuff.
2385
2386         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2387         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2388         on gnus-summary-save-article; display results properly.
2389
2390 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2391
2392         * lpath.el: No need to fbind ns-focus-frame.
2393
2394 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2395
2396         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2397
2398 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2399
2400         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2401         gnus-save-all-headers.
2402
2403 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2404
2405         * gnus-util.el (ns-focus-frame): Remove declaration.
2406         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2407         like x.
2408
2409 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2410
2411         * rfc2104.el (rfc2104-zero): Delete defconst.
2412         (rfc2104-hex-alist): Likewise.
2413         (rfc2104-hex-to-int): Delete func.
2414         (rfc2104-hexstring-to-bitstring): Likewise.
2415         (rfc2104-nybbles): New defconst.
2416         (rfc2104-hash): Rewrite for speed.
2417
2418 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2419
2420         * tls.el (open-tls-stream): Make it work with the 2nd argument
2421         BUFFER that is a string but does not exist as a buffer object, as
2422         mentioned in the doc-string.
2423
2424 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2425
2426         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2427         SXEmacs.
2428
2429 2008-07-16  Glenn Morris  <rgm@gnu.org>
2430
2431         * gnus-util.el (ns-focus-frame): Declare for compiler.
2432
2433 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2434
2435         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2436         set as a group parameter.
2437         (gnus-summary-save-in-pipe): Work when it is called independently.
2438         (gnus-summary-pipe-to-muttprint): Don't modify
2439         gnus-summary-pipe-output-default-command.
2440
2441 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2442
2443         * message.el (message-send-mail-with-sendmail):
2444         Display the error message.
2445
2446 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2447
2448         * gnus-art.el (gnus-default-article-saver):
2449         Add gnus-summary-save-in-pipe to choices.
2450         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2451         gnus-summary-pipe-output-default-command as the default command.
2452         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2453         instead of gnus-last-shell-command.
2454
2455         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2456         New user option.
2457         (gnus-summary-muttprint-program): Mention the value will be changed.
2458         (gnus-summary-save-article): Force showing of all headers.
2459         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2460
2461 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2462
2463         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2464
2465 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2466
2467         * nnimap.el (nnimap-id):
2468         * sieve-manage.el (sieve-manage-open): Doc fixes.
2469
2470 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2471
2472         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2473         if available.
2474
2475 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2476
2477         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2478
2479         * nnkiboze.el (nnkiboze-generate-group):
2480         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2481
2482         * nnmairix.el: Require CL.
2483
2484 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2485
2486         * dgnushack.el: Autoload get-display-table and put-display-table for
2487         XEmacs 21.5.
2488
2489         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2490         21.4 and SXEmacs.
2491
2492 2008-06-15  David Engster  <dengste@eml.cc>
2493
2494         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2495
2496 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2497
2498         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2499         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2500         runtime choice under XEmacs.
2501
2502         * gnus-sum.el (gnus-summary-set-display-table):
2503         Use `gnus-put-display-table', `gnus-get-display-table',
2504         `gnus-set-display-table' for the display table, instead of `aset'.
2505
2506         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2507         Use `gnus-put-display-table', `gnus-get-display-table',
2508         `gnus-set-display-table' for the display table.
2509
2510 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2511
2512         * nnmairix.el: Add autoloads.
2513
2514 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2515
2516         * nnmairix.el (nnmairix-delete-recreate-group)
2517         (nnmairix-update-and-clear-marks): Fix error messages.
2518
2519 2008-06-14  David Engster  <dengste@eml.cc>
2520
2521         * nnmairix.el: Upgrade to version 0.6.
2522         (nnmairix-group-toggle-propmarks-this-group)
2523         (nnmairix-group-toggle-readmarks-this-group)
2524         (nnmairix-group-delete-recreate-this-group)
2525         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2526         (nnmairix-remove-tick-mark-original-article): New commands.
2527         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2528         (nnmairix-propagate-marks-to-nnmairix-groups)
2529         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2530         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2531         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2532         functions needed for marks propagation and manipulation of read marks.
2533         (nnmairix-update-groups): New function.
2534         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2535         (nnmairix-determine-original-group-from-registry)
2536         (nnmairix-determine-original-group-from-path)
2537         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2538         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2539         New helper functions.
2540         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2541         keystrokes for new commands.
2542         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2543         (nnmairix-request-group): Check allow-fast group parameter.
2544         (nnmairix-request-create-group): Set allow-fast group parameter if
2545         nnmairix-allowfast-default is set.
2546         (nnmairix-close-group): Propagate marks upon closing if needed.
2547         (nnmairix-group-toggle-threads-this-group): Use new.
2548         nnmairix-group-toggle-parameter helper function.
2549         (nnmairix-search): Better check for empty search result.
2550         (nnmairix-goto-original-article): Use new helper functions for
2551         determining original article.
2552         (nnmairix-show-original-article): Make sure message-id is in brackets.
2553         (nnmairix-call-mairix-binary): Change variable name.
2554         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2555         helper function.
2556         (nnmairix-widget-toggle-activate): Fix doc string.
2557
2558 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2559
2560         * nnir.el: Require edmacro when compiling with XEmacs.
2561         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2562         available in Emacs 21.
2563
2564 2008-06-11  Glenn Morris  <rgm@gnu.org>
2565
2566         * gnus-util.el (x-focus-frame):
2567         * gnus.el (image-size):
2568         * mm-decode.el (image-size): Declare.
2569
2570         * gnus-picon.el (declare-function): Add compat definition.
2571         (image-size): Declare.
2572
2573         * gnus-group.el (tool-bar-map):
2574         * gnus-sum.el (tool-bar-map): Define for compiler.
2575
2576         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2577
2578         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2579
2580         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2581         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2582         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2583         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2584         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2585         * sieve-manage.el, spam-report.el, spam.el:
2586         Remove unnecessary eval-and-compile of autoloads.
2587
2588 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2589
2590         * auth-source.el: Precise Tramp doc.
2591
2592 2008-06-07  Glenn Morris  <rgm@gnu.org>
2593
2594         * nnmairix.el: Remove unnecessary eval-when-compile.
2595
2596 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2597
2598         * lpath.el: Fbind propertize for XEmacs 21.4.
2599
2600 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2601
2602         * nnir.el: Move here from ../contrib.
2603
2604 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2605
2606         * gnus-util.el (gnus-read-shell-command): New function.
2607         * mm-decode.el (mm-pipe-part):
2608         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2609
2610 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2611
2612         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2613
2614 2008-06-03  Glenn Morris  <rgm@gnu.org>
2615
2616         * pop3.el (nnheader-accept-process-output): Autoload it.
2617
2618 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2619
2620         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2621         are not 2-digit hexadecimal characters that follow `%'s.
2622
2623 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2624
2625         * message.el (message-bogus-recipient-p): Fix type in doc string.
2626         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2627         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2628         Improve custom options.
2629         (message-bogus-recipient-p): Adjust accordingly.
2630
2631 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2632
2633         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2634         long-form month and day names.
2635
2636 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2637
2638         * dgnushack.el: Autoload debug, eudc-expand-inline and
2639         pgg-snarf-keys-region for XEmacs.
2640
2641         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2642
2643         * nnmairix.el: Require edmacro when compiling with XEmacs.
2644
2645 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2646
2647         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2648         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2649
2650 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2651
2652         * auth-source.el: Add more docs.
2653
2654         * netrc.el (netrc-machine): Always match if the port is not given.
2655
2656 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2657
2658         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2659         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2660         retrieval faster in some cases, but might make CPU usage larger.  If
2661         this has any bad side effects, we might revert this change.
2662
2663         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2664         seems to make mail retrieval much, much faster.
2665         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2666         unconditionally.
2667
2668         * gnus-draft.el (gnus-group-send-queue): Bind
2669         message-send-mail-partially-limit to nil to avoid being prompted.
2670
2671 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2672
2673         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2674
2675         * message.el (message-bogus-address-regexp): Fix and improve custom
2676         type.
2677         (message-setup-hook): Add message-check-recipients as custom option.
2678
2679 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2680
2681         * message.el (message-cite-function): Remove bogus autoload which crept
2682         in during merge from v5-10.
2683
2684 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2685
2686         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2687
2688         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2689
2690         * auth-source.el: Preliminary Tramp docs.
2691         (auth-sources): Change the default auth-sources to use
2692         EPA .gpg files.
2693
2694 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2695
2696         * nntp.el: Autoload `auth-source-user-or-password'.
2697         (nntp-send-authinfo): Use it.
2698
2699         * nnimap.el: Autoload `auth-source-user-or-password'.
2700         (nnimap-open-connection): Use it.
2701
2702         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2703         for the gnus-message function.
2704         (auth-source-user-or-password): Use it.
2705
2706 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2707
2708         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2709         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2710         (rfc2104-hash): Use it.
2711
2712 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2713
2714         * gnus-art.el (gnus-article-toggle-truncate-lines):
2715         Don't use `iff' in docstring.
2716
2717 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2718
2719         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2720
2721         * gnus-util.el (gnus-extract-address-component-name)
2722         (gnus-extract-address-component-email): Convenience functions around
2723         `gnus-extract-address-components'.
2724
2725         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2726         Use `gnus-extract-address-component-email' to fix bug of comparing full
2727         sender name to `user-mail-address'.
2728
2729 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2730
2731         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2732         catch/throw to optimize.
2733         (gnus-registry-find-keywords): Just use member to find a keyword.
2734
2735 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2736
2737         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2738         is current before calling gnus-server-prepare.
2739         (gnus-server-setup-buffer, gnus-server-update-server)
2740         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2741
2742 2008-05-04  Juri Linkov  <juri@jurta.org>
2743
2744         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2745         (mailcap-file-default-commands): Use mailcap-replace-in-string
2746         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2747         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2748
2749 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2750
2751         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2752
2753 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2754
2755         * gnus.el: Bump version to 0.11.
2756
2757 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2758
2759         * gnus.el: No Gnus v0.10 is released.
2760
2761 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2762
2763         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2764         hooks.
2765         (gnus-update-read-articles): Speed up non-marks-using users.
2766         (gnus-use-marks): Define gnus-use-marks.
2767         (gnus-propagate-marks): Rename variable to something more sensible.
2768
2769 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2770
2771         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2772         (gmm-image-load-path-for-library): Fix typos in docstrings.
2773         (gmm-message): Reflow docstring.
2774
2775 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2776
2777         * mail-source.el (mail-source-set-1, mail-source-bind):
2778         Move auth-source code out of the macro to clean it up and fix bugs.
2779
2780 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2781
2782         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2783         by sender if it's equal to user-mail-address, it's likely to be
2784         useless.
2785
2786         * mail-source.el (mail-source-bind): Don't use user or password if they
2787         are not bound.  Unintern them if they are nil.  Don't use server unless
2788         it's bound, and default it to empty string otherwise.
2789
2790 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2791
2792         * mail-source.el: Load auth-source.el.
2793         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2794         get user name or password, if auth-sources is set up.
2795
2796         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2797         strategy of splitting with parent.
2798         (gnus-registry-split-fancy-with-parent)
2799         (gnus-registry-post-process-groups): Use it and fix prior
2800         bug (returning a list as the split result).
2801
2802         * auth-source.el (auth-sources): Remove server parameter.
2803         (auth-source-pick, auth-source-user-or-password)
2804         (auth-source-user-or-password-imap)
2805         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2806         (auth-source-user-or-password-sftp)
2807         (auth-source-user-or-password-smtp): Remove server parameter.
2808
2809 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2810
2811         * smime.el (smime-sign-region, smime-encrypt-region)
2812         (smime-decrypt-region):
2813         Remove redundant calls to `generate-new-buffer-name'.
2814
2815 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2816
2817         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2818         Don't use QP for message/rfc822.
2819         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2820
2821 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2822
2823         * sieve-manage.el (sieve-string-bytes): Remove.
2824         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2825         correct byte-length only if the process's coding-system is the same as
2826         the one used internally by Emacs to represent strings.
2827
2828 2008-04-22  Juri Linkov  <juri@jurta.org>
2829
2830         * mailcap.el (mailcap-file-default-commands): New function.
2831
2832 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2833
2834         * message.el (message-signature-separator, message-cite-function):
2835         Change custom version.
2836
2837 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2838
2839         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2840         commands.
2841         (tls-checktrust): Ditto.
2842
2843 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2844
2845         * mm-decode.el (mm-display-external): Make temp file read-only.
2846
2847 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2848
2849         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2850         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2851         `C-c C-f d'.
2852
2853 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2854
2855         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2856
2857 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2858
2859         * gnus.el: Bump version to 0.9.
2860
2861 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2862
2863         * gnus.el: No Gnus v0.8 is released.
2864
2865 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2866
2867         * mail-source.el (mail-source-value):
2868         Prefer fboundp to functionp so it works with macros as well.
2869
2870 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2871
2872         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2873         Fix last change in case the element is not even a symbol.
2874
2875 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2876
2877         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2878         Prefer fboundp to functionp so it works with macros as well.
2879
2880 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2881
2882         * auth-source.el: Added docs.
2883         (auth-sources): Modify format to support server.
2884         (auth-source-pick, auth-source-user-or-password)
2885         (auth-source-user-or-password-imap)
2886         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2887         (auth-source-user-or-password-sftp)
2888         (auth-source-user-or-password-smtp): Add server parameter.
2889
2890 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2891
2892         * gnus-registry.el: Initialize the registry when gnus-registry-install
2893         is t.
2894
2895 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2896
2897         * compface.el (uncompface): Make buffer unibyte.
2898
2899 2008-04-05  Glenn Morris  <rgm@gnu.org>
2900
2901         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2902
2903 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2904
2905         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2906         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2907
2908         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2909         multibyteness after rather than before erasing it.
2910
2911         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2912         mm-with-multibyte.
2913         (gnus-request-article-this-buffer): Make sure the proper decoding is
2914         used if gnus-original-article-buffer happens to be unibyte.
2915
2916         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2917         default-enable-multibyte-characters.
2918
2919         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2920         default-enable-multibyte-characters.
2921
2922         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2923
2924         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2925
2926 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2927
2928         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2929         (imap-message-copyuid-1): Use it.
2930         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2931         J. Williams in
2932         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2933
2934         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2935         imap-enable-exchange-bug-workaround.
2936         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2937
2938 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2939
2940         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2941         a 100 byte status-checks into a 2-3MB transfer for each group.
2942         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2943         to enable bug workaround or not.
2944         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2945
2946 2008-03-31  Glenn Morris  <rgm@gnu.org>
2947
2948         * message.el (mml2015-use): Declare for compiler.
2949         (message-info): Require mml2015 when appropriate.
2950
2951 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2952
2953         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2954         whitespace.
2955
2956 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2957
2958         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2959         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2960         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2961         (nntp-service-to-port): New function.
2962         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2963         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2964         (nntp-open-netcat-stream): New function.
2965         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2966
2967 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2968
2969         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2970
2971 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2972
2973         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2974
2975 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2976
2977         * dns.el (dns-write): Use set-buffer-multibyte.
2978
2979 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2980
2981         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2982
2983 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2984
2985         * message.el (message-signature-separator): Change default.
2986         Improve custom type.
2987         (message-cite-function): Change default to
2988         message-cite-original-without-signature.
2989
2990         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2991         toggle.
2992
2993         * message.el (message-check-news-body-syntax): Fix signature check.
2994         (message-setup-1): Mark buffer as unmodified _after_ running
2995         message-setup-hook and handling message-alternative-emails.
2996         (message-shorten-references): Be more strict when building list of
2997         valid references to comply with GNKSA.
2998
2999         * gnus-group.el (gnus-read-ephemeral-bug-group)
3000         (gnus-read-ephemeral-debian-bug-group)
3001         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3002
3003         * message.el (message-info): Don't use booleanp which isn't supported
3004         in Emacs 21 and XEmacs.
3005
3006 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3007
3008         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3009         gnus-group-gmane-group-download-format.
3010         (gnus-group-read-ephemeral-gmane-group): Rename from
3011         gnus-group-read-ephemeral-gmane-group.
3012         (gnus-read-ephemeral-gmane-group-url): Rename from
3013         gnus-group-read-ephemeral-gmane-group-url.
3014         (gnus-bug-group-download-format-alist): New variable.
3015         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3016         (gnus-read-ephemeral-emacs-bug-group): New commands.
3017
3018 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3019
3020         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3021         (gnus-visible-headers): Improve custom type.
3022
3023 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3024
3025         * mml.el (mml-menu): Add workarounds for XEmacs.
3026
3027         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3028         X-Boundary header.
3029
3030         * message.el (message-simplify-recipients): Fix previous commit.
3031
3032 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3033
3034         * mm-util.el (mm-set-buffer-multibyte): New function.
3035         * mm-decode.el (mm-copy-to-buffer): Use it.
3036
3037 2008-03-19  Glenn Morris  <rgm@gnu.org>
3038
3039         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3040         Accidentally removed in the sync process with Emacs.
3041
3042 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3043
3044         * message.el (message-alter-recipients-discard-bogus-full-name):
3045         New function.
3046         (message-alter-recipients-function): New variable.
3047         (message-get-reply-headers): Use it.
3048         (message-replace-header): New helper function.
3049         (message-recipients-without-full-name): New variable.
3050         (message-simplify-recipients): New command.
3051
3052         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3053
3054         * message.el (message-info): Handle EasyPG manual.
3055
3056         * mml.el (mml-menu): Add entry for EasyPG.
3057
3058 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3059
3060         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3061         parameter.
3062
3063         * message.el (message-disassociate-draft): Specify drafts group name
3064         fully.
3065
3066 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3067
3068         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3069         unnecessary duplicates from the match list.
3070
3071 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3072
3073         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3074
3075         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3076
3077         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3078         args of `how-many' of which the XEmacs version doesn't take; declare
3079         Info-index-next as function.
3080
3081 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3082
3083         * gnus-score.el (gnus-score-headers): Fix handling of
3084         gnus-inhibit-slow-scoring.
3085
3086         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3087         string.
3088         (gnus-button-url-regexp): Improve handling of parenthesis.
3089         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3090         (gnus-button-handle-info-keystrokes): Handle index entries.
3091
3092 2008-03-15  Glenn Morris  <rgm@gnu.org>
3093
3094         * parse-time.el (parse-time-string): Simplify.
3095
3096 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3097
3098         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3099         Incoming* files.
3100
3101 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3102
3103         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3104         (auth-source-pick): Use it.
3105
3106 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3107
3108         * binhex.el (binhex-decode-region-internal):
3109         * uudecode.el (uudecode-decode-region-internal):
3110         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3111         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3112         setting default-enable-multibyte-characters.
3113
3114 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3115
3116         * auth-source.el (auth-source-protocols)
3117         (auth-source-protocols-customize, auth-source-choices): Added and
3118         modified variable customizations and defaults.
3119         (auth-source-pick, auth-source-user-or-password)
3120         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3121         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3122         (auth-source-user-or-password-sftp)
3123         (auth-source-user-or-password-smtp): Use new variables and provide an
3124         interface to netrc.el.
3125
3126 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3127
3128         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3129         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3130         Make sure the nntp port to specify is a string.
3131
3132 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3133
3134         * nntp.el: Use with-current-buffer.
3135         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3136         dubious mm-with-unibyte-current-buffer.
3137         (nntp-with-open-group-function): New function extracted from
3138         nntp-with-open-group macro.
3139         (nntp-with-open-group): Use the function, so it's easier to debug.
3140         Add indentation and debugging info.
3141         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3142         the use of the netcat alternatives.
3143
3144         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3145         Avoid mm-string-as-multibyte as well.
3146
3147         * nnweb.el (nnweb-insert-html):
3148         Remove use of nnheader-string-as-multibyte.
3149
3150         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3151         (nnheader-string-as-multibyte): Remove.
3152
3153         * mm-view.el: Use inhibit-read-only.
3154         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3155         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3156         or unibyte-string.
3157
3158         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3159         (mm-uu-yenc-extract): Use with-current-buffer.
3160
3161         * gnus-soup.el (gnus-soup-send-packet): Don't use
3162         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3163
3164         * nnmh.el: Use with-current-buffer.
3165         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3166         mm-string-as-multibyte on the output of mm-encode-coding-string.
3167
3168         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3169         (nnimap-request-move-article): Use with-current-buffer.
3170
3171         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3172         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3173         conversion uses string-make-unibyte rather than string-as-unibyte.
3174
3175         * gnus-msg.el: Use with-current-buffer.
3176
3177         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3178
3179 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3180
3181         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3182         string for caching if it is 'PIN.
3183
3184 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3185
3186         * lpath.el: Consider the case without Emacs/W3.
3187
3188 2008-03-08  Glenn Morris  <rgm@gnu.org>
3189
3190         * time-date.el (date-to-time, time-subtract, time-add)
3191         (safe-date-to-time): Doc fixes.
3192
3193 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3194
3195         * mail-source.el (mail-source-delete-old-incoming-confirm):
3196         Change default to nil.
3197         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3198
3199 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3200
3201         * lpath.el: Rearrange.
3202
3203         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3204         (gnus-article-goto-prev-page): Work for articles having ^L's.
3205
3206         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3207
3208         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3209
3210 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3211
3212         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3213         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3214         (gnus-bookmark-jump): Adjust some variable names.
3215
3216 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3217
3218         * auth-source.el: New package.
3219         (auth-source-choices): Add customization entry point variable.
3220
3221         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3222         bug.
3223
3224 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3225
3226         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3227         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3228         (gnus-registry-install-shortcuts): Rename from
3229         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3230         the `gnus-registry-mark-map' keymap dynamically from
3231         `gnus-registry-marks'.  The generated functions update the summary line
3232         when a registry mark is added or deleted, and will call
3233         `gnus-registry-install-p' (see the comments in the code).
3234         (gnus-registry-user-format-function-M): Use concat intelligently.
3235
3236         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3237         the registry mark functions.
3238
3239 2008-03-05  Glenn Morris  <rgm@gnu.org>
3240
3241         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3242         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3243         gnus-art.
3244         (top-level): No need to load own source when compiling.
3245
3246 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3247
3248         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3249         Suggested by <chris.anderton@zetnet.co.uk>.
3250
3251 2008-03-04  Glenn Morris  <rgm@gnu.org>
3252
3253         * gnus-sum.el (top-level): No need to require gnus when compiling,
3254         since unconditionally required near start of file.
3255         (gnus-summary-display-while-building): Move definition before use.
3256
3257 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3258
3259         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3260         formatting function.
3261
3262 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3263
3264         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3265         with plists.
3266         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3267         Use new format.
3268
3269 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3270
3271         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3272         `where-is-internal' that returns a range of key sequences.
3273
3274 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3275
3276         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3277
3278         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3279         (gnus-summary-jump-to-group): Consider windows on other displayed
3280         frames as well.  Similar changes might be needed elsewhere, but that's
3281         the one I've bumped into during my use.
3282
3283         * nndoc.el (nndoc-oe-dbx-type-p):
3284         * gnus-msg.el (gnus-debug):
3285         * gnus-group.el (gnus-update-group-mark-positions):
3286         Use mm-string-to-multibyte.
3287
3288 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3289
3290         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3291         doesn't handle NotDashEscaped.
3292
3293         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3294         (mml-dnd-attach-options): Fix typo in custom choice.
3295
3296         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3297         nndoc-article-type to mbox.
3298         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3299
3300         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3301         to nil, instead of html2text.
3302
3303         * imap.el (imap-debug): Add `imap-ping-server'.
3304
3305         * gnus-bookmark.el: Add FIXMEs.
3306
3307         * message.el (message-form-letter-separator)
3308         (message-send-form-letter-delay): New variables.
3309         (message-send-form-letter): Use them.  New command to send form
3310         letters.  Requested by Uwe Siart.
3311         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3312
3313 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3314
3315         * Update copyright years.
3316
3317 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3318
3319         Sync from EMACS_22_BASE.
3320
3321         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3322
3323 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3324
3325         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3326         empty author.
3327
3328 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3329
3330         * gnus-registry.el (gnus-registry-marks): Add variable for
3331         customization of marks and their appearance.
3332         (gnus-registry-read-mark): Use it.
3333         (gnus-registry-do-marks): Add utility function to loop through
3334         `gnus-registry-marks'.
3335         (gnus-registry-install-shortcuts-and-menus): Add function to install
3336         shortcuts and menus.
3337         (gnus-registry-initialize): Use it.
3338         (gnus-registry-default-mark): Clarify documentation.
3339
3340 2008-02-29  Glenn Morris  <rgm@gnu.org>
3341
3342         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3343         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3344         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3345         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3346         Change defcustom :version from 23.0 to 23.1.
3347
3348 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3349
3350         * gnus-registry.el (gnus-registry-follow-group-p)
3351         (gnus-registry-post-process-groups): Add functions to aid registry
3352         splitting and improve logging.  Clarify behavior in function
3353         documentation.
3354         (gnus-registry-split-fancy-with-parent): Use them.
3355
3356 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3357
3358         * gnus-art.el: Use with-current-buffer.
3359
3360 2008-02-27  David Engster  <dengste@eml.cc>
3361
3362         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3363         Express real group name in the response.
3364
3365 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3366
3367         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3368         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3369         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3370         autoload gnus-registry-fetch-group when compiling.
3371         (nnmairix-request-group-with-article-number-correction): Remove
3372         unreferenced argument passed to nnmairix-call-backend.
3373
3374 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3375
3376         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3377         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3378         Wilde.
3379
3380 2008-02-27  Glenn Morris  <rgm@gnu.org>
3381
3382         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3383         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3384         variables to defconsts.  Convert comments to doc-strings.
3385         (nnmairix-last-server, nnmairix-current-server): Convert from free
3386         variables to defvars.  Convert comments to doc-strings.
3387         (gnus-registry-fetch-group): Autoload.
3388         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3389         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3390         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3391         caddr.
3392         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3393         nnmairix-request-group-with-article-number-correction call.
3394         (nnmairix-fast, nnmairix-group): New, less general names, for free
3395         variables passed from nnmairix-request-group to
3396         nnmairix-request-group-with-article-number-correction.  Declare.
3397         (nnmairix-request-group-with-article-number-correction):
3398         Use nnmairix-fast, nnmairix-group rather than fast, group.
3399
3400 2008-02-26  David Engster  <dengste@eml.cc>
3401
3402         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3403         version 0.5.
3404
3405 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3406
3407         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3408         instead of making an extra function call.  Don't add the current group
3409         to articles only when they have the group.  Use
3410         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3411         Reported by David <de_bb@arcor.de>.
3412
3413 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3414
3415         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3416         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3417
3418 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3419
3420         * mail-source.el (mail-source-delete-incoming): Change default.
3421         Supplement doc string.
3422
3423         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3424
3425 2008-02-14  Glenn Morris  <rgm@gnu.org>
3426
3427         * time-date.el (format-seconds): New function.
3428
3429 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3430
3431         * nnmail.el (nnmail-message-id-cache-file): Derive from
3432         `gnus-home-directory'.
3433
3434 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3435
3436         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3437         Document negative prefix.
3438
3439         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3440
3441 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3442
3443         * message.el (message-unsent-separator): Add the Exim bounce
3444         separator.
3445
3446 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3447
3448         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3449         list.
3450         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3451         recipient/signer list.
3452
3453 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3454
3455         * Makefile.in (datarootdir): Define.
3456         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3457         name that might contain whitespace.
3458
3459 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3460
3461         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3462         fbound (Emacs 23 unicode), signal an error.
3463
3464 2008-02-08  Glenn Morris  <rgm@gnu.org>
3465
3466         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3467
3468 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3469
3470         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3471         ports to the calls to `netrc-machine-user-or-password' in addition to
3472         "imap" and "imaps".
3473
3474 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3475
3476         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3477
3478         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3479
3480 2008-02-01  Kenichi Handa  <handa@m17n.org>
3481
3482         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3483         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3484         (rfc2104-hash): Convert the result of concat to unibyte string.
3485
3486 2008-02-01  Dave Love  <fx@gnu.org>
3487
3488         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3489         coding-system-for-read.
3490         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3491
3492 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3493
3494         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3495         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3496         <hanche@math.ntnu.no>.
3497
3498 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3499
3500         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3501
3502         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3503
3504 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3505
3506         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3507         * message.el (message-beginning-of-line): Use featurep instead of bound
3508         tests in order to resolve conditionals at compile time.
3509
3510 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3511
3512         * mail-source.el (mail-sources): Add `group' choice.
3513
3514         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3515         parameter `in-group' to control into which group the articles go.
3516         Add treatment of `group' mail-source.
3517
3518 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3519
3520         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3521
3522         * mm-decode.el (mm-dissect-buffer): Decode description.
3523
3524         * mml.el (mml-to-mime): Encode message header first.
3525
3526 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3527
3528         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3529         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3530
3531         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3532         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3533
3534 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3535
3536         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3537
3538 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3539
3540         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3541         prefix keys.
3542         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3543         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3544         gnus-xmas.el.
3545
3546         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3547         (gnus-xmas-article-describe-bindings): New function.
3548         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3549         gnus-xmas-article-describe-bindings.
3550
3551         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3552
3553 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3554
3555         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3556         Add new variables for article mark management.
3557         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3558         list of extra data entries which, when present, will indicate that the
3559         article ID should not be trimmed from the registry.
3560         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3561         functions.
3562         (gnus-registry-read-mark): New function to read a mark name from the
3563         user.
3564         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3565         (gnus-registry-set-article-mark-internal): New functions to add and
3566         remove marks.
3567         (gnus-registry-get-article-marks): New function to show the marks for
3568         an article, or retrieve them for further use.
3569
3570 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3571
3572         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3573         keys when no argument is given.
3574
3575 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3576
3577         * imap.el (imap-ping-server): New variable.
3578         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3579         (imap-ping-server): Minor doc string fixes.
3580
3581 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3582
3583         * imap.el (imap-ping-server): New function.
3584         (imap-opened): Call imap-ping-server.
3585
3586 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3587
3588         * gnus-sum.el (gnus-article-sort-by-random)
3589         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3590         jidanni@jidanni.org.
3591
3592 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3593
3594         * gnus-art.el (gnus-article-describe-bindings): New function.
3595         (gnus-article-read-summary-keys): Use it.
3596         (gnus-article-mode-map): Bind `C-h b' to it.
3597
3598 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3599
3600         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3601         XEmacs.
3602         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3603         against non-character events.
3604
3605         * lpath.el: Fbind map-keymap for Emacs 21.
3606
3607 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3608
3609         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3610         command.
3611         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3612         instead of END.  Change name of the temp file.
3613         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3614         customizable.
3615
3616 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3617
3618         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3619         bind `S W' to gnus-article-wide-reply-with-original; set default
3620         binding to gnus-article-read-summary-send-keys.
3621         (gnus-article-read-summary-keys): Fix the order of keys; display
3622         continuation keys correctly in the echo area; describe bindings
3623         correctly when keys end with `C-h'.
3624         (gnus-article-read-summary-send-keys): New function.
3625         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3626         for gnus-article-read-summary-send-keys; display continuation keys
3627         correctly in the echo area.
3628         (gnus-article-reply-with-original): Ignore prefix argument.
3629         (gnus-article-wide-reply-with-original): New function.
3630
3631         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3632         Emacs 21.
3633
3634 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3635
3636         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3637         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3638
3639 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3640
3641         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3642         (gnus-group-read-ephemeral-gmane-group): New command.
3643
3644 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3645
3646         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3647
3648 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3649
3650         * message.el (message-send-mail-function): Increase custom version.
3651
3652         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3653         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3654
3655 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3656
3657         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3658         for the cases where imap-authenticate is called with a nil buffer
3659         parameter.
3660
3661 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3662
3663         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3664         html parts correctly; support forwarded messages.
3665         (gnus-article-browse-html-article): Remove work buffers.
3666
3667         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3668         compiling.
3669         (netrc-bound-and-true-p): New macro.
3670         (netrc-parse): Use it instead of bound-and-true-p that is not available
3671         in XEmacs 21.4.
3672
3673 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3674
3675         * gnus-registry.el (gnus-registry-mark-article)
3676         (gnus-registry-article-marks): Add functionality to mark articles
3677         through the Gnus registry.
3678
3679         * encrypt.el: Clarify documentation for the new pgg method.
3680         (encrypt-file-alist): Add PGG option.
3681         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3682         functionality.  Abstract password key and messaging to external
3683         functions.
3684         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3685         (encrypt-message-method-and-cipher): Add new convenience external
3686         functions.
3687         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3688         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3689
3690         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3691         (netrc-parse): Use encrypt-file-alist to determine if
3692         encrypt-find-model or encrypt-insert-file-contents should be used.
3693
3694         * encrypt.el: Clarify documentation.  Load password-cache or
3695         password, whichever one is found first, instead of autoloading.
3696
3697 2007-12-19  Glenn Morris  <rgm@gnu.org>
3698
3699         * mml.el (message-options-set, message-narrow-to-head)
3700         (message-in-body-p, message-mail-p, message-encode-message-body):
3701         Autoload.
3702         (message-remove-header, message-narrow-to-headers-or-head)
3703         (message-subscribed-p, message-make-mail-followup-to)
3704         (message-position-on-field, message-news-p)
3705         (message-options-set-recipient, message-generate-headers)
3706         (message-sort-headers): Declare as functions.
3707
3708 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3709
3710         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3711         convention in doc string.
3712
3713 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3714
3715         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3716         title to html parts.
3717         (gnus-article-browse-html-article): Pass message header to it.
3718
3719         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3720
3721 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3722
3723         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3724         or password compatible with XEmacs.
3725
3726 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3727
3728         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3729         format document.
3730         (gnus-mime-delete-part): Don't write description line if empty.
3731         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3732
3733 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
3734
3735         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3736         (gnus-summary-mark-read-and-unread-as-read)
3737         (gnus-summary-mark-current-read-and-unread-as-read)
3738         (gnus-summary-mark-unread-as-ticked): Doc fix.
3739         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3740
3741 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3742
3743         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3744         Christoph Conrad <christoph.conrad@gmx.de>.
3745
3746 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3747
3748         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3749         yes-or-no-p.
3750
3751 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3752
3753         * mm-decode.el (mm-add-meta-html-tag): New function.
3754         (mm-save-part-to-file, mm-pipe-part): Use it.
3755
3756         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3757         gnus-y-or-n-p instead of y-or-n-p.
3758         (gnus-article-browse-html-parts): Work with message/external-body; use
3759         mm-add-meta-html-tag.
3760
3761 2007-12-11  Glenn Morris  <rgm@gnu.org>
3762
3763         * gnus-cache.el: Require gnus-sum not just when compiling.
3764
3765         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3766
3767         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3768         definitions before use.
3769
3770         * mm-decode.el: Require gnus-util.
3771         (mm-remove-part): Only call delete-annotation on XEmacs.
3772
3773         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3774
3775         * nnmail.el: Require gnus-int.
3776
3777         * spam.el: Move `require's before `eval-when-compile's.
3778
3779         * gnus-ems.el (gnus-alive-p):
3780         * gnus-fun.el (message-goto-eoh):
3781         * gnus-util.el (gnus-group-name-decode):
3782         * mail-source.el (gnus-compress-sequence):
3783         * message.el (Info-goto-node, format-spec):
3784         * mm-bodies.el (message-options-get):
3785         * mm-decode.el (mm-view-pkcs7):
3786         * mm-util.el (gmm-write-region):
3787         * mml-smime.el (mml-compute-boundary)
3788         (gnus-completing-read-with-default):
3789         * mml.el (widget-button-press, gnus-make-hashtable):
3790         * mml1991.el (mm-decode-content-transfer-encoding)
3791         (mm-encode-content-transfer-encoding)
3792         (message-options-get, message-options-set):
3793         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3794         * nnfolder.el (gnus-request-group):
3795         * nnheader.el (ietf-drums-unfold-fws):
3796         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3797         * smime.el (gnus-run-mode-hooks):
3798         * spam-stat.el (gnus-message): Autoload.
3799
3800         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3801         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3802         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3803         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3804         Add declare-function compatibility definition.
3805
3806         * gnus-cache.el (nnvirtual-find-group-art):
3807         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3808         (gnus-add-image, gnus-add-wash-type):
3809         * gnus-group.el (nnkiboze-score-file):
3810         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3811         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3812         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3813         (message-tokenize-header, gnus-get-buffer-create)
3814         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3815         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3816         * gnus.el (gnus-group-decoded-name):
3817         * mail-source.el (imap-capability):
3818         * mm-bodies.el (message-options-set):
3819         * mm-decode.el (gnus-configure-windows):
3820         * mm-extern.el (message-goto-body):
3821         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3822         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3823         (epg-sub-key-validity, message-options-set):
3824         * mml.el (widget-event-point, gnus-configure-windows):
3825         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3826         * mml2015.el (epg-check-configuration, epg-configuration)
3827         (message-options-set):
3828         * nndb.el (nndb-request-article):
3829         * nnfolder.el (gnus-request-create-group):
3830         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3831         * nnmaildir.el (gnus-group-mark-article-read):
3832         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3833         * rfc1843.el (message-fetch-field):
3834         * spam.el (gnus-extract-address-components):
3835         Declare as functions.
3836
3837 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3838
3839         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3840
3841         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3842
3843         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3844         bind show-trailing-whitespace for XEmacs.
3845
3846 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3847
3848         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3849         new no-op macro for backward compatibility.
3850
3851         * imap.el (imap-string-to-integer): New function.
3852
3853 2007-12-09  Glenn Morris  <rgm@gnu.org>
3854
3855         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3856
3857         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3858         * message.el, mm-view.el, sieve-manage.el, smime.el:
3859         Add declare-function compatibility definition.
3860
3861         * gnus-art.el (w3-region, w3m-region, Info-menu):
3862         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3863         * gnus-sum.el (gnus-get-predicate):
3864         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3865         * message.el (mail-abbrev-in-expansion-header-p):
3866         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3867         (w3m-detect-meta-charset, w3m-region):
3868         * sieve-manage.el (password-read, password-cache-add)
3869         (password-cache-remove):
3870         * smime.el (password-read-and-add): Declare as functions.
3871
3872 2007-12-08  David Kastrup  <dak@gnu.org>
3873
3874         * gnus-sum.el (gnus-summary-simplify-subject-query):
3875         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3876         `message'.
3877
3878 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3879
3880         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3881         it to bind idna-program, installation-directory, defined-colors, and
3882         face-attribute for XEmacs of the version that compiles defcustom forms.
3883
3884 2007-12-07  Glenn Morris  <rgm@gnu.org>
3885
3886         * gnus-art.el (article-make-date-line): Revert previous change.
3887
3888 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3889
3890         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3891
3892 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3893
3894         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3895         Call gnus-add-to-range ranges only once with a prepared article-list.
3896
3897 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3898
3899         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3900         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3901         group names with backslashes.  Reported by Tassilo Horn
3902         <tassilo@member.fsf.org>.
3903
3904 2007-12-06  Deepak Goel  <deego3@gmail.com>
3905
3906         * gnus-art.el (article-make-date-line):
3907         * gnus-start.el (gnus-load):
3908         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3909
3910 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3911
3912         * gnus-art.el (gnus-use-idna)
3913         * gnus-start.el (gnus-site-init-file)
3914         * message.el (message-use-idna)
3915         * mm-uu.el (mm-uu-hide-markers)
3916         * smiley.el (smiley-style): Revert changes that suppress warnings.
3917
3918 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3919
3920         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3921         specify charset to html source.  Reported by Christoph Conrad
3922         <christoph.conrad@gmx.de>.
3923
3924 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3925
3926         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3927         idna-program in order to suppress byte compile warning issued by XEmacs
3928         that came to byte compile the default value section of defcustom forms
3929         recently.
3930
3931         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3932         value of installation-directory.
3933
3934         * message.el (message-use-idna): Don't directly refer to the value of
3935         idna-program.
3936
3937         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3938
3939         * smiley.el (smiley-style): Don't directly call face-attribute.
3940
3941 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3942
3943         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3944
3945         * gnus-dired.el: Reduce Gnus dependencies.
3946         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3947         require.  Use autoloads instead.
3948         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3949         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3950         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3951         (gnus-dired-mode): Adjust doc string.
3952         (gnus-dired-mail-mode): New variable.
3953         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3954         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3955         (gnus-dired-mail-buffers): New function.  Return mail or message
3956         composition buffers.
3957         (gnus-dired-attach): Use it.
3958         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3959         NO-DECODE.
3960         (gnus-dired-print): Use `gnus-print-buffer' depending on
3961         `gnus-dired-mail-mode'.
3962
3963 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3964
3965         * rfc2047.el (rfc2047-encoded-word-regexp)
3966         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3967         explaining what regexp patterns are for.
3968
3969 2007-12-04  Glenn Morris  <rgm@gnu.org>
3970
3971         * password.el: Move to password-cache.el.
3972
3973         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3974         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3975         * mml-smime.el (password-read, password-cache-add)
3976         (password-cache-remove):
3977         No need to autoload, since mml-sec requires password.
3978
3979         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3980         * message.el (gnus-extract-address-components):
3981         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3982
3983         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3984         password.
3985
3986 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3987
3988         * mailcap.el: Reduce dependencies.
3989         (mail-header-parse-content-type): Autoload.
3990         (mailcap-delete-duplicates): New alias.
3991         (mailcap-mime-info): Add optional argument NO-DECODE.
3992         (mailcap-mime-types): Use mailcap-delete-duplicates.
3993
3994         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3995
3996 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3997
3998         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3999         (imap-parse-status): Upcase status-att for servers that sends them
4000         lower-case (e.g., MS Exchange 2007).
4001
4002 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4003
4004         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4005         function.
4006
4007         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4008         (gnus-uu-yenc-article): New function.
4009
4010         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4011
4012         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4013         buffer.
4014
4015 2007-12-02  Glenn Morris  <rgm@gnu.org>
4016
4017         * binhex.el (binhex): New custom group.
4018         (binhex-decoder-program, binhex-decoder-switches)
4019         (binhex-use-external): Move to the binhex custom group.
4020
4021         * uudecode.el (uudecode): New custom group.
4022         (uudecode-decoder-program, uudecode-decoder-switches)
4023         (uudecode-use-external): Move to the uudecode custom group.
4024
4025         * netrc.el (top-level): Don't load `encrypt' features.
4026         (netrc-parse): Don't use encrypt.
4027         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4028
4029         * encrypt.el: Remove file.
4030
4031 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4032
4033         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4034         matches on patches.
4035
4036         * gnus-art.el (gnus-article-browse-html-article): Mention
4037         `mm-text-html-renderer' in the doc string.
4038
4039         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4040         string.  Add comments.
4041
4042         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4043         if rhs is ASCII.
4044
4045 2007-12-01  Glenn Morris  <rgm@gnu.org>
4046
4047         * mail-source.el (top-level): Require format-spec before
4048         eval-when-compile.
4049
4050 2007-11-30  Glenn Morris  <rgm@gnu.org>
4051
4052         * encrypt.el: Require password, rather than autoloading password-read.
4053
4054 2007-11-29  Glenn Morris  <rgm@gnu.org>
4055
4056         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4057         (sasl-make-client, sasl-next-step, sasl-step-data)
4058         (sasl-step-set-data): Declare as functions.
4059
4060 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4061
4062         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4063
4064 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4065
4066         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4067         certs should be verified and what is to be done in the event of a
4068         verification failure.
4069
4070         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4071         caller can indicate whether the cache should be disregarded for this
4072         call.  This way the result of the call is reproducible at all times and
4073         can be considered a canonical server name for the supplied method.
4074         (gnus-agent-method-p): Canonicalize server names by pushing their
4075         method through `gnus-method-to-server' using the no-cache argument.
4076
4077         * gnus-srvr.el (gnus-server-insert-server-line): Call
4078         `gnus-method-to-server' with `no-cache' argument.
4079
4080         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4081         gnus-agent-possibly-synchronize-flags as this should be called when the
4082         server is actually being opened.
4083         (gnus-agent-possibly-synchronize-flags)
4084         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4085         flags file of an agentized server to the latter function.
4086
4087         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4088         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4089         after a connection has been established successfully.
4090
4091 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4092
4093         * gnus-art.el (article-display-face): Force to display face if called
4094         interactively; check if gnus-article-x-face-too-ugly matches author.
4095         (article-display-x-face): Display face even if From header is missing
4096         as article-display-face does.
4097
4098 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4099
4100         * hashcash.el (message-narrow-to-headers-or-head)
4101         (message-fetch-field, message-goto-eoh)
4102         (message-narrow-to-headers): Declare as functions.
4103
4104 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4105
4106         * mail-source.el (mail-sources): Default to fetch from file for
4107         compatibility with default of nnmail-spool-file.
4108
4109 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4110
4111         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4112         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4113         to look for encoded word that should be encoded again.
4114         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4115         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4116         encoding pattern.
4117         (rfc2047-decode-region): Switch strict regexp and loose one according
4118         to rfc2047-allow-irregular-q-encoded-words.
4119
4120 2007-11-25  Romain Francoise  <romain@orebokech.com>
4121
4122         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4123
4124 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4125
4126         * tls.el (tls-program): Provide more custom choices from
4127         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4128         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4129
4130 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4131
4132         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4133         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4134
4135         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4136         `nnmail-spool-file'.
4137
4138         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4139         `nnmail-spool-file'.
4140
4141         * gnus-move.el (gnus-change-server): Ditto.
4142
4143         * gnus-kill.el (gnus-batch-score): Ditto.
4144
4145         * gnus-cache.el (gnus-jog-cache): Ditto.
4146
4147         * gnus-msg.el (gnus-summary-reply):
4148         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4149
4150 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4151
4152         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4153         version.  Minor improvement to doc strings.
4154         (tls-program): Add comment.
4155
4156 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4157
4158         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4159         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4160         mismatch between the hostname provided in the certificate and the name
4161         of the host connnecting to.
4162         (open-tls-stream): Use them.  Check certificates against trusted root
4163         certificates.
4164
4165 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4166
4167         * gnus-cache.el (gnus-cache-generate-nov-databases):
4168         Use nnml-generate-nov-databases-directory instead of
4169         nnml-generate-nov-databases-1.
4170
4171 2007-11-24  Glenn Morris  <rgm@gnu.org>
4172
4173         * message.el (message-tool-bar-retro): Update for rename
4174         mail_send.xpm->mail-send.xpm.
4175
4176 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4177
4178         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4179         `smime-ldap-search' for Emacs 22 and up.
4180
4181 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4182
4183         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4184
4185         * message.el (message-send-mail-function): Fix error convention.
4186         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4187         (message-widen-reply, message-send-mail, message-talkative-question)
4188         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4189         (message-clone-locals, message-send-news): Use with-current-buffer.
4190         (message-insert-or-toggle-importance): Remove unused var `valid'.
4191         (message-make-references): Remove unused var `new-references'.
4192         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4193
4194 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4195
4196         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4197         (spam-split-symbolic-return-positive): Reflow docstring.
4198         (spam-backends, spam-summary-exit-behavior)
4199         (spam-mark-ham-unread-before-move-from-spam-group)
4200         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4201         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4202         (spam-clear-cache, spam-backend-check, spam-install-backend)
4203         (spam-install-statistical-backend, spam-list-of-processors)
4204         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4205         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4206         (spam-check-crm114, spam-initialize, spam-unload-hook):
4207         Fix typos in docstrings.
4208
4209 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4210
4211         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4212         been checked if they have never been read and those group levels are
4213         higher than the one that a user specified.
4214
4215 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4216
4217         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4218         foreign groups unless a group level is specified by a user.
4219         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4220
4221 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4222
4223         * message.el (message-send-mail-function): Require sendmail.
4224
4225 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4226
4227         * message.el (message-send-mail-function): Check for smtpmail too.
4228
4229         * utf7.el (utf7-encode, utf7-decode): Use coding system
4230         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4231
4232         * message.el (message-send-mail-function): New function.
4233         (message-send-mail-function): Set default using
4234         message-send-mail-function.  Adjust doc string.
4235         (message-send-mail-with-mailclient): New function.
4236
4237 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4238
4239         * smime.el (from):
4240         * rfc2047.el (message-posting-charset):
4241         * qp.el (mm-use-ultra-safe-encoding):
4242         * pop3.el (parse-time-months):
4243         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4244         * nnml.el (files):
4245         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4246         (jka-compr-compression-info-list, ange-ftp-path-format)
4247         (efs-path-regexp):
4248         * nndiary.el (files):
4249         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4250         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4251         (epg-digest-algorithm-alist, inhibit-redisplay)
4252         (password-cache-expiry):
4253         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4254         (pgg-output-buffer, password-cache-expiry):
4255         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4256         (efs-path-regexp):
4257         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4258         (inhibit-redisplay):
4259         * mm-uu.el (file-name, start-point, end-point, entry)
4260         (gnus-newsgroup-name, gnus-newsgroup-charset):
4261         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4262         (latin-unity-ucs-list):
4263         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4264         (mm-uu-binhex-decode-function):
4265         * message.el (gnus-message-group-art, gnus-list-identifiers)
4266         (rmail-enable-mime-composing, gnus-local-organization)
4267         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4268         (gnus-read-active-file, facemenu-add-face-function)
4269         (facemenu-remove-face-function, gnus-article-decoded-p)
4270         (tool-bar-mode):
4271         * mail-source.el (display-time-mail-function):
4272         * gnus-util.el (nnmail-pathname-coding-system)
4273         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4274         (gnus-original-article-buffer, gnus-user-agent)
4275         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4276         (xemacs-codename, sxemacs-codename, emacs-program-version):
4277         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4278         * gnus-start.el (gnus-agent-covered-methods)
4279         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4280         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4281         (gnus-newsgroup-headers, gnus-group-list-mode)
4282         (gnus-group-mark-positions, gnus-newsgroup-data)
4283         (gnus-newsgroup-unreads, nnoo-state-alist)
4284         (gnus-current-select-method, mail-sources)
4285         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4286         (nnmail-spool-file, gnus-cache-active-hashtb):
4287         * gnus-mh.el (mh-lib-progs):
4288         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4289         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4290         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4291         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4292         (gnus-group-buffer):
4293         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4294         (font-lock-set-defaults):
4295         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4296         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4297         (gnus-summary-post-menu, total-parts, type, condition, length):
4298         * gnus-agent.el (gnus-agent-read-agentview):
4299         * flow-fill.el (show-trailing-whitespace):
4300         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4301         eval-and-compile wrappers for byte compiler pacifiers.
4302
4303         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4304         (mm-display-inline-fontify): Check for featurep 'xemacs not
4305         extent-list.
4306
4307         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4308         itimer-list.
4309         (mm-create-image-xemacs): Only do something for XEmacs.
4310         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4311
4312         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4313
4314         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4315         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4316
4317 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4318
4319         * nnimap.el (nnimap-split-download-body):
4320         * gnus-demon.el (gnus-demon):
4321         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4322
4323 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4324
4325         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4326         macros.
4327         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4328         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4329         copy data from unibyte buffer to multibyte current buffer.
4330         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4331         to copy data from unibyte current buffer to multibyte buffer.
4332         (nntp-make-process-buffer): Make process buffer unibyte.
4333
4334         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4335
4336 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4337
4338         * pop3.el (pop3-open-server): Accept and process data more robustly at
4339         connexion start to avoid spurious "POP SSL connexion failed" errors.
4340
4341 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4342
4343         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4344         read group names.
4345
4346 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4347
4348         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4349
4350 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4351
4352         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4353         (nnmail-save-active): Use a unibyte buffer when saving active file,
4354         which may contain non-ASCII group names.
4355
4356         * nnml.el (nnml-request-group): Decode group names in messages.
4357
4358 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4359
4360         * message.el (message-citation-line-function)
4361         (message-insert-formatted-citation-line): Fix spelling of
4362         `message-insert-formated-citation-line'.
4363
4364 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4365
4366         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4367
4368 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4369
4370         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4371         nnmail-pathname-coding-system.
4372
4373         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4374         that a user enters; decode group names in messages.
4375
4376         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4377
4378 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4379
4380         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4381
4382         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4383
4384         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4385         risky local variable.
4386
4387         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4388
4389 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4390
4391         * encrypt.el: Improve documentation to fix function name typo.
4392         Reported by Daiki Ueno <ueno@unixuser.org>.
4393
4394 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4395
4396         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4397         even if the point is not in the last page of an article.
4398         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4399         back to the previous page.
4400
4401 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4402
4403         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4404
4405 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4406
4407         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4408
4409 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4410
4411         * message.el (message-check-news-body-syntax): Avoid
4412         mm-string-as-multibyte.
4413         (message-hide-headers): Don't assume (point-min)==1.
4414
4415 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4416
4417         * message.el (message-remove-blank-cited-lines): Fix if remove is
4418         given.
4419         (message-bogus-address-regexp): New variable.
4420         (message-bogus-recipient-p): New function.
4421         (message-check-recipients): New command.
4422         (message-syntax-checks): Add `bogus-recipient'.
4423         (message-fix-before-sending): Add `bogus-recipient'.
4424
4425         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4426         (gnus-treat-body-boundary): Don't test window-system.
4427
4428 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4429
4430         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4431
4432 2007-10-28  Miles Bader  <miles@gnu.org>
4433
4434         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4435         at compile-time too.
4436
4437 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4438
4439         * gnus-msg.el (gnus-message-setup-hook): Add
4440         `message-remove-blank-cited-lines' to options.
4441
4442 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4443
4444         * message.el (message-remove-blank-cited-lines): New function.
4445         Suggested by Karl Plästerer.
4446
4447 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4448
4449         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4450         mapc.
4451
4452         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4453         (top-level): Use mapc to set functions to be traced for debugging.
4454
4455         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4456         called for effect with while loop.
4457
4458         * message.el (message-talkative-question): Replace mapcar called for
4459         effect with mapc.
4460
4461         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4462         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4463         called for effect with dolist.
4464
4465         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4466
4467         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4468         gnus-extra-headers and nnmail-extra-headers.
4469
4470         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4471         called for effect with dolist.
4472         (top-level): Use mapc to set functions to be traced for debugging.
4473
4474         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4475         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4476         dolist.
4477
4478         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4479         Replace mapcar called for effect with mapc.
4480         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4481         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4482         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4483         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4484
4485         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4486         remove-if that's a cl function.
4487
4488         * webmail.el (webmail-debug): Replace mapcar called for effect with
4489         dolist.
4490
4491         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4492         with mapc.
4493
4494 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4495
4496         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4497         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4498         with while loop.
4499
4500         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4501         functions from article-* functions.
4502         (gnus-multi-decode-header): Replace mapcar called for effect with
4503         dolist.
4504
4505         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4506         (gnus-bookmark-show-details): Replace mapcar called for effect with
4507         while loop.
4508
4509         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4510         called for effect with while loop.
4511
4512         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4513         with dolist.
4514
4515         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4516         mapcar called for effect with dolist.
4517
4518         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4519
4520         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4521         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4522         Replace mapcar called for effect with dolist.
4523         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4524         mapc.
4525
4526         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4527         Replace mapcar called for effect with dolist.
4528         (gnus-topic-list): Replace mapcar called for effect with mapc.
4529
4530         * gnus.el: Use mapc instead of mapcar to add autoloads.
4531
4532 2007-10-23  Richard Stallman  <rms@gnu.org>
4533
4534         * gnus-group.el (gnus-group-highlight): Mark as risky.
4535
4536 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4537
4538         * gnus.el (gnus-server-to-method): Return method found first in
4539         gnus-newsrc-alist.
4540
4541         * gnus-art.el (gnus-article-highlight-signature)
4542         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4543         button overlay without the front stickiness.
4544
4545 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4546
4547         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4548         overview buffer needed a catch to receive its throw.
4549         (gnus-agent-flush-cache): Declared as interactive to make this function
4550         easier to use.
4551
4552 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4553
4554         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4555         `next-line'.
4556
4557 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4558
4559         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4560         exclude address matching message-dont-reply-to-names.
4561
4562 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4563
4564         * gnus-util.el (gnus-string<): New function.
4565
4566         * gnus-sum.el (gnus-article-sort-by-author)
4567         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4568
4569 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4570
4571         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4572         the frame-focus tag is set in gnus-buffer-configuration.
4573
4574 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4575
4576         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4577         the front stickiness.
4578
4579 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4580
4581         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4582         url pattern; remove duplicate one.
4583         (gnus-article-extend-url-button): New function.
4584         (gnus-article-add-buttons): Use it.
4585         (gnus-button-push): Use concatenated url that it makes.
4586
4587 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4588
4589         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4590
4591 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4592
4593         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4594         Don't hardcode point-min==1.
4595
4596 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4597
4598         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4599         Fix comment about "iso8859-1".
4600
4601 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4602
4603         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4604         ones returned from the verify-function.
4605
4606         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4607         mml2015-extract-cleartext-signature if extraction failed.
4608
4609 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4610
4611         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4612         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4613         failed.
4614
4615 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4616
4617         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4618
4619 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4620
4621         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4622         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4623         recommends to use EasyPG instead of PGG.
4624
4625         * pgg.el: Revert to revision 6.23.2.16.
4626
4627         * pgg-def.el: Revert to revision 6.6.2.14.
4628
4629         * pgg-gpg.el: Revert to revision 6.23.2.34.
4630
4631 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4632
4633         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4634         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4635         thread for both the null and zero (kill/expire thread) universal prefix
4636         cases.
4637         (gnus-summary-expire-thread): Add new function to expire a thread,
4638         using gnus-summary-kill-thread.
4639         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4640         shortcuts for gnus-summary-expire-thread.
4641         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4642         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4643
4644 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4645
4646         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4647         extras value, so an extras entry can be deleted.
4648         (gnus-registry-delete-extra-entry): Use it.
4649         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4650         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4651         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4652         storage through the gnus-registry, and provide an appropriate API for
4653         it.
4654
4655 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4656
4657         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4658         Suggested by Leo <sdl.web@gmail.com>.
4659
4660         * gnus.el: Do.
4661
4662 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4663
4664         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4665         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4666
4667         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4668
4669         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4670         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4671
4672 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4673
4674         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4675         newline.
4676         (nnmbox-request-accept-article): Don't change article in source buffer;
4677         narrow to header to use message-fetch-field rather than
4678         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4679         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4680         as delimiters; make sure article ends with newline.
4681         (nnmbox-delete-mail): Correct last position of article to be deleted;
4682         ignore X-Gnus-Newsgroup header in article body.
4683         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4684         positions; make sure article ends with newline.
4685
4686         * message.el (message-display-abbrev): Don't infloop when a user
4687         inserts SPC in the beginning of header.
4688
4689         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4690         coding-system-for-read and coding-system-for-write for XEmacs having no
4691         file-coding feature.
4692
4693         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4694
4695 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4696
4697         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4698         list of groups not followed by default.  Fix type to be regexp.
4699         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4700
4701 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4702
4703         * hmac-def.el (define-hmac-function): Switch from old-style to
4704         new-style backquotes.
4705
4706         * md4.el (md4-make-step): Likewise.
4707
4708 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4709
4710         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4711         raw-text coding system when saving .newsrc file, which may contain
4712         non-ASCII group names.
4713
4714 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4715
4716         * gnus-cus.el (gnus-score-extra): New widget.
4717         (gnus-score-extra-convert): New function.
4718         (gnus-score-customize): Use it for Extra.
4719
4720 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4721
4722         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4723         (mml2015-mailcrypt-clear-verify): Use it.
4724         (mml2015-gpg-clear-verify): Use it.
4725         (mml2015-pgg-clear-verify): Use it.
4726         (mml2015-epg-clear-verify): Replace the current part with the output
4727         from GnuPG; don't extract the plaintext by itself.
4728
4729         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4730         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4731         mml2015-clear-verify-function; don't touch the armor headers or
4732         dash-escaped text here.
4733
4734 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4735
4736         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4737         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4738         parts, or application/octet-stream as a last resort.
4739         (gnus-mime-view-part-as-type): Don't toggle display.
4740         (gnus-mime-view-part-as-charset): Don't turn off display before
4741         querying charset.
4742
4743         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4744         stuff to undisplayer function in Emacs.
4745         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4746
4747         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4748         text/calendar parts.
4749
4750 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4751
4752         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4753         decoding text/calendar parts.
4754
4755         * message.el (message-forward-make-body-mime): Always mark body as
4756         having no illegible text; remove signed-or-encrypted argument.
4757         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4758
4759         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4760         (mml-generate-mime-1): Don't encode body if it is specified to be in
4761         raw form; don't make buffer be unibyte when inserting multibyte string.
4762
4763 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4764
4765         * sha1.el: Fix up comment style.
4766         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4767         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4768
4769         * hex-util.el: Fix up comment style.
4770         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4771
4772         * gnus-salt.el: Use with-current-buffer.
4773         (gnus-pick-setup-message): Fix long-standing typo.
4774
4775 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4776
4777         * imap.el (imap-logout-timeout): New variable.
4778         (imap-logout, imap-logout-wait): New functions.
4779         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4780
4781         * nnimap.el (nnimap-logout-timeout): New server variable.
4782         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4783         nnimap-logout-timeout.
4784
4785         * gnus-art.el (gnus-article-summary-command-nosave)
4786         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4787
4788 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4789
4790         * gnus.el (gnus-maximum-newsgroup): New variable.
4791
4792         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4793         according to gnus-maximum-newsgroup.
4794
4795         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4796         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4797         Limit the range of articles according to gnus-maximum-newsgroup.
4798
4799 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4800
4801         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4802         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4803         Don't perform gnus-configure-windows here; reuse existing sticky
4804         article buffer.
4805
4806         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4807         it doesn't exist in gnus-article-mode.
4808
4809 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4810
4811         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4812         (gnus-agent-decoded-group-name): New function.
4813         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4814         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4815
4816 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4817
4818         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4819         Add binding for gnus-sticky-article.
4820         (gnus-summary-exit): Don't kill sticky article buffers.
4821
4822         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4823         article buffer.
4824         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4825         (gnus-kill-sticky-article-buffers): New commands.
4826
4827 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4828
4829         * nntp.el (nntp-xref-number-is-evil): New server variable.
4830         (nntp-find-group-and-number): If it is non-nil, don't trust article
4831         numbers in the Xref header.
4832
4833 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4834
4835         * gnus-agent.el (gnus-agent-read-group): New function.
4836         (gnus-agent-flush-group, gnus-agent-expire-group)
4837         (gnus-agent-regenerate-group): Use it.
4838         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4839         nnmail-pathname-coding-system.
4840
4841 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4842
4843         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4844
4845         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4846         that are unread as unread, and also as selected so that information of
4847         marks having been changed by a user may be updated when exiting group.
4848
4849 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4850
4851         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4852         calculated ignoring signature parts to gnus-treat-article.
4853
4854 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4855
4856         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4857         a point here in order to keep the window start.
4858         (gnus-insert-mime-security-button): Make a button overlay without the
4859         front stickiness.
4860         (gnus-mime-display-security): Goto the end of a button.
4861
4862         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4863
4864 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4865
4866         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4867         group-name-at-point.
4868         (gnus-group-completing-read): New function that offers decoded
4869         non-ASCII group names for completion.
4870         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4871         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4872         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4873         (gnus-group-fetch-control): Use it.
4874         (gnus-fetch-group): Use group-name-at-point for the initial value
4875         rather than the default value; use gnus-alive-p.
4876
4877         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4878         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4879         (gnus-summary-post-news): Use gnus-group-completing-read.
4880
4881         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4882         (gnus-read-move-group-name): Decode group name for completion.
4883
4884 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4885
4886         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4887         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4888         Yamaoka slightly modified the code).
4889
4890 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4891
4892         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4893         (nnmail-split-incoming): Bind it.
4894
4895         * nnml.el (nnml-group-name-charset): New function.
4896         (nnml-decoded-group-name): Use it; don't decode group name if
4897         nnmail-group-names-not-encoded-p is non-nil.
4898         (nnml-encoded-group-name): New function.
4899         (nnml-group-pathname): Inline nnml-decoded-group-name.
4900         (nnml-request-expire-articles): Decode group name in message.
4901         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4902         nnmail-pathname-coding-system.
4903         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4904         not decoded ones according to nnmail-group-names-not-encoded-p.
4905         (nnml-generate-active-info): Use nnml-encoded-group-name.
4906
4907 2007-08-08  Glenn Morris  <rgm@gnu.org>
4908
4909         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4910         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4911         doc-strings and comments.
4912
4913 2007-07-25  Glenn Morris  <rgm@gnu.org>
4914
4915         * Relicense all FSF files to GPLv3 or later.
4916
4917 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4918
4919         * gnus-sum.el (gnus-summary-move-article): Make
4920         gnus-summary-respool-article work.
4921
4922 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4923
4924         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4925         string.
4926
4927 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4928
4929         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4930         that should be ignored when comparing distant RSS articles with local
4931         ones.
4932         (nnrss-make-hash-index): New function.  Create a hash index according
4933         to the ignored fields.
4934         (nnrss-check-group): Use it.
4935
4936 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4937
4938         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4939
4940         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4941
4942         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4943         the new optional argument ENCODED is non-nil.
4944         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4945         coding system for encoding group name.
4946         (gnus-group-make-rss-group): Pass un-encoded group name to
4947         gnus-group-make-group.
4948         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4949         encoded.
4950
4951         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4952         Encode group name to which articles are moved or copied.
4953         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4954         coding system for encoding Newsgroup, Followup-To and Xref headers.
4955
4956         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4957         marks; use nnheader-file-coding-system to write a file.
4958         (nnagent-retrieve-headers): Bind file-name-coding-system to
4959         nnmail-pathname-coding-system.
4960
4961         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4962
4963         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4964         (nnml-request-article, nnml-request-create-group)
4965         (nnml-request-rename-group, nnml-find-id)
4966         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4967         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4968         (nnml-save-marks): Use nnml-group-pathname instead of
4969         nnmail-group-pathname.
4970
4971         (nnml-request-create-group, nnml-request-expire-articles)
4972         (nnml-request-move-article, nnml-request-delete-group)
4973         (nnml-deletable-article-p, nnml-possibly-create-directory)
4974         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4975         (nnml-open-marks): Bind file-name-coding-system to
4976         nnmail-pathname-coding-system.
4977
4978         (nnml-request-article): Pass server argument to nnml-find-group-number.
4979         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4980         server argument to nnml-possibly-create-directory.
4981         (nnml-request-accept-article): Pass server argument to
4982         nnml-active-number and nnml-save-mail.
4983         (nnml-find-group-number): Pass server argument to nnml-find-id.
4984         (nnml-request-update-info): Pass server argument to
4985         nnml-marks-changed-p.
4986
4987         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4988         (nnml-save-mail, nnml-active-number): Add server argument.
4989
4990         (nnml-request-delete-group): Warn if group is missing.
4991         (nnml-get-nov-buffer): Decode group name.
4992         (nnml-generate-active-info): Encode group name.
4993         (nnml-open-marks): Decode group name in messages.
4994
4995 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4996
4997         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4998         if it is not specified.
4999         (gnus-article-pipe-part, gnus-article-save-part)
5000         (gnus-article-interactively-view-part, gnus-article-copy-part)
5001         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5002         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5003         (gnus-article-replace-part, gnus-article-delete-part)
5004         (gnus-article-view-part-as-type): Pass raw prefix argument to
5005         gnus-article-part-wrapper.
5006
5007 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5008
5009         * gnus-agent.el (gnus-agent-save-active): Bind
5010         nnheader-file-coding-system to gnus-agent-file-coding-system.
5011
5012         * gnus-cache.el (gnus-cache-save-buffers)
5013         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5014         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5015         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5016         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5017         (gnus-cache-generate-active, gnus-cache-rename-group)
5018         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5019         (gnus-cache-update-overview-total-fetched-for): Bind
5020         file-name-coding-system to nnmail-pathname-coding-system.
5021         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5022         variables.
5023         (gnus-cache-decoded-group-name): New function.
5024         (gnus-cache-file-name): Use it.
5025         (gnus-cache-generate-active): Use non-decoded group name for active.
5026
5027         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5028         right place.
5029         (gnus-write-active-file): Don't break non-ASCII group names.
5030
5031         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5032         nnmail-pathname-coding-system.
5033
5034         * lpath.el: Bind default-file-name-coding-system,
5035         file-name-coding-system and language-info-alist for XEmacs.
5036
5037         * gnus-uu.el (gnus-uu-decode-save): Typo.
5038
5039 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5040
5041         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5042
5043 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5044
5045         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5046         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5047         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5048         (gnus-agent-flush-group, gnus-agent-flush-cache)
5049         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5050         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5051         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5052         (gnus-agent-regenerate-group)
5053         (gnus-agent-update-files-total-fetched-for)
5054         (gnus-agent-update-view-total-fetched-for): Bind
5055         file-name-coding-system to nnmail-pathname-coding-system.
5056         (gnus-agent-group-pathname): Don't encode file names by
5057         nnmail-pathname-coding-system.
5058         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5059         coding-system-for-write instead of buffer-file-coding-system to
5060         gnus-agent-file-coding-system.
5061
5062         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5063         Decode group name.
5064
5065         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5066
5067         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5068         (gnus-read-newsrc-el-file): Make group names unibyte.
5069
5070         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5071         nnmail-pathname-coding-system.
5072
5073         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5074         (nnrss-request-delete-group): Bind file-name-coding-system to
5075         nnmail-pathname-coding-system.
5076         (nnrss-read-server-data, nnrss-read-group-data): Bind
5077         file-name-coding-system correctly.
5078         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5079
5080         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5081         (nntp-server-to-method-cache): New variable.
5082         (nntp-group-pathname): New function that decodes non-ASCII group names.
5083         (nntp-possibly-create-directory, nntp-marks-changed-p)
5084         (nntp-save-marks, nntp-open-marks): Use it.
5085         (nntp-possibly-create-directory, nntp-open-marks):
5086         Bind file-name-coding-system to nnmail-pathname-coding-system.
5087         (nntp-open-marks): Decode group names when bootstrapping marks.
5088
5089         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5090         Newsgroups and Folowup-To headers.
5091
5092 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5093
5094         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5095         (gnus-server-closed-face, gnus-server-denied-face)
5096         (gnus-server-offline-face): Remove variable.
5097         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5098
5099         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5100         of modifying message-stack directly for XEmacs.
5101
5102         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5103         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5104         if the coding-system argument is nil for XEmacs.
5105
5106         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5107         mm-charset-override-alist.
5108
5109         * rfc2047.el: Don't require base64; require rfc2045 for the function
5110         rfc2045-encode-string.
5111         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5112         to quote the parameter value.
5113
5114 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5115
5116         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5117         form in gnus-group-name-charset-method-alist.
5118
5119         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5120         overrides the default layout edit-form.
5121
5122         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5123
5124         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5125
5126 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5127
5128         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5129         as unfetched articles.
5130
5131 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5132
5133         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5134
5135 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5136
5137         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5138         original back end that keeps marks in the local system.
5139
5140 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5141
5142         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5143         arg of pop-to-buffer for XEmacs.
5144         (gnus-article-read-summary-keys): Ditto; don't restore window
5145         configuration if summary command ends up with neither article buffer
5146         nor summary buffer; describe bindings if summary keys end with C-h.
5147
5148 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5149
5150         * message.el (message-fix-before-sending): Skip raw message part to be
5151         forwarded while checking illegible text.
5152         (message-forward-make-body-mime, message-forward-make-body): Mark
5153         signed or encrypted raw message as having no illegible text.
5154
5155 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5156
5157         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5158         (gnus-message-with-timestamp-1): New macro.
5159         (gnus-message-with-timestamp): New function.
5160         (gnus-message): Use them.
5161
5162         * nnheader.el (nnheader-message): Use them.
5163
5164 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5165
5166         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5167         .newsrc.eld file.
5168
5169 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5170
5171         * gnus-agent.el (gnus-agent-fetch-headers)
5172         (gnus-agent-retrieve-headers): Bind
5173         gnus-decode-encoded-address-function to identity.
5174
5175         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5176         available also when the server returns simply a dot.
5177
5178         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5179
5180 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5181
5182         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5183
5184 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5185
5186         * gnus-ems.el (gnus-x-splash): Make it work.
5187
5188         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5189         from being used.
5190
5191         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5192
5193 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5194
5195         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5196         4th and the 5th arguments.
5197
5198         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5199         the front stickiness.
5200         (gnus-article-summary-command-nosave): Correct the order of the
5201         arguments passed to pop-to-buffer.
5202         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5203         summary command ends up with the article buffer.
5204
5205         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5206         the same faces.
5207
5208 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5209
5210         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5211
5212 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5213
5214         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5215         * gnus-sum.el (gnus-summary-highlight):
5216         * pgg.el (pgg-sign-region, pgg-sign):
5217         * mail-source.el (mail-source-delete-old-incoming-confirm):
5218         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5219
5220 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5221
5222         * gnus-art.el (gnus-mime-view-part-externally)
5223         (gnus-mime-view-part-internally): Fix predicate function passed to
5224         completing-read.
5225
5226         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5227
5228         * gnus.el (gnus-update-message-archive-method): Add :version.
5229
5230 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5231
5232         * gnus.el (gnus-update-message-archive-method): New variable.
5233
5234         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5235         according to gnus-message-archive-method if
5236         gnus-update-message-archive-method is non-nil.
5237
5238 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5239
5240         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5241         by Loic Dachary <loic@dachary.org>.
5242         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5243
5244 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5245
5246         * message.el (message-pop-to-buffer): Add switch-function argument.
5247         (message-mail): Pass switch-function argument to it.
5248
5249 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5250
5251         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5252         Improve doc string.
5253
5254 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5255
5256         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5257         (gnus-header-content)
5258         * gnus-cite.el (gnus-cite-10)
5259         * gnus-srvr.el (gnus-server-closed)
5260         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5261         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5262         (gnus-group-mail-3-empty, gnus-group-mail-low)
5263         (gnus-group-mail-low-empty, gnus-splash)
5264         * message.el (message-header-to, message-header-cc)
5265         (message-header-subject, message-header-other, message-header-name)
5266         (message-header-xheader, message-separator, message-cited-text)
5267         (message-mml): Lighten colors of faces used for dark background.
5268
5269 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5270
5271         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5272         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5273
5274 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5275
5276         * message.el (message-narrow-to-headers-or-head):
5277         Ignore mail-header-separator in the body.
5278
5279 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5280
5281         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5282         same as window size.
5283
5284 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5285
5286         * message.el (message-font-lock-keywords): Use message-header-xheader
5287         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5288         ahead of the anything pattern, to get it recognised.
5289
5290 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5291
5292         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5293         spam.el loads uses it in the compiled defadvice form.
5294
5295 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5296
5297         * gnus-sum.el (gnus-articles-to-read)
5298         (gnus-summary-insert-old-articles): Don't truncate group name for
5299         `read-string'.
5300
5301         * gnus-util.el (gnus-limit-string): Delete this function.
5302
5303         * gnus-sum.el (gnus-simplify-subject-fully): Use
5304         `truncate-string-to-width' instead.
5305
5306 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5307
5308         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5309         if, on summary exit, the next group has to be selected.
5310         (gnus-summary-exit): Use it.
5311
5312 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5313
5314         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5315         non-break space.
5316
5317 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5318
5319         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5320         Check if group is not a directory.
5321         (nnfolder-request-expire-articles): Don't delete articles if the target
5322         group is not available.
5323
5324         * nnml.el (nnml-request-create-group): Properly check if group is not a
5325         file.
5326         (nnml-request-expire-articles): Don't delete articles if the target
5327         group is not available.
5328
5329         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5330         Don't quote characters that are within parentheses.
5331
5332 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5333
5334         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5335         (gnus-handle-ephemeral-exit): Select article according to it.
5336
5337 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5338
5339         * message.el (message-insert-formated-citation-line): Remove newline.
5340         (message-citation-line-format): Add final \n here so that the user can
5341         avoid a blank line.
5342
5343 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5344
5345         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5346         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5347         Update lanl/arXiv support.
5348
5349 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5350
5351         * gnus.el: Bump version number.
5352
5353 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5354
5355         * gnus.el (gnus-version-number): Bump version.
5356
5357 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5358
5359         * gnus.el: No Gnus v0.6 is released.
5360
5361 2007-04-27  Didier Verna  <didier@xemacs.org>
5362
5363         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5364         * gmm-utils.el (gmm-regexp-concat): here.
5365         * message.el: Don't require 'gnus-util.
5366         (message-dont-reply-to-names): Handle name change above.
5367         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5368
5369 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5370
5371         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5372         since the initial value varies according to the system.
5373
5374 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5375
5376         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5377
5378 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5379
5380         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5381
5382 2007-04-24  Didier Verna  <didier@xemacs.org>
5383
5384         Improve the type of gnus-ignored-from-addresses.
5385         * gnus-util.el (gnus-orify-regexp): New function.
5386         * message.el (gnus-util): Require it.
5387         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5388         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5389         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5390
5391 2007-04-24  Didier Verna  <didier@xemacs.org>
5392
5393         * gnus-sum.el:
5394         * gnus-utils.el: Fix some trailing whitespaces.
5395
5396 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5397
5398         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5399         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5400         article's Message-ID; refer parent article in summary buffer.
5401
5402         * message.el (message-bounce): Call mime-to-mml.
5403
5404         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5405         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5406         optimize and/or forms properly.
5407
5408 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5409
5410         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5411         URL.
5412
5413 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5414
5415         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5416
5417 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5418
5419         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5420         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5421         displayed of multipart/alternative part if it is invoked from summary
5422         buffer.
5423
5424         * mm-view.el (mm-inline-text-html-render-with-w3m)
5425         (mm-inline-text-html-render-with-w3m-standalone)
5426         (mm-inline-render-with-function): Use mail-parse-charset by default.
5427
5428 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5429
5430         * parse-time.el (parse-time-string-chars): Check if CHAR
5431         is less than the length of parse-time-syntax.
5432
5433 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5434
5435         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5436         from gnus-newsgroup-processable.
5437
5438 2007-04-16  Didier Verna  <didier@xemacs.org>
5439
5440         * gnus-msg.el (gnus-configure-posting-styles): Handle
5441         message-signature-directory properly with :file syntax.  Reported by
5442         "Leo".
5443
5444 2007-04-11  Didier Verna  <didier@xemacs.org>
5445
5446         New user option: message-signature-directory.
5447         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5448         * message.el (message-insert-signature): Ditto.
5449         * message.el (message-signature-file): Doc update.
5450         * message.el (message-signature-directory): New.
5451
5452 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5453
5454         * gnus-msg.el (gnus-inews-yank-articles): Use
5455         message-exchange-point-and-mark instead of exchange-point-and-mark.
5456
5457 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5458
5459         * message.el (message-yank-original): Make sure cited text ends with
5460         newline; don't exchange point and mark.
5461
5462 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5463
5464         * tls.el (open-tls-stream): Properly handle case where there
5465         is no associated buffer.
5466
5467 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5468
5469         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5470         message-yank-original, make sure (< mark TEXT point).
5471
5472 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5473
5474         * message.el (message-fill-column): New variable.
5475         (message-mode): Use it.  Add comment on a possible new hook.
5476
5477         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5478         (nnmail-get-new-mail): Reformat.
5479
5480         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5481
5482         * gmm-utils.el: Fix Commentary.
5483         (gmm-tool-bar-from-list): Fix typo in doc string.
5484
5485 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5486
5487         * message.el (message-yank-original): Don't switch point and mark
5488         unnecessarily to put point and mark as documented.
5489
5490 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5491
5492         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5493         from the message heads.
5494
5495 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5496
5497         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5498         article buffer does not have a window.  This may not be the best
5499         solution but is certainly better than setting the start of the null,
5500         that is the current, window.
5501
5502 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5503
5504         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5505         (gnus-draft-setup): Run it.
5506
5507         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5508         gnus-score-fast-scoring.  Allow regexp.
5509         (gnus-score-headers): Use it.
5510
5511         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5512         XEmacs.
5513
5514         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5515         string.
5516         (gnus-button-alist): Also catch `<f1> k ...'.
5517         (gnus-treat-display-x-face): Fix doc string.
5518
5519 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5520
5521         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5522         evaluation of gnus-extended-version to ensure correct generation of the
5523         User-Agent header when message-generate-headers-first is used.
5524
5525 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5526
5527         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5528         hashcash-path is nil.  Don't call callback with incorrect number of
5529         parameters if val is 0.
5530
5531 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5532
5533         * message.el (message-required-news-headers):
5534         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5535
5536 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5537
5538         * tls.el (open-tls-stream): In handshake-waiting loop,
5539         don't wait more if there is output available to process.
5540
5541 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5542
5543         * tls.el (tls-program): Doc fix.
5544
5545 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5546
5547         * message.el (message-generate-new-buffers): Change the meaning of the
5548         nil value; add `standard' to the choices; treat t as `unique'; improve
5549         doc string.
5550         (gnus-select-frame-set-input-focus): Autoload.
5551         (message-buffer-name): Search for the existing message buffer if
5552         message-generate-new-buffers is nil or `standard'; treat the value t of
5553         message-generate-new-buffers as `unique'.
5554         (message-pop-to-buffer): Raise the frame already displaying the message
5555         buffer; clear the echo area after querying.
5556         (message-setup): Pass the `continue' argument to compose-mail.
5557         (message-mail): Prefer `switch-function' if it is given; search for the
5558         existing message buffer if the `continue' argument is non-nil; pass
5559         continue and switch-function arguments to compose-mail by way of
5560         message-setup.
5561         (message-mail-other-window): Adjust argument of message-setup.
5562         (message-mail-other-frame): Ditto.
5563
5564 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5565
5566         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5567         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5568         to turn font-lock on when turning gnus-message-citation-mode on.
5569
5570 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5571
5572         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5573         (mml-smime-function-alist): New variable; add epg as the backend.
5574         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5575         mml-smime- functions instead.
5576         * mm-view.el: Require smime.
5577
5578 2007-03-05  Didier Verna  <didier@xemacs.org>
5579
5580         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5581         instead of just inheritance for posting styles.
5582         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5583
5584 2007-02-24  Chris Moore  <dooglus@gmail.com>
5585
5586         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5587         * pgg-pgp.el (pgg-pgp-encrypt-region):
5588         * pgg-gpg.el (pgg-gpg-encrypt-region):
5589         Check pgg-encrypt-for-me if no other recipients.
5590
5591 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5592
5593         * tls.el (tls-certtool-program): Fix custom type.
5594
5595 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5596
5597         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5598         and point-at-eol instead of line-(beginning|end)-position.
5599
5600         * assistant.el (assistant-parse-buffer): Ditto.
5601
5602         * netrc.el (netrc-parse-services): Ditto.
5603
5604 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5605
5606         * mml2015.el (mml2015-epg-find-usable-key): New function.
5607         (mml2015-epg-sign): Use it.
5608         (mml2015-epg-encrypt): Use it.
5609
5610 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5611
5612         * message.el (message-make-in-reply-to): Quote name containing
5613         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5614         if there are special characters.  Reported by NAKAJI Hiroyuki
5615         <nakaji@jp.freebsd.org>.
5616
5617 2007-02-27  Didier Verna  <didier@xemacs.org>
5618
5619         Include the group parameters as well as the topic ones in the
5620         inheritance filter process.
5621         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5622         argument GROUP-PARAMS-LIST.
5623         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5624
5625 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5626
5627         * nntp.el (nntp-never-echoes-commands)
5628         (nntp-open-connection-functions-never-echo-commands): New variables.
5629         (nntp-send-command): Use them.
5630
5631 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5632
5633         * mml2015.el (mml2015-epg-verify): Simplified.
5634
5635 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5636
5637         * mml.el (mml-content-disposition-alist): New user option.
5638         (mml-content-disposition): New function.
5639         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5640         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5641
5642 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5643
5644         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5645         verification.
5646
5647 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5648
5649         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5650         articles posted in the last 24 hours.
5651
5652 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5653
5654         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5655
5656 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5657
5658         * nntp.el (nntp-send-command): Don't wait for echoes when
5659         nntp-open-ssl-stream is used.
5660
5661 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5662
5663         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5664         (gnus-message-add-citation-keywords)
5665         (gnus-message-remove-citation-keywords): Remove.
5666         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5667         directly, make the variables in font-lock-defaults buffer-local, add
5668         gnus-message-citation-keywords to them and then update the value of
5669         font-lock-keywords.
5670
5671 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5672
5673         * message.el (message-cite-original-1): Don't call
5674         gnus-article-highlight-citation.
5675
5676         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5677         citations; fix line count.
5678
5679 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5680
5681         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5682         (gnus-message-add-citation-keywords)
5683         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5684         versions of font-lock-add-keywords and font-lock-remove-keywords to
5685         work with XEmacs correctly.
5686
5687 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5688
5689         * gnus-cite.el (gnus-cite-face-list): Set the values of
5690         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5691         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5692         (gnus-message-cite-prefix-regexp): New variable.
5693         (gnus-message-search-citation-line): Use it; protect against long
5694         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5695         the 0th match data for Emacs.
5696         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5697         (gnus-message-add-citation-keywords): Append keywords rather than
5698         prepending; emulate font-lock-add-keywords if it is not available.
5699         (gnus-message-remove-citation-keywords): Emulate
5700         font-lock-remove-keywords if it is not available.
5701
5702         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5703
5704         * message.el (message-cite-prefix-regexp): Set the value of
5705         gnus-message-cite-prefix-regexp.
5706
5707 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5708
5709         * nnweb.el (nnweb-google-parse-1): Update parser.
5710
5711 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5712
5713         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5714
5715 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5716
5717         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5718         regexp.
5719
5720 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5721
5722         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5723         string-to-multibyte.
5724         (uudecode-decode-region-internal): Use it.
5725
5726         * lpath.el: Fbind string-as-multibyte for XEmacs.
5727
5728 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5729
5730         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5731         custom choice.
5732
5733         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5734
5735 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5736
5737         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5738
5739         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5740         `write-region' to respect `mm-inhibit-file-name-handlers'.
5741
5742 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5743
5744         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5745         Use gnus-home-directory instead of "~/" or "$HOME".
5746
5747 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5748
5749         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5750         to mention filename.
5751         Add comments at beginning regarding usage.
5752         (encrypt-write-file-contents): Change interactive so a string is
5753         acceptable.  If the file has no associated model, show an error instead
5754         of a nonsense prompt.
5755
5756 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5757
5758         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5759         Thanks to Yoshihiko Yamada for kind notification of this typo.
5760
5761 2007-01-12  Kenichi Handa  <handa@m17n.org>
5762
5763         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5764         multibyte buffer.
5765
5766 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5767
5768         * gnus-score.el (gnus-score-fast-scoring): New variable.
5769         (gnus-score-headers): Use it.
5770
5771         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5772
5773         * message.el (message-cite-original-1): Call
5774         gnus-article-highlight-citation if requested.
5775         (message-make-from): Allow name and address as optional arguments.
5776
5777         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5778
5779         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5780         bugs to doc string.
5781         (gnus-button-alist): Add mid\\|message-id.
5782         (gnus-button-fetch-group): Extend for use in
5783         `browse-url-browser-function'.
5784         (gnus-button-url-regexp): Try to catch paired parentheses like in
5785         Wikipedia URLs.
5786
5787         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5788         Suggested by Simon Krahnke <overlord@gmx.li>.
5789
5790 2007-01-13  Romain Francoise  <romain@orebokech.com>
5791
5792         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5793         Update copyright.
5794
5795 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5796
5797         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5798
5799 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5800
5801         * gnus-registry.el (gnus-registry-unfollowed-groups)
5802         (gnus-registry-split-fancy-with-parent): Fix documentation.
5803
5804 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5805
5806         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5807         from nnweb groups.
5808
5809 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5810
5811         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5812         Xref urls.  Erase buffer before requesting head.
5813
5814 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5815
5816         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5817         customizable.
5818
5819 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5820
5821         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5822         no signing key is found.
5823         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5824         no encrypting and/or signing key is found.
5825
5826 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5827
5828         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5829
5830 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5831
5832         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5833         headers read from disk with the ones newly found in the current search.
5834         This should no longer cause problems, because the article numbers in
5835         Gmane's `nov.php' output are ignored since the previous change.
5836
5837 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5838
5839         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5840
5841 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5842
5843         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5844         replace-regexp-in-string; bind url-version; fbind display-images-p and
5845         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5846         find-face and set-itimer-function for Emacs; bind itimer-list for
5847         Emacs.
5848
5849         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5850
5851 2007-01-01  Romain Francoise  <romain@orebokech.com>
5852
5853         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5854
5855 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5856
5857         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5858         `define-minor-mode' macro definition expanded properly.
5859         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5860         exclude it there.
5861
5862         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5863         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5864         `fboundp' test.
5865         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5866         This is OK to autoload in (S)XEmacs now.
5867
5868 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5869
5870         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5871         keystroke.
5872         (gnus-summary-limit-to-singletons): Fix typo.
5873
5874         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5875         else fails.
5876
5877 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5878
5879         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5880         docstring.
5881
5882         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5883         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5884         (gnus-summary-insert-dormant-articles): Fix typo in message.
5885
5886 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5887
5888         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5889         nil for XEmacs.
5890         (gnus-message-citation-mode): Don't autoload in XEmacs.
5891
5892         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5893
5894 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5895
5896         * nnimap.el (nnimap-expunge-search-string): Mention
5897         nnimap-search-uids-not-since-is-evil in docstring.
5898
5899 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5900
5901         * spam.el: Revert to make-obsolete-variable because
5902         define-obsolete-variable-alias is not supported in Emacs 21.
5903
5904         * spam.el (spam-ifile-path, spam-ifile-database-path)
5905         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5906         make-obsolete-variable.
5907         (spam-bsfilter-path, spam-bsfilter-program)
5908         (spam-spamassassin-path, spam-spamassassin-program)
5909         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5910         use "path" inappropriately.
5911         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5912         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5913         variable names.
5914
5915 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5916
5917         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5918         summary buffer.
5919
5920         * password.el (password-cache-remove): Use clear-string to burn
5921         password, if available.
5922
5923 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5924
5925         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5926
5927         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5928
5929         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5930         (gnus-message-highlight-citation): Move defcustom here from
5931         gnus-cite.el.
5932         (gnus-message-citation-mode): Autoload.
5933
5934         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5935         checks to make it compile with XEmacs.
5936         (gnus-message-citation-mode): New minor mode.
5937         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5938         (gnus-message-highlight-citation): New variables.
5939         (gnus-message-search-citation-line)
5940         (gnus-message-add-citation-keywords)
5941         (gnus-message-remove-citation-keywords)
5942         (turn-on-gnus-message-citation-mode)
5943         (turn-off-gnus-message-citation-mode): New functions.
5944
5945 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5946
5947         * gnus-cite.el: Enable highlighting of different citation levels in
5948         message-mode.
5949
5950 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5951
5952         * message.el (message-make-fqdn): Fix comment.
5953         (message-bogus-system-names): Add ".local".
5954
5955         * spam.el (spam-ifile-path, spam-ifile-program)
5956         (spam-ifile-database-path, spam-ifile-database)
5957         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5958         Don't use "path" inappropriately.
5959         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5960         strings.
5961         (spam-check-ifile, spam-ifile-register-with-ifile)
5962         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5963         new variable names.
5964
5965         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5966         (gnus-treat-display-smileys): Simplify using
5967         gnus-image-type-available-p.
5968
5969         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5970         available.
5971
5972         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5973         `display-images-p' if available.
5974
5975 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5976
5977         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5978         one after turning on the buffer's multibyteness instead of decoding
5979         them directly in the unibyte buffer that causes unexpected conversion
5980         in Emacs 23 (unicode).
5981
5982 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5983
5984         * message.el (message-generate-hashcash): Fix custom type.
5985
5986 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5987
5988         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5989
5990 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5991
5992         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5993         disconnect icons.  Add help text.
5994
5995 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5996
5997         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5998         negated to be consistent with the others we handle.
5999
6000 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6001
6002         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6003         version of gnus-summary-buffer to something, so that we can use two
6004         article buffers at the same time.
6005
6006 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6007
6008         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6009         trigger all the extra headers.
6010         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6011         sorting.
6012
6013 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6014
6015         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6016         solid groups.
6017
6018 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6019
6020         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6021
6022 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6023
6024         * legacy-gnus-agent.el: Add Copyright notice.
6025
6026 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6027
6028         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6029
6030 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6031
6032         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6033
6034         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6035         to make it work reliably in CVS Emacs.
6036         (gnus-summary-limit-strange-charsets-predicate)
6037         (gnus-summary-limit-to-predicate): New functions.
6038
6039 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6040
6041         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6042         specifying array size.
6043         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6044         array if it is too small.
6045         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6046         (gnus-sort-threads-loop): New function.
6047
6048 2006-12-06  Chris Moore  <dooglus@gmail.com>
6049
6050         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6051         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6052
6053 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6054
6055         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6056         options.
6057
6058 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6059
6060         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6061         DOS-ing the recipient.
6062
6063         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6064         the headers when creating the mapping to avoid mismappings.
6065         (nnweb-gmane-create-mapping): Always nix out old mapping.
6066
6067 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6068
6069         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6070         and mm-verify-option to never.
6071
6072 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6073
6074         * message.el (message-signed-or-encrypted-p): New function.
6075         (message-forward-make-body): Use it.
6076
6077         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6078         Replace encode-coding-string with mm-encode-coding-string.
6079
6080 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6081
6082         * nneething.el (nneething-decode-file-name): Replace
6083         decode-coding-string with mm-decode-coding-string.
6084
6085         * gnus-int.el (gnus-open-server): Say failed server's name.
6086
6087 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6088
6089         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6090         strings to a single string.  Quote `errors-file-name'.
6091         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6092         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6093         Adjust calls.  Use `shell-quote-argument'.
6094
6095 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6096
6097         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6098         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6099
6100         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6101         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6102         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6103         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6104         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6105         (gnus-subscribe-newsgroup, gnus-1):
6106         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6107         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6108         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6109         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6110
6111 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6112
6113         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6114         keystroke.
6115         (gnus-summary-limit-to-bodies): Implement headersp.
6116
6117 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6118
6119         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6120
6121 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6122
6123         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6124
6125 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6126
6127         * message.el (message-generate-hashcash): Expand range of values to
6128         include `opportunistic'.
6129         (message-send-mail): Use it.
6130
6131 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6132
6133         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6134         and comment it.
6135
6136         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6137
6138 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6139
6140         * gnus-util.el (gnus-extract-address-components): Improve comment.
6141
6142 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6143
6144         * gnus-util.el (gnus-extract-address-components): Work with address in
6145         which the name portion contains @.
6146
6147         * lpath.el: Fbind custom-autoload.
6148
6149 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6150
6151         * gnus.el (gnus-start): Move custom group up.
6152         (gnus-select-method): Don't autoload, but make it available for
6153         `customize-variable'.
6154         (gnus-getenv-nntpserver): Don't autoload.
6155
6156 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6157
6158         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6159
6160 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6161
6162         * message.el (message-sendmail-extra-arguments): New variable.
6163         (message-send-mail-with-sendmail): Use it.
6164
6165 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6166
6167         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6168         mm-with-unibyte-current-buffer to make string unibyte.
6169
6170         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6171         mm-string-as-multibyte.
6172
6173 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6174
6175         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6176         Reported by Werner Koch <wk@gnupg.org>.
6177
6178 2006-11-14  Daiki Ueno  <ueno@p360>
6179
6180         * mml2015.el: Autoload epa-select-keys when compiling.
6181
6182 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6183
6184         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6185         message-options.
6186         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6187
6188 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6189
6190         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6191         EasyPG (< 0.0.6).
6192         (mml2015-always-trust): New user option.
6193         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6194         prompt.
6195
6196 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6197
6198         * nntp.el (nntp-authinfo-force): New variable.
6199         (nntp-send-authinfo): Use it.
6200
6201 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6202
6203         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6204         decode encoded words.  Improve prompt.  Add comment about forwarding.
6205         (message-replacement-char): Move up.
6206
6207 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6208
6209         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6210         instead of gnus-intersection because arguments of gnus-sorted-nunion
6211         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6212
6213 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6214
6215         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6216         (message-simplify-subject-functions): Enable
6217         message-strip-subject-encoded-words by default.
6218
6219 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6220
6221         * message.el (message-strip-subject-encoded-words): New function.
6222         (message-simplify-subject-functions): New variable.
6223         (message-simplify-subject): Use it.  Fix typo in doc string.
6224         Support message-strip-subject-encoded-words.
6225
6226 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6227
6228         * gnus-diary.el (gnus-diary-delay-format-function):
6229         * nndiary.el (nndiary-reminders):
6230         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6231
6232 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6233
6234         * gnus-art.el (article-hide-boring-headers): Fetch date from
6235         gnus-original-article-buffer to avoid problems with localized date
6236         strings.
6237
6238 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6239
6240         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6241
6242 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6243
6244         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6245         New variables.
6246         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6247         (mm-charset-synonym-alist): Move some entries to
6248         mm-codepage-iso-8859-list.
6249         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6250         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6251
6252 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6253
6254         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6255
6256 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6257
6258         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6259         with Emacs 21 and XEmacs.
6260
6261 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6262
6263         * spam.el (spam-parse-address): New function for better parsing,
6264         catching errors, etc.
6265         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6266
6267 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6268
6269         * mm-view.el: Add interactive arg to html2text autoload.
6270
6271 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6272
6273         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6274
6275 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6276
6277         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6278         variables.
6279         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6280         (mm-charset-synonym-alist): Move some entries to
6281         mm-codepage-iso-8859-list.
6282
6283         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6284
6285 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6286
6287         * message.el (message-citation-line-format)
6288         (message-insert-formated-citation-line): Fix implementation of %E, %N
6289         and %n according to the doc string.
6290
6291 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6292
6293         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6294         car-safe to avoid bad parses.
6295
6296 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6297
6298         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6299         names.
6300
6301         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6302
6303 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6304
6305         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6306         header.
6307
6308         * message.el (message-draft-headers): Add Date.
6309         (message-headers-to-generate): Fix typo in docstring.
6310
6311         * nndraft.el (nndraft-required-headers): New variable.
6312         (nndraft-generate-headers): Use it.
6313
6314         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6315
6316 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6317
6318         * gnus-registry.el (gnus-registry-wash-for-keywords)
6319         (gnus-registry-find-keywords): New functions to allow easy searching of
6320         articles that are in the registry.
6321
6322 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6323
6324         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6325         ietf-drums-parse-address instead of gnus-extract-address-components.
6326         Reported by Damien Elmes <damien@repose.cx>.
6327
6328 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6329
6330         * gnus.el (gnus-mime): Remove unused custom group.
6331
6332 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6333
6334         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6335         "blank line" when searching for end of armor headers.
6336
6337 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6338
6339         * gmm-utils.el (gmm-write-region): Fix variable name.
6340
6341 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6342
6343         * gmm-utils.el (gmm-write-region): New function based on compatibility
6344         code from `mm-make-temp-file'.
6345
6346         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6347
6348         * nnmaildir.el (nnmaildir--update-nov)
6349         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6350         Use `gmm-write-region'.
6351
6352 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6353
6354         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6355         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6356
6357         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6358
6359         * message.el (message-replacement-char): New variable.
6360         (message-fix-before-sending): Use it.
6361         (message-simplify-subject): New function to remove duplicate code.
6362         (message-reply, message-followup): Use it.
6363
6364         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6365         gnus-summary-limit-to-articles.
6366
6367 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6368
6369         * gnus-util.el (gnus-with-local-quit): New macro.
6370
6371         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6372
6373 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6374
6375         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6376         ignore non-string data.
6377
6378 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6379
6380         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6381         non-string data (needs to be done in the registry too).
6382
6383 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6384
6385         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6386         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6387         (gnus-registry-split-fancy-with-parent)
6388         (gnus-registry-fetch-simplified-message-subject-fast)
6389         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6390         Remove text properties on ingress into the registry and when it's saved.
6391         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6392         registry from entries with no groups.
6393
6394 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6395
6396         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6397         function to remove string properties.
6398
6399 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6400
6401         * gmm-utils.el (gmm): Adjust custom version.
6402
6403         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6404         custom version.
6405
6406         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6407
6408 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6409
6410         * gnus-art.el (gnus-insert-prev-page-button)
6411         (gnus-insert-next-page-button): Simplify.  Reformat.
6412
6413 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6414
6415         * gnus-art.el (gnus-insert-prev-page-button)
6416         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6417
6418 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6419
6420         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6421
6422 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6423
6424         * gnus-art.el (gnus-insert-mime-button)
6425         (gnus-insert-mime-security-button):
6426         Apply gnus-article-button-face to MIME and security buttons.
6427
6428 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6429
6430         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6431         readable.
6432
6433 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6434
6435         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6436
6437 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6438
6439         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6440         `browse-url-of-file' instead of `browse-url'.
6441
6442 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6443
6444         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6445         regexp.  Articles containing quotation were cut prematurely.
6446
6447 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6448
6449         * message.el (message-cite-original-1): Use nobody by default for the
6450         value of From header.
6451         (message-reply): Ditto.
6452
6453 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6454
6455         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6456         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6457         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6458
6459 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6460
6461         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6462         mails in the doc string.  Add some URLs in comment.
6463         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6464
6465 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6466
6467         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6468         backslashes handling and the way to find boundaries of quoted strings.
6469
6470 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6471
6472         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6473         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6474         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6475         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6476
6477 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6478
6479         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6480         doc string.
6481         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6482
6483 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6484
6485         * lpath.el: Fbind epg-check-configuration.
6486
6487 2006-09-06  Simon Josefsson  <jas@extundo.com>
6488
6489         * mml2015.el (mml2015-use): Doc fix, mention epg.
6490
6491 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6492
6493         * mml2015.el (mml2015-use): Default to epg, if available.
6494
6495 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6496
6497         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6498         message-sender.
6499         (mml1991-epg-encrypt): Ditto.
6500         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6501         message-sender.
6502         (mml2015-epg-encrypt): Ditto.
6503
6504 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6505
6506         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6507         several common directories.
6508
6509 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6510
6511         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6512         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6513
6514 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6515
6516         * gnus-art.el (article-decode-encoded-words): Make it fast.
6517
6518 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6519
6520         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6521
6522         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6523         in quoted string into `\'.
6524
6525 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6526
6527         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6528         Use standard-syntax-table.
6529
6530 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6531
6532         * gnus-art.el (gnus-decode-address-function): New variable.
6533         (article-decode-encoded-words): Use it to decode headers which are
6534         assumed to contain addresses.
6535         (gnus-mime-delete-part): Remove useless `or'.
6536
6537         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6538         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6539         (gnus-nov-parse-line): Use it to decode From header.
6540         (gnus-get-newsgroup-headers): Ditto.
6541         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6542
6543         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6544         (mail-decode-encoded-address-string): New alias.
6545
6546         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6547         New function.
6548         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6549         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6550         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6551         (rfc2047-decode-string): Ditto.
6552         (rfc2047-decode-address-region): New function.
6553         (rfc2047-decode-address-string): New function.
6554
6555 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6556
6557         * message.el (message-caesar-buffer-body): Allow rotating headers.
6558
6559         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6560
6561         * message.el (message-insert-formated-citation-line): Fix %f.
6562         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6563
6564 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6565
6566         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6567         (gnus-bookmark-mouse-available-p): New macro.
6568         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6569         (gnus-bookmark-bmenu-show-infos): Use it.
6570         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6571         (gnus-bookmark-bmenu-hide-infos): Ditto.
6572         (gnus-bookmark-remove-properties): New function.
6573         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6574         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6575         (gnus-bookmark-write-file): Bind coding-system-for-write.
6576         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6577         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6578         group before selecting it.
6579         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6580         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6581         quit-window if it is not available; use gnus-mouse-2 and bind it to
6582         gnus-bookmark-bmenu-select-by-mouse.
6583         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6584         (gnus-bookmark-bmenu-select-by-mouse): New function.
6585
6586 2006-08-13  Romain Francoise  <romain@orebokech.com>
6587
6588         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6589         space.
6590
6591 2006-08-10  Romain Francoise  <romain@orebokech.com>
6592
6593         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6594         (dns-mode-soa-auto-increment-serial): New user option.
6595         (dns-mode-soa-maybe-increment-serial): New function.
6596         (dns-mode): Add the latter to `write-contents-functions'.
6597
6598 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6599
6600         * compface.el (uncompface): Use binary rather than raw-text-unix.
6601
6602 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6603
6604         * compface.el (uncompface): Make sure the eol conversion doesn't take
6605         place when communicating with the external programs.  Reported by
6606         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6607
6608 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6609
6610         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6611
6612 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6613
6614         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6615         Make it more robust by parsing author and date independently.
6616
6617 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6618
6619         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6620
6621 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6622
6623         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6624         first matching secret key.
6625         (mml2015-epg-encrypt): Ditto.
6626
6627         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6628         first matching secret key.
6629         (mml1991-epg-encrypt): Ditto.
6630
6631         * mml2015.el (mml2015-encrypt-to-self): New user option.
6632         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6633         mml2015-epg-encrypt-to-self is set.
6634
6635         * mml1991.el (mml1991-encrypt-to-self): New variable.
6636         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6637         mml1991-epg-encrypt-to-self is set.
6638
6639         * mml2015.el (mml2015-signers): New user option.
6640         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6641         (mml2015-epg-encrypt): Allow to select signing keys.
6642
6643         * mml1991.el (mml1991-signers): New variable.
6644         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6645         (mml1991-epg-encrypt): Allow to select signing keys.
6646
6647 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6648
6649         * nnheader.el (nnheader-insert-head): Make it work even if the file
6650         uses CRLF for the line-break code.
6651
6652 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6653
6654         * mml2015.el: Require mml-sec instead of password.
6655         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6656         (mml2015-cache-passphrase): Inherit the default value from
6657         mml-secure-cache-passphrase.
6658         (mml2015-passphrase-cache-expiry): Inherit the default value from
6659         mml-secure-passphrase-cache-expiry.
6660
6661         * mml1991.el: Require mml-sec instead of password.
6662         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6663         (mml1991-cache-passphrase): Inherit the default value from
6664         mml-secure-cache-passphrase.
6665         (mml1991-passphrase-cache-expiry): Inherit the default value from
6666         mml-secure-passphrase-cache-expiry.
6667
6668         * mml-sec.el: Require password.
6669         (mml-secure-verbose): New user option.
6670         (mml-secure-cache-passphrase): New user option.
6671         (mml-secure-passphrase-cache-expiry): New user option.
6672
6673 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6674
6675         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6676         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6677         andreas@altroot.de (Andreas Vögele).
6678
6679         FIXME: Use `tiny change'?
6680
6681 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6682
6683         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6684         workaround for the url package included with Emacs.
6685
6686         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6687
6688 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6689
6690         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6691         correctly.  This fixes a bug caused by the 2006-05-12 change.
6692
6693 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6694
6695         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6696         some information about the error when saying that the `bogus' mail
6697         group will be used.
6698
6699 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6700
6701         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6702         string.
6703
6704 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6705
6706         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6707
6708 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6709
6710         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6711
6712 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6713
6714         * mml1991.el (mml1991-function-alist): Add epg.
6715         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6716         (mml1991-epg-encrypt): New functions.
6717
6718 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6719
6720         * mml2015.el (mml2015-verbose): New variable.
6721         (mml2015-cache-passphrase): Ditto.
6722         (mml2015-passphrase-cache-expiry): Ditto.
6723         (mml2015-function-alist): Add epg.
6724         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6725         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6726         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6727         functions.
6728
6729 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6730
6731         * message.el (message-cite-original-1): Preserve region when removing
6732         quoted text due to X-No-Archive in order to avoid bogus attribution
6733         when citing multiple messages.
6734
6735 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6736
6737         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6738         Kenneth Jacker <khj@be.cs.appstate.edu>.
6739
6740 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6741
6742         * gnus-diary.el (gnus-user-format-function-d)
6743         (gnus-user-format-function-D): Autoload.
6744
6745         * imap.el (Commentary): Fix typo.
6746
6747         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6748         2006-04-22 contribution.
6749
6750 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6751
6752         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6753         It didn't really fix the bogosity I'm seeing with solid web groups.
6754
6755 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6756
6757         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6758         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6759         created using server names.  If we use the feature without declaring
6760         it, Gnus does not properly manage server and group state.
6761
6762         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6763         bound.
6764
6765 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6766
6767         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6768         looking up the method using GROUP's prefix before inventing a new one.
6769         It is used on killed/unknown groups in various places where returning
6770         an all-new method isn't expected by the caller.
6771
6772         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6773         and match semantics of gnus-group-real-prefix.
6774
6775 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6776
6777         * nnmail.el (nnmail-broken-references-mailers): New variable.
6778         (nnmail-ignore-broken-references): New function generalizing
6779         nnmail-fix-eudora-headers.
6780         (nnmail-fix-eudora-headers): Now obsolete.
6781
6782         * gnus-art.el (gnus-button-handle-custom): Support
6783         `customize-apropos*'.
6784
6785 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6786
6787         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6788
6789         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6790         articles.
6791
6792 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6793
6794         * message.el (message-cite-reply-above): New variable.
6795         (message-yank-original): Use it.
6796
6797 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6798
6799         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6800
6801 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6802
6803         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6804         as read.
6805
6806         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6807
6808 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6809
6810         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6811         (gnus-bookmark-default-file): Use gnus-directory.
6812         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6813         Remove "*" in doc string.
6814         (gnus-bookmark-write-file): Simplify.
6815         (gnus-bookmark-maybe-sort-alist): Use `when'.
6816         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6817         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6818         FIXME about Emacs 21 and XEmacs compatibility.
6819         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6820         compatibility.
6821         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6822         compatibility.
6823         (gnus-bookmark-menu-heading): Fix version.
6824
6825 2006-06-19  Bastien Guerry  <bzg@altern.org>
6826
6827         * gnus-bookmark.el: New file.
6828
6829 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6830
6831         * message.el (message-syntax-checks): Doc fix.
6832
6833 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6834
6835         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6836         unsubscribed groups as if they were killed ones.  It causes duplicate
6837         entries in gnus-newsrc-alist.
6838
6839 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6840
6841         * message.el (message-syntax-checks): Doc fix.
6842         (message-send-mail): Add check for continuation headers.
6843         (message-check-news-header-syntax): Fix regexp used to check for
6844         continuation headers.
6845
6846 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6847
6848         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6849
6850 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6851
6852         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6853
6854 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6855
6856         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6857         default-truncate-lines.
6858
6859 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6860
6861         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6862         to fill the utf-8 entry.
6863
6864         * lpath.el: Fbind unicode-precedence-list.
6865
6866 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6867
6868         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6869
6870 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6871
6872         * gnus-agent.el (directory-files-and-attributes): Move all the way
6873         forward (the third and final move).
6874         (gnus-agent-read-agentview): Trap reconstruction errors due to
6875         nonexistant directory.  Handle by returning nil.
6876
6877 2006-05-30  Didier Verna  <didier@xemacs.org>
6878
6879         * message.el (message-dont-reply-to-names): Update the custom type.
6880         * message.el (message-dont-reply-to-names): New defsubst: potentially
6881         convert a list of regexps into a single one.
6882         * message.el (message-get-reply-headers): Use it.
6883         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6884
6885 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6886
6887         * gnus-agent.el (directory-files-and-attributes): Move forward.
6888
6889 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6890
6891         * gnus-ml.el (gnus-mailing-list-subscribe)
6892         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6893         (gnus-mailing-list-message): Fix doc strings.
6894
6895 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6896
6897         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6898         of doing it manually.
6899
6900 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6901
6902         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6903         comment.
6904
6905 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6906
6907         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6908         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6909         (gnus-agent-read-local): All symbols allocated in my-obarray.
6910         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6911         (gnus-agent-regenerate-group): Check numeric names to see if they are
6912         messages or groups.
6913         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6914         better way of do this...)
6915
6916         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6917         'dummy.group' (there should be a better way of do this...)
6918
6919 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6920
6921         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6922         (gnus-saved-headers): Ditto.
6923         (gnus-default-article-saver): Mention functions may have properties.
6924         (gnus-article-save): Override gnus-save-all-headers and
6925         gnus-saved-headers by :headers property which saver function may have.
6926         (gnus-summary-save-in-file): Add :headers property.
6927         (gnus-summary-write-to-file): Ditto.
6928
6929         * gnus-sum.el (gnus-summary-save-article): Bind
6930         gnus-prompt-before-saving to t when saving many articles in a file;
6931         always show all headers.
6932
6933         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6934
6935 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6936
6937         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6938         marks.
6939
6940         * message.el (message-indent-citation): Add optional arguments to allow
6941         using it outside of message buffers.
6942
6943         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6944         (gnus-article-treat-unfold-headers): Use it.
6945         (gnus-article-truncate-lines): New variable.
6946         (gnus-article-mode): Use it.
6947         (gnus-article-toggle-truncate-lines): New function.
6948
6949         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6950         gnus-article-toggle-truncate-lines.
6951
6952         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6953         coding system in XEmacs, use binary.
6954
6955 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6956
6957         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6958         after-load-alist.
6959
6960         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6961         this function should save decoded articles.
6962         (gnus-summary-write-to-file): Use property to specify this function
6963         should save decoded articles and specify gnus-summary-save-in-file
6964         should be used to save articles other than the first one when saving
6965         many articles.
6966         (gnus-summary-save-body-in-file): Use property to specify this
6967         function should save decoded articles.
6968         (gnus-summary-write-body-to-file): Use property to specify this
6969         function should save decoded articles and specify
6970         gnus-summary-save-body-in-file should be used to save articles other
6971         than the first one when saving many articles.
6972
6973         * gnus-sum.el (gnus-summary-save-article): Simplify.
6974
6975 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6976
6977         * gnus-art.el (gnus-default-article-saver): Add
6978         gnus-summary-write-body-to-file.
6979         (gnus-article-save-coding-system): Don't use coding system object
6980         in XEmacs.
6981         (gnus-read-save-file-name): Add optional `dir-var' argument which
6982         specifies directory in which files are saved; work even if optional
6983         `variable' argument is not specified.
6984         (gnus-summary-write-to-file): Read file name.
6985         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6986         (gnus-summary-write-body-to-file): New function.
6987
6988         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6989         (gnus-summary-local-variables): Add it.
6990         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6991         (gnus-summary-save-article): Remove optional `decode' argument;
6992         determine whether to decode articles by the value of
6993         gnus-default-article-saver; when saving many files using
6994         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6995         it first and use gnus-summary-save-in-file or
6996         gnus-summary-save-body-in-file thereafter unless
6997         gnus-prompt-before-saving is always; move point to article which
6998         will be saved.
6999         (gnus-summary-save-article-file): Revert.
7000         (gnus-summary-write-article-file): Revert.
7001         (gnus-summary-save-article-body-file): Revert.
7002         (gnus-summary-write-article-body-file): New function.
7003
7004 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7005
7006         * gnus-art.el (gnus-default-article-saver): Doc fix.
7007         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7008         from gnus-summary-save-article-coding-system, and default to a
7009         certain coding system.
7010         (gnus-output-to-file): Add coding cookie and encode text according
7011         to gnus-article-save-coding-system; don't use mm-append-to-file.
7012
7013         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7014         gnus-art.el and rename to gnus-article-save-coding-system.
7015         (gnus-summary-save-article): Require gnus-art; don't show all
7016         headers if it decodes articles; don't add coding cookie here;
7017         don't bind mm-text-coding-system-for-write.
7018         (gnus-summary-save-article-file): Save decoded articles.
7019         (gnus-summary-write-article-file): When saving many files, use
7020         gnus-summary-write-to-file first and gnus-summary-save-in-file
7021         thereafter unless gnus-prompt-before-saving is always.
7022         (gnus-summary-save-article-body-file): Save decoded articles.
7023
7024         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7025
7026 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7027
7028         * nnrss.el (nnrss-check-group): Bind hash-index.
7029
7030 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7031
7032         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7033         its hash index.  Store this hash in `nnrss-group-data'.
7034         (nnrss-read-group-data): Update accordingly.
7035
7036 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7037
7038         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7039         entry.
7040
7041         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7042         gnus-article-browse-html-article.
7043
7044 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7045
7046         * gnus-sum.el (gnus-summary-mime-map): Add
7047         gnus-article-browse-html-article.
7048
7049         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7050
7051 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7052
7053         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7054         suitable coding systems in customize.
7055
7056 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7057
7058         * mail-source.el (mail-sources): Fix custom type.
7059
7060 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7061
7062         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7063         (gnus-summary-expire-articles-now): Shorten prompt.
7064
7065         * gmm-utils.el (wid-edit): Require.
7066         (defun-gmm): Renamed from `gmm-defun-compat'.
7067         (gmm-image-search-load-path): Use it.
7068         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7069
7070 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7071
7072         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7073         variable.
7074         (gnus-summary-save-article): Add optional `decode' argument.  If
7075         it is set and gnus-summary-save-article-coding-system is non-nil,
7076         save decoded article.
7077         (gnus-summary-write-article-file): Save decoded article if
7078         gnus-summary-save-article-coding-system is non-nil.
7079
7080         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7081         type.
7082
7083 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7084
7085         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7086
7087 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7088
7089         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7090         first to test gnus-single-article-buffer which may be buffer-local.
7091
7092         * gnus-sum.el (gnus-summary-setup-buffer): Make
7093         gnus-single-article-buffer buffer-local and nil in ephemeral
7094         group; make gnus-article-buffer, gnus-article-current, and
7095         gnus-original-article-buffer always buffer-local.
7096         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7097         group.
7098         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7099
7100 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7101
7102         * nnml.el (nnml-request-compact-group): Compressed files might not
7103         have .gz extension.
7104
7105 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7106
7107         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7108         (mm-copy-to-buffer): Use with-current-buffer.
7109         (mm-display-part): Simplify.
7110         (mm-inlinable-p): Add optional arg `type'.
7111
7112 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7113
7114         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7115         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7116         Try harder to show the attachment internally or externally using
7117         gnus-mime-view-part-as-type.
7118
7119 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7120
7121         * message.el (message-from-style, message-signature-separator)
7122         (message-user-organization-file, message-send-mail-function)
7123         (message-citation-line-function, message-yank-prefix)
7124         (message-indent-citation-function, message-signature)
7125         (message-signature-file, message-signature-insert-empty-line):
7126         Remove autoloads.
7127
7128         * gnus-art.el (gnus-buttonized-mime-types): Remove
7129         "multipart/signed".  Revert 2006-04-26 change.
7130
7131 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7132
7133         * gnus.el (gnus-version-number): Bump version.
7134
7135 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7136
7137         * gnus.el: No Gnus v0.5 is released.
7138
7139 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7140
7141         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7142         fetching articles by message-id.
7143
7144 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7145
7146         * message.el (hashcash): Require hashcash as normal.
7147
7148         * ecomplete.el (ecomplete-highlight-match-line): Use
7149         point-at-eol.
7150         (ecomplete-highlight-match-line): Use `highlight', because that
7151         face exists in both Emacs and XEmacs.
7152
7153         * message.el (message-display-abbrev): Use point-at-bol.
7154
7155         * mail-source.el: Don't require timer/timer-funcs.
7156
7157         * gnus-async.el: Ditto.
7158
7159         * password.el: Ditto.
7160
7161         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7162
7163         * mm-url.el: Ditto.
7164
7165         * gnus-xmas.el: Don't require timer-funcs.
7166
7167         * mm-util.el: Require timer/timer-funcs.
7168
7169 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7170
7171         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7172         Close.
7173
7174 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7175
7176         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7177         unibyte after clear-decrypt function runs.
7178
7179         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7180         returns as a unibyte string.
7181
7182 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7183
7184         * lpath.el: Revert.
7185
7186         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7187         (pgg-gpg-process-sentinel): Revert.
7188
7189         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7190         (pgg-pgp-lookup-key): Revert.
7191
7192         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7193         (pgg-pgp5-lookup-key): Revert.
7194
7195         * pgg.el (pgg-fetch-key): Revert.
7196
7197 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7198
7199         * lpath.el: Fbind string-as-multibyte for XEmacs.
7200
7201         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7202         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7203         (mml1991-pgg-encrypt): Ditto.
7204
7205         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7206         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7207         a multibyte buffer.
7208
7209         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7210         (pgg-pgp-lookup-key): Ditto.
7211
7212         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7213         (pgg-pgp5-lookup-key): Ditto.
7214
7215         * pgg.el (pgg-fetch-key): Ditto.
7216
7217 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7218
7219         * message.el (message-user-organization-file): Check several
7220         locations of the organization file.
7221
7222         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7223         Add gnus-article-view-part-as-type.
7224
7225         * gnus-art.el (gnus-article-view-part-as-type): New function.
7226
7227         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7228         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7229
7230         * mml.el: Simplify autoload.
7231         (mml-mode): defvar dnd-protocol-alist instead of using
7232         symbol-value.
7233         (mml-default-directory): New variable.
7234         (mml-minibuffer-read-file): Use it.
7235         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7236
7237         * message.el (message-citation-line-format): New variable.
7238         (message-insert-formated-citation-line): New function.
7239         (message-citation-line-function): Add
7240         `message-insert-formated-citation-line' to custom type.
7241
7242         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7243         to doc string.
7244
7245         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7246         depending on mm-verify-option.
7247
7248 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7249
7250         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7251         binding pgg-* variables; reimplement the section which prevents
7252         MIME header from being signed.
7253         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7254         pgg-text-mode; remove a blank line at the top of body.
7255
7256         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7257         lines at the top of body; use gnus-newsgroup-charset if there's no
7258         Charset header.
7259
7260 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7261
7262         * message.el (message-self-insert-commands): Doc fix.
7263
7264         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7265         (mm-uu-pgp-encrypted-test): Ditto.
7266         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7267         between header and body; return application/pgp-encrypted handle
7268         if decryption failed; decode decrypted body by charset.
7269
7270         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7271         element match to application/pgp-*.
7272
7273 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7274
7275         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7276         HTML.
7277
7278 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7279
7280         * mail-source.el (mail-source-call-script): Message the error
7281         string.
7282
7283 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7284
7285         * gnus-util.el (gnus-byte-compile): Use it.
7286
7287 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7288
7289         * gnus-util.el (kill-empty-logs): New function.
7290
7291 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7292
7293         * message.el (message-mail-alias-type): Doc fix.
7294         (message-mail-alias-type-p): New function.
7295         (message-send): Use it.
7296         (message-mode): Ditto.
7297         (message-strip-forbidden-properties): Ditto.
7298
7299         * ecomplete.el (ecomplete-database-file-coding-system): New
7300         variable.
7301         (ecomplete-save): Use it.
7302         (ecomplete-setup): Use it.
7303
7304 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7305
7306         * message.el (message-self-insert-commands): New variable.
7307         (message-strip-forbidden-properties): Use it.
7308
7309 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7310
7311         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7312         that doesn't make XEmacs choke.
7313
7314 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7315
7316         * gnus-util.el (gnus-replace-in-string):
7317         Prefer replace-regexp-in-string over of replace-in-string.
7318
7319 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7320
7321         * gnus-util.el (gnus-select-frame-set-input-focus):
7322         Use select-frame-set-input-focus if it is available in XEmacs; use
7323         definition defined in Emacs 22 for old Emacsen.
7324
7325         * dgnushack.el: Autoload unmorse-region for XEmacs.
7326
7327         * lpath.el: Bind cursor-in-non-selected-windows and
7328         select-frame-set-input-focus for XEmacs.
7329
7330 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7331
7332         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7333
7334 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7335
7336         * gnus-registry.el (gnus-registry-cache-save): Remove text
7337         properties when saving via the temp buffer.
7338
7339 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7340
7341         * message.el (message-generate-hashcash): Honor custom type.
7342
7343 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7344
7345         * message.el (message-generate-hashcash): Default to non-nil when
7346         hashcash is found.
7347
7348         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7349         (gnus-refer-thread-limit): Increase default to 500.
7350
7351         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7352
7353         * flow-fill.el (fill-flowed): Allow delete-space.
7354
7355 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7356
7357         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7358         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7359         Remove autoloads.
7360
7361 2006-04-18  Simon Josefsson  <jas@extundo.com>
7362
7363         * message.el (message-generate-hashcash): Default to.
7364
7365 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7366
7367         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7368         concatenating segments rather than before concatenating them.
7369
7370 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7371
7372         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7373
7374 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7375
7376         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7377
7378         * message.el (message-forward-make-body-plain): Allow
7379         message-forward-ignored-headers to be a list.
7380         (message-remove-ignored-headers): Factor out into function.
7381         (message-forward-make-body-mml): Use it.
7382
7383         * imap.el (imap-quote-specials): New function.
7384         (imap-login-auth): Quote specials.
7385
7386         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7387         (rfc2231-parse-string): Allow concatanation of parameters that
7388         aren't contiguous.  The test case is
7389           (mail-header-parse-content-type "message/external-body;
7390             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7391             access-type=LOCAL-FILE;
7392             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7393
7394 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7395
7396         * nntp.el (nntp-accept-process-output): Return the value of
7397         `nnheader-accept-process-output'.
7398
7399 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7400
7401         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7402         (gnus-button-alist): Recognize more diff formats.
7403         (gnus-button-patch): Strip directory.
7404
7405 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7406
7407         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7408         Emacs 22 when setting focus.
7409
7410 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7411
7412         * gnus-art.el (gnus-article-treat-types): Do treatment of
7413         text/x-verbatim parts.
7414         (gnus-button-patch): New command.
7415
7416         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7417         addresses that contain invalid characters.
7418
7419 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7420
7421         * message.el (message-put-addresses-in-ecomplete): Use
7422         gnus-replace-in-string.
7423         (message-is-yours-p): Use the more correct
7424         mail-header-parse-address instead of
7425         mail-extract-address-components.
7426         (message-put-addresses-in-ecomplete): Fix typo.
7427
7428         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7429         keystroke.
7430
7431         * gnus-art.el (gnus-treatment-function-alist): Change order of
7432         newsgroups/generic header folding to avoid double-folding.
7433
7434         * message.el (message-hidden-headers): Add X-Draft-From.
7435
7436         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7437         command.
7438         (gnus-summary-repeat-search-article-backward): New command.
7439
7440         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7441         groups in the parent topic.
7442
7443 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7444
7445         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7446         (spam-extra-header-to-number): Return the CRM114 number as a
7447         number instead of a string.
7448
7449 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7450
7451         * gnus-art.el (gnus-face-properties-alist): Moved here from
7452         gnus-fun.
7453
7454         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7455
7456 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7457
7458         * message.el (message-strip-forbidden-properties): Only display on
7459         self-insert-command.
7460
7461         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7462         reindent.
7463         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7464
7465 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7466
7467         * smiley.el (smiley-style): Fix typo.
7468
7469 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7470
7471         * hashcash.el (hashcash-insert-payment-async-2): Use
7472         message-goto-eoh instead of doing it manually.
7473         (mail-add-payment): Use message-narrow-to-header instead of trying
7474         to do the same itself.
7475
7476         * message.el (message-hidden-headers): Add Face.
7477
7478         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7479         reparenting code.
7480         (gnus-summary-reparent-children): Refactored out code.
7481         (gnus-summary-thread-map): New keystroke.
7482         (gnus-summary-reparent-children): Make into command.
7483
7484         * smiley.el (smiley-style): Default to `medium' if using a large
7485         font.
7486
7487         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7488         does it itself.
7489
7490         * message.el (message-point-in-header-p): Simplify definition.
7491
7492 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7493
7494         * nnagent.el (nnagent-request-set-mark): Silence log file
7495         writing.
7496         (nnagent-request-set-mark): Use write-region instead of
7497         append-to-file.
7498
7499         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7500         strange select method.
7501
7502         * ecomplete.el (ecomplete-display-matches): Get highlightling
7503         right.
7504         (ecomplete-display-matches): Use literals.
7505         (ecomplete-display-matches): Disable message logging.
7506
7507         * message.el (message-display-abbrev): Small optimization.
7508
7509         * ecomplete.el (ecomplete-display-matches): Allow automatic
7510         display.
7511
7512         * message.el (message-strip-forbidden-properties): Display
7513         abbrevs.
7514         (message-display-abbrev): Get automatic display right.
7515
7516         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7517         keystrokes.
7518
7519 2006-04-13  Romain Francoise  <romain@orebokech.com>
7520
7521         TODO: Backport to v5-10!
7522
7523         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7524         Moved here (and renamed) from gnus-registry.el.
7525
7526         * gnus-registry.el: Require gnus-util.
7527         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7528
7529 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7530
7531         * gnus-group.el (gnus-group-catchup-current): Change
7532         if-then-else-if-then-else into cond.
7533         (gnus-group-catchup): Indent.
7534         (group-name-at-point): New function.
7535         (gnus-fetch-group): Provide default from thing at point.
7536
7537 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7538
7539         * message.el (message-display-abbrev): Fix regexp.
7540
7541         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7542         choosing.
7543         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7544         dead variables.
7545
7546         * message.el (message-newline-and-indent): Remove debugging.
7547         (message-display-abbrev): Use new implementation.
7548
7549 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7550
7551         * gnus-art.el (gnus-article-mode): Set
7552         cursor-in-non-selected-windows to nil.
7553
7554         * smiley.el: Revert previous change.
7555         (smiley-data-directory): defvar it before using it in the
7556         defcustom of `smiley-style'.
7557
7558 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7559
7560         * message.el (message-newline-and-indent): New function.
7561
7562         * ecomplete.el: Implement more bits.
7563
7564         * message.el (message-put-addresses-in-ecomplete): Clean up the
7565         string.
7566
7567         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7568
7569         * gnus-sum.el (gnus-summary-save-parts): Bind
7570         gnus-summary-save-parts-counter and use it to make unique file
7571         names.
7572
7573         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7574
7575         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7576         parameter to say whether to actually parse the individual
7577         addresses.
7578
7579         * message.el (message-put-addresses-in-ecomplete): New function.
7580         (ecomplete): Require.
7581         (message-mail-alias-type): Add ecomplete as an option.
7582
7583 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7584
7585         * flow-fill.el (fill-flowed): Remove trailing space from blank
7586         quoted lines.
7587
7588 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7589
7590         * smiley.el (smiley-style): Move definition later to avoid a
7591         compilation warning.
7592
7593 2006-04-12  Kenichi Handa  <handa@m17n.org>
7594
7595         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7596         buffer and then decode the buffer text if necessary.
7597         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7598         first, and after mm-encode-body, change the buffer to unibyte.
7599         Use mm-disable-multibyte instead of set-buffer-multibyte.
7600
7601 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7602
7603         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7604         Content-Type header instead of Content-Disposition header.
7605         (gnus-mime-inline-part): Ditto.
7606         (gnus-mime-view-part-as-charset): Ignore charset that the part
7607         specifies.
7608
7609         * mm-decode.el (mm-display-part): Work with external parts and
7610         usual parts similarly.
7611
7612         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7613         instead of gnus-display-mime.
7614
7615         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7616         instead of with-temp-buffer.
7617
7618         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7619         tag to summarized topics part in order to encode non-ASCII text.
7620
7621 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7622
7623         * smiley.el (smiley-style): New variable.
7624         (smiley-directory): New function.
7625         (smiley-data-directory): Derive from `smiley-style' using
7626         `smiley-directory'.
7627         (smiley-regexp-alist): Add new entries.
7628
7629         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7630         (gnus-article-browse-delete-temp): Add :version.
7631
7632 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7633
7634         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7635         the sieve region.
7636
7637 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7638
7639         * gnus.el (gnus-version-number): Bump version.
7640
7641 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7642
7643         * gnus.el: No Gnus v0.4 is released.
7644
7645 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7646
7647         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7648         layout.
7649
7650         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7651         unknown charset.
7652
7653         * message.el (message-header-synonyms): Add Original-To to the
7654         default.
7655
7656         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7657         optional parameter.
7658
7659 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7660
7661         * gnus-fun.el (gnus): Require it for gnus-directory.
7662
7663 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7664
7665         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7666
7667 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7668
7669         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7670
7671 2006-04-05  Simon Josefsson  <jas@extundo.com>
7672
7673         * password.el (password-reset): New function.
7674
7675 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7676
7677         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7678         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7679
7680 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7681
7682         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7683         Some whitespace was matched into the url, which broke browsing hits
7684         > 100 when mm-url-use-external was nil.
7685
7686 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7687
7688         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7689         gnus-extra-headers for 'Newsgroups.
7690
7691         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7692         bound.
7693
7694 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7695
7696         * pgg-gpg.el: Clean up process buffers every time gpg processes
7697         complete.
7698
7699 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7700
7701         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7702         doc string.
7703
7704 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7705
7706         * pgg-gpg.el (pgg-gpg-process-filter)
7707         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7708
7709         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7710         lines, temporary fix.
7711
7712 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7713
7714         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7715
7716 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7717
7718         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7719         default-enable-multibyte-characters.  This reverts the change from
7720         revision 6.17 which is no longer necessary because the passphrase
7721         is sent separately now.  GnuPG messages are unreadable under
7722         multibyte locales with default-enable-multibyte-characters set to
7723         nil.
7724
7725 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7726
7727         * message.el (message-tool-bar-gnome): Move "spell".
7728
7729 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7730
7731         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7732         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7733         instead.
7734
7735 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7736
7737         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7738         newsgroups handling for NNTP overviews which don't include
7739         Newsgroups.
7740
7741 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7742
7743         * message.el (message-resend): Bind message-generate-hashcash to nil.
7744
7745 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7746
7747         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7748         when searching for already-paid recipients.
7749
7750 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7751
7752         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7753         passphrases when it is not needed.
7754         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7755         passphrase stuff from gpg, should only be necessary when you use
7756         gpg with a smartcard.
7757
7758 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7759
7760         * mml.el (mml-insert-mime): Ignore cached contents of
7761         message/external-body part.
7762
7763         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7764         (mm-insert-part): Ditto.
7765
7766 2006-03-23  Simon Josefsson  <jas@extundo.com>
7767
7768         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7769         Reiner.
7770         (pgg-gpg-use-agent-p): Use it again.
7771
7772 2006-03-23  Simon Josefsson  <jas@extundo.com>
7773
7774         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7775         older emacsen.
7776         (pgg-gpg-use-agent-p): Don't use it.
7777
7778 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7779
7780         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7781         if we can.
7782
7783 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7784
7785         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7786         (pgg-gpg-update-agent): New function.
7787         (pgg-gpg-use-agent-p): New function.
7788         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7789         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7790         (pgg-gpg-sign-region): Use it.
7791
7792 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7793
7794         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7795         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7796
7797 2006-03-21  Simon Josefsson  <jas@extundo.com>
7798
7799         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7800         <wilde@sha-bang.de>.
7801         (pgg-gpg-use-agent): New variable.
7802         (pgg-gpg-process-region): Use it.
7803         (pgg-gpg-encrypt-region): Likewise.
7804         (pgg-gpg-encrypt-symmetric-region): Likewise.
7805         (pgg-gpg-decrypt-region): Likewise.
7806         (pgg-gpg-sign-region): Likewise.
7807         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7808
7809 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7810
7811         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7812
7813         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7814         Add comment on version.
7815
7816 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7817
7818         * smiley.el: Add missing test smiley.
7819
7820 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7821
7822         * mm-decode.el (mm-with-part): New macro.
7823         (mm-get-part): Use it; work with message/external-body as well.
7824         (mm-save-part): Treat name and filename equally.
7825
7826         * mm-extern.el (mm-extern-cache-contents): New function.
7827         (mm-inline-external-body): Use it; force the part to be displayed;
7828         move undisplayer added to the cached handle to the parent.
7829
7830         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7831         (gnus-mime-view-part-as-type): Work with message/external-body.
7832
7833         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7834
7835 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7836
7837         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7838         images in image-load-path.  [Sync with image.el, revision 1.60, in
7839         Emacs.]
7840
7841 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7842
7843         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7844         path rather than symbol.  Always return list of directories.
7845         Guarantee that image directory comes first.  [Sync with image.el,
7846         revision 1.59, in Emacs.]
7847
7848         * message.el (message-make-tool-bar): Adjust to new API of
7849         `gmm-image-load-path-for-library'.
7850
7851         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7852
7853         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7854
7855 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7856
7857         * gnus-art.el (gnus-article-only-boring-p):
7858         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7859         intangible text.
7860         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7861
7862 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7863
7864         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7865         `defun' instead of `gmm-defun-compat'.
7866
7867 2006-03-14  Simon Josefsson  <jas@extundo.com>
7868
7869         * message.el (message-unique-id): Don't use message-number-base36
7870         if (user-uid) is a float.
7871         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7872
7873 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7874
7875         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7876
7877         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7878         empty line between a part and a message part.
7879
7880 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7881
7882         * smiley.el: Add more test smileys.
7883         (smiley-data-directory, smiley-regexp-alist)
7884         (gnus-smiley-file-types): Fix doc strings.
7885         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7886         adding new elements.
7887         (smiley-mouse-map): Unused code.  Make it a comment.
7888
7889 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7890
7891         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7892         scan latest NoCeM messages instead of old ones.
7893         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7894         delimiters that are recently used.
7895         (gnus-nocem-load-cache): Add autoload cookie.
7896
7897         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7898
7899         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7900         level which is larger than gnus-use-nocem is specified.
7901
7902         * gnus-group.el (gnus-group-get-new-news): Ditto.
7903
7904 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7905
7906         * gnus-util.el (gnus-tool-bar-update): New function.
7907
7908         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7909         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7910
7911         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7912
7913         * gnus-group.el (gnus-group-redraw-when-idle)
7914         (gnus-group-redraw-check): Remove.
7915         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7916
7917 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7918
7919         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7920         if optional last element is specified in splits (FIELD VALUE...).
7921
7922 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7923
7924         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7925         to gmm-image-load-path-for-library.  Call with no-error argument.
7926         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7927
7928         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7929
7930         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7931
7932         * gmm-utils.el (gmm-image-load-path): Remove alias.
7933
7934 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7935
7936         * gmm-utils.el (gmm-image-load-path): Add alias.
7937
7938         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7939         nnml-generate-nov-databases-1.
7940         (nnml-generate-nov-databases): Use it.
7941         (nnml-generate-nov-databases-directory): Document no-active
7942         argument.
7943
7944         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7945         directory if path is t.  Add no-error.
7946
7947         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7948         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7949
7950         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7951         resetting gnus-article-browse-html-temp-list.
7952
7953         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7954         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7955         Add example to docstring.  Rename local variables.  Move error
7956         checks to default case in cond and simplify.
7957
7958 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7959
7960         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7961         handle is multipart when calling it recursively.
7962         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7963
7964 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7965
7966         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7967         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7968
7969 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7970
7971         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7972         is loaded.
7973
7974         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7975         loaded.
7976
7977 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7978
7979         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7980         to "Emacs 23 (unicode)" in doc string.
7981
7982         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7983         "Emacs 23 (unicode)" in comment.
7984
7985 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7986
7987         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7988
7989         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7990         characters 160 through 255 in Emacs 23.
7991
7992 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7993
7994         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7995         gnus-article-browse-html-temp.
7996         (gnus-article-browse-delete-temp): Make it customizable.  Add
7997         `file'.  Adjust doc string.
7998         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7999         query for each file.  Adjust doc string.
8000         (gnus-article-browse-html-parts): Add
8001         `gnus-article-browse-delete-temp-files' to
8002         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8003
8004 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8005
8006         * gnus-art.el (gnus-article-browse-html-temp)
8007         (gnus-article-browse-delete-temp): New variables.
8008         (gnus-article-browse-delete-temp-files): New function.
8009         (gnus-article-browse-html-parts): Use it.
8010
8011 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8012
8013         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8014
8015         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8016         string.
8017
8018         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8019         gnus-summary-insert-new-articles when unplugged.  Remove
8020         gnus-summary-search-article-forward.
8021
8022         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8023         display-visual-class instead of display-color-cells.
8024
8025 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8026
8027         * dgnushack.el: Autoload customize-group for XEmacs.
8028
8029         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8030         message/* containing non-ASCII text properly.
8031
8032 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8033
8034         * message.el: Require gmm-utils, remove autoloads.
8035         (message-tool-bar): Set default based on
8036         gmm-tool-bar-style.
8037         (message-tool-bar-gnome): Add gmm-customize-mode.
8038
8039         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8040         gmm-tool-bar-style.
8041         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8042
8043         * gnus-group.el (gnus-group-tool-bar): Set default based on
8044         gmm-tool-bar-style.
8045         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8046
8047         * gmm-utils.el (gmm-image-directory): Rename variable from
8048         gmm-image-load-path.
8049         (gmm-image-load-path): Use gmm-image-directory.
8050         (gmm-customize-mode): New function.
8051         (gmm-tool-bar-style): New variable.
8052
8053         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8054         gnus-group-redraw-line-number.
8055         (gnus-group-redraw-check): Simplify.
8056         (gnus-group-tool-bar-update): Remove redraw check.
8057         (gnus-group-make-tool-bar): Add redraw check.
8058
8059 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8060
8061         * gnus-art.el (gnus-button): Add missing parentheses.
8062
8063 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8064
8065         * lpath.el: Fbind line-number-at-pos.
8066
8067 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8068
8069         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8070
8071 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8072
8073         * gnus-art.el (gnus-button): New face.
8074         (gnus-article-button-face): Use it.
8075
8076         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8077         gnus-summary-next-page.  Re-order.
8078
8079         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8080         next-node are now included.
8081         (gnus-group-redraw-line-number): New internal variable.
8082         (gnus-group-redraw-check): Helper function for updating the tool
8083         bar.
8084         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8085
8086         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8087
8088         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8089         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8090         Use it to match format of Spamassassin 3.0 and later.  Reported by
8091         IRIE Tetsuya <irie@t.email.ne.jp>.
8092         (spam-check-bogofilter)
8093         (spam-bogofilter-register-with-bogofilter): Fix args of
8094         `gnus-error' calls.
8095
8096 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8097
8098         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8099         unnecessary interaction when sending queued mails.  Reported by
8100         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8101
8102 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8103
8104         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8105         first or last are nil.
8106
8107 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8108
8109         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8110
8111 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8112
8113         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8114
8115 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8116
8117         * dns.el (query-dns): Protect more against buggy tcp output.
8118
8119 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8120
8121         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8122         nov.php.
8123
8124 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8125
8126         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8127         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8128         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8129         output on the server side.
8130         (nnweb-google-create-mapping): Update regexps and add some
8131         progress indication.
8132
8133 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8134
8135         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8136         gnus-agent-toggle-plugged.  Re-order icons.
8137         (gnus-group-tool-bar-gnome): Add
8138         gnus-group-{prev,next}-unread-group.
8139         (gnus-group-tool-bar-gnome): Re-order icons.
8140
8141         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8142         gnus-summary-insert-new-articles.
8143
8144         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8145         comments.
8146
8147         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8148         also available in Emacs 21.3.
8149
8150         * message.el (message-fix-before-sending): Change "Emacs 22" to
8151         "Emacs 23 (unicode)" in comment.
8152
8153         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8154         "Emacs 23 (unicode)" in comment.
8155
8156         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8157         comment.
8158         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8159
8160         * mm-view.el (mm-fill-flowed): Add :version.
8161
8162 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8163
8164         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8165         and load-path.
8166
8167 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8168
8169         * message.el: Autoload gmm-image-load-path.
8170         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8171         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8172         consitency.
8173
8174         * gmm-utils.el (gmm-image-load-path): Also search in
8175         "../etc/images".  Don't set gmm-image-load-path if we don't find
8176         the image.
8177
8178 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8179
8180         * gmm-utils.el (gmm-image-load-path): Don't make
8181         `gmm-image-load-path' include subdirectories which the second arg
8182         `image' might specify.
8183
8184         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8185         subdirectory to icon file names.
8186
8187         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8188
8189 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8190
8191         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8192         gmm-image-load-path calls.
8193
8194         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8195
8196         * message.el (message-make-tool-bar): Ditto.
8197
8198         * mml.el (mml-preview): Added comment concerning tool bar icons.
8199
8200         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8201         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8202
8203         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8204         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8205
8206         * message.el (message-tool-bar-gnome): Use new icon names.
8207         (message-make-tool-bar): Use `gmm-image-load-path'.
8208
8209         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8210         functions from MH-E.
8211         (gmm-image-load-path): New variable from MH-E.
8212         (gmm-image-load-path): New function from MH-E.  Added arguments
8213         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8214         *-image-load-path-called-flag.
8215
8216 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8217
8218         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8219
8220 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8221
8222         * nnimap.el (nnimap-request-move-article): Change folder back to
8223         source group before deleting.
8224
8225 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8226
8227         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8228
8229         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8230         mm-url.
8231
8232         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8233
8234 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8235
8236         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8237         coding system which mm-charset-to-coding-system returns for a
8238         given charset is valid.
8239
8240 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8241
8242         * html2text.el (html2text-remove-tag-list):
8243         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8244
8245 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8246
8247         * gnus-cus.el: Revert 2005-10-17 change.
8248
8249 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8250
8251         * gnus-art.el (article-strip-banner): Call
8252         article-really-strip-banner only when the regexp match is made.
8253
8254 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8255
8256         * gnus-art.el (article-strip-banner): Use
8257         gnus-extract-address-components instead of
8258         mail-header-parse-addresses to make it work with non-ASCII text;
8259         remove mail-encode-encoded-word-string.
8260
8261         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8262         values which are surrounded with \"...\"; make it never cause a
8263         Lisp error; give up parsing of parameters if it failed in
8264         extracting type.
8265
8266 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8267
8268         * smime.el (smime-cert-by-ldap-1): Fix bug where
8269         `smime-ldap-search' returns results without userCertificates.
8270
8271 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8272
8273         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8274
8275 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8276
8277         * spam.el (spam-check-spamassassin-headers): Adapt format for
8278         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8279         <ari@mbf.ocn.ne.jp>.
8280         (spam-list-of-processors): Add spam-use-gmane.
8281
8282 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8283
8284         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8285         make-temp-file; make it work with XEmacs as well.
8286
8287         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8288         mm-make-temp-file.
8289
8290         * mm-decode.el (mm-display-external): Use the 3rd arg of
8291         mm-make-temp-file.
8292         (mm-create-image-xemacs): Ditto.
8293
8294 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8295
8296         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8297         with message-narrow-to-headers.
8298         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8299         (gnus-draft-check-draft-articles): New function.
8300         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8301
8302 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8303
8304         * gnus-art.el (gnus-article-browse-html-parts):
8305         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8306         Don't use suffix argument for mm-make-temp-file for Emacs 21
8307         compatibility.  Remove useless `format'.
8308
8309 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8310
8311         * nnweb.el (nnweb-google-wash-article): Update regexps.
8312         (nnweb-group-alist): Use defvoo instead of defvar.
8313
8314 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8315
8316         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8317         re-loading nn* modules.
8318
8319 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8320
8321         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8322         for `tool-bar-mode' and don't check it's default-value.
8323
8324         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8325
8326         * message.el (message-make-tool-bar): Ditto.
8327
8328         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8329         `substring'.  Shorten tmp-file name.
8330
8331         * gnus.el: Remove bogus comment.
8332
8333 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8334
8335         * gnus-art.el (gnus-article-browse-html-parts): New function.
8336         (gnus-article-browse-html-article): New function for viewing html
8337         articles with a browser.
8338
8339 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8340
8341         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8342         in elisp.
8343         (pgg-gpg-encrypt-symmetric-region): Ditto.
8344         (pgg-gpg-sign-region): Ditto.
8345
8346         * pgg-def.el (pgg-text-mode): New variable.
8347
8348         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8349         (mml2015-pgg-encrypt): Ditto.
8350
8351         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8352         (mml1991-pgg-encrypt): Ditto.
8353
8354 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8355
8356         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8357         message-make-date instead of current-time-string.
8358
8359         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8360         to gnus-decoded which mm-uu might set.
8361
8362 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8363
8364         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8365         don't decode quoted parameters; remove misimported Emacs code.
8366         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8367         (rfc2231-decode-encoded-string): Don't use split-string which
8368         behaves differently according to Emacs version; use
8369         mm-decode-coding-region to convert charset to coding-system.
8370         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8371         (rfc2231-encode-string): Remove misimported Emacs code.
8372
8373 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8374
8375         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8376         when calling mail-header-parse-content-type.
8377         (article-de-quoted-unreadable): Ditto.
8378         (article-de-base64-unreadable): Ditto.
8379         (article-wash-html): Ditto.
8380
8381         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8382         calling mail-header-parse-content-type and
8383         mail-header-parse-content-disposition.
8384         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8385         mail-header-parse-content-type.
8386
8387         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8388         insert charset and format parameters; encode description after
8389         inserting it to buffer.
8390         (mml-insert-parameter): Fold lines properly even if a parameter is
8391         segmented into two or more lines; change the max column to 76.
8392
8393         * rfc1843.el (rfc1843-decode-article-body): Don't use
8394         ignore-errors when calling mail-header-parse-content-type.
8395
8396         * rfc2231.el (rfc2231-parse-string): Return at least type if
8397         possible; don't cause an error even if it fails in parsing of
8398         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8399         (rfc2231-encode-string): Don't break lines at the beginning, leave
8400         it to mml-insert-parameter.
8401
8402         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8403         calling mail-header-parse-content-type.
8404
8405 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8406
8407         * spam-report.el (spam-report-gmane-use-article-number):
8408         Improve doc string.
8409         (spam-report-gmane-internal): Check if a suitable header was found
8410         in the article.
8411
8412 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8413
8414         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8415         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8416
8417 2006-02-05  Romain Francoise  <romain@orebokech.com>
8418
8419         Update copyright notices of all files in the gnus directory.
8420
8421 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8422
8423         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8424
8425 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8426
8427         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8428         segmented lines of parameter value to cope with Thunderbird 1.5
8429         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8430         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8431         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8432
8433 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8434
8435         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8436         parts.
8437
8438 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8439
8440         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8441         there's only one active file for all servers.
8442         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8443         solid groups.  Gnus might have used a FAST request to select the group.
8444         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8445         and nnweb-search redundantly in the active file.
8446         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8447         (nnweb-request-create-group): Don't use ARGS.
8448         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8449         initialisations.  Let nnoo do the work.
8450
8451 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8452
8453         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8454         Say the part has been decoded.
8455
8456         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8457
8458 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8459
8460         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8461         mailcap-viewer-test-cache when there's no 'test clause, since that
8462         will invert the meaning of a "nil" test previously determined by
8463         mailcap-mailcap-entry-passes-test.
8464
8465 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8466
8467         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8468         compiling.
8469
8470         * gnus-sum.el: Ditto.
8471
8472         * message.el: Don't bind tool-bar-map when compiling.
8473
8474 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8475
8476         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8477
8478 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8479
8480         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8481         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8482         current Google Groups.
8483
8484 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8485
8486         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8487         and tool-bar-mode.
8488
8489         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8490         and tool-bar-mode.
8491
8492         * message.el (message-tool-bar-update): Simplify.
8493         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8494
8495         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8496         gnus-summary-buffer.
8497         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8498         gnus-summary-reply.
8499
8500         * gmm-utils.el (gmm): Add :version.
8501
8502 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8503
8504         * Makefile.in (clean): New rule.
8505         (distclean): Use it.
8506
8507 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8508
8509         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8510         autoload.
8511
8512 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8513
8514         * gmm-utils.el (gmm-verbose): Add :group.
8515
8516 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8517
8518         * message.el: Change some comments WRT tool-bars.
8519
8520         * gnus-sum.el (gnus-summary-tool-bar)
8521         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8522         (gnus-summary-tool-bar-zap-list): New variables.
8523         (gnus-summary-make-tool-bar): Complete rewrite using
8524         `gmm-tool-bar-from-list'.
8525
8526         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8527         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8528         variables.
8529         (gnus-group-make-tool-bar): Complete rewrite using
8530         `gmm-tool-bar-from-list'.
8531         (gnus-group-tool-bar-update): New function.
8532
8533         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8534
8535 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8536
8537         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8538         is dissected into a single part of which the type is the same as
8539         the given one; decode charset.
8540
8541 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8542
8543         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8544         into alists as symbol not string, since that's what
8545         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8546         look for.
8547
8548 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8549
8550         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8551         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8552
8553         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8554
8555 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8556
8557         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8558         (gnus-xmas-mime-security-button-menu): New function.
8559
8560         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8561         (gnus-mime-security-button-menu): New definition.
8562         (gnus-mime-security-button-map): Use them.
8563         (gnus-mime-security-button-menu): New function.
8564         (gnus-insert-mime-security-button): Addition to help echo.
8565         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8566         (gnus-mime-security-pipe-part): New functions.
8567
8568         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8569         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8570
8571         * mm-decode.el (mm-handle-set-disposition): Remove.
8572         (mm-handle-set-description): Remove.
8573
8574 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8575
8576         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8577         (mm-w3m-standalone-supports-m17n-p): New function.
8578         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8579         w3m usage.
8580
8581         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8582         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8583
8584 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8585
8586         * message.el (message-tool-bar-zap-list): Use
8587         gmm-tool-bar-zap-list as custom type.
8588         (message-tool-bar-update): New function.
8589         (message-tool-bar, message-tool-bar-gnome)
8590         (message-tool-bar-retro): Add message-tool-bar-update.
8591         (message-tool-bar-gnome): Add flyspell-buffer.
8592
8593         * gnus-util.el (gnus-error): Describe `args'.
8594
8595         * gmm-utils.el (gmm-error): Describe `args'.
8596         (gmm-tool-bar-zap-list): New widget.
8597         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8598
8599 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8600
8601         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8602         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8603         the number of recursive calls.
8604
8605         * mm-decode.el (mm-handle-set-disposition): New macro.
8606         (mm-handle-set-description): New macro.
8607
8608 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8609
8610         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8611         encoding.
8612
8613 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8614
8615         * message.el (message-tool-bar-zap-list, message-tool-bar)
8616         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8617         (message-tool-bar-local-item-from-menu): Remove.
8618         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8619         (message-make-tool-bar): New function.
8620         (message-mode): Use `message-make-tool-bar'.
8621
8622         * gmm-utils.el: New file.
8623         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8624         (gmm-lazy): New widget copied from `nnmail.el'.
8625         (gmm-tool-bar-from-list): New function for creating customizable
8626         tool bars.
8627         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8628         output.
8629         (gmm): Add :prefix to defgroup.
8630
8631 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8632
8633         * gmm-utils.el (gmm-widget-p): New function.
8634
8635 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8636
8637         * mml.el (mml-attach-file): Describe `description' in doc string.
8638         (mml-menu): Add Emacs MIME manual and PGG manual.
8639
8640 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8641
8642         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8643
8644 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8645
8646         * nntp.el (nntp-end-of-line): Doc fix.
8647
8648 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8649
8650         * imap.el (imap-open): Handle case where buffer is a buffer
8651         object.
8652
8653 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8654
8655         * gnus-delay.el (gnus-delay): Don't autoload.
8656         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8657         to be re-loaded when customizing the `gnus-delay' group.
8658
8659 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8660
8661         * message.el (message-insert-citation-line): Use newlines.
8662
8663 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8664
8665         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8666         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8667         these routines, so the passphrase can be managed externally and
8668         passed in to the system.
8669         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8670         pgg-add-passphrase-to-cache function.
8671
8672         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8673         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8674         these routines, so the passphrase can be managed externally and
8675         passed in to the system.
8676         (pgg-pgp5-sign-region): Use new name of
8677         pgg-add-passphrase-to-cache function.
8678
8679 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8680
8681         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8682         part of the decoded armor to find the key-identifier.
8683         (pgg-gpg-lookup-key-owner): New function to return the
8684         human-readable identifier of a key owner.
8685         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8686         itself.
8687         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8688         the key value) if we have a key and can match it against a secret
8689         key.  Also, added a note pointing out fact that the prompt only
8690         indicates the first matching key.
8691
8692         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8693         pgg-decrypt-region.
8694         (pgg-add-passphrase-to-cache): Rename from
8695         `pgg-add-passphrase-cache' to reduce confusion (all callers
8696         changed).
8697         (pgg-remove-passphrase-from-cache): Rename from
8698         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8699         changed).
8700         (pgg-read-passphrase, pgg-add-passphrase-cache)
8701         (pgg-remove-passphrase-cache): Add informative docstrings.
8702         (pgg-decrypt): Convey provided passphrase in subordinate call to
8703         pgg-decrypt-region.
8704
8705 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8706
8707         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8708         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8709         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8710         'passphrase' argument, so the passphrase can be managed externally
8711         and then passed in to the system.
8712
8713         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8714         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8715         so the passphrase cache can be used reliably with identifiers
8716         besides a pgp packet's key id.
8717
8718         * pgg-gpg.el (pgg-gpg-encrypt-region)
8719         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8720         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8721         these routines, so the passphrase can be managed externally and
8722         passed in to the system.
8723
8724         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8725         'notruncate' argument, so the passphrase cache can be used
8726         reliably with identifiers besides a pgp packet's key id.
8727
8728 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8729
8730         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8731         symmetric encryption.
8732         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8733         encrypted session key.
8734         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8735         message ask for the passphrase in a proper way.
8736
8737         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8738         New user commands for symmetric encryption.
8739
8740 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8741
8742         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8743
8744         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8745
8746 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8747
8748         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8749
8750 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8751
8752         * mm-decode.el (mm-inlined-types): Add application/pgp.
8753         (mm-automatic-display): Ditto.
8754
8755         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8756         part as text.
8757
8758 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8759
8760         * nnrss.el: Update copyright.
8761         (nnrss-opml-import): Query whether to subscribe to each entry.
8762
8763         * gnus-art.el:
8764         * gnus-sum.el:
8765         * gnus-xmas.el:
8766         * messagexmas.el:
8767         * mm-uu.el:
8768         * mm-view.el: Update copyright.
8769
8770 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8771
8772         * message.el (message-info): New function.
8773         (message-mode-menu): Add it.
8774         Update copyright.
8775
8776         * ChangeLog: Fix and update copyright.
8777
8778 2006-01-13  Romain Francoise  <romain@orebokech.com>
8779
8780         * message.el (message-forward-subject-name-subject): Prefer the
8781         address to 'nowhere' if the sender has no name.
8782         Fix typo.  Update copyright year.
8783
8784 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8785
8786         * gnus-art.el (article-wash-html): Use
8787         gnus-summary-show-article-charset-alist if a numeric arg is given.
8788         (gnus-article-wash-html-with-w3m-standalone): New function.
8789
8790         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8791         mm-inline-text-html-render-with-w3m-standalone.
8792         (mm-text-html-washer-alist): Map w3m-standalone to
8793         gnus-article-wash-html-with-w3m-standalone.
8794         (mm-inline-text-html-render-with-w3m-standalone): New function.
8795
8796 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8797
8798         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8799         Improve LaTeX.
8800
8801 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8802
8803         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8804         (nnrss-request-article): Render text/plain parts as HTML.
8805
8806         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8807         the buffer.
8808
8809 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8810
8811         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8812         custom definition of `gnus-posting-styles'.
8813
8814         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8815         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8816
8817 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8818
8819         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8820         Use nntp for bug archive.
8821
8822 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8823
8824         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8825         parts.
8826         (nnrss-normalize-date): New function converts ISO 8601 date into
8827         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8828         (nnrss-check-group): Use it.
8829
8830 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8831
8832         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8833
8834         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8835         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8836         (nnrss-insert-w3): Ditto.
8837
8838 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8839
8840         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8841         the articles to be forwarded including the case where neither a
8842         number of articles nor a region is specified.
8843
8844 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8845
8846         * nnrss.el (nnrss-request-article): Fix last change; fill
8847         text/plain parts.
8848
8849 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8850
8851         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8852         in text/plain part.
8853         (nnrss-check-group): Don't add excessive newline to dc:subject.
8854
8855 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8856
8857         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8858         article.
8859
8860 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8861
8862         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8863         (nnml-use-compressed-files, nnml-save-mail): Support other
8864         comression programs such as bzip2.
8865
8866 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8867
8868         * dns.el (query-dns): Make sure we check the buffer size before
8869         removing tcp headers.
8870
8871 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8872
8873         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8874         remove MIME buttons associated with multipart/alternative parts.
8875         (gnus-mime-display-alternative): Tag buttons using `article-type'
8876         text property.
8877
8878         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8879         associated with multipart/alternative parts.
8880
8881         * gnus-art.el (gnus-signature-separator): Fix custom type.
8882
8883         * mm-decode.el (mm-inlined-types): Fix custom type.
8884         (mm-keep-viewer-alive-types): Ditto.
8885         (mm-automatic-display): Ditto.
8886         (mm-attachment-override-types): Ditto.
8887         (mm-inline-override-types): Ditto.
8888         (mm-automatic-external-display): Ditto.
8889
8890 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8891
8892         * spam-report.el (spam-report-user-mail-address)
8893         (spam-report-user-agent): New variables.
8894         (spam-report-url-ping-plain): Use spam-report-user-agent.
8895
8896 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8897
8898         * gnus-art.el (gnus-button-handle-custom): Do not just use
8899         `customize-apropos' for any "M-x customize-*" button but the
8900         function called for.  Accept both the function name and its
8901         argument in order to achieve this.
8902         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8903         function name to `gnus-button-handle-custom' in case of "M-x
8904         customize-*" buttons.
8905
8906 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8907
8908         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8909         multipart/alternative and add xref to mm-discouraged-alternatives
8910         in doc string.
8911
8912         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8913         gnus-buttonized-mime-types in doc string.
8914
8915 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8916
8917         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8918         Suggest image/.* in the doc string.
8919
8920 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8921
8922         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8923         message-marks (Debian bug #342521).
8924
8925 2005-12-12  Simon Josefsson  <jas@extundo.com>
8926
8927         * password.el (password-read-from-cache): Add.
8928         (password-read): Use it.
8929
8930 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8931
8932         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8933         us-ascii as a MIME charset.
8934
8935         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8936         against the case where the 2nd arg TYPE is nil.
8937
8938 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8939
8940         * pop3.el (pop3-stream-type): Fix custom version.
8941
8942         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8943
8944 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8945
8946         * mm-decode.el (mm-display-external): Add missing cdr.
8947
8948 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8949
8950         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8951         RFC1524) if it is in mailcap or add a suffix according to
8952         mailcap-mime-extensions when generating a temp filename; postpone
8953         deleting a temp file for 2 seconds for some wrappers, shell
8954         scripts, and so on, which might exit right after having started a
8955         viewer command as a background job.
8956
8957 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8958
8959         * nntp.el (nntp-marks-directory): Fix custom group.
8960
8961         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8962         steps when < 10.
8963
8964         * gnus-start.el (gnus-no-server-1): Mention
8965         `gnus-level-default-subscribed' in doc string.
8966
8967 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8968
8969         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8970         parens.
8971
8972 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8973
8974         * gnus-xmas.el (gnus-use-toolbar): Revert.
8975         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8976         gnus-use-toolbar is default.
8977
8978         * messagexmas.el (message-use-toolbar): Revert.
8979         (message-setup-toolbar): Use global default-toolbar if
8980         message-use-toolbar is default.
8981
8982 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8983
8984         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8985         according to default-toolbar-visible-p.
8986
8987         * messagexmas.el (message-use-toolbar): Ditto.
8988
8989 2005-11-26  Dave Love  <fx@gnu.org>
8990
8991         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8992         (tls-program, tls-success): Provide openssl alternative.
8993
8994         * starttls.el: Doc fixes.
8995         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8996         SERVICE to PORT.
8997
8998         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8999         port null or service name.
9000         (starttls-negotiate): Autoload.
9001
9002 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9003
9004         * message.el (message-kill-to-signature): Fix interactive spec.
9005
9006 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9007
9008         * pop3.el (pop3-open-server): Recognize a string as a service name.
9009
9010 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9011
9012         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9013
9014 2005-11-23  Dave Love  <fx@gnu.org>
9015
9016         Add pop3s, pop3/starttls.
9017
9018         * pop3.el (pop3-authentication-scheme): Clarify doc.
9019         (open-tls-stream, starttls-open-stream): Autoload.
9020         (pop3-stream-type): New.
9021         (pop3-open-server): Use it.
9022
9023         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9024         for POP.
9025         (mail-source-keyword-map): Add :stream for POP.
9026         (mail-source-fetch-pop): Use pop3-stream-type.
9027
9028 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9029
9030         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9031         of current-time-string.
9032
9033 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9034
9035         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9036         date header.
9037
9038 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9039
9040         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9041         it can seriously impact performance as it bypasses the agent's
9042         local caches.
9043
9044 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9045
9046         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9047         must be explicitly online rather than "not explicitly offline" for
9048         its flags to be synchronized.
9049
9050         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9051         that gnus-uu-unmark-thread will function correctly.
9052
9053         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9054         1024K is instead displayed as 1M.
9055
9056 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9057
9058         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9059
9060 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9061
9062         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9063
9064 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9065
9066         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9067         error message to display actual error condition.
9068         (gnus-agent-save-local): Avoid saving symbols that are bound to
9069         nil as they simply result in a warning message in
9070         gnus-agent-read-local.
9071
9072 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9073
9074         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9075         rather than make-variable-buffer-local for file-precious-flag.
9076
9077 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9078
9079         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9080         for duplicates which are removed.  The invalid sort check then
9081         triggers a rescan after the sort as sorting may have moved
9082         duplicate entries such that they can be cheaply detected.
9083
9084 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9085
9086         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9087
9088 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9089
9090         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9091         internal variable to a custom variable.  Changed default value
9092         from compressed(2) to uncompressed(1).
9093         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9094         support for uncompressed agentview files.  Taken together, reading
9095         the agentview file should now be 6-7 times faster.
9096
9097 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9098
9099         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9100         as a buffer-local variable.  This avoids creating truncated
9101         dribble files as a result of a hang up, eg.
9102
9103 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9104
9105         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9106         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9107         XEmacs.
9108
9109 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9110
9111         * gnus-start.el (gnus-start-draft-setup): Enforce
9112         `gnus-draft-mode' for nndraft:drafts at startup.
9113
9114         * gnus.el (gnus-splash): Change custom group.
9115         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9116         allow-list argument.
9117
9118         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9119         string.
9120
9121 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9122
9123         * gnus-art.el (gnus-default-article-saver): Add user-defined
9124         `function' to custom type.
9125
9126 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9127
9128         * imap.el (imap-open): Handle case where buffer is a buffer
9129         object.
9130
9131 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9132
9133         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9134         long lines.
9135         (gnus-cache-delete-group): Wrap doc strings.
9136
9137         * gnus-agent.el (gnus-agent-rename-group)
9138         (gnus-agent-delete-group): Wrap doc strings.
9139
9140 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9141
9142         * messagexmas.el (message-use-toolbar): Change the valid values
9143         into default, top, bottom, left, and right.
9144         (message-toolbar-thickness): New variable.
9145         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9146         well.
9147         (message-setup-toolbar): Make it work.
9148
9149         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9150         (gnus-use-toolbar): Change the valid values into default, top,
9151         bottom, left, and right.
9152         (gnus-toolbar-thickness): New variable.
9153         (gnus-xmas-setup-toolbar): New function.
9154         (gnus-xmas-setup-group-toolbar): Use it.
9155         (gnus-xmas-setup-summary-toolbar): Use it.
9156
9157 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9158
9159         * gnus-start.el (gnus-1): Add "native" to
9160         gnus-predefined-server-alist.
9161
9162         * gnus.el (gnus-method-to-server): Don't add "native" to the
9163         lists here, because that leads to problems when
9164         gnus-select-method is bound.
9165
9166 2005-11-09  Simon Josefsson  <jas@extundo.com>
9167
9168         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9169         use (not sort-by-date) instead.
9170
9171 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9172
9173         * gnus-delay.el (gnus-delay-group): Don't autoload.
9174         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9175         to be re-loaded when customizing the `gnus-delay' group.
9176
9177 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9178
9179         * message.el: Revert last changes.
9180         (message-insert-citation-line): Use newlines.
9181
9182 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9183
9184         * message.el (message-courtesy-message)
9185         (message-mark-insert-begin, message-mark-insert-end)
9186         (message-elide-ellipsis, message-cancel-message)
9187         (message-add-header, message-change-subject)
9188         (message-cross-post-followup-to-header)
9189         (message-cross-post-insert-note, message-reduce-to-to-cc)
9190         (message-widen-reply, message-delete-not-region)
9191         (message-kill-to-signature, message-insert-signature)
9192         (message-insert-importance-high, message-insert-importance-low)
9193         (message-insert-or-toggle-importance)
9194         (message-insert-disposition-notification-to)
9195         (message-indent-citation, message-yank-original)
9196         (message-cite-original-without-signature, message-cite-original)
9197         (message-insert-citation-line, message-position-on-field)
9198         (message-fix-before-sending, message-send-mail-partially)
9199         (message-send-mail, message-send-mail-with-sendmail)
9200         (message-send-mail-with-qmail, message-send-news)
9201         (message-check-news-header-syntax, message-generate-headers)
9202         (message-insert-courtesy-copy, message-fill-address)
9203         (message-fill-header, message-shorten-references)
9204         (message-setup-1, message-cancel-news)
9205         (message-forward-make-body-plain, message-forward-make-body-mime)
9206         (message-forward-make-body-mml, message-encode-message-body)
9207         (message-forward-make-body-digest-plain)
9208         (message-forward-make-body-digest-mime)
9209         (message-use-alternative-email-as-from): Insert `hard-newline'
9210         instead of ordinary newlines.
9211
9212 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9213
9214         * message.el (message-generate-headers): Downcase the argument
9215         given to message-check-element.
9216
9217 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9218
9219         * nntp.el (nntp-authinfo-rejected): New error condition.
9220         (nntp-wait-for): Use new error condition to signal authentication
9221         error.
9222         (nntp-retrieve-data): Rethrow new error condition to break out of
9223         recursive call to nntp-send-authinfo.
9224
9225 2005-11-08  Romain Francoise  <romain@orebokech.com>
9226
9227         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9228         (gnus-summary-exit-map): Bind to `Z p'.
9229         (gnus-summary-make-menu-bar): Add menu item.
9230
9231 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9232
9233         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9234         (gnus-treat-*): Add `first' in all doc strings.
9235
9236         * gnus-group.el (gnus-group-compact-group): Fix typo.
9237
9238 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9239
9240         * gnus.el (gnus-parameters-case-fold-search): New variable.
9241         (gnus-parameters-get-parameter): Use it.
9242
9243         * gnus-score.el (gnus-home-score-file): Doc fix.
9244
9245 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9246
9247         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9248
9249 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9250
9251         * mm-util.el (mm-special-display-p): New function.
9252
9253         * mml.el (mml-preview): Use it; doc fix.
9254
9255 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9256
9257         * imap.el (imap-open): Handle case where buffer is a buffer object.
9258
9259 2005-10-29  Romain Francoise  <romain@orebokech.com>
9260
9261         * message.el (message-fix-before-sending): Fix comment.
9262
9263 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9264
9265         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9266
9267 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9268
9269         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9270         Used in gnus-score.el.
9271
9272 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9273
9274         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9275
9276 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9277
9278         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9279         whitespace removed in revision 7.8.  Use concatenated string to
9280         protect trailing whitespace.
9281
9282 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9283
9284         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9285         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9286         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9287         Courier IMAP ("some version from 2004").  Mostly based on similar
9288         code in the same function.
9289
9290 2005-10-26  Didier Verna  <didier@xemacs.org>
9291
9292         * gnus-group.el (gnus-group-compact-group): Invalidate original
9293         article buffer.
9294         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9295         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9296         NOV database and in article itself.
9297         Invalidate article backlog.
9298
9299 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9300
9301         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9302
9303 2005-10-26  Simon Josefsson  <jas@extundo.com>
9304
9305         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9306         part of 2004-07-25 change.
9307
9308 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9309
9310         * message.el (message-display-completion-list): New function.
9311         (message-expand-group): Use it; make sure the Completions buffer
9312         is modifiable.
9313 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9314
9315         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9316         user-mail-name is an empty string.
9317
9318 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9319
9320         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9321         depending on gnus-score-decay-constant.
9322
9323         * encrypt.el (encrypt-insert-file-contents)
9324         (encrypt-write-file-contents): Don't use `gnus-message'.
9325
9326         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9327         arguments.
9328         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9329         arguments to mm-uu-verbatim-marks-extract.
9330         (mm-uu-hide-markers): New variable.
9331         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9332
9333         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9334         (gnus-convert-image-to-face-command): Use "convert" by default to
9335         allow other input image formats.
9336         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9337         accordingly.
9338
9339 2005-10-23  Simon Josefsson  <jas@extundo.com>
9340
9341         * imap.el (imap-gssapi-program): Align command line parameters
9342         with latest GNU SASL.
9343         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9344
9345 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9346
9347         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9348         HTML.
9349         (nnslashdot-request-article): Ditto.
9350
9351         * lpath.el (featurep): Add nobreak-char-display.
9352
9353 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9354
9355         * mail-source.el (mail-source-fetch-pop): Require pop3.
9356         (mail-source-check-pop): Ditto.
9357
9358 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9359
9360         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9361         errors.
9362
9363 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9364
9365         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9366         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9367
9368         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9369
9370         * mm-bodies.el (mm-decode-string): Call
9371         `mm-charset-to-coding-system' with allow-override argument.
9372
9373 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9374
9375         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9376         (rfc2047-charset-to-coding-system): New function.
9377         (rfc2047-decode-encoded-words): New function.
9378         (rfc2047-decode-region): Use them.
9379         (rfc2047-decode-cte): Remove.
9380         (rfc2047-parse-and-decode): Remove.
9381         (rfc2047-decode): Remove.
9382
9383 2005-10-15  Kenichi Handa  <handa@m17n.org>
9384
9385         * rfc2047.el (rfc2047-decode-cte): New function.
9386         (rfc2047-decode-region): Change the way to decode successive
9387         encoded-words: decode B- or Q-encoding in each encoded-word,
9388         concatenate them, and decode it as charset.
9389
9390 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9391
9392         * lpath.el: Fbind codepage-setup for XEmacs.
9393
9394 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9395
9396         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9397         widget-move-and-invoke.
9398         (gnus-custom-mode): Use gnus-custom-map.
9399
9400 2005-10-15  Bill Wohler  <wohler@newt.com>
9401
9402         * message.el (message-tool-bar-map): Renamed image file from
9403         mail_send to mail/send.
9404
9405 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9406
9407         * message.el (message-expand-group): Pass the common
9408         prefix substring of completion to `display-completion-list'.
9409
9410 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9411
9412         * mml-sec.el (mml-secure-method): New internal variable.
9413         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9414         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9415         functions using mml-secure-method.
9416
9417         * mml.el (mml-mode-map): Add key bindings for those functions.
9418         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9419         Harder <harder@myrealbox.com>.
9420         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9421         end of message if point is the headers of the message.
9422
9423         * message.el (message-in-body-p): New function.
9424
9425         * assistant.el: Autoload gnus-util and netrc.
9426
9427         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9428         Use `mm-charset-override-alist' only when decoding.
9429
9430         * mm-bodies.el (mm-decode-body): Call
9431         `mm-charset-to-coding-system' with allow-override argument.
9432
9433         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9434         `filename' from Content-Disposition if Content-Type doesn't
9435         provide `name'.
9436         (gnus-mime-view-part-as-type): Set default instead of
9437         initial-input.
9438
9439 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9440
9441         * format-spec.el (format-spec): Propagate text properties of % spec.
9442
9443 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9444
9445         * gnus-art.el (gnus-treat-predicate): Add `first'.
9446
9447 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9448
9449         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9450         (mm-charset-override-alist): New variable.
9451         (mm-charset-to-coding-system): Use it.
9452         (mm-codepage-setup): New helper function.
9453         (mm-charset-eval-alist): New variable.
9454         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9455         about unknown charsets.
9456
9457         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9458
9459 2005-10-04  David Hansen  <david.hansen@gmx.net>
9460
9461         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9462         (nnrss-check-group): Ditto.
9463
9464 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9465
9466         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9467         Rename x-gnus-verbatim to x-verbatim.
9468         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9469
9470         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9471         x-verbatim.
9472
9473         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9474
9475         * gnus-util.el (gnus-remove-duplicates): Remove.
9476
9477         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9478         instead of gnus-remove-duplicates.
9479
9480         * message.el (message-remove-duplicates): Remove.
9481         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9482         message-remove-duplicates.
9483
9484         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9485         available, else use implementation from `delete-dups'.
9486
9487         * message.el (message-insert-expires): New function.
9488         (message-mode-map): Add key binding.
9489         (message-mode-field-menu): Add menu entry.
9490         (message-mode): Document it.
9491         (message-make-expires-date): Use `message-make-date'.
9492
9493 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9494
9495         * message.el (message-make-expires-date): New function.
9496
9497 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9498
9499         * Makefile.in (list-installed-shadows): New entry.
9500         (install): Use it.
9501         (remove-installed-shadows): New entry.
9502
9503         * dgnushack.el (dgnushack-default-load-path): New variable.
9504         (dgnushack-find-lisp-shadows): New function.
9505         (dgnushack-remove-lisp-shadows): New function.
9506
9507 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9508
9509         * Makefile.in (install-el-elc): New entry.
9510         (install): Use it so that .el files are necessarily installed.
9511
9512 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9513
9514         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9515
9516 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9517
9518         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9519         function rather than the diff-mode.el package.
9520         (mm-display-external): Use with-current-buffer.
9521         (mm-viewer-completion-map, mm-viewer-completion-map):
9522         Move initialization inside declaration.
9523
9524 2005-09-29  Simon Josefsson  <jas@extundo.com>
9525
9526         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9527         autoload mail-check-payment.
9528         (spam-check-hashcash): Define unconditionally, since hashcash.el
9529         is part of Gnus now.  Ignore errors from payment checking.
9530
9531 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9532
9533         * message.el (message-bold-region, message-unbold-region): Rename
9534         from `bold-region' and `unbold-region'.
9535
9536         * message.el: Remove useless autoloads.
9537
9538 2005-09-28  Simon Josefsson  <jas@extundo.com>
9539
9540         * message.el (message-use-idna): Default to t.
9541         (message-use-idna): Test whether encoding works too.  Doc fix.
9542
9543 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9544
9545         * nntp.el (nntp-warn-about-losing-connection): Remove.
9546
9547 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9548
9549         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9550         customizable.  Change default value.
9551         (mm-uu-diff-groups-regexp): Change default value.
9552         (mm-uu-type-alist): Add doc string.
9553         (mm-uu-configure): Add doc string.  Make it interactive.
9554         (mm-uu-tex-groups-regexp): New variable.
9555         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9556         (mm-uu-type-alist): Add LaTeX documents.
9557         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9558         of "text/verbatim".
9559         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9560
9561         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9562         instead of "text/verbatim".
9563
9564         * message.el (message-mark-inserted-region)
9565         (message-mark-insert-file): Use slrn style marks when called with
9566         prefix argument.
9567
9568 2005-09-27  Simon Josefsson  <jas@extundo.com>
9569
9570         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9571
9572 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9573
9574         * message.el (message-remove-duplicates): New function.
9575         Implementation borrowed from `gnus-remove-duplicates'.
9576         (message-idna-to-ascii-rhs): Also encode idna addresses in
9577         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9578         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9579         only ask about the same idna domain once per header and also tell
9580         in what header to replace the idna domain.
9581
9582         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9583         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9584         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9585         a header is decoded and not just the last one.
9586
9587 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9588
9589         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9590         has been decoded.
9591
9592         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9593         (mm-insert-part): Don't modify text if it has been decoded.
9594
9595         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9596         decoded.
9597
9598         * mm-view.el (mm-inline-text): Don't strip text props unless
9599         decoding enriched or richtext parts.
9600
9601 2005-09-25  Romain Francoise  <romain@orebokech.com>
9602
9603         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9604         * gnus-start.el (gnus-subscribe-interactively):
9605         * gnus-uu.el (gnus-uu-grab-articles):
9606         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9607         space.
9608
9609 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9610
9611         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9612         * mm-view.el (mm-view-pkcs7-decrypt):
9613         * gnus-sum.el (gnus-summary-limit-to-extra)
9614         (gnus-summary-respool-article, gnus-read-move-group-name):
9615         * gnus-score.el (gnus-summary-increase-score):
9616         * gnus-util.el (gnus-completing-read-with-default):
9617         * gnus-art.el (gnus-read-save-file-name)
9618         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9619         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9620         * message.el (message-check-news-header-syntax):
9621         Follow convention for reading with the minibuffer.
9622
9623 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9624
9625         * spam-report.el (spam-report-url-ping-plain):
9626         Use gnus-extended-version as User-Agent.
9627
9628         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9629         default value is nil.
9630
9631         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9632         (mm-uu-verbatim-marks-extract): New function.
9633         (mm-uu-extract): New face.
9634         (mm-uu-copy-to-buffer): Use it.
9635
9636         * spam-report.el (spam-report-gmane-ham): Renamed from
9637         `spam-report-gmane-unspam'.
9638         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9639         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9640
9641         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9642         Autoload.
9643         (spam-report-gmane-unregister-routine): Renamed
9644         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9645
9646 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9647
9648         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9649         (spam-report-gmane-unregister-routine): Add support for gmane
9650         unregistration.
9651
9652         * spam-report.el (spam-report-gmane-unspam)
9653         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9654         (spam-report-gmane): Change to take a single article and do unspam
9655         registration.
9656
9657 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9658
9659         * mm-url.el (mm-url-decode-entities): Fix regexp.
9660
9661 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9662
9663         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9664         default to nil, to be able to use Gnus at all.  If the default
9665         switches to something else, then the function should be fixed not
9666         be exceedingly slow.
9667
9668 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9669
9670         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9671         fail hard.
9672
9673         * spam-report.el: Add better Keywords line.
9674
9675         * spam.el: Add Maintainer and better Keywords line.
9676
9677 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9678
9679         * gnus-art.el (gnus-article-replace-part)
9680         (gnus-mime-replace-part): New functions.
9681         (gnus-mime-action-alist, gnus-mime-button-commands)
9682         (gnus-mime-save-part-and-strip): Added file argument.
9683         (gnus-article-part-wrapper): Added interactive argument.
9684
9685         * gnus-sum.el (gnus-summary-mime-map): Add
9686         `gnus-article-replace-part'.
9687
9688 2005-09-19  Didier Verna  <didier@xemacs.org>
9689
9690         The nnml compaction feature:
9691         * nnml.el (nnml-request-compact-group): New function.
9692         * nnml.el (nnml-request-compact): New function.
9693         * gnus-int.el (gnus-request-compact-group): New function.
9694         * gnus-int.el (gnus-request-compact): New function.
9695         * gnus-group.el (gnus-group-compact-group): New function.
9696         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9697         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9698         * gnus-srvr.el (gnus-server-compact-server): New function.
9699         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9700         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9701
9702 2005-09-18  Deepak Goel  <deego@gnufans.org>
9703
9704         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9705         format spec.
9706
9707 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9708
9709         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9710
9711 2005-09-15  Romain Francoise  <romain@orebokech.com>
9712
9713         * message.el (message-fill-paragraph): Clarify docstring.
9714
9715 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9716
9717         * gnus-art.el (gnus-mime-display-part): Protect against broken
9718         MIME messages.
9719
9720 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9721
9722         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9723         before parsing header.
9724
9725 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9726
9727         * html2text.el (html2text-replace-list): Add new entities.
9728
9729 2005-09-11  Romain Francoise  <romain@orebokech.com>
9730
9731         * message.el (message-alternative-emails): Improve docstring.
9732         (message-setup-1): Call `message-use-alternative-email-as-from'
9733         after `message-setup-hook' to give it precedence over posting
9734         styles, etc.
9735         (message-use-alternative-email-as-from): Add docstring.  Remove
9736         the original From header if present.
9737
9738         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9739         (nnml-save-mail): Use it.
9740
9741         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9742         articles.  Add new argument `silent'.
9743         (gnus-uu-mark-all): Report the total number of marked articles.
9744
9745 2005-09-10  Romain Francoise  <romain@orebokech.com>
9746
9747         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9748         (gnus-uu-mark-series): Likewise.
9749
9750 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9751
9752         * spam-report.el (spam-report-gmane): Fix generation of spam
9753         report URL.
9754
9755 2005-09-10  Simon Josefsson  <jas@extundo.com>
9756
9757         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9758         t, based on discussion on the ding list with Robert Epprecht
9759         <epprecht@solnet.ch>.
9760
9761 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9762
9763         * spam-report.el (spam-report-gmane): Make it work without
9764         X-Report-Spam header.  Gmane now only provides Archived-At.
9765         This is only used if `spam-report-gmane-use-article-number' is nil.
9766         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9767
9768         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9769         make `gnus-summary-sort-by-recipient' work with threading.
9770
9771         * nnweb.el (nnweb-google-wash-article): Print a message if article
9772         is not available.
9773
9774 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9775
9776         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9777         change.  Decode text/* parts content before displaying.
9778
9779 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9780
9781         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9782
9783 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9784
9785         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9786
9787         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9788         url-package-name, url-package-version,
9789         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9790         w3m-display-inline-images, and w3m-minor-mode-map.
9791
9792 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9793
9794         * message.el (message-tab-body-function): Fix mismatched custom type.
9795
9796         * gnus.el (gnus-group-change-level-function): Ditto.
9797
9798         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9799
9800         * gnus-art.el (gnus-signature-limit)
9801         (gnus-article-mime-part-function): Ditto.
9802
9803 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9804
9805         * mml.el (mml-mode): Silence the byte compiler.
9806
9807         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9808         using `(sit-for 0)' before moving the point to the specified part;
9809         skip unbuttonized parts.
9810         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9811         return to the summary window if gnus-auto-select-part is non-nil.
9812
9813 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9814
9815         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9816         variables.
9817         (mml-dnd-attach-file, mml-mode): Use them.
9818
9819         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9820         Make fetching article by MID work again for Google Groups.  Added
9821         FIXME concerning gnus-group-make-web-group.
9822
9823         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9824         Don't depend on Gnus by using mail-extract-address-components if
9825         gnus-extract-address-components is not bound.
9826
9827 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9828
9829         * gnus-art.el (gnus-mime-display-security): Don't display the
9830         signature, but only the signed part.
9831
9832 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9833
9834         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9835
9836         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9837         list, not listp.
9838
9839 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9840
9841         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9842         when encoding.
9843
9844         * mm-bodies.el (mm-decode-content-transfer-encoding):
9845         De-canonicalize CRLF for all text content types, not just
9846         text/plain.
9847
9848 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9849
9850         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9851         valid article; point arrow and cursor at the MIME button.
9852
9853 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9854
9855         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9856         Suggested by Dan Christensen <jdc@uwo.ca>.
9857
9858         * mm-decode.el (mm-save-part): Enable change of prompt.
9859
9860 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9861
9862         * gnus-msg.el (gnus-inews-add-send-actions): Made
9863         `message-post-method' lambda parameter ARG `&optional'.
9864
9865 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9866
9867         * gnus-sum.el (gnus-summary-mime-map): Added
9868         gnus-article-save-part-and-strip, gnus-article-delete-part and
9869         gnus-article-jump-to-part.
9870
9871         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9872         (gnus-article-edit-part): Use it.
9873         (gnus-article-part-wrapper): Added no-handle argument.
9874         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9875         functions.
9876
9877 2005-08-29  Romain Francoise  <romain@orebokech.com>
9878
9879         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9880         docstring.
9881         (gnus-face-from-file): Likewise.
9882
9883 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9884
9885         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9886         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9887         non-nil.
9888         (gnus-auto-select-part): New variable.
9889         (gnus-article-jump-to-part): New function.
9890         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9891         (gnus-mime-delete-part): Allow selecting specified part after
9892         deleting or stripping parts.
9893         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9894         part if argument is bogus.
9895
9896 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9897
9898         * gnus-art.el (w3m-minor-mode-map):
9899         * gnus-spec.el (gnus-newsrc-file-version):
9900         * gnus-util.el (nnmail-active-file-coding-system)
9901         (gnus-original-article-buffer, gnus-user-agent):
9902         * gnus.el (gnus-ham-process-destinations)
9903         (gnus-parameter-ham-marks-alist)
9904         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9905         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9906         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9907         * mm-decode.el (gnus-current-window-configuration):
9908         * mm-extern.el (gnus-article-mime-handles):
9909         * mm-url.el (url-current-object, url-package-name)
9910         (url-package-version):
9911         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9912         (smime-keys, w3m-cid-retrieve-function-alist)
9913         (w3m-current-buffer, w3m-display-inline-images)
9914         (w3m-minor-mode-map):
9915         * mml-smime.el (gnus-extract-address-components):
9916         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9917         (gnus-newsrc-hashtb, message-default-charset)
9918         (message-deletable-headers, message-options)
9919         (message-posting-charset, message-required-mail-headers)
9920         (message-required-news-headers):
9921         * mml1991.el (mc-pgp-always-sign):
9922         * mml2015.el (mc-pgp-always-sign):
9923         * nnheader.el (nnmail-extra-headers):
9924         * rfc1843.el (gnus-decode-encoded-word-function)
9925         (gnus-decode-header-function, gnus-newsgroup-name):
9926         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9927
9928 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9929
9930         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9931         the end of the date treatments.
9932
9933 2005-08-15  Simon Josefsson  <jas@extundo.com>
9934
9935         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9936         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9937         Capello and Romain Francoise.
9938         (pgg-fetch-key-function): Removed, not used?
9939         (pgg-insert-url-with-w3): Require url, to get
9940         url-insert-file-contents regardless of where it is defined.
9941
9942 2005-08-13  Romain Francoise  <romain@orebokech.com>
9943
9944         * message.el (message-cite-original-1): New function.
9945         (message-cite-original): Use it.
9946         (message-cite-original-without-signature): Ditto.
9947
9948 2005-08-08  Romain Francoise  <romain@orebokech.com>
9949
9950         * message.el (message-yank-empty-prefix): New variable.
9951         (message-indent-citation): Use it.
9952         (message-cite-original-without-signature): Respect X-No-Archive.
9953
9954 2005-08-08  Simon Josefsson  <jas@extundo.com>
9955
9956         * pgg.el: Autoload url-insert-file-contents instead of loading
9957         w3/url.
9958         (pgg-insert-url-with-w3): Don't load url here.
9959
9960 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9961
9962         * message.el (message-kill-to-signature): Don't insert newline at
9963         bol.
9964         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9965
9966 2005-08-06  Romain Francoise  <romain@orebokech.com>
9967
9968         * message.el (message-user-fqdn): Fix typo in docstring.
9969
9970 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9971
9972         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9973
9974         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9975
9976 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9977
9978         * mm-bodies.el (mm-encode-body): Use coding system rather than
9979         charset to encode text.
9980
9981         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9982         number of charsets if utf-8 is available (XEmacs).
9983
9984 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9985
9986         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9987         taken from `gnus-button-mid-or-mail-regexp'.
9988         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9989         (gnus-button-alist): Improve regexp for domain part of the MIDs
9990         for news:localpart@domain buttons.
9991         (gnus-button-ctan-directory-regexp): Update.
9992
9993 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9994
9995         * sieve-manage.el (sieve-manage-interactive-login): Use
9996         make-local-variable rather than make-variable-buffer-local.
9997         (sieve-manage-open): Ditto.
9998         (sieve-manage-authenticate): Ditto.
9999
10000         * mml.el (mml-generate-mime-1): Make the content type default to
10001         text/plain if the filename is not specified.
10002
10003 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10004
10005         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10006         instead of insert-buffer.
10007
10008         * message.el (message-yank-original): Ditto; set the mark at the
10009         end of the yanked message.
10010
10011 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10012
10013         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10014         lines to scroll rather than to stop it.
10015
10016         * mml.el (mml-generate-default-type): Add doc string.
10017         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10018         default to application/octet-stream when determining the content
10019         type if it is not specified for the part or the mml contents; add
10020         a comment about mml-generate-default-type.
10021
10022 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10023
10024         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10025         make it default to application/octet-stream when determining the
10026         content type if it is not specified for the external contents.
10027
10028 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10029
10030         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10031         segmented parameter but also other parameters might be there.
10032
10033 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10034
10035         * mm-decode.el (mm-display-external): Delete temp file, directory
10036         and buffer immediately if the external process is exited.
10037
10038 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10039
10040         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10041         fewer lines than that of scroll-margin.
10042         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10043
10044 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10045
10046         * gnus-art.el (gnus-article-next-page): Revert.
10047         (gnus-article-beginning-of-window): New macro.
10048         (gnus-article-next-page-1): Use it.
10049         (gnus-article-prev-page): Ditto.
10050         (gnus-article-edit-part): Use insert-buffer-substring instead of
10051         insert-buffer.
10052         (gnus-article-edit-exit): Ditto.
10053
10054         * gnus-util.el (gnus-beginning-of-window): Remove.
10055         (gnus-end-of-window): Remove.
10056
10057         * lpath.el: Don't bind header-line-format and scroll-margin.
10058
10059 2005-07-25  Simon Josefsson  <jas@extundo.com>
10060
10061         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10062         to have the url package without w3.  Reported by Daiki Ueno
10063         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10064
10065 2005-07-20  Didier Verna  <didier@xemacs.org>
10066
10067         * gnus-diary.el: Remove the description comment (nndiary is now
10068         properly documented in the Gnus manual).
10069         Fix the spelling of "Back End".
10070         * nndiary.el: Ditto.
10071         Fix the copyright notice.
10072
10073 2005-07-18  Romain Francoise  <romain@orebokech.com>
10074
10075         * gnus-sum.el (gnus-summary-to-prefix)
10076         (gnus-summary-newsgroup-prefix): New variables.
10077         (gnus-summary-from-or-to-or-newsgroups): Use them.
10078
10079 2005-07-17  Romain Francoise  <romain@orebokech.com>
10080
10081         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10082         space as it's generally not especially interesting to the user.
10083
10084 2005-07-16  Romain Francoise  <romain@orebokech.com>
10085
10086         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10087         nil to avoid prompting and file modification if one of the
10088         messages at the top of the nnfolder file contains a copyright
10089         notice.
10090         Update copyright notice.
10091
10092         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10093         instead of `current-time-string' as the latter creates a time
10094         string that is not RFC 2822 compliant (it lacks the zone).
10095         Update copyright notice.
10096
10097 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10098
10099         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10100         for text/rtf.  Display default in prompt.  Pass default for M-n.
10101
10102         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10103
10104 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10105
10106         * gnus-msg.el (gnus-button-mailto): Remove
10107         save-selected-window-window hackery because it relies on
10108         save-selected-window internals.
10109
10110 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10111
10112         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10113         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10114         (gnus-article-prev-page): Ditto.
10115
10116         * gnus-util.el (gnus-beginning-of-window): New function.
10117         (gnus-end-of-window): New function.
10118
10119         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10120
10121 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10122
10123         * gnus-score.el (gnus-score-edit-all-score): Set
10124         gnus-score-edit-exit-function to gnus-score-edit-done and call
10125         gnus-message.
10126
10127 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10128
10129         * gnus-msg.el (gnus-button-mailto): Remove
10130         save-selected-window-window hackery because it relies on
10131         save-selected-window internals.
10132
10133 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10134
10135         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10136         add-minor-mode.
10137         (gnus-binary-mode): Ditto.
10138
10139         * gnus-topic.el (gnus-topic-mode): Ditto.
10140
10141 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10142
10143         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10144         (gnus-article-prev-page): Take scroll-margin into consideration.
10145
10146 2005-07-04  Lute Kamstra  <lute@gnu.org>
10147
10148         Update FSF's address in GPL notices.
10149
10150 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10151
10152         * gnus.el (gnus-exit):
10153         * gnus-group.el (gnus-group-icons):
10154         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10155
10156         * gnus-nocem.el (gnus-nocem):
10157         * message.el (message-various, message-buffers, message-sending)
10158         (message-interface, message-forwarding, message-insertion)
10159         (message-headers, message-news, message-mail):
10160         * pgg-gpg.el (pgg-gpg):
10161         * pgg-parse.el (pgg-parse):
10162         * pgg-pgp.el (pgg-pgp):
10163         * pgg-pgp5.el (pgg-pgp5):
10164         * pop3.el (pop3): Finish `defgroup' description with period.
10165
10166 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10167
10168         * gnus-art.el (article-display-face): Improve the efficiency.
10169         (article-display-x-face): Ditto; remove grey x-face stuff.
10170
10171 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10172
10173         * gnus-art.el (article-display-face): Correct the position in
10174         which Faces are inserted.
10175
10176 2005-06-29  Didier Verna  <didier@xemacs.org>
10177
10178         * gnus-art.el (article-display-face): Display faces in correct
10179         order.
10180
10181 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10182
10183         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10184         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10185         (gnus-nocem-check-article): Fetch the Type header.
10186         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10187         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10188         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10189         make sure gnus-nocem-hashtb is initialized.
10190         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10191         (gnus-nocem-unwanted-article-p): Ditto.
10192
10193         * pgg.el (pgg-verify): Return the verification result.
10194
10195 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10196
10197         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10198         is ascii.
10199
10200 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10201
10202         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10203         `show-nonbreak-escape'.
10204
10205 2005-06-23  Lute Kamstra  <lute@gnu.org>
10206
10207         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10208
10209         * dig.el (dig-mode):
10210         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10211
10212 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10213
10214         * nnimap.el (nnimap-split-download-body): Fix spellings.
10215
10216 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10217
10218         * gnus-art.el (gnus-article-encrypt-body):
10219         * gnus-cus.el (gnus-score-customize):
10220         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10221         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10222
10223 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10224
10225         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10226         header by looking for magic "MII" at the beginnig.
10227
10228 2005-06-16  Miles Bader  <miles@gnu.org>
10229
10230         * gnus-xmas.el (gnus-xmas-group-startup-message):
10231         Use renamed gnus-splash face.
10232
10233         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10234         (assistant-field-face): New backward-compatibility alias for renamed
10235         face.
10236         (assistant-render-text): Use renamed assistant-field face.
10237
10238         * spam.el (spam): Remove "-face" suffix from face name.
10239         (spam-face): New backward-compatibility alias for renamed face.
10240         (spam-face, spam-initialize): Use renamed spam face.
10241
10242         * message.el (message-header-to, message-header-cc)
10243         (message-header-subject, message-header-newsgroups)
10244         (message-header-other, message-header-name)
10245         (message-header-xheader, message-separator, message-cited-text)
10246         (message-mml): Remove "-face" suffix from face names.
10247         (message-header-to-face, message-header-cc-face)
10248         (message-header-subject-face, message-header-newsgroups-face)
10249         (message-header-other-face, message-header-name-face)
10250         (message-header-xheader-face, message-separator-face)
10251         (message-cited-text-face, message-mml-face):
10252         New backward-compatibility aliases for renamed faces.
10253         (message-font-lock-keywords): Use renamed message faces.
10254
10255         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10256         (sieve-test-commands, sieve-tagged-arguments):
10257         Remove "-face" suffix from face names.
10258         (sieve-control-commands-face, sieve-action-commands-face)
10259         (sieve-test-commands-face, sieve-tagged-arguments-face):
10260         New backward-compatibility aliases for renamed faces.
10261         (sieve-control-commands-face, sieve-action-commands-face)
10262         (sieve-test-commands-face, sieve-tagged-arguments-face):
10263         Use renamed sieve faces.
10264
10265         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10266         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10267         (gnus-group-news-3-empty, gnus-group-news-4)
10268         (gnus-group-news-4-empty, gnus-group-news-5)
10269         (gnus-group-news-5-empty, gnus-group-news-6)
10270         (gnus-group-news-6-empty, gnus-group-news-low)
10271         (gnus-group-news-low-empty, gnus-group-mail-1)
10272         (gnus-group-mail-1-empty, gnus-group-mail-2)
10273         (gnus-group-mail-2-empty, gnus-group-mail-3)
10274         (gnus-group-mail-3-empty, gnus-group-mail-low)
10275         (gnus-group-mail-low-empty, gnus-summary-selected)
10276         (gnus-summary-cancelled, gnus-summary-high-ticked)
10277         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10278         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10279         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10280         (gnus-summary-low-undownloaded)
10281         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10282         (gnus-summary-low-unread, gnus-summary-normal-unread)
10283         (gnus-summary-high-read, gnus-summary-low-read)
10284         (gnus-summary-normal-read, gnus-splash):
10285         Remove "-face" suffix from face names.
10286         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10287         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10288         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10289         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10290         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10291         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10292         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10293         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10294         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10295         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10296         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10297         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10298         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10299         (gnus-summary-normal-ticked-face)
10300         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10301         (gnus-summary-normal-ancient-face)
10302         (gnus-summary-high-undownloaded-face)
10303         (gnus-summary-low-undownloaded-face)
10304         (gnus-summary-normal-undownloaded-face)
10305         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10306         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10307         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10308         (gnus-splash-face):
10309         New backward-compatibility aliases for renamed faces.
10310         (gnus-group-startup-message): Use renamed gnus faces.
10311
10312         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10313         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10314         (gnus-server-agent): Remove "-face" suffix from face names.
10315         (gnus-server-agent-face, gnus-server-opened-face)
10316         (gnus-server-closed-face, gnus-server-denied-face)
10317         (gnus-server-offline-face):
10318         New backward-compatibility aliases for renamed faces.
10319         (gnus-server-agent-face, gnus-server-opened-face)
10320         (gnus-server-closed-face, gnus-server-denied-face)
10321         (gnus-server-offline-face): Use renamed gnus faces.
10322
10323         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10324         Remove "-face" suffix from face names.
10325         (gnus-picon-xbm-face, gnus-picon-face):
10326         New backward-compatibility aliases for renamed faces.
10327
10328         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10329         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10330         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10331         (gnus-cite-11): Remove "-face" suffix from face names.
10332         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10333         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10334         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10335         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10336         New backward-compatibility aliases for renamed faces.
10337         (gnus-cite-attribution-face, gnus-cite-face-list)
10338         (gnus-article-boring-faces): Use renamed gnus faces.
10339
10340         * gnus-art.el (gnus-signature, gnus-header-from)
10341         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10342         (gnus-header-content): Remove "-face" suffix from face names.
10343         (gnus-signature-face, gnus-header-from-face)
10344         (gnus-header-subject-face, gnus-header-newsgroups-face)
10345         (gnus-header-name-face, gnus-header-content-face):
10346         New backward-compatibility aliases for renamed faces.
10347         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10348
10349         * gnus-sum.el (gnus-summary-selected-face)
10350         (gnus-summary-highlight): Use renamed gnus faces.
10351         * gnus-group.el (gnus-group-highlight): Likewise.
10352
10353 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10354
10355         * gnus-sieve.el (gnus-sieve-article-add-rule):
10356         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10357         * spam-stat.el (spam-stat-buffer-change-to-spam)
10358         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10359
10360         * message.el (message-is-yours-p):
10361         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10362
10363 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10364
10365         * mm-view.el (mm-inline-text): Withdraw the last change.
10366
10367 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10368
10369         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10370         executing enriched-decode.
10371
10372 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10373
10374         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10375         charset of tar files.
10376
10377 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10378
10379         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10380
10381 2005-06-04  Lute Kamstra  <lute@gnu.org>
10382
10383         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10384         information is never recorded.
10385
10386 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10387
10388         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10389
10390 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10391
10392         * pop3.el (pop3-apop): Run md5 in the binary mode.
10393
10394         * starttls.el (starttls-set-process-query-on-exit-flag):
10395         Use eval-and-compile.
10396
10397 2005-05-31  Simon Josefsson  <jas@extundo.com>
10398
10399         * smime.el (smime-replace-in-string): Define.
10400         (smime-cert-by-ldap-1): Use it.
10401
10402 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10403
10404         * gnus-art.el (article-display-x-face): Replace
10405         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10406
10407         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10408         set-process-query-on-exit-flag or process-kill-without-query.
10409
10410         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10411         loop instead of replace-regexp.
10412
10413         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10414         instead of process-kill-without-query if it is available.
10415
10416         * lpath.el: Fbind ldap-search-entries.
10417
10418         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10419         instead of find-file-hooks if it is available.
10420
10421         * mml1991.el: Bind pgg-default-user-id when compiling.
10422
10423         * mml2015.el: Bind pgg-default-user-id when compiling.
10424
10425         * nndraft.el (nndraft-request-associate-buffer):
10426         Use write-contents-functions instead of write-contents-hooks if it is
10427         available.
10428
10429         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10430         instead of find-file-hooks if it is available.
10431
10432         * nntp.el (nntp-open-connection): Replace
10433         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10434         (nntp-open-ssl-stream): Ditto.
10435         (nntp-open-tls-stream): Ditto.
10436
10437         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10438         set-process-query-on-exit-flag or process-kill-without-query.
10439         (starttls-open-stream-gnutls): Use it instead of
10440         process-kill-without-query.
10441         (starttls-open-stream): Ditto.
10442
10443 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10444
10445         * smime.el (smime-cert-by-ldap-1): Don't use
10446         replace-regexp-in-string.
10447
10448 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10449
10450         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10451
10452         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10453         in PEM format.  Adjust to the XEmacs compability.
10454
10455 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10456
10457         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10458         by `string-to-number'.
10459         * gnus-agent.el (gnus-agent-regenerate-group)
10460         (gnus-agent-fetch-articles): Ditto.
10461         * gnus-art.el (gnus-button-fetch-group): Ditto.
10462         * gnus-cache.el (gnus-cache-generate-active)
10463         (gnus-cache-articles-in-group): Ditto.
10464         * gnus-group.el (gnus-group-set-current-level)
10465         (gnus-group-insert-group-line): Ditto.
10466         * gnus-score.el (gnus-score-set-expunge-below)
10467         (gnus-score-set-mark-below, gnus-summary-score-effect)
10468         (gnus-summary-score-entry): Ditto.
10469         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10470         (gnus-soup-pack): Ditto.
10471         * gnus-spec.el (gnus-xmas-format): Ditto.
10472         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10473         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10474         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10475         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10476         * nndb.el (nndb-get-remote-expire-response): Ditto.
10477         * nndiary.el (nndiary-parse-schedule-value)
10478         (nndiary-string-to-number, nndiary-request-replace-article)
10479         (nndiary-request-article): Ditto.
10480         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10481         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10482         * nneething.el (nneething-make-head): Ditto.
10483         * nnfolder.el (nnfolder-request-article)
10484         (nnfolder-retrieve-headers): Ditto.
10485         * nnheader.el (nnheader-file-to-number): Ditto.
10486         * nnkiboze.el (nnkiboze-request-article): Ditto.
10487         * nnmail.el (nnmail-process-unix-mail-format)
10488         (nnmail-process-babyl-mail-format): Ditto.
10489         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10490         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10491         (nnmh-request-create-group, nnmh-request-list-1)
10492         (nnmh-request-group, nnmh-request-article): Ditto.
10493         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10494         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10495         * nnsoup.el (nnsoup-make-active): Ditto.
10496         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10497         * nntp.el (nntp-find-group-and-number)
10498         (nntp-retrieve-headers-with-xover): Ditto.
10499         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10500         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10501         (pgg-format-key-identifier): Ditto.
10502         * pop3.el (pop3-last, pop3-stat): Ditto.
10503         * qp.el (quoted-printable-decode-region): Ditto.
10504
10505         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10506         of concat.
10507
10508 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10509
10510         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10511
10512         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10513
10514         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10515
10516         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10517
10518         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10519
10520         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10521
10522         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10523         (gnus-carpal-mode): Ditto.
10524
10525         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10526         (gnus-browse-mode): Ditto.
10527
10528         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10529
10530         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10531
10532 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10533
10534         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10535
10536 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10537
10538         * gnus-util.el (gnus-run-mode-hooks): New function.
10539
10540         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10541
10542         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10543         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10544
10545 2005-05-27  Lute Kamstra  <lute@gnu.org>
10546
10547         * dns-mode.el (dns-mode): Specify customization group.
10548
10549 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10550
10551         * gnus-agent.el (gnus-agent-make-mode-line-string):
10552         Use mode-line-highlight as mouse-face.
10553
10554 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10555
10556         * canlock.el (canlock): Change the parent group to news.
10557
10558         * deuglify.el (gnus-outlook-deuglify): Add :group.
10559
10560         * dig.el (dig): Add :group.
10561
10562         * dns-mode.el (dns-mode): Add :group.
10563
10564         * encrypt.el (encrypt): Add :group.
10565
10566         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10567         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10568         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10569         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10570         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10571
10572         * gnus-diary.el (gnus-diary): Add :group.
10573
10574         * gnus.el (gnus-group-news-1-face): Add :group.
10575         (gnus-group-news-1-empty-face): Ditto.
10576         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10577         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10578         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10579         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10580         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10581         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10582         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10583         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10584         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10585         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10586         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10587         (gnus-summary-high-ticked-face): Ditto.
10588         (gnus-summary-low-ticked-face): Ditto.
10589         (gnus-summary-normal-ticked-face): Ditto.
10590         (gnus-summary-high-ancient-face): Ditto.
10591         (gnus-summary-low-ancient-face): Ditto.
10592         (gnus-summary-normal-ancient-face): Ditto.
10593         (gnus-summary-high-undownloaded-face): Ditto.
10594         (gnus-summary-low-undownloaded-face): Ditto.
10595         (gnus-summary-normal-undownloaded-face): Ditto.
10596         (gnus-summary-high-unread-face): Ditto.
10597         (gnus-summary-low-unread-face): Ditto.
10598         (gnus-summary-normal-unread-face): Ditto.
10599         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10600         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10601
10602         * hashcash.el (hashcash): New custom group.
10603         (hashcash-default-payment): Add :group.
10604         (hashcash-payment-alist): Ditto.
10605         (hashcash-default-accept-payment): Ditto.
10606         (hashcash-accept-resources): Ditto.
10607         (hashcash-path): Ditto.
10608         (hashcash-extra-generate-parameters): Ditto.
10609         (hashcash-double-spend-database): Ditto.
10610         (hashcash-in-news): Ditto.
10611
10612         * message.el (message-minibuffer-local-map): Add :group.
10613
10614         * netrc.el (netrc): Add :group.
10615
10616         * sieve-manage.el (sieve-manage-log): Add :group.
10617         (sieve-manage-default-user): Diito.
10618         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10619         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10620         (sieve-manage-authenticators): Ditto.
10621         (sieve-manage-authenticator-alist): Ditto.
10622         (sieve-manage-default-port): Ditto.
10623
10624         * sieve-mode.el (sieve-control-commands-face): Add :group.
10625         (sieve-action-commands-face): Ditto.
10626         (sieve-test-commands-face): Ditto.
10627         (sieve-tagged-arguments-face): Ditto.
10628
10629         * smime.el (smime): Add :group.
10630
10631         * spam-report.el (spam-report): Add :group.
10632
10633         * spam.el (spam, spam-face): Add :group.
10634
10635 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10636
10637         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10638         return \n.\n.\n at the end of articles.  Protect against that.
10639         (nntp-with-open-group): Allow debugging.
10640
10641         * nnheader.el (mail-header-set-extra): Make into a function
10642         because I just could't understand how to quote the list properly.
10643
10644         * dns.el (query-dns-cached): New function.
10645
10646 2005-05-26  Lute Kamstra  <lute@gnu.org>
10647
10648         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10649
10650 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10651
10652         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10653
10654         * gnus-art.el: Don't autoload mail-extract-address-components.
10655
10656         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10657         eval-and-compile to evaluate it.
10658
10659         * hashcash.el: Don't autoload executable-find.
10660
10661         * nndb.el: Don't declare the nndb back end two or more times; don't
10662         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10663
10664         * nntp.el: Autoload format-spec instead of format; use
10665         eval-and-compile to evaluate autoload forms.
10666
10667 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10668
10669         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10670
10671 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10672
10673         * gnus.el (gnus-version-number): Bump version.
10674
10675 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10676
10677         * gnus.el: No Gnus v0.3 is released.
10678
10679 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10680
10681         * lpath.el (featurep): Bind show-nonbreak-escape.
10682
10683 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10684
10685         * gnus-art.el (gnus-article-edit-part): Disable undo.
10686
10687 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10688
10689         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10690         gnus-article-date-lapsed-new-header is t if date timer is active;
10691         skip headers in which the original date value is empty.
10692         (gnus-article-save-original-date): Redefine it as a macro.
10693         (gnus-display-mime): Use it.
10694
10695 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10696
10697         * gnus-art.el (article-date-ut): Support converting date in
10698         forwarded parts as well.
10699         (gnus-article-save-original-date): New function.
10700         (gnus-display-mime): Use it.
10701
10702 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10703
10704         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10705         enclosure element of <item>.
10706
10707 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10708
10709         * message.el (message-kill-buffer-query): Renamed from
10710         `message-kill-buffer-query-if-modified'.  Added :version.
10711
10712 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10713
10714         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10715         window layout.
10716
10717 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10718
10719         * mml.el: Autoload dnd when compiling.
10720
10721 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10722
10723         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10724         x-dnd-*.
10725
10726 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10727
10728         * qp.el (quoted-printable-encode-region): Save excursion.
10729
10730 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10731
10732         * message.el (message-kill-buffer-query-if-modified): Add new variable
10733         so the user can kill a modified message buffer quickly.
10734         (message-kill-buffer): Use it.
10735
10736 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10737
10738         * lpath.el: Fbind display-time-event-handler; don't fbind
10739         string-to-multibyte.
10740
10741         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10742
10743 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10744
10745         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10746         contained in text because xml.el decodes entities) with LFs.
10747
10748 2005-04-11  Lute Kamstra  <lute@gnu.org>
10749
10750         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10751         differently.
10752
10753 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10754
10755         * mm-util.el (mm-detect-coding-region): Typo.
10756
10757 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10758
10759         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10760
10761 2005-04-06  Deepak Goel  <deego@gnufans.org>
10762
10763         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10764         user-function allow user modifications of the scores.
10765         (spam-stat-score-buffer-user): New function, to allow
10766         user-computed modifications to the score.
10767         (spam-stat-score-buffer-user-functions): List of additional
10768         scoring functions.
10769         (spam-stat-error-holder): Global temporary error holder.
10770         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10771         variable.
10772
10773 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10774
10775         * gnus-registry.el (gnus-registry-clean-empty-function)
10776         (gnus-registry-trim, gnus-registry-fetch-groups)
10777         (gnus-registry-delete-group): Groups that match
10778         `gnus-registry-ignored-groups' are removed from the registry
10779         entries, not just ignored for splitting.  This helps clean up the
10780         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10781         to get all the groups a message ID is in.
10782
10783         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10784         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10785         (spam-stat-score-buffer-user-functions): Add :number custom type.
10786
10787 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10788
10789         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10790         argument in XEmacs.
10791
10792         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10793         (nnrss-request-group): Decode group name first.
10794         (nnrss-request-article): Make a text/plain article if mml-to-mime
10795         failed.
10796         (nnrss-get-encoding): Return a compatible encoding according to
10797         nnrss-compatible-encoding-alist.
10798         (nnrss-find-el): Use consp instead of listp.
10799         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10800
10801 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10802
10803         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10804         which Emacs 20 doesn't support.
10805         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10806
10807 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10808
10809         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10810         silence the byte compiler inside the defun.
10811
10812         * gnus-demon.el (parse-time-string): Add autoload.
10813
10814         * gnus-delay.el (parse-time-string): Add autoload.
10815
10816         * gnus-art.el (parse-time-string): Add autoload.
10817
10818         * nnultimate.el (parse-time): Require for `parse-time-string'.
10819
10820 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10821
10822         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10823
10824         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10825
10826         * smime.el (smime-ldap-host-list): Add :version.
10827
10828 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10829
10830         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10831         pass it to `gnus-browse-read-group'.
10832         (gnus-browse-read-group): Add NUMBER argument and pass it to
10833         `gnus-group-read-ephemeral-group'.
10834
10835         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10836         argument and pass it to `gnus-group-read-group'.
10837
10838 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10839
10840         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10841         mm-xemacs-find-mime-charset-1 if we have the mule feature
10842         available at runtime.
10843
10844 2005-03-25  Werner Lemberg  <wl@gnu.org>
10845
10846         * nnmaildir.el: Replace `illegal' with `invalid'.
10847
10848 2005-03-23  Lute Kamstra  <lute@gnu.org>
10849
10850         * time-date.el: Add comment on time value formats.
10851         Don't require parse-time.
10852         (with-decoded-time-value): New macro.
10853         (encode-time-value): New function.
10854         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10855         (days-to-time): Return a valid time value when arg is huge.
10856         (time-since): Use time-subtract.
10857         (time-to-number-of-days): Use time-to-seconds.
10858
10859 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10860
10861         * gnus-start.el (gnus-display-time-event-handler):
10862         Check display-time-timer at runtime rather than only at load time
10863         in case display-time-mode is turned off in the mean time.
10864
10865 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10866
10867         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10868         used.
10869
10870         * nneething.el (nneething-map-file-directory): Derive from
10871         `gnus-directory'.
10872
10873         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10874         the To/Cc button.
10875
10876 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10877
10878         * nnmaildir.el (nnmaildir-request-accept-article):
10879         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10880
10881 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10882
10883         * gnus-async.el: Require timer-funcs at compile time when in
10884         XEmacs for `run-with-idle-timer'.
10885
10886 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10887
10888         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10889         autoloaded function.
10890
10891 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10892
10893         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10894
10895 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10896
10897         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10898
10899 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10900
10901         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10902         gnus-expert-user to default.
10903
10904 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10905
10906         * nnimap.el (nnimap-open-server): Ditto.
10907
10908         * imap.el (imap-authenticate): Fix typo.
10909
10910 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10911
10912         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10913         buffer (since IMAP server might return FETCH response out of
10914         order, and the nntp buffer must be sorted).
10915
10916 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10917
10918         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10919         comparison on string.
10920
10921         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10922         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10923         (gnus-agent-summary-fetch-series): Modified to protect against
10924         gnus-agent-summary-fetch-group clearing processable flags.
10925         (gnus-agent-synchronize-group-flags): Update live group buffer as
10926         synchronization may occur due to the user toggle the plugged
10927         status.
10928         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10929         successfully downloaded.
10930         (gnus-agent-expire-group-1): Avoid using markers when the overview
10931         is in ascending order; greatly improves performance.
10932         (gnus-agent-regenerate-group): Use
10933         gnus-agent-synchronize-group-flags to reset read status in both
10934         gnus and server.
10935         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10936
10937 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10938
10939         * message.el: Don't autoload former message-utils variables.
10940         (message-strip-subject-trailing-was): Change doc string.
10941
10942         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10943         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10944         (nnweb-google-search): Add "hl=en" here.
10945         (nnweb-google-parse-1, nnweb-google-create-mapping):
10946         Don't hardcode URL.
10947
10948 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10949
10950         * message.el (message-get-reply-headers, message-followup):
10951         Mention related variables `message-use-followup-to' and
10952         `message-use-mail-followup-to', in the information buffer.
10953
10954         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10955         of broken groups(-beta).google.com.
10956
10957 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10958
10959         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10960         parameter to invoked gnus-request-move-article; remove the
10961         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10962         all at once instead of once per article.
10963         (gnus-summary-remove-process-mark): Accept a list of articles as
10964         well as a single article for processing.
10965
10966         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10967         parameter.
10968
10969         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10970
10971         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10972
10973         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10974         parameter.
10975
10976         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10977         parameter.
10978
10979         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10980         parameter and remove the gnus-sum-hint-move-is-internal variable.
10981
10982         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10983         parameter.
10984
10985         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10986         parameter.
10987
10988         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10989         parameter.
10990
10991         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10992
10993         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10994         parameter.
10995
10996         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10997         parameter.
10998
10999 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11000
11001         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11002         a more conservative way.
11003
11004 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11005
11006         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11007         buffer, so it moves the window's cursor.
11008
11009 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11010
11011         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11012         `mm-dissect-multipart' and receive the from field as an (optional)
11013         argument from `mm-dissect-multipart'.
11014         (mm-dissect-multipart): Receive the from field as an argument and
11015         pass it on when we call `mm-dissect-buffer' on MIME parts.
11016         Fixes verification/decryption of signed/encrypted MIME parts.
11017
11018 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11019
11020         * gnus-sum.el (gnus-summary-move-article): Set
11021         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11022         whatever it calls (right now, only nnimap-request-move article
11023         respects it).
11024
11025         * nnimap.el (nnimap-request-move-article): When
11026         gnus-sum-hint-move-is-internal is set, don't do the extra
11027         nnimap-request-article.
11028
11029 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11030
11031         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11032
11033         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11034         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11035
11036         * gnus-sum.el (gnus-summary-caesar-message):
11037         Apply `gnus-treat-article' after rotation.
11038
11039         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11040         doc string.
11041
11042 2005-02-22  Simon Josefsson  <jas@extundo.com>
11043
11044         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11045         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11046         <arne@arnested.dk>.
11047         (encrypt): Add password-cache and password-cache-expiry as group
11048         members.
11049
11050 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11051
11052         * smime.el (smime-ldap-host-list): Doc fix.
11053         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11054         cache) password.
11055         (smime-sign-region): Use it.
11056         (smime-decrypt-region): Use it.
11057         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11058         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11059         fails.
11060         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11061         certificate from DER to PEM format rather than calling openssl.
11062
11063         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11064
11065         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11066         for signing/encryption.
11067
11068         * mml.el (mml-parse-1): Use them.
11069
11070 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11071
11072         * nnrss.el (nnrss-verbose): Removed.
11073         (nnrss-request-group): Use `nnheader-message' instead.
11074
11075 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11076
11077         * nnrss.el (nnrss-verbose): New variable.
11078         (nnrss-request-group): Make it say nnrss is requesting a group.
11079
11080 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11081
11082         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11083         Handle news URL with given port correctly.
11084
11085 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11086
11087         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11088         containing special characters.
11089
11090         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11091
11092         * mml.el (mime-to-mml): Ditto.
11093
11094         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11095         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11096         (rfc2047-decode-region): Quote decoded words containing special
11097         characters when rfc2047-quote-decoded-words-containing-tspecials
11098         is non-nil.
11099
11100 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11101
11102         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11103
11104         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11105
11106 2005-02-15  Simon Josefsson  <jas@extundo.com>
11107
11108         * nnimap.el (nnimap-debug): Doc fix.
11109
11110         * imap.el (imap-debug): Doc fix.
11111
11112 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11113
11114         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11115
11116 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11117
11118         * gnus.el (spam-contents): Improve docs for spam-contents
11119         parameter in its variable incarnation.
11120
11121 2005-02-14  Simon Josefsson  <jas@extundo.com>
11122
11123         * smime-ldap.el: Use require instead of load-library for ldap.
11124         (smime-ldap-search): Indent.
11125         (smime-ldap-search-internal): Shorten line.
11126
11127         * smime.el (smime-cert-by-dns): Add doc-string.
11128         (smime-cert-by-ldap-1): Indent.
11129
11130         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11131         mml-smime-get-dns-ldap.
11132         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11133
11134 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11135
11136         * smime.el: Require smime-ldap.
11137         (smime-ldap-host-list): New variable.
11138         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11139
11140         * mml-smime.el (mml-smime-encrypt-query): New function.
11141         (mml-smime-encrypt-query): Use it.
11142
11143         * smime-ldap.el: New file.
11144
11145 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11146
11147         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11148
11149 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11150
11151         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11152         argument in doc string.  Make query for type more clear.
11153
11154 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11155
11156         * gnus.el (gnus-group-startup-message): Search for gnus images in
11157         etc/images/gnus.
11158         * mm-util.el (mm-image-load-path): Likewise.
11159         * smiley.el (smiley-data-directory): Search for smilies in
11160         etc/images/smilies.
11161
11162 2005-02-09  Kim F. Storm  <storm@cua.dk>
11163
11164         Change Emacs release version from 21.4 to 22.1 throughout.
11165         Change Emacs development version from 21.3.50 to 22.0.50.
11166
11167 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11168
11169         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11170
11171         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11172         non-Mule XEmacs as well.
11173         (mm-decompress-buffer): Signal an error intentionally if it does
11174         not decompress compressed data because auto-compression-mode is
11175         disabled.
11176
11177 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11178
11179         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11180         an ID in the registry even if it has no groups.
11181
11182 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11183
11184         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11185         merge it into mm-decompress-buffer.
11186         (gnus-mime-copy-part): Use the MIME part charset, the value which
11187         a user specified or gnus-newsgroup-charset for decoding, like
11188         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11189         save-buffer what was used.  Suggested by Kevin Ryde
11190         <user42@zip.com.au>.
11191         (gnus-mime-inline-part): Allow the name parameter as well as the
11192         filename parameter; force decompressing of compressed data; always
11193         display contents being not decoded as unibyte.
11194
11195         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11196         as well as the filename parameter.
11197
11198         * mm-util.el (mm-decompress-buffer): Merge
11199         gnus-mime-jka-compr-maybe-uncompress.
11200         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11201         of compressed data.
11202
11203 2005-02-08  Simon Josefsson  <jas@extundo.com>
11204
11205         * imap.el (imap-log): Doc fix.
11206
11207 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11208
11209         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11210         the coding cookies; decompress compressed parts.
11211
11212         * mml.el (mml-generate-mime-1): Add the charset parameter according
11213         to the value which a user specified manually or the coding cookie.
11214
11215         * mm-util.el (mm-string-to-multibyte): New function.
11216         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11217         (mm-coding-system-to-mime-charset): New function.
11218         (mm-decompress-buffer): New function.
11219         (mm-find-buffer-file-coding-system): New function.
11220
11221         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11222         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11223         parts.
11224
11225 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11226
11227         * mm-view.el (mm-display-inline-fontify): Decode a part according
11228         to the charset parameter.
11229
11230 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11231
11232         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11233         prefix arg is neither nil nor a number, as info specifies.
11234
11235 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11236
11237         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11238         timestamps.
11239
11240 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11241
11242         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11243         groups error checking and notify user.
11244
11245 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11246
11247         * message.el (message-send-mail-function): Check existence of
11248         sendmail-program first before using default value
11249         `message-send-mail-with-sendmail'.  Otherwise use more generic
11250         `smtpmail-send-it'.
11251
11252 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11253
11254         * nntp.el (nntp-request-update-info): Always return nil.
11255
11256 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11257
11258         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11259
11260 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11261
11262         * message.el (message-beginning-of-line): Change the behavior when
11263         invoked between BOL and : so that it first moves backward.
11264
11265 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11266
11267         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11268         article buffer when editing of the article is discarded.
11269         (gnus-article-prepare): Revert.
11270
11271 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11272
11273         * gnus-art.el (gnus-article-prepare):
11274         Remove message-strip-forbidden-properties from the local hook.
11275
11276 2005-01-27  Simon Josefsson  <jas@extundo.com>
11277
11278         * password.el (password-cache-add): Only start one timer per key.
11279         Reported by Derek Atkins <warlord@MIT.EDU>.
11280
11281 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11282
11283         * run-at-time.el: Removed.  It is no longer needed as
11284         timer-funcs.el in the xemacs-base package has a working version of
11285         `run-at-time'.
11286
11287         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11288
11289         * password.el: Require timer-funcs instead of run-at-time in
11290         XEmacs.
11291         Remove `password-run-at-time' macro.
11292         (password-cache-add): Use `run-at-time' instead of
11293         `password-run-at-time'.
11294
11295         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11296         Remove `nnheader-cancel-function-timers' alias,
11297         `cancel-function-timers' exists in XEmacs in timer-funcs.
11298
11299         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11300         for `run-with-idle-timer'.
11301
11302         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11303         for `run-at-time'.
11304
11305         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11306         for `with-timeout'.
11307
11308         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11309         the same as for XEmacs 21.4.
11310         No need to ignore `run-with-idle-timer', this function exists in
11311         XEmacs now in timer-funcs.el in the xemacs-base package.
11312         (dgnushack-compile): No need to delete
11313         run-at-time.el from the list of files to compile because it
11314         doesn't exist anymore.
11315
11316 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11317
11318         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11319         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11320
11321 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11322
11323         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11324         sensitively.
11325
11326 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11327
11328         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11329
11330 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11331
11332         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11333         which will be inserted according to the multibyteness of a buffer
11334         rather than the type of contents.  Suggested by ARISAWA Akihiro
11335         <ari@mbf.ocn.ne.jp>.
11336
11337         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11338         of string which old xml.el may return rather than a string.
11339
11340 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11341
11342         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11343
11344 2005-01-16  Simon Josefsson  <jas@extundo.com>
11345
11346         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11347         idn/idna.el isn't available.
11348         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11349         <michael@waxrat.com>.
11350
11351         * hashcash.el: Remove non-FSF copyright header.
11352
11353         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11354         (hashcash-generate-payment): Use it.
11355         (hashcash-generate-payment-async): Use it.
11356
11357 2005-01-15  Simon Josefsson  <jas@extundo.com>
11358
11359         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11360         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11361
11362         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11363         gnus-summary-idna-message.
11364         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11365         (gnus-summary-idna-message): New function.
11366
11367 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11368
11369         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11370         gnus-novice-user.
11371
11372 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11373
11374         * nnrss.el (nnrss-request-delete-group): Delete entries in
11375         nnrss-group-alist as well.
11376         (nnrss-save-server-data): Insert newline.
11377
11378 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11379
11380         * gnus.el (gnus-user-agent): Use list of symbols instead of
11381         symbols.  Display full version number for (S)XEmacs.  Optionally
11382         display (S)XEmacs codename.
11383
11384         * gnus-util.el (gnus-emacs-version): Update for new
11385         `gnus-user-agent'.
11386
11387         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11388         Gnus version.
11389
11390 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11391
11392         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11393         which is unreadable in some setups.
11394
11395 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11396
11397         * gnus-spec.el (gnus-update-format-specifications): Flush the
11398         group format spec cache if it doesn't support decoded group names.
11399
11400 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11401
11402         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11403         Allow to apply decay on score files matching a regexp.
11404
11405 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11406
11407         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11408         compatibility in %g and %c.
11409
11410 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11411
11412         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11413         name for only %g and %c.
11414         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11415         of gnus-tmp-group to decoded group name.
11416         (gnus-group-make-rss-group): Exclude `/'s from group names.
11417
11418 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11419
11420         * nnrss.el (nnrss-get-encoding): Fix regexp.
11421
11422 2004-12-27  Simon Josefsson  <jas@extundo.com>
11423
11424         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11425         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11426         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11427
11428 2004-12-17  Kim F. Storm  <storm@cua.dk>
11429
11430         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11431
11432         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11433
11434 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11435
11436         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11437
11438 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11439
11440         * nnrss.el: Require rfc2047 and mml.
11441         (nnrss-file-coding-system): New variable.
11442         (nnrss-format-string): Redefine it as an inline function.
11443         (nnrss-decode-group-name): New function.
11444         (nnrss-string-as-multibyte): Remove.
11445         (nnrss-retrieve-headers): Decode group name; don't use
11446         nnrss-format-string.
11447         (nnrss-request-group): Decode group name.
11448         (nnrss-request-article): Decode group name; allow a Message-ID as
11449         well as an article number; don't use nnrss-format-string; encode a
11450         Message-ID string which may contain non-ASCII characters; use
11451         mml-to-mime to compose a MIME article.
11452         (nnrss-request-expire-articles): Decode group name.
11453         (nnrss-request-delete-group): Decode group name.
11454         (nnrss-fetch): Clarify error message.
11455         (nnrss-read-server-data): Use insert-file-contents instead of load;
11456         bind file-name-coding-system; use multibyte buffer.
11457         (nnrss-save-server-data): Bind coding-system-for-write to the
11458         value of nnrss-file-coding-system; bind file-name-coding-system;
11459         add coding cookie.
11460         (nnrss-read-group-data): Use insert-file-contents instead of load;
11461         bind file-name-coding-system; use multibyte buffer.
11462         (nnrss-save-group-data): Bind coding-system-for-write to the
11463         value of nnrss-file-coding-system; bind file-name-coding-system.
11464         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11465         make it work with non-ASCII text.
11466         (nnrss-find-el): Make it work with old xml.el as well.
11467
11468 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11469
11470         * nnrss.el (nnrss-get-encoding): New function.
11471         (nnrss-fetch): Use unibyte buffer initially; bind
11472         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11473         decode contents according to the encoding attribute.
11474         (nnrss-save-group-data): Add coding cookie.
11475         (nnrss-mime-encode-string): New function.
11476         (nnrss-check-group): Use it to encode subject and author.
11477
11478 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11479
11480         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11481         imaginary variable.
11482
11483 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11484
11485         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11486         correctly even if there are wide characters.
11487
11488 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11489
11490         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11491         downcased symbol names; make a new cache instead of reusing
11492         bbdb-hashtable.
11493
11494 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11495
11496         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11497         concatenating segments rather than before concatenating them.
11498         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11499
11500         * message.el (message-get-reply-headers): Bind `extra'.
11501
11502 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11503
11504         * message.el (message-extra-wide-headers): New variable.
11505         (message-get-reply-headers): Use it.
11506
11507 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11508
11509         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11510         (gnus-agent-group-pathname): Ditto.
11511
11512         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11513
11514         * gnus-group.el (gnus-group-make-group): Decode group name.
11515         (gnus-group-make-rss-group): Register the group data after opening
11516         the nnrss group.
11517
11518 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11519
11520         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11521         by expiry now get marked as read.
11522
11523 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11524
11525         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11526
11527 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11528
11529         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11530         unify Latin characters in XEmacs.
11531         (mm-find-mime-charset-region): Use it.
11532
11533 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11534
11535         * gnus-util.el (gnus-delete-directory): New function.
11536
11537         * gnus-agent.el (gnus-agent-delete-group): Use it.
11538
11539         * gnus-cache.el (gnus-cache-delete-group): Use it.
11540
11541 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11542
11543         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11544         names.
11545
11546 2004-12-16  Simon Josefsson  <jas@extundo.com>
11547
11548         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11549
11550 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11551
11552         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11553
11554         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11555         (gnus-group-set-current-level): Decode group name.
11556
11557 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11558
11559         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11560         failed.
11561
11562 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11563
11564         * gnus-group.el (gnus-group-delete-group): Decode group name.
11565         (gnus-group-make-rss-group): Encode group name.
11566         (gnus-group-catchup-current): Decode group name.
11567         (gnus-group-kill-group): Decode group name.
11568
11569 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11570
11571         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11572
11573 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11574
11575         * gnus-group.el (gnus-group-make-rss-group):
11576         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11577
11578         * gnus-start.el (gnus-setup-news): Honor user's setting to
11579         gnus-message-archive-method.  Suggested by Lute Kamstra
11580         <lute@gnu.org>.
11581
11582 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11583
11584         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11585         global counterparts of the buffer-local variables.
11586
11587 2004-11-16  Romain Francoise  <romain@orebokech.com>
11588
11589         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11590         counterparts of the buffer-local variables.
11591
11592 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11593
11594         * message.el (message-forbidden-properties): Fixed typo in doc
11595         string.
11596
11597 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11598
11599         * gnus-util.el (gnus-replace-in-string): Added doc string.
11600
11601         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11602         to avoid problems when splitting mails with many recipients.
11603
11604 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11605
11606         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11607         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11608
11609 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11610
11611         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11612         if there is no hashtable in memory or file modification time is
11613         newer than cached timestamp.
11614
11615 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11616
11617         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11618         not-matching option.
11619
11620 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11621
11622         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11623         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11624         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11625         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11626         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11627         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11628
11629 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11630
11631         * message.el (message-forward-make-body-mml): Remove headers
11632         according to message-forward-ignored-headers if a message is decoded.
11633
11634 2004-12-02  Romain Francoise  <romain@orebokech.com>
11635
11636         * message.el (message-forward-make-body-plain): Always remove
11637         headers according to message-forward-ignored-headers.
11638
11639 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11640
11641         * spam.el (spam-summary-prepare-exit): Remove the
11642         gnus-summary-limit pop for now, it has problems with ham marks for
11643         me.
11644
11645 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11646
11647         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11648         correctly.
11649
11650 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11651
11652         * format-spec.el (format-spec): Message the char.
11653
11654 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11655
11656         * gnus-art.el (gnus-split-methods): Reformat comments.
11657
11658         * spam.el (spam-summary-prepare-exit): Remove article limits
11659         before exiting the summary buffer.
11660
11661 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11662
11663         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11664         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11665
11666         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11667         order to silence the byte compiler.
11668
11669         * spam.el: Fix the way to silence the byte compiler, which
11670         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11671         bbdb-search-simple, spam-BBDB-register-routine,
11672         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11673         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11674         spam-stat-buffer-is-spam, spam-stat-load,
11675         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11676         spam-stat-save and spam-stat-split-fancy.
11677
11678 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11679
11680         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11681         which may confuse users.
11682         (canlock-password-for-verify): Ditto.
11683
11684         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11685
11686         * gnus-art.el (gnus-emphasis-alist): Ditto.
11687
11688         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11689
11690         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11691
11692         * gnus-start.el (gnus-save-killed-list): Ditto.
11693
11694         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11695         (gnus-sum-thread-tree-root): Ditto.
11696         (gnus-sum-thread-tree-false-root): Ditto.
11697         (gnus-sum-thread-tree-single-indent): Ditto.
11698
11699         * message.el (message-courtesy-message): Ditto.
11700         (message-archive-note): Ditto.
11701         (message-subscribed-address-file): Ditto.
11702         (message-user-fqdn): Ditto.
11703
11704         * spam-report.el (spam-report-gmane-regex): Ditto.
11705
11706         * spam.el (spam-blackhole-good-server-regex): Ditto.
11707
11708 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11709
11710         * mml.el (mml-preview): Widen the message buffer before copying
11711         the contents to the preview buffer; sort headers before previewing.
11712
11713         * message.el (message-hidden-headers): Fix the way to avoid a bug
11714         in the `repeat' widget in Emacs 21.3 or earlier.
11715
11716 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11717
11718         * message.el (message-hidden-headers): Default to "^References:".
11719         Improve customization type.  Suggested by Reiner Steib
11720         <Reiner.Steib@gmx.de>.
11721
11722 2004-11-25  Romain Francoise  <romain@orebokech.com>
11723
11724         * message.el (message-strip-forbidden-properties): Remove check for
11725         obsolete `message-hidden' text property, hidden headers are not
11726         accessible in the buffer anymore.
11727
11728 2004-11-22  Romain Francoise  <romain@orebokech.com>
11729
11730         * message.el (message-header-format-alist): Add `From' in list
11731         so that it can be sorted.
11732         (message-fix-before-sending): Widen and sort headers before
11733         sending.
11734         (message-hide-headers): Use narrowing to hide headers by moving
11735         them to the top of the buffer and narrowing to the region
11736         underneath.
11737
11738 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11739
11740         * message.el (message-strip-forbidden-properties): Bind
11741         buffer-read-only (etc) to nil.
11742
11743 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11744
11745         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11746         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11747
11748 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11749
11750         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11751
11752 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11753
11754         * dns.el (query-dns): Use sit-for to time instead of
11755         accept-process-output, since that doesn't seem to work on udp
11756         sockets.
11757
11758 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11759
11760         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11761
11762 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11763
11764         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11765         doc string.  Improve doc string.
11766
11767 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11768
11769         * nntp.el (nntp-request-update-info): Return nil if
11770         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11771         may not call gnus-activate-group which uselessly issues the GROUP
11772         commands for all nntp groups and wastes time.  Reported by Romain
11773         Francoise <romain@orebokech.com>.
11774
11775         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11776
11777 2004-11-15  Simon Josefsson  <jas@extundo.com>
11778
11779         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11780         headers separately.
11781         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11782         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11783
11784 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11785
11786         * gnus-start.el (gnus-convert-old-newsrc):
11787         Assign legacy-gnus-agent to 5.10.7.
11788
11789 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11790
11791         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11792         start of the lines.
11793
11794 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11795
11796         * hashcash.el (hashcash-default-payment): Change default to 20.
11797         (hashcash-default-accept-payment): Change default to 20.
11798         (hashcash-process-alist): New variable.
11799         (hashcash-generate-payment-async): Add.
11800         (hashcash-already-paid-p): Add.
11801         (hashcash-insert-payment): Don't generate payments twice.
11802         (hashcash-insert-payment-async): Add.
11803         (hashcash-insert-payment-async-2): Add.
11804         (hashcash-cancel-async): Add.
11805         (hashcash-wait-async): Add.
11806         (hashcash-processes-running-p): Add.
11807         (hashcash-wait-or-cancel): Add.
11808         (mail-add-payment): New optional argument.  Conditionally start
11809         asynchronous calculation.
11810         (mail-add-payment-async): Add.
11811
11812         * message.el (message-send-mail): Wait for asynchronous hashcash
11813         results.  Don't clobber existing X-Hashcash headers.
11814         (message-setup-1): Call mail-add-payment-async when
11815         message-generate-hashcash is non-nil.
11816
11817 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11818
11819         * message.el (message-use-alternative-email-as-from): Examine the
11820         From header as well; use message-make-from in order to include a
11821         user's full name.
11822
11823 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11824
11825         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11826         default; improve customization type.
11827         (gnus-emphasis-custom-with-format): New macro.
11828         (gnus-emphasis-custom-value-to-external): New function.
11829         (gnus-emphasis-custom-value-to-internal): New function.
11830
11831 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11832
11833         * dns.el (query-dns): Resolve reverse addresses.
11834
11835 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11836
11837         * gnus-group.el (gnus-group-get-new-news): Use it.
11838
11839         * gnus-start.el (gnus-check-reasonable-setup): New function.
11840
11841 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11842
11843         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11844         "Args out of range" error.  Reported by Arnaud Giersch
11845         <arnaud.giersch@free.fr>.
11846
11847 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11848
11849         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11850
11851 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11852
11853         * spam.el (spam group): Add :version.
11854
11855         * pgg-def.el (pgg group): Add :version.
11856
11857 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11858
11859         * gnus-art.el (gnus-article-edit-article): Don't associate the
11860         article buffer with a draft file.  This is a temporary measure
11861         against the 2004-08-22 change to gnus-article-edit-mode.
11862
11863 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11864
11865         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11866         (html2text-format-tags): Remove unused variable `attr'.
11867
11868 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11869
11870         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11871
11872         * tls.el (tls-process-connection-type, tls-success)
11873         (tls-certtool-program): Add :version.
11874
11875         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11876         (starttls-extra-arguments, starttls-process-connection-type)
11877         (starttls-connect, starttls-failure, starttls-success): Add :version.
11878
11879         * spam-stat.el (spam-stat): Add :version.
11880
11881         * sieve.el (sieve): Add :version.
11882
11883         * sha1.el (sha1): Add :version.
11884         (sha1-use-external): Remove redundant version.
11885
11886         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11887         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11888         (nnmail-split-fancy-match-partial-words)
11889         (nnmail-split-lowercase-expanded): Add :version.
11890
11891         * nndiary.el (nndiary): Add :version.
11892
11893         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11894
11895         * mml-sec.el (mml-default-sign-method)
11896         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11897         Add :version.
11898
11899         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11900
11901         * mm-url.el (mm-url-use-external, mm-url-program)
11902         (mm-url-arguments): Add :version.
11903
11904         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11905         (mm-attachment-file-modes, mm-decrypt-option)
11906         (mm-w3m-safe-url-regexp): Add :version.
11907
11908         * message.el (message-cite-prefix-regexp)
11909         (message-sendmail-envelope-from, message-minibuffer-local-map)
11910         (message-user-fqdn, message-completion-alist): Add :version.
11911
11912         * gnus-win.el (gnus-configure-windows-hook)
11913         (gnus-use-frames-on-any-display): Add :version.
11914
11915         * gnus-art.el (gnus-article-address-banner-alist)
11916         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11917         (gnus-treat-from-picon, gnus-treat-mail-picon)
11918         (gnus-treat-x-pgp-sig): Add :version.
11919
11920         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11921         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11922         (gnus-summary-article-delete-hook)
11923         (gnus-summary-display-while-building): Add :version.
11924
11925         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11926         (gnus-get-top-new-news-hook): Add :version.
11927
11928         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11929         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11930
11931         * gnus-registry.el (gnus-registry): Add :version.
11932
11933         * gnus-spec.el (gnus-use-correct-string-widths)
11934         (gnus-make-format-preserve-properties): Add :version.
11935
11936         * gnus.el (gnus-group-charter-alist)
11937         (gnus-group-fetch-control-use-browse-url)
11938         (gnus-install-group-spam-parameters): Add :version.
11939
11940         * gnus-diary.el (gnus-diary): Add :version.
11941
11942         * gnus-delay.el (gnus-delay): Add :version.
11943
11944         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11945         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11946         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11947         Add :version.
11948
11949         * gnus-agent.el (gnus-agent-max-fetch-size)
11950         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11951         (gnus-agent-prompt-send-queue): Add :version.
11952
11953         * deuglify.el (gnus-outlook-deuglify): Add :version.
11954
11955         * html2text.el: Beautify code.  Improve doc strings.  Some
11956         checkdoc cleanup.
11957         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11958
11959 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11960
11961         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11962
11963 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11964
11965         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11966         when package is loaded.
11967
11968         * spam.el (spam-summary-score-preferred-header): Add global preference
11969         for people who want to override the default SpamAssassin over
11970         Bogofilter preference (when both are set).
11971         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11972         (spam-user-format-function-S): Check
11973         spam-summary-score-preferred-header.
11974         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11975         (spam-user-format-function-S): Format the score correctly.
11976
11977 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11978
11979         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11980         signature file.  Suggested by Manoj Srivastava
11981         <srivasta@golden-gryphon.com>.
11982
11983         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11984         iso-2022-jp even in the Japanese language environment.
11985         Suggested by Jason Rumney <jasonr@gnu.org>.
11986
11987 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11988
11989         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11990         use the same characters as the dummy marks; make it free from
11991         getting affected by the language environment.
11992         (gnus-summary-read-group-1): Update mark positions only when the
11993         format spec is updated.
11994
11995         * gnus-spec.el (gnus-update-format-specifications): Return a list
11996         of updated types.
11997
11998 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11999
12000         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12001         of boundp to check if display-warning is available.
12002
12003 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12004
12005         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12006
12007 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12008
12009         * nnspool.el (nnspool-spool-directory): Use news-path if the
12010         news-directory variable is not bound.
12011
12012         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12013         function instead of display-warning if it is not available.
12014
12015 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12016
12017         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12018         v5-10: Use `point-at-bol'.
12019
12020 2004-10-26  Simon Josefsson  <jas@extundo.com>
12021
12022         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12023         <chenggao@gmail.com>.
12024
12025 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12026
12027         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12028         instead.
12029
12030 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12031
12032         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12033         to remove a server from the nnimap-server-buffer-alist.
12034         (nnimap-open-connection, nnimap-close-server): Use it.
12035
12036         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12037
12038 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12039
12040         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12041         running the major-mode function.
12042
12043 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12044
12045         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12046         dummy marks in the right way.
12047
12048 2004-10-18  David Edmondson  <dme@dme.org>
12049
12050         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12051         excessively.
12052
12053 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12054
12055         * gnus-util.el (gnus-split-references): Accept a nil references
12056         string and go on blissfully.
12057
12058         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12059         cases where the references string is non-nil but has no references.
12060
12061         * encrypt.el: Add autoload tags.
12062
12063         * spam.el (spam-resolve-registrations-routine): Remove article
12064         from unregistration list too.  Reported by David Hanak
12065         <dhanak@isis.vanderbilt.edu>
12066
12067 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12068
12069         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12070         nil.  Changed custom type.
12071
12072 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12073
12074         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12075
12076         * gnus-sum.el (gnus-summary-move-article): Use it.
12077
12078 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12079
12080         * encrypt.el: Add autoload cookies.
12081
12082         * spam.el (spam-backend-article-list-property)
12083         (spam-backend-get-article-todo-list)
12084         (spam-backend-put-article-todo-list)
12085         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12086         Resolve registrations separately.
12087         (spam-register-routine): Format comments.
12088         (spam-unregister-routine, spam-register-routine): Always call with
12089         specific-articles, no default list.
12090         (spam-summary-prepare-exit): Use the spam-classifications function.
12091
12092         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12093         gnus-encrypt.el.
12094
12095         * encrypt.el: Copied from gnus-encrypt.el.
12096
12097         * gnus-encrypt.el: Commented that it's obsolete.
12098
12099 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12100
12101         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12102         (gnus-score-save): Use it.
12103
12104         * message.el (message-bury): Use `window-dedicated-p'.
12105
12106 2004-10-15  Simon Josefsson  <jas@extundo.com>
12107
12108         * pop3.el (top-level): Don't require nnheader.
12109         (pop3-read-timeout): Add.
12110         (pop3-accept-process-output): Add.
12111         (pop3-read-response, pop3-retr): Use it.
12112
12113 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12114
12115         * spam.el (spam-register-routine): Move comment.
12116         (spam-verify-bogofilter): Use 'unknown for the initial
12117         spam-bogofilter-valid state, not 'never.
12118
12119         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12120         for netrc-machine.
12121
12122         * nnimap.el (nnimap-open-connection): Use
12123         netrc-machine-user-or-password.
12124
12125 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12126
12127         * gnus-registry.el (gnus-registry-unload-hook):
12128         Set as a variable with add-hook.
12129
12130         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12131         of news-path.
12132
12133         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12134
12135         * spam.el: Delete duplicate `provide'.
12136         (spam-unload-hook): Set as a variable with add-hook.
12137
12138 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12139
12140         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12141         in the doc string.
12142
12143         * message.el (message-ignored-news-headers)
12144         (message-ignored-supersedes-headers)
12145         (message-ignored-resent-headers)
12146         (message-forward-ignored-headers): Improve custom type.
12147
12148 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12149
12150         * message.el (message-tokenize-header): Fix 2004-09-06 change
12151         which used point-min in the wrong place.
12152
12153 2004-10-12  Simon Josefsson  <jas@extundo.com>
12154
12155         * tls.el (tls-certtool-program): New variable.
12156         (tls-certificate-information): New function, based on
12157         ssl-certificate-information.
12158
12159 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12160
12161         * compface.el: Move the version of ELisp-based uncompface program
12162         to the contrib directory because of the copyright problem.
12163
12164 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12165
12166         * message.el (message-kill-buffer): Raise the current frame.
12167
12168 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12169
12170         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12171
12172         * gnus.el (message-y-or-n-p): Autoload.
12173
12174         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12175         (pop3-password-required, pop3-authentication-scheme)
12176         (pop3-leave-mail-on-server): Made customizable.
12177         (pop3): New custom group.
12178         (pop3-retr): Remove `sleep-for' statements.
12179         Suggested by Dave Love <fx@gnu.org>.
12180
12181         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12182         Windows/DOS.
12183
12184         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12185         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12186         Dave Love <fx@gnu.org>.
12187
12188         * mml.el (mml-minibuffer-read-disposition): Require match.
12189         Suggested by Dave Love <fx@gnu.org>.
12190
12191 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12192
12193         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12194         doc string.
12195
12196 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12197
12198         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12199
12200 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12201
12202         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12203         instead of calling `mm-insert-inline', to decode text/* parts
12204         before displaying them.
12205
12206 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12207
12208         * mm-uu.el (mm-uu-text-plain-type): New variable.
12209         (mm-uu-pgp-signed-extract-1): Use it.
12210         (mm-uu-pgp-encrypted-extract-1): Use it.
12211         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12212         bind mm-uu-text-plain-type with that value.
12213         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12214         mm-uu-dissect.
12215
12216 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12217
12218         * gnus-group.el (gnus-update-group-mark-positions):
12219         * gnus-sum.el (gnus-update-summary-mark-positions):
12220         * message.el (message-check-news-body-syntax):
12221         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12222         of string-as-multibyte.
12223
12224 2004-10-05  Juri Linkov  <juri@jurta.org>
12225
12226         * gnus-group.el (gnus-update-group-mark-positions):
12227         * gnus-sum.el (gnus-update-summary-mark-positions):
12228         * message.el (message-check-news-body-syntax):
12229         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12230         8-bit unibyte values to a multibyte string for search functions.
12231
12232 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12233
12234         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12235         (mm-uu-dissect-text-parts): New function.
12236
12237         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12238         dissect text parts.
12239
12240         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12241         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12242
12243         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12244
12245         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12246         gnus-current-topics instead of gnus-current-topic.
12247
12248 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12249
12250         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12251
12252 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12253
12254         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12255         where approriate.
12256
12257         * nnml.el (nnml-generate-active-info): do.
12258
12259         * nndiary.el (nndiary-generate-active-info): do.
12260
12261         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12262         (gnus-topic-move): do.
12263
12264         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12265         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12266
12267         * gnus-srvr.el (gnus-server-prepare)
12268         (gnus-server-open-all-servers): do.
12269
12270         * gnus-msg.el (gnus-summary-cancel-article)
12271         (gnus-summary-resend-message)
12272         (gnus-summary-mail-crosspost-complaint): do.
12273
12274         * gnus-move.el (gnus-change-server): do.
12275
12276         * gnus-group.el (gnus-group-unmark-all-groups)
12277         (gnus-group-set-current-level): do.
12278
12279 2004-10-04  Simon Josefsson  <jas@extundo.com>
12280
12281         * message.el (message-generate-hashcash): Doc fix.
12282
12283 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12284
12285         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12286         avoid infinite recursion via gnus-get-function.
12287
12288 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12289
12290         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12291
12292         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12293
12294         * nnmail.el (nnmail-split-history): do.
12295
12296         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12297         (nnml-request-delete-group): do.
12298
12299         * nnslashdot.el (nnslashdot-read-groups): do.
12300
12301         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12302         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12303
12304         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12305         (nnspool-sift-nov-with-sed): Use last.
12306         (nnspool-retrieve-headers-with-nov): Use mapc.
12307         (nnspool-request-newgroups): Use dolist.
12308         (nnspool-request-group): Use last.
12309
12310         * nntp.el (nntp-read-server-type): Use dolist.
12311
12312         * nnvirtual.el (nnvirtual-create-mapping)
12313         (nnvirtual-update-read-and-marked): Use dolist.
12314         (nnvirtual-convert-headers): Simplify.
12315
12316 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12317
12318         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12319         support for sync'ing tick marks.
12320
12321 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12322
12323         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12324         there's no visible header.
12325
12326 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12327
12328         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12329         necessary, pass full group name to gnus-request-set-marks.
12330
12331 2004-10-01  Simon Josefsson  <jas@extundo.com>
12332
12333         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12334         acroread.
12335
12336 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12337
12338         * spam-report.el (spam-report-gmane): Fix interactive.
12339
12340         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12341
12342         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12343         when writing file.
12344         (gnus-agent-synchronize-flags): Don't default to being
12345         interactive.
12346
12347 2004-09-30  Simon Josefsson  <jas@extundo.com>
12348
12349         * message.el (message-generate-hashcash): Add.
12350         (message-send-mail): Use it, call mail-add-payment.
12351
12352 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12353
12354         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12355
12356 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12357
12358         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12359         gnus-requst-update-info with explicit code to sync the in-memory
12360         info read flags with the marks being sync'd to the backend.
12361
12362         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12363
12364 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12365
12366         * spam.el (spam-verify-bogofilter): Add new function.
12367         (spam-check-bogofilter)
12368         (spam-bogofilter-register-with-bogofilter): Use it.
12369         (spam-verify-bogofilter): Add small fixes.
12370
12371 2004-09-28  Simon Josefsson  <jas@extundo.com>
12372
12373         * hashcash.el (hashcash-generate-payment): Revert.
12374
12375 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12376
12377         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12378         gnus-extract-references instead of gnus-split-references.
12379
12380         * gnus-util.el (gnus-extract-references): Add new function, analogous
12381         to gnus-split-references but extracts only the message-ID without
12382         anything extra.
12383
12384         * hashcash.el (hashcash-generate-payment)
12385         (hashcash-check-payment): Do the right thing if hashcash-path is
12386         nil (because the hashcash program could not be found).
12387
12388         * spam.el (spam-use-hashcash): Remove comment.
12389
12390 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12391
12392         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12393         (gnus-cache-enter-article, gnus-cache-remove-article)
12394         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12395
12396         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12397
12398         * gnus-art.el (article-hide-boring-headers)
12399         (article-translate-strings, article-display-face)
12400         (gnus-article-mime-match-handle-first)
12401         (gnus-article-highlight-headers)
12402         (gnus-article-add-buttons-to-head): do.
12403
12404 2004-09-27  Simon Josefsson  <jas@extundo.com>
12405
12406         * hashcash.el: New version, from
12407         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12408         ../contrib/.
12409
12410 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12411
12412         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12413
12414 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12415
12416         * gnus-dup.el (gnus-dup-open): Use mapc.
12417         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12418
12419         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12420         Reported by Stefan Wiens <s.wi@gmx.net>.
12421
12422         * gnus.el (gnus-shutdown): Use dolist.
12423
12424         * gnus-undo.el (gnus-undo): Use mapc.
12425
12426         * nnrss.el (nnrss-generate-active): do.
12427
12428         * message.el (message-cite-original-without-signature)
12429         (message-cite-original): Use mapc.
12430         (message-do-actions, message-make-forward-subject): Use dolist.
12431
12432 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12433
12434         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12435         deletion to remove entire duplicate line.  Fixes merged article
12436         number bug.
12437
12438 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12439
12440         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12441         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12442         first ask if you want to open a server and then, even when you
12443         responded with no, asking if you want to synchronize the server's
12444         flags.
12445         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12446         multi-line expressions.
12447         (gnus-agent-synchronize-group-flags): New internal function.
12448         Updates marks in memory (in the info structure) AND in the
12449         backend.
12450
12451         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12452
12453         * nnagent.el (nnagent-request-set-mark): Use
12454         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12455         method, to ensure that synchronization updates marks in the
12456         backend and in the info (in memory) structure.
12457
12458 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12459
12460         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12461         convention fully; don't miss the root article of a thread; make
12462         the X-Draft-From header with correct article numbers.
12463
12464 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12465
12466         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12467         unless plugged.  Disable the agent so that an open failure causes
12468         an error.
12469
12470         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12471         Reverted 2004-09-21 change.  The backend must be opened while
12472         synchronizing flags even when the backend stores the flags
12473         locally.
12474
12475 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12476
12477         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12478         in `header' match.  Reported by Svend Tollak Munkejord.
12479
12480         * message.el (message-cite-original): Fix use of
12481         `message-cite-articles-with-x-no-archive'.
12482
12483 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12484
12485         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12486         (gnus-window-to-buffer): Ditto.
12487
12488         * mml.el (mml-preview-buffer): New variable.
12489         (mml-preview): Manage window layout with gnus-buffer-configuration.
12490
12491         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12492         X-Draft-From header even if those articles aren't quoted.
12493
12494 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12495
12496         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12497         (gnus-request-set-mark, gnus-request-update-mark): Use new
12498         g-s-t-u-l-m to decide to use backend even when unplugged.
12499
12500 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12501
12502         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12503         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12504
12505 2004-09-20  Simon Josefsson  <jas@extundo.com>
12506
12507         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12508         "utf-16-le".
12509
12510 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12511
12512         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12513
12514 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12515
12516         * uudecode.el (uudecode-use-external): Add :version.
12517
12518         * smime.el (smime-CA-file, smime-encrypt-cipher)
12519         (smime-dns-server): Add :version.
12520
12521         * smiley.el (gnus-smiley-file-types): Add :version.
12522
12523         * sha1.el (sha1-use-external): Add :version.
12524
12525         * pgg-def.el (pgg-query-keyserver): Add :version.
12526
12527         * nnmail.el (nnmail-fancy-expiry-targets)
12528         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12529         Add :version.
12530
12531         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12532         (nnimap-retrieve-groups-asynchronous): Add :version.
12533         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12534
12535         * mml.el (mml-content-disposition-parameters)
12536         (mml-insert-mime-headers-always): Add :version.
12537
12538         * mm-util.el (mm-coding-system-priorities): Add :version.
12539
12540         * mm-decode.el (mm-inline-text-html-with-images)
12541         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12542         (mm-verify-option): Add :version.
12543         (mm-text-html-renderer): Change :version.
12544
12545         * message.el (message-fcc-externalize-attachments)
12546         (message-required-headers, message-draft-headers)
12547         (message-subject-trailing-was-query)
12548         (message-subject-trailing-was-ask-regexp)
12549         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12550         (message-mark-insert-end, message-archive-header)
12551         (message-archive-note, message-cross-post-default)
12552         (message-cross-post-note, message-followup-to-note)
12553         (message-cross-post-note-function, message-use-mail-followup-to)
12554         (message-subscribed-address-functions)
12555         (message-subscribed-address-file, message-subscribed-addresses)
12556         (message-subscribed-regexps, message-allow-no-recipients)
12557         (message-yank-cited-prefix, message-signature-insert-empty-line)
12558         (message-hidden-headers, message-hierarchical-addresses)
12559         (message-mail-user-agent, message-use-idna)
12560         (message-valid-fqdn-regexp)
12561         (message-strip-special-text-properties, message-header-synonyms)
12562         (message-beginning-of-line, message-tab-body-function): Add :version.
12563         (message-insert-canlock, message-wide-reply-confirm-recipients):
12564         Change :version.
12565
12566         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12567         and :version.
12568         (mail-source-delete-old-incoming-confirm)
12569         (mail-source-movemail-program): Add :version.
12570
12571         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12572         (gnus-agent-cache, gnus-agent): Change :version.
12573
12574         * gnus-util.el (gnus-use-byte-compile): Change :version.
12575
12576         * gnus-sum.el (gnus-summary-make-false-root-always)
12577         (gnus-summary-default-high-score)
12578         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12579         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12580         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12581         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12582         (gnus-sum-thread-tree-single-indent)
12583         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12584         (gnus-sum-thread-tree-leaf-with-other)
12585         (gnus-sum-thread-tree-single-leaf): Add :version.
12586         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12587         (gnus-article-loose-mime): Change :version.
12588
12589         * gnus-start.el (gnus-backup-startup-file)
12590         (gnus-save-startup-file-via-temp-buffer): Add :version.
12591
12592         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12593         (gnus-server-offline-face): Add :version.
12594
12595         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12596
12597         * gnus-msg.el (gnus-gcc-externalize-attachments)
12598         (gnus-debug-files, gnus-debug-exclude-variables)
12599         (gnus-discouraged-post-methods): Change :version.
12600         (gnus-confirm-mail-reply-to-news)
12601         (gnus-confirm-treat-mail-like-news): Add :version.
12602
12603         * gnus-int.el (gnus-server-unopen-status): Add :version.
12604
12605         * gnus-group.el (gnus-group-jump-to-group-prompt)
12606         (gnus-large-ephemeral-newsgroup)
12607         (gnus-fetch-old-ephemeral-headers): Add :version.
12608
12609         * gnus-fun.el (gnus-x-face-directory)
12610         (gnus-convert-pbm-to-x-face-command)
12611         (gnus-convert-image-to-x-face-command)
12612         (gnus-convert-image-to-face-command): Add :version.
12613
12614         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12615
12616         * gnus-cite.el (gnus-cite-blank-line-after-header)
12617         (gnus-article-boring-faces): Add :version.
12618
12619         * gnus-art.el (gnus-buttonized-mime-types)
12620         (gnus-inhibit-mime-unbuttonizing)
12621         (gnus-treat-display-face)
12622         (gnus-treat-body-boundary): Change :version.
12623         (gnus-body-boundary-delimiter, gnus-picon-databases)
12624         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12625         (gnus-treat-date-english, gnus-treat-fold-headers)
12626         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12627         (gnus-treat-mail-picon, gnus-treat-wash-html)
12628         (gnus-article-encrypt-protocol)
12629         (gnus-use-idna, gnus-article-over-scroll)
12630         (gnus-mime-display-multipart-alternative-as-mixed)
12631         (gnus-mime-display-multipart-related-as-mixed)
12632         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12633         (gnus-ctan-url, gnus-button-ctan-handler)
12634         (gnus-button-handle-ctan-bogus-regexp)
12635         (gnus-button-ctan-directory-regexp)
12636         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12637         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12638         (gnus-button-man-level, gnus-button-emacs-level)
12639         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12640
12641         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12642         (gnus-agent-go-online): Change :version.
12643         (gnus-agent-expire-unagentized-dirs)
12644         (gnus-agent-auto-agentize-methods): Add :version.
12645
12646         * flow-fill.el (fill-flowed-display-column)
12647         (fill-flowed-encode-column): Add :version.
12648
12649         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12650         (gnus-outlook-deuglify-unwrap-max)
12651         (gnus-outlook-deuglify-cite-marks)
12652         (gnus-outlook-deuglify-unwrap-stop-chars)
12653         (gnus-outlook-deuglify-no-wrap-chars)
12654         (gnus-outlook-deuglify-attrib-cut-regexp)
12655         (gnus-outlook-deuglify-attrib-verb-regexp)
12656         (gnus-outlook-deuglify-attrib-end-regexp)
12657         (gnus-outlook-display-hook): Add :version.
12658
12659         * binhex.el (binhex-use-external): Add :version.
12660
12661 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12662
12663         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12664         and `invisible'.
12665
12666 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12667
12668         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12669         in gnus-registry-trim.
12670
12671 2004-09-13  Simon Josefsson  <jas@extundo.com>
12672
12673         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12674
12675         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12676
12677         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12678         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12679         <yamaoka@jpl.org>.
12680         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12681         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12682         <yamaoka@jpl.org>.
12683
12684         * sieve.el (sieve-manage-mode): Ditto.
12685
12686 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12687
12688         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12689
12690 2004-09-11  Simon Josefsson  <jas@extundo.com>
12691
12692         * dns-mode.el: Add.
12693
12694         * mm-view.el (mm-display-dns-inline): Add.
12695
12696         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12697         (mm-automatic-display): Ditto.
12698
12699         * mailcap.el (mailcap-mime-data): Add text/dns.
12700         (mailcap-mime-extensions): Map .soa to text/dns.
12701
12702 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12703
12704         * gnus-art.el (article-decode-mime-words, article-babel)
12705         (gnus-article-highlight-signature, gnus-article-add-buttons)
12706         (gnus-signature-toggle): Remove unnecessary bindings of
12707         `inhibit-read-only' inherited from v5.10 merge.
12708
12709 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12710
12711         * nntp.el (nntp): New customization group.
12712         (nntp-authinfo-file): Add customization group.
12713
12714         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12715
12716         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12717
12718         * gnus.el (to-address, to-list, subscribed)
12719         (large-newsgroup-initial): Ditto.
12720
12721         * flow-fill.el (fill-flowed-display-column)
12722         (fill-flowed-encode-column): Ditto.
12723
12724 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12725
12726         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12727         Use point-min rather than 1.
12728         (message-send-mail): Use buffer-size rather than point-max.
12729
12730         * gnus-sum.el (gnus-summary-search-article-forward):
12731         Signal a specific `search-failed' rather than a generic `error'.
12732
12733         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12734         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12735         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12736
12737 2004-09-10  Simon Josefsson  <jas@extundo.com>
12738
12739         * nndb.el (require): Remove tcp and duplicate cl.
12740
12741 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12742
12743         * gnus-agent.el (directory-files-and-attributes): Move forward.
12744
12745 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12746
12747         * gnus-agent.el (directory-files-and-attributes): Optionally
12748         defined to support XEmacs.
12749
12750 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12751
12752         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12753         to avoid run-time CL dependencies.
12754         (gnus-agent-unfetch-articles): New function.
12755         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12756         article numbers even when local .overview file is missing.
12757         (gnus-agent-read-article-number): New function.  Only accepts
12758         27-bit article numbers.
12759         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12760         gnus-agent-read-article-number.
12761         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12762         from backend while recognizing that article numbers in .overview
12763         must be valid.
12764         (gnus-agent-update-files-total-fetched-for): Use
12765         directory-files-and-attributes to improve performance.
12766         * gnus-int.el (gnus-request-move-article): Use
12767         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12768         improve performance.
12769
12770         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12771         some users confused by references to .newsrc when they only have a
12772         .newsrc.eld file.
12773         (gnus-convert-mark-converter-prompt)
12774         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12775         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12776         New function.  Used internally to only display 'gnus converting
12777         files' message when actually necessary.
12778
12779         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12780         methods now autoloaded.
12781
12782 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12783
12784         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12785         identifiers.
12786
12787 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12788
12789         * gnus-picon.el: Fix indentation and closing parenthesis.
12790
12791 2004-09-01  Simon Josefsson  <jas@extundo.com>
12792
12793         * message.el (message-canlock-generate): Require sha1, not
12794         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12795         to require within a function.  Sadly, if sha1.el isn't loaded, the
12796         let binding in m-c-g will hide the defcustom definition, which is
12797         bad.)
12798
12799         * canlock.el: Require sha1, not sha1-el.
12800
12801         * message.el: Don't autoload sha1 (there is a autoload cookie in
12802         sha1.el).
12803
12804         * sha1-el.el: Renamed to sha1.el.
12805
12806 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12807
12808         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12809
12810 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12811
12812         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12813
12814 2004-08-30  Kim F. Storm  <storm@cua.dk>
12815
12816         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12817
12818         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12819         Add :group 'nnimap.
12820
12821 2004-08-30  Andreas Schwab  <schwab@suse.de>
12822
12823         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12824         ?* and ?\;.
12825
12826         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12827         and ?\' to symbol instead of whitespace.
12828
12829 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12830
12831         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12832
12833         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12834         instead of re-search-forward.
12835
12836         * gnus-uu.el (gnus-uu-save-article): Ditto.
12837         (gnus-uu-post-encode-uuencode): Ditto.
12838
12839         * html2text.el (html2text-clean-list-items): Ditto.
12840         (html2text-clean-dtdd): Ditto.
12841         (html2text-format-tags): Ditto.
12842
12843         * message.el (message-send-mail-with-sendmail): Fix regexp.
12844         (message-fill-field-general): Use search-forward instead of
12845         re-search-forward.
12846         (unbold-region): Ditto.
12847
12848         * nnrss.el (nnrss-request-article): Ditto.
12849
12850         * nnslashdot.el (nnslashdot-request-article): Ditto.
12851
12852         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12853
12854         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12855         "Unrecognized menu descriptor" error in XEmacs.
12856
12857 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12858
12859         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12860         parent article of a sparse article in the thread hashtb.
12861
12862 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12863
12864         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12865         (nnmail-expand-newtext): Lowercase expanded entries if
12866         nnmail-split-lowercase-expanded is non-nil.
12867
12868 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12869
12870         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12871
12872         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12873         of gnus-tmp-news-method into string under XEmacs.  It will be
12874         passed to gnus-correct-length which takes only a string argument.
12875
12876 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12877
12878         * gnus-util.el (gnus-bind-print-variables): New macro.
12879         (gnus-prin1): Use it.
12880         (gnus-prin1-to-string): Use it.
12881         (gnus-pp): New function.
12882         (gnus-pp-to-string): New function.
12883
12884         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12885         Replace pp-to-string with gnus-pp-to-string.
12886         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12887         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12888         * gnus-msg.el (gnus-debug): Ditto.
12889         * gnus-score.el (gnus-score-save): Ditto.
12890         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12891         gnus-pp-to-string.
12892         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12893         with gnus-pp.
12894         * score-mode.el (gnus-score-pretty-print): Ditto.
12895         * webmail.el (webmail-debug): Ditto.
12896
12897 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12898
12899         * gnus-art.el (article-display-face, article-display-x-face):
12900         Use buffer-read-only.
12901
12902 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12903
12904         * gnus-art.el (article-hide-list-identifiers):
12905         Bind inhibit-read-only as t.
12906
12907 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12908
12909         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12910
12911 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12912
12913         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12914         (gnus-narrow-to-page): Don't assume point-min == 1.
12915         (gnus-article-edit-mode): Derive from message-mode.
12916
12917         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12918         point-min == 1.
12919
12920         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12921         Disable incorrect use of `assert'.
12922
12923         * message.el (message-mode): Set comment-start-skip.
12924
12925
12926 2004-08-22  Sam Steingold  <sds@gnu.org>
12927
12928         * pop3.el (pop3-leave-mail-on-server): New user variable.
12929         (pop3-movemail): Delete mail only when it is nil.
12930
12931 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12932
12933         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12934
12935         * mml.el (mml-preview): Use `pop-to-buffer'.
12936
12937         * message.el (message-goto-mail-followup-to): Insert after "To".
12938         (message-carefully-insert-headers): Add comment.
12939
12940         * gnus.el: Remove unused variable `gnus-article-check-size'.
12941
12942         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12943
12944         * gnus-art.el (gnus-button-alist): Improve
12945         `gnus-button-handle-library' entry.
12946
12947 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12948
12949         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12950         downcase, since XEmacs capitalizes error messages differently.
12951
12952 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12953
12954         * nntp.el: Add (require 'gnus) due to reference to
12955         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12956
12957 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12958
12959         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12960         `mm-fill-flowed'.
12961
12962         * mm-decode.el (mm-dissect-singlepart): Check it.
12963
12964 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12965
12966         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12967         'imap' for netrc parsing.
12968
12969 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12970
12971         * mailcap.el (mailcap-mime-data): Mark as risky.
12972
12973 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12974
12975         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12976         may be included in the encoded word.
12977         (rfc2047-encode): Don't append a space if the encoded word
12978         includes close parenthesis.
12979
12980 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12981
12982         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12983         of text within parentheses.
12984
12985 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12986
12987         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12988         (gnus-encrypt-write-file-contents): Make the password key the file
12989         name PLUS the cipher, not just the cipher.  Also remove failed
12990         passwords from the cache.
12991
12992 2004-08-06  Simon Josefsson  <jas@extundo.com>
12993
12994         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12995         fix.
12996
12997 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12998
12999         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13000         LWSP.
13001
13002 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13003
13004         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13005         to append in-reply-to: data to the references: header.
13006
13007         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13008         (netrc-parse): Use gnus-encrypt.el functions.
13009
13010         * gnus-encrypt.el: Add new file for encryption support; currently
13011         does only a few GPG ciphers and an internal XOR cipher.
13012
13013         * password.el: Add comments on using password-read-and-add.
13014         (password-read-and-add): Add function to read and add the
13015         password to the cache at once.
13016
13017 2004-07-28  Simon Josefsson  <jas@extundo.com>
13018
13019         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13020         parameter (but don't use it, for now).
13021
13022         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13023         instead of hard coding to nil.
13024
13025 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13026
13027         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13028         as mm-inline-image-xemacs does.
13029
13030 2004-07-26  Simon Josefsson  <jas@extundo.com>
13031
13032         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13033         Revert part of 2004-07-17 change below.
13034
13035 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13036
13037         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13038         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13039
13040 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13041
13042         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13043         quotes that actually start with ">" at the beginning of the
13044         lines.
13045
13046 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13047
13048         * rfc2047.el (rfc2047-encode-region): Fix last change.
13049         (rfc2047-encode-parameter): Remove useless concat.
13050
13051 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13052
13053         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13054         encode special characters; fix some kind of misconfigured headers;
13055         signal a real error if debug-on-quit or debug-on-error is non-nil.
13056         (rfc2047-encode-max-chars): New variable.
13057         (rfc2047-encode-1): Use it.
13058         (rfc2047-encode-parameter): New function.
13059
13060         * mml.el (mml-insert-parameter): Remove an excessive space.
13061
13062 2004-07-17  Simon Josefsson  <jas@extundo.com>
13063
13064         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13065         Kai Grossjohann <kai@emptydomain.de>.
13066         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13067         (gnus-group-make-menu-bar): Ditto.
13068
13069         * gnus-util.el (gnus-group-server): Add.
13070
13071 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13072
13073         * message.el (message-clone-locals): Clone sendmail and smtp
13074         variables.
13075
13076 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13077
13078         * rfc2047.el (rfc2047-encode-region): Fix last change.
13079
13080 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13081
13082         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13083         characters as non-special.
13084
13085 2004-07-09  Simon Josefsson  <jas@extundo.com>
13086
13087         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13088         Users will lose all flag changes made while unplugged with
13089         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13090         good default.  See numerous reports on ding mailing list.
13091
13092 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13093
13094         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13095         add generate-head-function and generate-article-function to the
13096         rfc822-forward entry.
13097         (nndoc-rfc822-forward-generate-article): New function.
13098         (nndoc-rfc822-forward-generate-head): New function.
13099
13100         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13101
13102 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13103
13104         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13105         respect display group parameter and gnus-summary-expunge-below.
13106         (gnus-articles-to-read): Remove unused reference to display group
13107         parameter.
13108
13109 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13110
13111         * nnheader.el (nnheader-uniquify-message-id): New experimental
13112         variable.
13113         (nnheader-nov-read-message-id): Use it.
13114
13115         * spam-report.el (spam-report-gmane): Add interactive.
13116
13117 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13118
13119         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13120         qp-or-base64 for the application/* types.
13121
13122 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13123
13124         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13125
13126 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13127
13128         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13129         trim value.
13130
13131 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13132
13133         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13134         New macro and function.
13135         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13136
13137 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13138
13139         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13140         after-load-alist.
13141
13142 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13143
13144         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13145         update info that isn't there.
13146
13147 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13148
13149         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13150         entry.
13151
13152 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13153
13154         * mm-view.el (mm-inline-render-with-function): Use multibyte
13155         buffer; decode html source by charset.
13156
13157         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13158
13159         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13160         Mule-UCS is loaded under XEmacs.
13161         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13162
13163 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13164
13165         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13166
13167 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13168
13169         * mm-util.el (mm-coding-system-p): Return a coding-system.
13170         (mm-mime-mule-charset-alist): Use shift_jis instead of
13171         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13172         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13173         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13174         instead of japanese-shift-jis and iso-latin-1 respectively in
13175         order to share the default value with both Emacs and XEmacs-mule.
13176         (mm-mule-charset-to-mime-charset): Make
13177         mm-coding-system-priorities effective.
13178         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13179         while predicating of candidates upon the priorities.
13180
13181 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13182
13183         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13184         gnus-uu-invert-processable.
13185
13186         * gnus.el: Autoload gnus-uu-invert-processable.
13187
13188 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13189
13190         * mm-util.el (mm-with-multibyte-buffer): New macro.
13191
13192         * rfc2047.el (rfc2047-encode-string): Use it.
13193         (rfc2047-encode-region): Move point to the end of the region after
13194         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13195
13196 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13197
13198         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13199         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13200
13201 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13202
13203         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13204         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13205         Karl Chen <quarl@nospam.quarl.org>.
13206
13207 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13208
13209         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13210         invalid addresses.
13211
13212 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13213
13214         * spam.el: Change section markers, revise TODO list.
13215         (spam-backends): Make new master list of all installed backends.
13216         (spam-summary-exit-behavior): Add new variable to determine how
13217         messages moves are done at summary exit.
13218         (spam-move-spam-nonspam-groups-only)
13219         (spam-process-ham-in-nonham-groups)
13220         (spam-process-ham-in-spam-groups): Remove variables, the
13221         spam-summary-exit-behavior variable should be used to manage this
13222         behavior.
13223         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13224         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13225         and spam-old-spam-articles.
13226         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13227         Add empty variables, placeholders for the backends they represent.
13228         (spam-set-difference): Move, unchanged.
13229         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13230         unless the user has a processor variable.
13231         (spam-classifications, spam-classification-valid-p)
13232         (spam-backend-properties, spam-backend-property-valid-p)
13233         (spam-backend-function-type-valid-p)
13234         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13235         (spam-report-articles-gmane, spam-report-articles-resend):
13236         Remove functions, they are not needed.
13237         (spam-install-backend-super, spam-backend-list)
13238         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13239         (spam-backend-function, spam-backend-ham-registration-function)
13240         (spam-backend-spam-registration-function)
13241         (spam-backend-ham-unregistration-function)
13242         (spam-backend-spam-unregistration-function)
13243         (spam-backend-statistical-p, spam-backend-mover-p)
13244         (spam-install-backend-alias, spam-install-checkonly-backend)
13245         (spam-install-mover-backend, spam-install-nocheck-backend)
13246         (spam-install-backend, spam-install-statistical-backend)
13247         (spam-install-statistical-checkonly-backend): Add backend installation
13248         support.
13249         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13250         (spam-group-processor-p): Use the new backend code and respect the
13251         summary exit behavior.
13252         (spam-mark-spam-as-expired-and-move-routine): Remove.
13253         (spam-summary-prepare): Change to use the new spam-old-articles
13254         variable.
13255         (spam-copy-or-move-routine, spam-copy-spam-routine)
13256         (spam-move-spam-routine, spam-copy-ham-routine)
13257         (spam-move-ham-routine): Add code to copy/move ham or spam.
13258         (spam-fetch-field-fast): Improve doc and code, plus allow the
13259         'number request.
13260         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13261         variables.
13262         (spam-split, spam-find-spam): Use the new backend code.
13263         (spam-registration-functions): Remove variable.
13264         (spam-unregister-routine): Add convenience wrapper.
13265         (spam-log-undo-registration, spam-register-routine)
13266         (spam-log-processing-to-registry)
13267         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13268         where possible.
13269         (spam-check-gmane-xref, spam-check-regex-headers)
13270         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13271         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13272         (spam-check-bogofilter-headers, spam-check-spamoracle)
13273         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13274         (spam-check-crm114-headers): Use the spam-split-group that
13275         spam-split prepares, no need to determine it every time.
13276
13277         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13278         to the nnheader-parse-naked-head call.
13279
13280         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13281
13282         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13283         the nnheader-nov-read-message-id call.
13284
13285 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13286
13287         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13288         gnus-activate-group twice.  Suggested by Markus Peter
13289         <warp@spin.de>.
13290
13291 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13292
13293         * gnus-art.el (gnus-article-time-format): Exchange the order of
13294         day and month in the default value; fix customization type.
13295         (article-date-ut): Use add-text-properties.
13296         (article-make-date-line): Use message-make-date instead of
13297         current-time-string.
13298
13299         * message.el (message-fetch-field): Don't use set-text-properties.
13300         (message-make-date): Simplify.
13301
13302         * messagexmas.el (message-xmas-make-date): New function.
13303         (message-xmas-redefine): Defalias message-make-date to it.
13304
13305 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13306
13307         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13308         (rfc2047-encode-region): Treat text within parentheses as special;
13309         show the original text when error has occurred.
13310
13311         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13312         already-computed method to gnus-activate-group.
13313
13314         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13315         same select-methods identical Lisp objects.
13316
13317         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13318         object when modifying the info.
13319
13320 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13321
13322         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13323         gnus-opened-servers since it has never been opened with the new
13324         configuration yet.
13325
13326 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13327
13328         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13329         arg to nnheader-generate-fake-message-id.
13330
13331 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13332
13333         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13334         number and build a fake message ID localized to a group and
13335         article number (so it's repeatable from that point on).
13336         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13337         ID format.
13338
13339         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13340         nnheader-generate-fake-message-id with the article number.
13341
13342 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13343
13344         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13345         end-of-buffer.
13346
13347 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13348
13349         * message.el (message-ignored-supersedes-headers): Add Approved.
13350
13351 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13352
13353         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13354         goto-char.
13355         (rfc2047-encode): Fold the line before encoding.
13356
13357 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13358
13359         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13360         folding -- not all headers can be folded, and this should be done
13361         by the message composition mode.  Probably.  I think.
13362
13363 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13364
13365         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13366         fast.
13367
13368         * gnus-ems.el (gnus-remove-image): Don't use
13369         message-text-with-property; remove only the image found first.
13370
13371         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13372         found first.
13373
13374 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13375
13376         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13377
13378 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13379
13380         * message.el (message-text-with-property): Make it fast and accept
13381         optional arguments.
13382         (message-strip-forbidden-properties): Use it.
13383         (message-fix-before-sending): Follow the m-t-w-p change.
13384
13385         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13386
13387 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13388
13389         * gnus-art.el (article-hide-headers): Don't change the buffer
13390         mistakenly when performing mml-preview even if
13391         gnus-single-article-buffer is nil.
13392
13393 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13394
13395         * message.el (message-expand-name-databases): New user option.
13396         (message-expand-name): Use it.
13397
13398 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13399
13400         * spam.el (spam-report-articles-resend)
13401         (spam-report-resend-register-routine): Allow ham reporting.
13402         (spam-report-resend-register-ham-routine): Add wrapper.
13403         (spam-registration-functions): Add ham resending functions.
13404         (spam-list-of-processors): Add ham resend processor.
13405
13406         * gnus.el (ham-resend-to): Add new group parameter.
13407         (spam-process): Add ham resend option.
13408
13409         * spam-report.el (spam-report-resend): Allow reporting ham.
13410         (spam-report-resend-ham): Add wrapper.
13411
13412 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13413
13414         * message.el (message-cite-articles-with-x-no-archive): New
13415         variable.
13416         (message-cite-original): Use it.
13417
13418 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13419
13420         * message.el (message-cite-original): Respect X-No-Archive.
13421
13422 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13423
13424         * gnus-art.el (article-hide-headers): Refer to the values for
13425         gnus-ignored-headers and gnus-visible-headers in the summary
13426         buffer since a user may have set them as group parameters.
13427
13428 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13429
13430         * assistant.el (assistant-node-name): Add convenience function.
13431         (assistant-render-text, assistant-render-node): Add error handling,
13432         plus handle multiple next nodes.
13433         (assistant-find-next-node): Comment out for now.
13434         (assistant-find-next-nodes): Add function, returns list of next
13435         nodes.
13436
13437 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13438
13439         * mail-source.el (mail-source-directory): Fix doc-string.
13440
13441 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13442
13443         * assistant.el (assistant-render-text, assistant-eval): Add :set
13444         widget type, which is different because it takes and returns a
13445         list.  Much hilarity ensues.
13446
13447 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13448
13449         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13450
13451         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13452         doc-string.
13453
13454         * gnus-start.el (gnus-activate-group): Added doc-string.
13455
13456 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13457
13458         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13459
13460 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13461
13462         * assistant.el (assistant-render-text): Try to add a :set
13463         widget, more to come.
13464
13465         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13466         strings.
13467         (spam-report-articles-resend)
13468         (spam-register-routine): Do registration iff any articles warrant
13469         it.
13470         (spam-summary-prepare-exit): Change log message for nil group
13471         destinations.
13472
13473 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13474
13475         * spam.el (spam-report-resend-register-routine): Allow
13476         spam-report-resend-to to be a group parameter or a global value.
13477
13478 2004-05-26  Simon Josefsson  <jas@extundo.com>
13479
13480         * starttls.el: Merge with my GNUTLS based starttls.el.
13481         (starttls-gnutls-program, starttls-use-gnutls)
13482         (starttls-extra-arguments, starttls-process-connection-type)
13483         (starttls-connect, starttls-failure, starttls-success): New
13484         variables.
13485         (starttls-program, starttls-extra-args): Doc fix.
13486         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13487         functions.
13488         (starttls-negotiate, starttls-open-stream): Check
13489         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13490         function if it is set.
13491
13492 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13493
13494         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13495         structured fields.
13496
13497 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13498
13499         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13500
13501 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13502
13503         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13504         variable.
13505         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13506         assigning the spam-mark to new messages.
13507
13508 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13509
13510         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13511
13512 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13513
13514         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13515
13516         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13517         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13518         default.
13519
13520 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13521
13522         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13523         correct data.
13524
13525 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13526
13527         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13528         (spam-group-processor-p): Fix function.
13529         (spam-group-processor-multiple-p)
13530         (spam-group-spam-processor-report-gmane-p)
13531         (spam-group-spam-processor-report-resend-p)
13532         (spam-group-spam-processor-bogofilter-p)
13533         (spam-group-spam-processor-blacklist-p)
13534         (spam-group-spam-processor-ifile-p)
13535         (spam-group-ham-processor-ifile-p)
13536         (spam-group-spam-processor-spamoracle-p)
13537         (spam-group-spam-processor-crm114-p)
13538         (spam-group-ham-processor-bogofilter-p)
13539         (spam-group-spam-processor-stat-p)
13540         (spam-group-ham-processor-stat-p)
13541         (spam-group-ham-processor-whitelist-p)
13542         (spam-group-ham-processor-BBDB-p)
13543         (spam-group-ham-processor-spamoracle-p)
13544         (spam-group-ham-processor-copy-p): Remove functions with some
13545         prejudice against unneeded code.
13546         (spam-report-articles-resend)
13547         (spam-report-resend-register-routine): Allow the group/topic
13548         spam-resend-to value to override spam-report-resend-to.
13549         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13550         properly now.
13551
13552         * gnus.el (spam-resend-to): Add group/topic parameter.
13553         (spam-process): Move the OBSOLETE processors to the end of the
13554         choices.
13555
13556 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13557
13558         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13559         with resend-to set to nil, and then ask the user if necessary.
13560         (spam-report-resend): spam-report-resend takes a list of articles, not
13561         separate article numbers.
13562
13563 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13564
13565         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13566         addition to emacs-w3m.
13567
13568 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13569
13570         * assistant.el (assistant-authinfo-data): New function.
13571         (assistant-eval): Eval for entire assistant.
13572
13573         * netrc.el (netrc-services-file): New variable.
13574         (netrc-parse-services): New function.
13575         (netrc-find-service-name): New function.
13576         (netrc-find-service-number): New function.
13577         (netrc-port-equal): New function.
13578         (netrc-machine): Use it.
13579
13580         * nnimap.el (nnimap-open-connection): Use netrc.
13581
13582         * gnus-util.el (gnus-netrc-get): Remove aliases.
13583
13584         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13585
13586         * assistant.el (wid-edit): Fix compilation.
13587
13588         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13589
13590 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13591
13592         * gnus-util.el (gnus-set-file-modes): New function.  (small
13593         patch).
13594
13595 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13596
13597         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13598
13599         * assistant.el (assistant-render-node): Fix up rendering and
13600         read-only text.
13601         (assistant-render-node): Reset.
13602         (assistant-make-read-only): Not sticky.
13603
13604 2004-05-20  Danny Siu  <dsiu@adobe.com>
13605
13606         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13607         centered even when gnus-auto-center-summary is t.
13608
13609 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13610
13611         * dns.el (dns-get-txt-answer): New function.
13612         (dns-read-txt): Ditto.
13613         (query-dns): Use it.
13614
13615 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13616
13617         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13618         active for foreign groups even if the group level is higher than
13619         the specified value.
13620
13621 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13622
13623         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13624         non-active groups.
13625
13626         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13627
13628 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13629
13630         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13631
13632 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13633
13634         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13635         (spam-crm114-header, spam-crm114-spam-switch)
13636         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13637         (spam-crm114-positive-spam-header)
13638         (spam-crm114-database-directory, spam-list-of-processors)
13639         (spam-group-spam-processor-crm114-p)
13640         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13641         (spam-generic-score, spam-list-of-checks)
13642         (spam-list-of-statistical-checks, spam-registration-functions)
13643         (spam-check-crm114-headers, spam-crm114-score)
13644         (spam-check-crm114, spam-crm114-register-with-crm114)
13645         (spam-crm114-register-spam-routine)
13646         (spam-crm114-unregister-spam-routine)
13647         (spam-crm114-register-ham-routine)
13648         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13649         asjo@koldfront.dk (Adam Sjøgren).
13650
13651         * gnus.el: Add spam-use-crm114.
13652
13653         * spam.el (spam-list-of-processors, spam-registration-functions):
13654         Add spam-use-resend.
13655         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13656         (spam-report-articles-gmane): Add doc fix.
13657         (spam-report-articles-resend, spam-report-resend-register-routine):
13658         Add wrappers around spam-report-resend-to.
13659
13660         * spam-report.el (spam-report-resend-to, spam-report-resend):
13661         Add support for resending spam.
13662         (spam-report-gmane): Fix line length >80.
13663
13664         * gnus.el (spam-process): Add spam-use-resend.
13665
13666 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13667
13668         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13669         number of processed spam messages.
13670         (spam-ham-copy-or-move-routine): Return the number of processed
13671         ham messages.
13672         (spam-summary-prepare-exit): Use the above values to decide
13673         whether status messages shouled be displayed.
13674
13675 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13676
13677         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13678         `rfc2047-encoding-function-alist' in order to avoid conflicting
13679         with the old version.
13680         (rfc2047-encode-region): Concatenate words containing non-ASCII
13681         characters in structured fields; don't encode space-delimited
13682         ASCII words even in unstructured fields; don't break words at
13683         char-category boundaries.
13684         (rfc2047-encode-1): New function.
13685         (rfc2047-encode): Use it; encode text so that it occupies the
13686         maximum width within 76-column; work correctly on Q encoding for
13687         iso-2022-* charsets.
13688         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13689         sure not to break a line just after the header name.
13690         (rfc2047-b-encode-region): Removed.
13691         (rfc2047-b-encode-string): New function.
13692         (rfc2047-q-encode-region): Removed.
13693         (rfc2047-q-encode-string): New function.
13694
13695         * mm-util.el (mm-replace-in-string): New function.
13696
13697 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13698
13699         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13700         get it right.
13701         (gnus-inews-make-draft): Really.
13702
13703 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13704
13705         * nnmh.el (nnmh-request-list-1): Don't check the link count
13706         before descending.  (small patch)
13707
13708 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13709
13710         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13711         stuff.
13712
13713         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13714         on real group name.
13715
13716         * gnus-art.el (gnus-signature-limit): Doc fix.
13717
13718         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13719
13720         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13721
13722 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13723
13724         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13725         isn't a string.
13726
13727 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13728
13729         * gnus-draft.el (gnus-draft-send): Bind
13730         rfc2047-encode-encoded-words.
13731
13732         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13733         (rfc2047-encodable-p): Say that =? needs encoding.
13734         (rfc2047-encode-encoded-words): New variable.
13735
13736         * gnus-group.el (gnus-group-select-group): Doc fix.
13737
13738         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13739
13740         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13741         to nil.
13742
13743         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13744
13745         * nnheader.el (nnheader-get-lines-and-char): New function.
13746
13747 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13748
13749         * gnus-msg.el (gnus-summary-followup-with-original): Document
13750         yanking of region when active.
13751
13752 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13753
13754         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13755         groups if the group level is higher than the specified value.
13756
13757 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13758
13759         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13760         (gnus-group-jump-to-group): Added prefix argument using
13761         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13762         non-active group.
13763
13764         * compface.el (uncompface): Be verbose when changing
13765         `uncompface-use-external'.
13766
13767         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13768         handle manual section.
13769
13770 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13771
13772         * gnus-art.el (gnus-button-alist): Revert previous change.
13773
13774 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13775
13776         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13777
13778 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13779
13780         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13781         whether backend can accept message.
13782
13783         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13784
13785 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13786
13787         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13788         Avoid creating directory when nntp-marks-is-evil is true.
13789         Reported by Reiner Steib.
13790
13791 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13792
13793         * gnus-picon.el (gnus-picon-style): New variable.
13794         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13795         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13796         Jesper Harder <harder@ifa.au.dk>.
13797
13798 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13799
13800         * message.el (message-fill-field): Return point.
13801         (message-generate-headers): Go to end of field.
13802
13803         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13804         stuff for non-living groups.
13805
13806 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13807
13808         * gnus-art.el (gnus-article-followup-with-original)
13809         (gnus-article-reply-with-original): gnus-mark-active-p ->
13810         gnus-region-active-p.
13811
13812 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13813
13814         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13815         only when there is spam or ham to be processed.
13816
13817 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13818
13819         * mail-source.el (mail-source-delete-crash-box): Refactor.
13820         (mail-source-fetch): Use it.
13821         (mail-source-fetch-file): Ditto.
13822         (mail-source-fetch-directory): Run postscript in loop.
13823         (mail-source-fetch-pop): Delete.
13824         (mail-source-fetch-maildir): Ditto.
13825         (mail-source-fetch-imap): Ditto.
13826
13827         * imap.el (imap-authenticators): Comment out sasl.
13828
13829         * message.el (message-skip-to-next-address): New function.
13830         (message-fill-header-address): Refactor.
13831         (message-fill-address): Use it.
13832         (message-delete-address): Use it.
13833         (message-fill-header-general): Refactor.
13834         (message-fill-field-address): Rename.
13835         (message-narrow-to-field): Find the start of the header.
13836         (message-header-format-alist): Don't pre-fill.
13837         (message-fill-header): Removed.
13838         (message-insert-header): New function.
13839         (message-shorten-references): Use it.
13840
13841         * rfc2047.el (rfc2047-field-value): Strip props.
13842
13843         * mail-parse.el (mail-header-make-address): New alias.
13844
13845         * ietf-drums.el (ietf-drums-make-address): New function.
13846
13847         * imap.el: Add compiler directives.
13848
13849         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13850
13851         * gnus-art.el (article-decode-idna-rhs): Don't use
13852         message-idna-inside-rhs-p.
13853
13854 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13855
13856         * message.el (message-idna-inside-rhs-p): Removed.
13857         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13858
13859         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13860         false positives.
13861
13862 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13863
13864         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13865
13866 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13867
13868         * nneething.el (nneething-file-name): Don't create spurious
13869         files.
13870
13871         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13872         (gnus-inews-do-gcc): Remove sleep.
13873
13874         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13875         part under point.
13876
13877         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13878         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13879
13880 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13881
13882         * spam.el (spam-summary-prepare-exit): Fixed (length).
13883
13884 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13885
13886         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13887         as expired without moving it" message when there are spam
13888         messages left.
13889
13890 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13891
13892         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13893         header is not nil.
13894
13895 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13896
13897         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13898         nntp-possibly-create-directory, not nntp-possibly-change-group.
13899         (nntp-marks-changed-p): New arg SERVER.
13900         (nntp-request-update-info): Adjust caller.
13901
13902 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13903
13904         * nntp.el (nntp-save-marks): Pass missing arg.
13905
13906 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13907
13908         * nntp.el: Support marks.
13909         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13910         (nntp-marks-modtime, nntp-marks-directory): New variables.
13911         (nntp-request-set-mark, nntp-request-update-info)
13912         (nntp-possibly-create-directory, nntp-marks-changed-p)
13913         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13914         functions.
13915
13916 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13917
13918         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13919         (gnus-xmas-redefine): Rename.
13920
13921         * gnus-score.el (gnus-score-insert-help): Use
13922         gnus-select-lowest-window.
13923
13924         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13925         appt-select-lowest-window and rename to gnus-select-lowest-window.
13926
13927         * gnus.el: do.
13928
13929 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13930
13931         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13932         encodings of MIME-encoded words, in order to improve
13933         interoperability with several broken MUAs.
13934
13935 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13936
13937         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13938         tags, only when charsets are not specified in headers.
13939         (mm-inline-text-html-render-with-w3m): Ditto.
13940
13941         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13942         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13943
13944 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13945
13946         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13947         instead of MIME-decoded from fields when checking
13948         `gnus-article-address-banner-alist'.
13949
13950 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13951
13952         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13953         description rather than subject.
13954
13955 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13956
13957         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13958
13959 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13960
13961         * gnus.el (gnus-version-number): Bump.
13962
13963 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13964
13965         * gnus.el: No Gnus v0.2 is released.
13966
13967 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13968
13969         * gnus-agent.el (gnus-agent-read-agentview): Inline
13970         gnus-uncompress-range.
13971
13972 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13973
13974         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13975         `exec-installed-p'.
13976
13977 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13978
13979         * gnus.el (spam-process, spam-autodetect-methods): Add
13980         bsfilter and bsfilter-headers.
13981
13982         * spam.el (spam-bsfilter): New customize group.
13983         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13984         (spam-bsfilter-header, spam-bsfilter-probability-header)
13985         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13986         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13987         (spam-bsfilter-database-directory): New options.
13988         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13989         (spam-list-of-statistical-checks, spam-registration-functions):
13990         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13991         (spam-bsfilter-score): New command.
13992         (spam-check-bsfilter-headers, spam-check-bsfilter)
13993         (spam-bsfilter-register-with-bsfilter)
13994         (spam-bsfilter-register-spam-routine)
13995         (spam-bsfilter-unregister-spam-routine)
13996         (spam-bsfilter-register-ham-routine)
13997         (spam-bsfilter-unregister-ham-routine): New functions.
13998         (spam-generic-score): Support bsfilter; Accept an optional argument
13999         to recalcurate spam score even if scoring header has already been
14000         added.
14001         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14002         optional argument to recalcurate spam score even if scoring header
14003         has already been added.
14004
14005 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14006
14007         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14008         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14009         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14010         link is missing.
14011
14012 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14013
14014         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14015         (html2text-get-attr): Rewrite.
14016
14017         * message.el (message-setup-1): Remove redundant put-text-property
14018         on mail-header-separator.
14019
14020 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14021
14022         * gnus-registry.el (gnus-registry-cache-whitespace)
14023         (gnus-registry-action, gnus-registry-spool-action)
14024         (gnus-registry-split-fancy-with-parent): Change message levels
14025         from 5 to 3 or 7, as needed.
14026
14027         * spam.el (spam-summary-prepare-exit)
14028         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14029         (spam-split, spam-find-spam, spam-log-undo-registration)
14030         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14031         level from 5 to 6.
14032
14033 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14034
14035         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14036         2004-03-04 change).
14037
14038 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14039
14040         * sieve-manage.el (sieve-manage-open):
14041         * nnweb.el (nnweb-insert-html):
14042         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14043         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14044         * nnspool.el (nnspool-request-group):
14045         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14046         * nnml.el (nnml-request-update-info):
14047         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14048         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14049         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14050         (nnimap-request-set-mark):
14051         * nnfolder.el (nnfolder-request-update-info):
14052         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14053         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14054         * gnus-uu.el (gnus-uu-find-articles-matching):
14055         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14056         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14057         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14058         * gnus-nocem.el (gnus-nocem-scan-groups):
14059         * gnus-int.el (gnus-start-news-server):
14060         * gnus-group.el (gnus-group-make-kiboze-group)
14061         (gnus-group-browse-foreign-server):
14062         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14063         Use mapc when appropriate.
14064
14065 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14066
14067         FIXME: Make separate entries for each person.
14068
14069         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14070         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14071         <shields@msrl.com>:
14072
14073         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14074         may need for spam sorting and scoring.
14075         (spam-user-format-function-S): Add user format function suitable for
14076         general use.
14077         (spam-article-sort-by-spam-status): Add sorting function for summary
14078         sorting.
14079         (spam-extra-header-to-number): Add function to get a score from a
14080         header.
14081         (spam-summary-score): Add function to get a numeric score from the
14082         headers.
14083         (spam-generic-score): Fix function doc, was in wrong place.
14084         (spam-initialize): Take symbols when it's run, and install the
14085         extra headers that spam-necessary-extra-headers thinks we need.
14086
14087 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14088
14089         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14090         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14091
14092 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14093
14094         * gnus-sum.el (gnus-set-global-variables)
14095         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14096         (gnus-article-get-xrefs, gnus-summary-best-group)
14097         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14098         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14099         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14100         Use with-current-buffer.
14101
14102 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14103
14104         * spam.el (spam-summary-prepare-exit): Simplify logic.
14105         (spam-fetch-article-header): Read the article header if it's not
14106         available.
14107         (spam-list-articles): Simplify logic.
14108         (spam-filelist-register-routine): Fix bug with unregister-list.
14109
14110         * gnus-registry.el: Fix comments at beginning.
14111
14112 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14113
14114         * message.el (message-cater-to-broken-inn): Remove.
14115         (message-shorten-references): Make sure the total folded length of
14116         References is shorter than 998 characters to cater to a bug in INN
14117         2.3.  Also, don't pretend that references aren't folded -- this
14118         hasn't worked for a while.
14119
14120 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14121
14122         * gnus-agent.el (gnus-agentize):
14123         gnus-agent-send-mail-real-function no longer set to current value
14124         of message-send-mail-function but rather a lambda that calls
14125         message-send-mail-function.  The change makes the agent real-time
14126         responsive to user changes to message-send-mail-function.
14127
14128 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14129
14130         * legacy-gnus-agent.el
14131         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14132         help from Florian Weimer <fw@deneb.enyo.de>
14133
14134 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14135
14136         * nnmail.el (nnmail-cache-insert): Revert last change.
14137
14138 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14139
14140         * nnmail.el (nnmail-cache-insert): Always check whether
14141         nnmail-cache-ignore-groups matches a group name.
14142
14143 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14144
14145         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14146         (spam-find-spam, spam-log-processing-to-registry)
14147         (spam-log-registered-p, spam-log-unregistration-needed-p)
14148         (spam-log-undo-registration): Use gnus-message instead of
14149         gnus-error, none of these errors are fatal.
14150
14151         * gnus-registry.el (gnus-registry-clean-empty-function)
14152         (gnus-registry-clean-empty): Remove only empty entries without
14153         extra data.
14154
14155 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14156
14157         * spam-stat.el (spam-stat-buffer-change-to-spam)
14158         (spam-stat-buffer-change-to-non-spam): Change (error) to
14159         (gnus-message 8) invocation.
14160
14161 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14162
14163         * nntp.el (nntp-via-netcat-command): New variable.
14164         (nntp-via-netcat-switches): New variable.
14165         (nntp-open-via-rlogin-and-netcat): New function.
14166         (nntp-open-connection-function): Doc fix.
14167         (nntp-telnet-command): Doc fix.
14168         (nntp-end-of-line): Doc fix.
14169         (nntp-via-rlogin-command): Doc fix.
14170         (nntp-via-user-name): Doc fix.
14171         (nntp-via-address): Doc fix.
14172
14173 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14174
14175         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14176         error in Emacs 21.1.
14177
14178 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14179
14180         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14181
14182 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14183
14184         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14185         (gnus-agent-with-refreshed-group): New macro.
14186         (gnus-agent-rename-group): New function.
14187         (gnus-agent-delete-group): New function.
14188         (gnus-agent-save-group-info): Use gnus-command-method when
14189         `method' parameter is nil.  Don't write nil entries into the
14190         active file.
14191         (gnus-agent-get-group-info): New function.
14192         (gnus-agent-fetch-articles): Use
14193         gnus-agent-update-files-total-fetched-for to increment disk space
14194         used.
14195         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14196         gnus-agent-update-view-total-fetched-for to increment disk space
14197         used.
14198         (gnus-agent-get-local): Added optional parameters to avoid calling
14199         gnus-group-real-name and gnus-find-method-for-group.
14200         (gnus-agent-set-local): Delete stored entry if either min, or max,
14201         are nil.
14202         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14203         quit, use gnus-agent-regenerate-group to record existance of any
14204         articles fetched to disk before the quit occurred.
14205         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14206         gnus-agent-update-view-total-fetched-for, and
14207         gnus-agent-update-files-total-fetched-for to decrement disk space
14208         used.
14209         (gnus-agent-retrieve-headers): Use
14210         gnus-agent-update-view-total-fetched-for to increment disk space
14211         used.
14212         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14213         with gnus-agent-update-files-total-fetched-for to decrement disk
14214         space and fresh group buffer.
14215         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14216         (gnus-agent-need-update-total-fetched-for): New variable.
14217         (gnus-agent-update-files-total-fetched-for): New function.
14218         (gnus-agent-update-view-total-fetched-for): New function.
14219         (gnus-agent-total-fetched-for): New function.
14220
14221         * gnus-cache.el (gnus-cache-save-buffers): Use
14222         gnus-cache-update-overview-total-fetched-for to change disk space
14223         used by this group.
14224         (gnus-cache-possibly-enter-article): Use
14225         gnus-cache-update-file-total-fetched-for to increment disk space
14226         used by this group.
14227         (gnus-cache-possibly-remove-article): Use
14228         gnus-cache-update-file-total-fetched-for to decrement disk space
14229         used by this group.
14230         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14231         (gnus-cache-rename-group): New function.
14232         (gnus-cache-delete-group): New function.
14233         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14234         (gnus-cache-need-update-total-fetched-for): New variable.
14235         (gnus-cache-with-refreshed-group): New macro.
14236         (gnus-cache-update-file-total-fetched-for): New function.
14237         (gnus-cache-update-overview-total-fetched-for): New function.
14238         (gnus-cache-rename-group-total-fetched-for): New function.
14239         (gnus-cache-delete-group-total-fetched-for): New function.
14240         (gnus-cache-total-fetched-for): New function.
14241
14242         * gnus-group.el: Require gnus-sum and autoload functions to
14243         resolve warnings when gnus-group.el compiled alone.
14244         (gnus-group-line-format): Documented new %F.
14245         (size of Fetched data) group line format; identifies disk space
14246         used by agent and cache.
14247         (gnus-group-line-format-alist): Defined new F format.
14248         (gnus-total-fetched-for): New function.
14249         (gnus-group-delete-group): No longer update
14250         gnus-cache-active-altered as gnus-request-delete-group now keeps
14251         the cache in sync.
14252         (gnus-group-list-active): Let the agent store a server's active
14253         list if currently plugged.
14254
14255         * gnus-int.el (gnus-request-delete-group):
14256         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14257         local disk in sync with the server.
14258         (gnus-request-rename-group):
14259         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14260         local disk in sync with the server.
14261
14262         * gnus-start.el (gnus-get-unread-articles):
14263         Cosmetic simplification to logic.
14264
14265         * gnus-util.el (gnus-rename-file): New function.
14266
14267 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14268
14269         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14270
14271 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14272
14273         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14274         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14275
14276 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14277
14278         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14279         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14280
14281 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14282
14283         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14284
14285 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14286
14287         * spam.el (spam-set-difference): Add function to replace
14288         gnus-set-difference in spam.el.
14289         (spam-summary-prepare-exit): Use spam-set-difference.
14290
14291 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14292
14293         * gnus-registry.el (gnus-registry-cache-file): Update to use
14294         gnus-dribble-directory OR gnus-home-directory OR ~.
14295         (gnus-registry-split-fancy-with-parent): Fix doc.
14296
14297 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14298
14299         * message.el (message-exchange-point-and-mark): Use
14300         message-mark-active-p.  Suggested by Jesper Harder
14301         <harder@ifa.au.dk>.
14302
14303 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14304
14305         * message.el (message-exchange-point-and-mark): Don't activate
14306         region if it was inactive.  Suggested by Hiroshi Fujishima
14307         <pooh@nature.tsukuba.ac.jp>.
14308
14309 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14310
14311         * gnus-art.el (article-display-face): Display Faces in the same
14312         order as X-Faces.
14313
14314 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14315
14316         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14317
14318 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14319
14320         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14321         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14322         (gnus-article-mime-hierarchy): Remove.
14323         (gnus-article-mime-hierarchy-next): Remove.
14324         (gnus-article-mode): Revert 2004-03-19 change.
14325         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14326         (gnus-insert-mime-button): Revert 2004-03-19 change.
14327         (gnus-mime-accumulate-hierarchy): Remove.
14328         (gnus-mime-enter-multipart): Remove.
14329         (gnus-mime-leave-multipart): Remove.
14330         (gnus-mime-display-part): Revert 2004-03-19 change.
14331         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14332
14333         * mml.el (mml-preview): Revert 2004-03-19 change.
14334
14335 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14336
14337         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14338
14339 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14340
14341         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14342         t while entering a file name using the mm-with-multibyte macro.
14343         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14344
14345         * mm-util.el (mm-with-multibyte): New macro.
14346
14347 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14348
14349         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14350         user option.
14351         (gnus-mime-multipart-functions): Doc and customization fix.
14352         (gnus-article-mime-hierarchy): New variable.
14353         (gnus-article-mime-hierarchy-next): New variable.
14354         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14355         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14356         gnus-article-mime-hierarchy-next to nil.
14357         (gnus-insert-mime-button): Show hierarchy numbers.
14358         (gnus-mime-accumulate-hierarchy): New function.
14359         (gnus-mime-enter-multipart): New function.
14360         (gnus-mime-leave-multipart): New function.
14361         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14362         (gnus-mime-display-alternative): Show hierarchy numbers.
14363
14364         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14365         gnus-article-mime-hierarchy-next to nil.
14366
14367 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14368
14369         * dns.el: Don't require gnus-xmas.
14370
14371 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14372
14373         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14374         inline PGP.
14375         (mml-menu): Disable mml-quote-region if mark is inactive.
14376
14377 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14378
14379         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14380         when the group's active is not available.
14381
14382 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14383
14384         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14385         error.
14386
14387 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14388
14389         * imap.el (imap-store-password): New variable.
14390         (imap-interactive-login): Use it.
14391         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14392
14393 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14394
14395         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14396         window-start and hscroll to summary window.
14397
14398 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14399
14400         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14401         conversion message to newsrc-dribble when an actual conversion is
14402         performed.
14403
14404 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14405
14406         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14407
14408 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14409
14410         * mm-decode.el (mm-complicated-handles): New function reviving
14411         former definition of mm-multiple-handles.
14412
14413         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14414         (gnus-mime-delete-part): Use it.
14415
14416 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14417
14418         * gnus-agent.el (gnus-agent-read-local): Bind
14419         nnheader-file-coding-system to gnus-agent-file-coding-system to
14420         avoid the implicit assumption that they will always be equal.
14421         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14422         coding-system-for-write, as the with-temp-file macro first prints
14423         to a buffer then saves the buffer.
14424
14425 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14426
14427         * gnus-art.el (gnus-article-edit-part): New function.
14428         (gnus-mime-save-part-and-strip): Use it; do query instead of
14429         signaling an error; don't use mm-multiple-handles.
14430         (gnus-mime-delete-part): Ditto.
14431
14432 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14433
14434         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14435         old file versions.
14436         (gnus-group-prepare-hook): Removed function that converted list
14437         form of gnus-agent-expire-days to group properties.
14438
14439         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14440         (gnus-request-accept-article): Re-indented.
14441
14442         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14443         converters to handle old agent file formats.  Added logic for a
14444         "backup before upgrading warning".
14445         (gnus-convert-mark-converter-prompt): Developers can mark
14446         functions as needing (default), or not needing,
14447         gnus-convert-old-newsrc's "backup before upgrading warning".
14448         (gnus-convert-converter-needs-prompt): Tests whether the user
14449         should be protected from potentially irreversable changes by the
14450         function.
14451
14452         * legacy-gnus-agent.el: New.  Provides converters that are only
14453         loaded when gnus-convert-old-newsrc needs to call them.
14454
14455 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14456
14457         * mail-source.el (mail-source-touch-pop): Doc fix.
14458
14459         * message.el (message-smtpmail-send-it): Doc fix.
14460
14461 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14462
14463         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14464
14465         * nnmail.el (nnmail-split-fancy): do.
14466
14467         * gnus-kill.el (gnus-kill, gnus-execute): do.
14468
14469 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14470
14471         * gnus-sum.el (gnus-widget-reversible-match)
14472         (gnus-widget-reversible-to-internal)
14473         (gnus-widget-reversible-to-external): New functions.
14474         (gnus-widget-reversible): New widget.
14475         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14476
14477 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14478
14479         * gnus-sum.el (gnus-thread-sort-functions)
14480         (gnus-article-sort-functions): Document `(not F)' items.
14481
14482 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14483
14484         * spam.el (spam-use-gmane-xref): Add new backend.
14485         (spam-gmane-xref-spam-group): Add variable to control the name of the
14486         Gmane spam group.
14487         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14488         (spam-regex-headers-spam, spam-regex-headers-ham)
14489         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14490         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14491         backends and checks.
14492         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14493
14494         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14495         an autodetect method.
14496
14497 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14498
14499         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14500         articles are being added to a group.
14501         (gnus-request-replace-article): Inform the agent that articles
14502         need to be uncached as the cached contents are no longer valid.
14503
14504 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14505
14506         * binhex.el: Don't autoload executable-find.
14507
14508         * canlock.el: Don't autoload mail-fetch-field.
14509
14510         * dgnushack.el: Autoload c-mode for XEmacs.
14511
14512         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14513
14514         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14515         rmail-dont-reply-to and rmail-output.
14516
14517         * gnus-score.el: Don't autoload ffap-string-at-point.
14518
14519         * gnus-setup.el: Don't autoload sc-cite-original.
14520
14521         * imap.el: Don't autoload base64-decode-string,
14522         base64-encode-string and md5.
14523
14524         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14525         and rmail-msg-restore-non-pruned-header.
14526
14527         * mm-decode.el: Don't autoload executable-find.
14528
14529         * mm-url.el: Don't autoload executable-find.
14530
14531         * mm-view.el: Don't autoload diff-mode.
14532
14533         * nndb.el: Don't autoload news-reply-mode, news-setup,
14534         cancel-timer and telnet.
14535
14536         * password.el: Don't autoload run-at-time for Emacs.
14537
14538         * sha1-el.el: Don't autoload executable-find.
14539
14540         * sieve-mode.el: Don't autoload c-mode.
14541
14542         * uudecode.el: Don't autoload executable-find.
14543
14544 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14545
14546         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14547         (gnus-agent-possibly-alter-active): Avoid null in numeric
14548         comparison.
14549         (gnus-agent-set-local): Refuse to save null in local object table.
14550         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14551         list of articles that will be marked as unread.
14552
14553 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14554
14555         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14556
14557 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14558
14559         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14560         language tags.
14561
14562 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14563
14564         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14565         Don't bind "obarray".
14566
14567         * gnus-sum.el (gnus-thread-sort-functions): Added
14568         `gnus-thread-sort-by-most-recent-number' and
14569         `gnus-thread-sort-by-most-recent-date'.
14570         Reported by Kai Grossjohann <kai@emptydomain.de>.
14571
14572 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14573
14574         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14575
14576 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14577
14578         * gnus-cus.el (gnus-agent-customize-category): Removed
14579         ignore-errors macro reference that required cl to be loaded at
14580         run-time.
14581
14582         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14583         single-interval range of the form (min . max).  Previously the
14584         range had to look like ((min . max)).  Likewise, return
14585         (min . max) rather than ((min . max)).
14586         (gnus-range-map): Use gnus-range-normalize to accept
14587         single-interval range.
14588
14589         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14590         the cache, but not the agent, now appear with their usual face.
14591
14592         * dgnushack.el (loaddir): New variable that is bound to the
14593         directory containing the dgnushack.el file. Use loaddir, rather
14594         than srcdir, to update load-path. Change lets dgnushack compile
14595         code in directories other than GNUS/lisp.
14596
14597 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14598
14599         * lpath.el: Don't bind w3m-safe-url-regexp.
14600
14601         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14602         w3m-safe-url-regexp variable buffer-local.
14603
14604         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14605
14606 2004-02-27  Simon Josefsson  <jas@extundo.com>
14607
14608         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14609         gnus-group-real-prefix.
14610         (gnus-summary-move-article): Use it, instead of
14611         gnus-group-real-prefix.
14612
14613 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14614
14615         * lpath.el: Bind w3m-safe-url-regexp.
14616
14617         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14618         w3m-safe-url-regexp variable buffer-local and set it as the value
14619         of mm-w3m-safe-url-regexp.
14620
14621         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14622
14623         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14624         parsing gnus-posting-styles when the message is not for replying.
14625
14626         * dgnushack.el: Autoload sgml-mode for XEmacs.
14627
14628         * nnrss.el (nnrss-opml-export): Use
14629         mm-set-buffer-file-coding-system instead of
14630         set-buffer-file-coding-system.
14631
14632 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14633
14634         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14635         of checkdoc.el).
14636         * nnrss.el: do.
14637         * gnus-mlspl.el: do.
14638         * gnus-ml.el: do.
14639         * gnus-srvr.el: do.
14640
14641         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14642
14643 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14644
14645         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14646         Corrections to custom-manual links.
14647
14648         * gnus-art.el (gnus-article): Ditto.
14649
14650         * mm-decode.el (mime-display, mime-security): Ditto.
14651
14652 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14653
14654         * flow-fill.el: Typo.
14655
14656 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14657
14658         * spam-wash.el: New file.
14659
14660 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14661
14662         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14663
14664 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14665
14666         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14667         to be run with new-articles as LIST1, not LIST2.
14668         (spam-registration-functions): Add spam-use-ham-copy as a nil
14669         registration backend.
14670
14671 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14672
14673         * spam-stat.el (spam-stat-washing-hook): New option.
14674         (spam-stat-buffer-words): Use it.
14675         (spam-stat-process-directory, spam-stat-test-directory): Use
14676         insert-file-contents-literally.
14677         (spam-stat-coding-system): New variable.
14678         (spam-stat-load, spam-stat-save): Use it.
14679
14680 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14681
14682         * spam-report.el (spam-report-plug-agent): Quote
14683         spam-report-url-to-file and spam-report-url-ping-plain.
14684
14685 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14686
14687         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14688         / in mailto URLs.
14689
14690 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14691
14692         * spam-report.el (spam-report-process-queue): Fix interactive use.
14693         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14694         (spam-report-unplug-agent): Doc fixes.
14695         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14696         (spam-report-agentize, spam-report-deagentize): Autoload.
14697
14698 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14699
14700         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14701
14702         * message.el (message-setup-fill-variables): Add mml tags to
14703         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14704         <ajk@iu.edu>.
14705         (message-mode): Don't modify paragraph-separate there.
14706
14707 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14708
14709         * compface.el (uncompface-use-external): Default to undecided.
14710         (uncompface-use-external-threshold): New variable.
14711         (uncompface-float-time): New macro.
14712         (uncompface): Determine whether to use the external decoder if
14713         uncompface-use-external is undecided.
14714
14715 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14716
14717         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14718         after images.
14719
14720         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14721
14722 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14723
14724         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14725
14726         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14727
14728         * gnus-sum.el (gnus-summary-limit-to-age)
14729         (gnus-summary-limit-children): do.
14730
14731         * gnus-int.el (gnus-request-scan): do.
14732
14733         * gnus-group.el (gnus-group-suspend): do.
14734
14735         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14736
14737         * gnus-cite.el (gnus-cite-parse-attributions): do.
14738
14739         * gnus-agent.el (gnus-summary-set-agent-mark)
14740         (gnus-agent-regenerate-group): do.
14741
14742         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14743
14744         * binhex.el (binhex-decode-region-internal): do.
14745
14746 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14747
14748         * gnus-fun.el (gnus-face-properties-alist): New user option.
14749         (gnus-display-x-face-in-from): Use it.
14750
14751         * gnus-art.el (article-display-face): Ditto.
14752
14753         * compface.el (uncompface-use-external): Default to nil.
14754
14755 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14756
14757         * nntp.el (nntp-erase-buffer): New function.
14758         (nntp-retrieve-data, nntp-send-command)
14759         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14760         (nntp-possibly-change-group): Use it.
14761
14762         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14763         with-current-buffer.
14764
14765 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14766
14767         * compface.el: Merge the ELisp-based uncompface program.
14768         (compface): New customization group.
14769         (uncompface-use-external): New user option.
14770         (uncompface): Call uncompface-internal if uncompface-use-external
14771         is nil.
14772         (uncompface-internal): New function.  Note that there are also
14773         some other functions and variables added for this function.
14774
14775 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14776
14777         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14778         if necessary.
14779
14780 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14781
14782         * spam-report.el (spam-report-unplug-agent)
14783         (spam-report-plug-agent, spam-report-deagentize)
14784         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14785         Add support for the Agent in spam-report: when unplugged, report to a
14786         file; when plugged, submit all the requests.
14787
14788         * spam.el (spam-register-routine): Fix message about
14789         registration.
14790
14791 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14792
14793         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14794         dependencies.
14795         (rfc2047-encode): Use it.
14796
14797         * gnus-art.el (gnus-button-marker-list): Move before first
14798         reference.
14799
14800         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14801         (imap-parse-body): Fix format string mismatch.
14802
14803         * gnus-score.el (gnus-summary-increase-score): do.
14804
14805         * nnrss.el (nnrss-close): New function.
14806
14807 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14808
14809         * nnrss.el (nnrss-make-filename): New function.
14810         (nnrss-request-delete-group, nnrss-read-server-data)
14811         (nnrss-save-server-data, nnrss-read-group-data)
14812         (nnrss-save-group-data): Use it.
14813         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14814         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14815         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14816
14817 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14818
14819         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14820
14821 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14822
14823         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14824         files.
14825
14826         * message.el (message-generate-headers-first): Don't quote nil
14827         and t in docstrings.
14828
14829         * imap.el (imap-id): do.
14830
14831         * gnus-agent.el (gnus-agent-consider-all-articles)
14832         (gnus-agent-queue-mail): do.
14833
14834 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14835
14836         * spam-report.el (spam-report-process-queue): New function.
14837         Process requests from `spam-report-requests-file'.
14838         (spam-report-process-queue): Doc fix.
14839
14840 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14841
14842         * spam.el (spam-register-routine)
14843         (spam-log-processing-to-registry, spam-log-registered-p)
14844         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14845         Change "check" to "spam-check" for semi-clarity.
14846
14847 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14848
14849         * pop3.el: Require nnheader.
14850
14851         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14852
14853         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14854
14855         * gnus-picon.el: Require cl.
14856
14857         * gnus-fun.el: Require gnus-ems and gnus-util.
14858
14859         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14860
14861         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14862
14863         * gnus-art.el (gnus-article-edit-mode): Define before first
14864         reference.
14865
14866 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14867
14868         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14869         (gnus-uu-post-encoded): Use point-at-bol.
14870
14871         * gnus-topic.el (gnus-group-active-topic-p): do.
14872
14873         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14874
14875         * gnus-group.el (gnus-group-kill-region): do.
14876
14877         * gnus-art.el (article-date-ut): do.
14878
14879         * message.el (message-fetch-field): Remove redundant
14880         case-fold-search binding.
14881         (message-narrow-to-field): Simplify.
14882
14883 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14884
14885         * spam.el (spam-directory): Derive from `gnus-directory'.
14886
14887         * spam-report.el (spam-report-url-to-file)
14888         (spam-report-requests-file): New function and variable for offline
14889         reporting.
14890         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14891         and user defined function.
14892         (spam-report-url-ping-mm-url): Remove doubled slash.
14893
14894 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14895
14896         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14897
14898 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14899
14900         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14901         format string mismatch.
14902
14903         * sieve.el (sieve-deactivate-all): do.
14904
14905         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14906
14907         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14908
14909         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14910
14911         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14912
14913 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14914
14915         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14916         the list of checks.
14917
14918 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14919
14920         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14921         padding.
14922
14923 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14924
14925         * mm-view.el (mm-fill-flowed): New variable.
14926         (mm-inline-text): Use it.
14927
14928 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14929
14930         * spam.el (spam-spamassassin-register-ham-routine)
14931         (spam-spamassassin-register-spam-routine): Fix function names.
14932
14933 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14934
14935         * gnus.el (gnus-tmp-grouplens): Remove.
14936         (gnus-summary-line-format): Remove grouplens.
14937
14938         * gnus-group.el (gnus-group-line-format): Ditto.
14939
14940         * gnus-spec.el (gnus-format-specs): Ditto.
14941         (gnus-update-format-specifications): Flush the group format spec
14942         cache if there's the grouplens stuff.
14943         (gnus-parse-simple-format): Replace %l with the empty string.
14944
14945 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14946
14947         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14948         omission.
14949
14950 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14951
14952         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14953         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14954
14955 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14956
14957         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14958         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14959         New macros and functions.
14960         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14961         Handle > NLINK_MAX messages.
14962         * nnmaildir.el (nnmaildir-request-set-mark): Use
14963         nnmaildir--emlink-p and nnmaildir--eexist-p.
14964
14965 2004-01-25  Alex Schroeder  <alex@gnu.org>
14966
14967         * spam-stat.el (spam-stat-process-directory-age): New option.
14968         (spam-stat-process-directory): Use it.
14969
14970 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14971
14972         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14973         (spam-stat-save): Accept prefix argument.
14974
14975 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14976
14977         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14978         links" error.
14979
14980 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14981
14982         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14983         the rest of the and/or forms.
14984
14985 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14986
14987         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14988         compatibility with old .newsrc.eld files.
14989
14990         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14991
14992         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14993
14994         * gnus-start.el (gnus-1): do.
14995
14996         * gnus-group.el (gnus-group-line-format-alist): do.
14997
14998         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14999
15000         * gnus-gl.el: Remove.
15001
15002 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15003
15004         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15005         marks consisting of a single range {for example, (3 . 5)} rather
15006         than a list of a single range { ((3 . 5)) }.
15007
15008 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15009
15010         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15011         with-current-buffer.
15012         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15013         avoid consing a string.
15014
15015         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15016         Remove obsolete entries for big5 and gb2312.
15017
15018 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15019
15020         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15021         uncompressed list.
15022
15023 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15024
15025         * spam-stat.el (spam-stat-strip-xref): New function.
15026         (spam-stat-process-directory): Use it.
15027
15028         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15029         here -- it's done in message-fetch-field.
15030
15031 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15032
15033         * gnus-agent.el (gnus-agent-queue-mail)
15034         (gnus-agent-prompt-send-queue): New variables.
15035         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15036         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15037         "nndraft:queue" along to gnus-draft-send.  Use
15038         gnus-agent-prompt-send-queue.
15039         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15040         is "nndraft:queue".  Suggested by Gaute Strokkenes
15041         <gs234@srcf.ucam.org>
15042
15043         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15044         (agent-enable-undownloaded-faces): Added.
15045         (gnus-agent-cat-groups): Use eval-and-compile, not
15046         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15047         method of gnus-agent-cat-groups even when the buffer has been
15048         evaled.
15049         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15050         delete gnus-agent-save-active-1.
15051         (gnus-agent-save-groups): Deleted.  Identical to
15052         gnus-agent-save-active.
15053         (gnus-agent-write-active): No longer adjust agent's copy of active
15054         file as agent's adjustments are now stored in their own
15055         file.  Removed optional parameter.
15056         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15057         servers.  Add use of min/max range limits from server's local
15058         file.
15059         (gnus-agent-save-alist): Removed unused optional argument.
15060         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15061         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15062         (gnus-agent-set-local): A per-server file that keeps min/max range
15063         limits for articles known to the agent.  Provides a fast mechanism
15064         for altering many active ranges.
15065         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15066         active file (local makes it unnecessary).
15067         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15068
15069         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15070         (agent-enable-undownloaded-faces): Added.
15071
15072         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15073         disable it when sending to "nndraft:queue".
15074         (gnus-group-send-queue): Add safety check to avoid sending queue
15075         when unplugged.
15076
15077         * gnus-group.el (gnus-group-catchup): Use new
15078         gnus-sequence-of-unread-articles, not
15079         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15080         numbers of articles.  Use gnus-range-map to avoid having to
15081         uncompress the unread list.
15082         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15083         Fixed invalid ange-ftp reference.
15084
15085         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15086         (gnus-sorted-range-intersection): Intersection of two ranges
15087         without requiring that they first be uncompressed.
15088
15089         * gnus-start.el (gnus-activate-group): Unless blocked by the
15090         caller, possibly expand the active range to include both cached
15091         and agentized articles.
15092         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15093         multiple version-dependent converters.
15094         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15095         gnus-agent-save-active.
15096         (gnus-save-newsrc-file): Save dirty agent range limits.
15097
15098         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15099         gnus-agent-possibly-alter-active.
15100         (gnus-adjust-marked-articles): Faster handling of simple lists.
15101
15102 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15103
15104         * spam-stat.el (spam-stat-test-directory): New optional argument
15105         displays a list of files detected.  Suggested by Andrew Cohen
15106         <cohen@andy.bu.edu>.
15107         (spam-stat-buffer-words-with-scores): Don't narrow and change
15108         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15109
15110 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15111
15112         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15113         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15114         (spam-spamassassin-arguments)
15115         (spam-spamassassin-spam-flag-header)
15116         (spam-spamassassin-positive-spam-flag-header)
15117         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15118         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15119         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15120         (spam-list-of-processors, spam-list-of-checks)
15121         (spam-list-of-statistical-checks, spam-registration-functions)
15122         (spam-check-spamassassin-headers, spam-check-spamassassin)
15123         (spam-spamassassin-score)
15124         (spam-spamassassin-register-with-sa-learn)
15125         (spam-spamassassin-register-spam-routine)
15126         (spam-spamassassin-register-ham-routine)
15127         (spam-assassin-register-spam-routine)
15128         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15129         (spam-bogofilter-score): Fix to show article before scoring.
15130
15131 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15132
15133         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15134         default scoring function.
15135         (spam-generic-score): Call spam-spamassassin-score if
15136         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15137         spam-bogofilter-score otherwise.
15138
15139         * gnus.el (spam-process, spam-autodetect-methods): Add
15140         spamassassin and spamassassin-headers.
15141
15142 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15143
15144         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15145         Suppress unnecessary messages.
15146
15147 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15148
15149         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15150         make-hash-table.
15151
15152 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15153
15154         * canlock.el (base64-encode-string): Don't autoload it.
15155
15156 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15157
15158         * run-at-time.el: Remove useless (require 'itimer),
15159         eval-and-compile and (featurep 'xemacs).
15160
15161 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15162
15163         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15164         GROUP is a virtual group.
15165
15166 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15167
15168         * gnus.el: Autoload `message-y-or-n-p'.
15169
15170 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15171
15172         * pgg-parse.el: Remove unnecessary (require 'custom).
15173
15174         * pgg-def.el: do.
15175
15176         * nnmail.el: do.
15177
15178         * gnus-undo.el: do.
15179
15180         * gnus-picon.el: do.
15181
15182         * gnus-util.el: do.
15183
15184 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15185
15186         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15187
15188 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15189
15190         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15191         handle, as well as a list.
15192
15193         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15194         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15195         (mm-w3m-cid-retrieve): Simplify.
15196
15197 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15198
15199         * message.el (message-kill-to-signature): Allow prefix arg to
15200         specify number of lines to keep before signature.
15201
15202 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15203
15204         * message.el (message-kill-to-signature): Change docstring.
15205
15206 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15207
15208         * canlock.el: Always require sha1-el.
15209         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15210
15211         * message.el: Autoload sha1 only when compiling.
15212
15213         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15214         eudc-expand-inline for XEmacs.
15215
15216 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15217
15218         * message.el (message-canlock-generate): Require sha1-el.
15219
15220 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15221
15222         * message.el (message-expand-name): Silence the byte compiler.
15223
15224         * lpath.el: Add detect-coding-system.
15225
15226         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15227         cus-edit.
15228
15229 2004-01-13  Simon Josefsson  <jas@extundo.com>
15230
15231         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15232         Invoke gnus-score-mode.  Reported by
15233         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15234
15235         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15236         Jim Blandy <jimb@redhat.com> (tiny change).
15237
15238 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15239
15240         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15241
15242 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15243
15244         * spam.el (spam-get-article-as-string): Update to use
15245         gnus-request-article-this-buffer, much simpler.
15246         (spam-get-article-as-buffer): Remove.
15247
15248 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15249
15250         * message.el (message-expand-name): Use EUDC if the user uses that.
15251
15252 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15253
15254         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15255         character for the encoding to avoid consing a string.
15256
15257         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15258         unnecessarily.
15259
15260         * mm-util.el (mm-replace-chars-in-string): Remove.
15261
15262         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15263         of mm-replace-chars-in-string.
15264
15265 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15266
15267         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15268
15269         * mm-util.el (mm-subst-char-in-string): Support inplace.
15270
15271         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15272         a new string in every iteration.  Use shy groups.
15273
15274 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15275
15276         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15277         * gnus-soup.el (gnus-soup-group-brew):
15278         * gnus-msg.el (gnus-put-message):
15279         * gnus-move.el (gnus-group-move-group-to-server):
15280         * gnus-kill.el (gnus-batch-score):
15281         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15282         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15283         (gnus-group-update-group, gnus-group-read-group)
15284         (gnus-group-make-group, gnus-group-make-help-group)
15285         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15286         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15287         (gnus-group-sort-by-unread, gnus-group-catchup)
15288         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15289         (gnus-group-yank-group, gnus-group-set-info)
15290         (gnus-group-list-groups):
15291         * gnus.el (gnus-generate-new-group-name):
15292         * gnus-delay.el (gnus-delay-send-queue):
15293         * nnvirtual.el (nnvirtual-catchup-group):
15294         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15295         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15296         (gnus-group-prepare-topics, gnus-topic-check-topology):
15297         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15298         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15299         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15300         (gnus-group-make-articles-read):
15301         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15302         (gnus-group-change-level, gnus-kill-newsgroup)
15303         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15304         (gnus-get-unread-articles, gnus-make-articles-unread)
15305         (gnus-make-ascending-articles-unread): Use accessor
15306         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15307         to get group information for improved readability.
15308
15309
15310 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15311
15312         * gnus-art.el (article-decode-mime-words, article-babel)
15313         (gnus-article-highlight-signature, gnus-article-add-buttons)
15314         (gnus-signature-toggle): Use gnus-with-article-buffer.
15315
15316         * gnus-art.el (gnus-article-highlight-headers)
15317         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15318
15319         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15320         (gnus-article-set-globals, gnus-request-article-this-buffer)
15321         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15322         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15323         (gnus-mime-display-alternative): Use with-current-buffer.
15324
15325 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15326
15327         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15328         also under 80 char limit, and call gnus-error if needed.
15329         (spam-fetch-article-header): Fix - it was a
15330         buffer-local variable (gnus-newsgroup-data).
15331         (spam-find-spam): Use spam-generate-fake-headers, forget about
15332         spam-insert-fake-headers.
15333         (spam-insert-fake-headers): Remove.
15334
15335 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15336
15337         * deuglify.el (gnus-article-outlook-unwrap-lines)
15338         (gnus-outlook-rearrange-article)
15339         (gnus-outlook-repair-attribution-outlook)
15340         (gnus-outlook-repair-attribution-block)
15341         (gnus-outlook-repair-attribution-other): Remove redundant
15342         save-excursion.
15343
15344 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15345
15346         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15347         (spam-fetch-field-subject-fast)
15348         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15349         (spam-fetch-article-header): Add functions to deal with Gnus
15350         internals for fast retrieval of article header data.
15351         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15352
15353 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15354
15355         * pop3.el (pop3-md5): Remove.
15356         (pop3-apop): Replace pop3-md5 with md5.
15357
15358         * mm-bodies.el: base64 is always built-in.
15359
15360         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15361         with-current-buffer.
15362
15363 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15364
15365         * canlock.el (canlock-insert-header): Remove excessive grouping in
15366         regexp.
15367
15368         * gnus-sum.el (gnus-summary-read-document): Ditto.
15369
15370         * gnus-uu.el (gnus-uu-part-number): Ditto.
15371
15372         * html2text.el (html2text-remove-tags): Ditto.
15373         (html2text-format-tags): Ditto.
15374         (html2text-format-single-elements): Ditto.
15375
15376         * mml.el (mml-parse-1): Ditto.
15377
15378 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15379
15380         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15381
15382         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15383
15384         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15385
15386         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15387
15388 2003-11-15  Simon Josefsson  <jas@extundo.com>
15389
15390         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15391         (pgg-gpg-lookup-key): Use regexp match instead of
15392         split-string (split-string is different between emacs 21.2 and
15393         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15394
15395 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15396
15397         * gnus-art.el (gnus-mime-view-all-parts)
15398         (gnus-article-part-wrapper, gnus-article-view-part): Use
15399         with-current-buffer.
15400
15401 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15402
15403         * spam.el (spam-disable-spam-split-during-ham-respool)
15404         (spam-spamoracle-database, spam-cache-lookups)
15405         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15406         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15407         (spam-group-ham-marks, spam-group-spam-marks)
15408         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15409         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15410         also add spam-use-blackholes to the statistical checks.
15411         (spam-fetch-field-fast): Add interface to fetching fields, may
15412         become a macro.
15413         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15414         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15415         (spam-insert-fake-headers): Fake an article when needed.
15416         (spam-find-spam): Fake article when possible.
15417         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15418         (spam-check-bogofilter-headers): Use message-fetch-field instead
15419         of nnmail-fetch-field.
15420
15421 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15422
15423         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15424
15425 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15426
15427         * spam.el (spam-split): Do not require spam-use-CHECK to be
15428         enabled if that check is passed to spam-split explicitly; also
15429         fix so 'spam doesn't get converted to spam-split-group when
15430         spam-split-symbolic-return is t.
15431         (spam-find-spam): Find registrations of the article and use those
15432         instead of re-running spam-split to find the spam/ham
15433         classification of the article.
15434         (spam-log-processing-to-registry, spam-log-registered-p)
15435         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15436         Use gnus-error instead of gnus-message.
15437         (spam-log-registration-type): Add function to determine the
15438         classification of a message based on registry entries; will
15439         return nil if both 'spam and 'ham are found.
15440         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15441         a reasonably fast local cache without the loading errors.
15442         (spam-cache-lookups): Set to t by default.
15443         (spam-find-spam): Don't try to guess spam-cache-lookups.
15444         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15445         spam-caches entry.
15446         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15447         caching of whitelist/blacklist entries.
15448         (spam-check-whitelist, spam-check-blacklist): Invoke
15449         spam-from-listed-p with a type, not a cache variable.
15450         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15451
15452 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15453
15454         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15455
15456         * nnmail.el (nnmail-split-fancy): do.
15457
15458         * mml.el (mml-parse): do.
15459
15460         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15461         (gnus-score-adaptive): do.
15462
15463 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15464
15465         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15466         (gnus-mime-button-map): Don't set keymap parent.
15467         (gnus-button-ctan-directory-regexp): Use shy grouping.
15468         (gnus-prev-page-map): Don't set keymap parent.
15469         (gnus-prev-page-map): Remove duplicated one.
15470         (gnus-next-page-map): Don't set keymap parent.
15471         (gnus-mime-security-button-map): Ditto.
15472
15473         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15474         version number.
15475
15476         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15477
15478 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15479
15480         * canlock.el (canlock-sha1-function): Remove.
15481         (canlock-sha1-function-for-verify): Remove.
15482         (canlock-openssl-program): Remove.
15483         (canlock-openssl-args): Remove.
15484         (canlock-ignore-errors): Remove.
15485         (canlock-sha1-with-openssl): Remove.
15486         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15487         (canlock-verify): Don't use canlock-ignore-errors.
15488
15489         * sha1-el.el (sha1-string-external): Make it can return a string
15490         in binary form.
15491         (sha1-region-external): Ditto.
15492         (sha1-string-internal): Ditto.
15493         (sha1-region-internal): Ditto.
15494         (sha1-region): Ditto.
15495         (sha1-string): Ditto.
15496         (sha1): Ditto.
15497
15498 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15499
15500         * spam.el (spam-report-articles-gmane): New command.
15501
15502 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15503
15504         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15505
15506         * run-at-time.el (run-at-time-saved): Remove.
15507         (run-at-time): Doc fix.
15508
15509 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15510
15511         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15512         (gnus-summary-limit-map): Add it.
15513         (gnus-summary-make-menu-bar): do.
15514
15515 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15516
15517         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15518         Make attempt at some caching support (done for BBDB only now).
15519         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15520         addresses to be checked.
15521         (spam-clear-cache-BBDB): Add function, to be invoked by
15522         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15523         (spam-check-BBDB): Check and use the caches, if
15524         spam-cache-lookups is on, remove superfluous (provide).
15525
15526 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15527
15528         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15529
15530 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15531
15532         * run-at-time.el (run-at-time-saved): Move to after the definition
15533         of `run-at-time'.
15534
15535         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15536
15537 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15538
15539         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15540         mm-w3m-local-map-property.
15541
15542         * mm-view.el (mm-w3m-mode-map): Remove.
15543         (mm-w3m-local-map-property): Remove.
15544         (mm-inline-text-html-render-with-w3m): Don't use
15545         mm-w3m-local-map-property.
15546
15547 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15548
15549         * run-at-time.el: New file.
15550
15551         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15552         under Emacs.
15553
15554         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15555         of gnus-set-text-properties.
15556
15557         * gnus-uu.el (gnus-uu-save-article): Ditto.
15558
15559         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15560
15561         * gnus-cite.el (gnus-cite-parse): Ditto.
15562
15563         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15564         of gnus-.
15565
15566         * gnus-xmas.el (run-at-time): Require run-at-time.
15567
15568         * gnus.el: Changed calls to nnheader-run-at-time and
15569         password-run-at-time throughout to use run-at-time directly.
15570
15571         * password.el: Removed definition of run-at-time.
15572
15573         * nnheaderxm.el: Remove definition of run-at-time.
15574
15575 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15576
15577         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15578         in prompt.
15579
15580 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15581
15582         * messagexmas.el (message-xmas-redefine): Alias
15583         `message-make-caesar-translation-table' to
15584         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15585         version.
15586
15587         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15588         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15589         `gnus-xmas-set-text-properties'.
15590         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15591         `gnus-xmas-completing-read'.
15592         (gnus-xmas-completing-read): Removed.
15593         (gnus-xmas-open-network-stream): Removed.
15594
15595         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15596         XEmacs version.
15597
15598         * dns.el (dns-make-network-process): Use `open-network-stream'
15599         instead of `gnus-xmas-open-network-stream'.
15600
15601         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15602
15603         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15604
15605 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15606
15607         * gnus-art.el (gnus-mime-display-alternative)
15608         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15609         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15610         Don't use gnus-local-map-property.
15611
15612         * gnus-util.el (gnus-local-map-property): Remove.
15613
15614         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15615         gnus-completing-read-maybe-default with completing-read.
15616
15617         * gnus-util.el (gnus-completing-read): do.
15618         (gnus-completing-read-maybe-default): Remove.
15619
15620 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15621
15622         * password.el: Only autoload `run-at-time' if not XEmacs.
15623         Only autoload the itimer functions if XEmacs.
15624
15625 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15626
15627         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15628         XEmacsen.
15629
15630         * dgnushack.el: Autoload executable-find for XEmacs.
15631
15632 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15633
15634         * gnus-art.el (gnus-read-string): Remove.
15635         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15636         read-string.
15637
15638 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15639
15640         * netrc.el: Autoload password-read.
15641         (netrc): Add configuration group.
15642         (netrc-encoding-method, netrc-openssl-path): Add
15643         variables for encoding and decoding of files with symmetric
15644         ciphers.
15645         (netrc-encode): Add assistant function to encode a file with
15646         netrc-encoding-method.
15647         (netrc-parse): Add interactive parameter, added optional
15648         decoding if netrc-encoding-method is non-nil but otherwise
15649         behavior is standard.
15650         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15651         Do s/encode/encrypt/ everywhere.
15652
15653         * spam.el: Remove executable-find autoload.
15654
15655 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15656
15657         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15658
15659         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15660
15661 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15662
15663         * gnus-art.el (gnus-treat-ansi-sequences)
15664         (article-treat-ansi-sequences): New variable and function.
15665         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15666
15667         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15668         Use it.
15669
15670 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15671
15672         * mm-util.el (mm-quote-arg): Remove.
15673
15674         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15675         shell-quote-argument.
15676
15677         * gnus-uu.el (gnus-uu-command): do.
15678
15679         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15680
15681         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15682         with make-char.
15683
15684         * mm-util.el (mm-make-char): Remove.
15685
15686         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15687         add-minor-mode.
15688
15689         * gnus-undo.el (gnus-undo-mode): do.
15690
15691         * gnus-topic.el (gnus-topic-mode): do.
15692
15693         * gnus-sum.el (gnus-dead-summary-mode): do.
15694
15695         * gnus-start.el (gnus-slave-mode): do.
15696
15697         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15698
15699         * gnus-ml.el (gnus-mailing-list-mode): do.
15700
15701         * gnus-gl.el (gnus-grouplens-mode): do.
15702
15703         * gnus-draft.el (gnus-draft-mode): do.
15704
15705         * gnus-dired.el (gnus-dired-mode): do.
15706
15707         * gnus-ems.el (gnus-add-minor-mode): Remove.
15708
15709         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15710         Replace gnus-char-width with char-width.
15711
15712         * gnus-ems.el (gnus-char-width): Remove.
15713
15714         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15715         Replace gnus-char-width with char-width.
15716
15717         * gnus-ems.el (gnus-char-width): Remove.
15718
15719         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15720         definition.
15721         Remove Emacs 20 hash table compatibility code.
15722
15723         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15724         20 compatibility code.
15725
15726         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15727
15728         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15729
15730         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15731         with point-at-{eol,bol}.
15732
15733         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15734
15735         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15736
15737         * flow-fill.el (fill-flowed-point-at-bol)
15738         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15739
15740         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15741         Replace with point-at-{eol,bol} throughout all files.
15742
15743 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15744
15745         * ntlm.el (ntlm-string-as-unibyte): New macro.
15746         (ntlm-build-auth-response): Use it.
15747
15748         Remove Emacs 20 stuff:
15749         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15750         (butlast, mapc, remove): Remove the compiler macros.
15751         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15752         of delq and copy-sequence.
15753         * gnus-art.el (popup-menu): Remove the compiler macro.
15754         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15755         Emacs 20.
15756
15757 2004-01-05  Simon Josefsson  <jas@extundo.com>
15758
15759         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15760         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15761         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15762         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15763         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15764         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15765         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15766         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15767         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15768         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15769         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15770         string-xor into ntlm-string-xor.  Suggested by
15771         Jesper Harder <harder@myrealbox.com>.
15772
15773         * ntlm.el: Don't include poem.
15774
15775         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15776         Jesper Harder <harder@myrealbox.com>.
15777
15778         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15779
15780         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15781         probably breaks emacs with DL patch, but do we care? Is anyone
15782         still using the DL stuff?)
15783
15784         * sieve-manage.el: Use the password package.
15785         (sieve-manage-read-passwd): Remove.
15786         (sieve-manage-interactive-login): Use password.  Re-add
15787         condition-case around loop.
15788
15789         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15790         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15791         the password package.
15792
15793 2003-02-19  Simon Josefsson  <jas@extundo.com>
15794
15795         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15796         token.
15797
15798 2002-08-07  Simon Josefsson  <jas@extundo.com>
15799
15800         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15801         (sieve-manage-authenticators):
15802         (sieve-manage-authenticator-alist): Add some SASL mechs.
15803         (sieve-sasl-auth): New function.
15804         (sieve-manage-cram-md5-auth):
15805         (sieve-manage-plain-auth): Rewrite using SASL library.
15806         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15807         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15808         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15809         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15810
15811 2004-01-05  Simon Josefsson  <jas@extundo.com>
15812
15813         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15814         New files.
15815
15816 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15817
15818         * gnus-group.el (gnus-no-groups-message): Update.
15819
15820         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15821
15822 2003-11-09  Simon Josefsson  <jas@extundo.com>
15823
15824         * imap.el: Support for ID IMAP extension (RFC 2971).
15825         (imap-local-variables): Add imap-id.
15826         (imap-id): New variable.
15827         (imap-id): New function.
15828         (imap-parse-response): Parse untagged ID response.
15829         * nnimap.el (nnimap-id): New variable.
15830         (nnimap-open-connection): Use it.
15831
15832 2003-12-28  Simon Josefsson  <jas@extundo.com>
15833
15834         * gnus-score.el (gnus-score-edit-all-score): New.
15835         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15836
15837 2004-01-04  Simon Josefsson  <jas@extundo.com>
15838
15839         * password.el: Add.
15840
15841 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15842
15843         * dns.el (dns-query-types): Fix typo.
15844         (dns-query-types): New function.
15845         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15846         PTR and SOA replies, see RFC 1035.
15847
15848 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15849
15850         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15851
15852         * Moved to Changelog.2.
15853
15854 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15855
15856         * gnus.el (gnus-version-number): Bump version.
15857
15858 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15859
15860         * gnus.el: No Gnus v0.1 is released.
15861
15862 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15863
15864         * gnus.el: No Gnus v0.0 is released.
15865
15866 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15867
15868         * gnus.el (gnus-version-number): Bump.
15869         (gnus-version): No.
15870
15871 See ChangeLog.2 for earlier changes.
15872
15873     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15874       Free Software Foundation, Inc.
15875
15876   This file is part of GNU Emacs.
15877
15878   GNU Emacs is free software: you can redistribute it and/or modify
15879   it under the terms of the GNU General Public License as published by
15880   the Free Software Foundation, either version 3 of the License, or
15881   (at your option) any later version.
15882
15883   GNU Emacs is distributed in the hope that it will be useful,
15884   but WITHOUT ANY WARRANTY; without even the implied warranty of
15885   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15886   GNU General Public License for more details.
15887
15888   You should have received a copy of the GNU General Public License
15889   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15890
15891 ;; Local Variables:
15892 ;; coding: utf-8
15893 ;; fill-column: 79
15894 ;; add-log-time-zone-rule: t
15895 ;; End: