Fix up the recursion behavior.
[gnus] / lisp / ChangeLog
1 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4         we actually do recurse down into the tree, but don't stat all leaf
5         nodes. 
6
7         * gnus-html.el (gnus-html-show-images): If there are no images to show,
8         then say so instead of bugging out.
9
10         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11         files exist before trying to read them.
12
13         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
14         around <pre_int>.
15
16         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
17
18         * nnmh.el (nnmh-request-list-1): Optimize for speed.
19
20 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21
22         * mm-util.el (mm-image-load-path): Just return the image directories,
23         not all directories in the path in addition to the image directories.
24         (mm-image-load-path): Maintain a cache of the image directories so that
25         the `g' command in Gnus doesn't have to stat dozens of directories each
26         time.
27
28         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
29         (gnus-html-wash-tags): Add a new `i' command to insert images.
30         (gnus-html-insert-image): New command and keystroke.
31         (gnus-html-redisplay-with-images): New command and keystroke.
32         (gnus-html-show-images): Renamed command.
33         (gnus-html-wash-tags): Remove more white space before <pre_int> image
34         spacers.
35         (gnus-html-wash-tags): Decode entities at the end, so that entities
36         inside the tags don't mess up the rest of the "parsing".
37
38         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
39         so that nnimap methods aren't agentized by default.  There's apparently
40         many problems related to agent/imap behaviour.
41
42         * gnus-art.el (gnus-article-copy-string): New command and key binding.
43
44         * gnus-html.el: Doc fix.
45
46 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
47
48         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
49         specifier-spec-list for Emacs 21.
50
51         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
52         glyph-width and glyph-height instead of display-graphic-p and
53         image-size; make avoidance of displaying small images work for XEmacs.
54
55         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
56         for XEmacs.
57
58         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
59         of symbol that holds plist data.
60         (gnus-process-plist): Remove plist of process after getting it.
61
62 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
63
64         * message.el (message-generate-hashcash): Change default to
65         'opportunistic if hashcash is installed.
66
67         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
68         (gnus-html-put-image): Only call image-size once, since it's somewhat
69         time-consuming on remote X servers.
70
71 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
72
73         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
74         type on data, not a file name.
75
76         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
77         window-pixel-edges for Emacs 21.
78
79         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
80         decoded contents.
81         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
82
83 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
84
85         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
86         group line format, since it isn't very interesting.
87
88         * gnus-agent.el (gnus-agent-short-article),
89         (gnus-agent-long-article): Increase values for these two variables,
90         since most people are likely to have more network connection and
91         storage than before.
92
93         * gnus.el (gnus-refer-article-method): Change default to 'current.
94         When referring an article, the common behaviour is to refer it from the
95         current select method, not the native select method.  The chances of
96         the native select method having the message in question is rather slim
97         these days.
98
99         * gnus-sum.el (gnus-auto-select-subject): Change default to
100         `unseen-or-unread'.  I think it's likely that most people want to
101         select an unseen article over a previously seen, but unread one.
102
103         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
104         means that in the article buffer none of the minor mode elements will
105         be shown, usually, and this is not desirable in most cases.
106
107         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
108         that commands like `d' (and the like) go to the next line in the
109         buffer, instead of the next unread article.  I think this is the
110         behaviour that is most natural for most users.
111         (gnus-single-article-buffer): Change default to nil, so that people can
112         have as many article buffers open as they have summary buffer.  I think
113         this is the most natural way for the groups to behave.
114
115         * message.el (message-generate-new-buffers): Change default to
116         `unsent', so that all new message buffers start their names with the
117         string "*unsent", and it's easier to find the buffers if you move from
118         them.
119
120 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
121
122         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
123         small. They're probably tracking images.
124         (gnus-html-wash-tags): Remove all <pre_int> place holders.
125         (gnus-html-rescale-image): Yet another try at getting the image sizing
126         right.
127
128         * nntp.el (nntp-request-set-mark): Refuse to do marks if
129         nntp-marks-file-name is nil.
130
131 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
132
133         * gnus-html.el (gnus-html-wash-tags)
134         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
135         Better logging.
136
137 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
138
139         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
140
141         * gnus-html.el (gnus-html-wash-tags): Check the value of
142         gnus-blocked-images in the summary buffer.
143
144 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
145
146         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
147
148 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
149
150         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
151         like "a", it seems like.
152         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
153         since it needs to be picked from the correct buffer.
154
155         * nnwfm.el: Removed.
156
157         * nnlistserv.el: Removed.
158
159 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
160
161         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
162         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
163
164 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
165
166         * nnkiboze.el: Removed.
167
168         * nndb.el: Removed.
169
170         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
171         alt text.
172         (gnus-html-rescale-image): Try to get the rescaling logic right for
173         images that are just wide and not tall.
174
175         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
176         overshadow variable bindings.
177
178 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
179
180         * gnus-html.el (gnus-html-wash-tags)
181         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
182         extra logging.
183
184 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
185
186         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
187         (gnus-max-image-proportion): New variable.
188         (gnus-html-rescale-image): New function.
189         (gnus-html-put-image): Rescale images.
190
191 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
192
193         Fix up some byte-compiler warnings.
194         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
195         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
196         (gnus-article-fill-cited-article, gnus-article-hide-citation)
197         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
198         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
199         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
200         (gnus-group-update-group): Use save-excursion and with-current-buffer.
201
202 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
203
204         * gnus-html.el (gnus-article-html): Decode contents by charset.
205
206 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
207
208         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
209         (gnus-html-frame-width, gnus-blocked-images)
210         * message.el (message-prune-recipient-rules): Add custom version.
211         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
212
213         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
214         functions.
215
216         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
217         gnus-process-get.
218
219 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
220
221         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
222         instead of lsub directly.
223
224 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
225
226         * nnwarchive.el: Removed.
227
228         * gnus-soup.el: Removed.
229
230         * nnsoup.el: Removed.
231
232         * nnultimate.el: Removed.
233
234         * gnus-html.el (gnus-blocked-images): New variable.
235
236         * message.el (message-prune-recipients): New function.
237         (message-prune-recipient-rules): New variable.
238
239         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
240         guess whether a long line is natural text or not.
241
242         * gnus-html.el (gnus-html-schedule-image-fetching): Use
243         gnus-process-plist and friends for compatibility.
244
245 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
246
247         * gnus-html.el: Require packages that define macros used in this file.
248         (gnus-article-mouse-face): Declare to silence byte-compiler.
249         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
250         process-get.
251         (gnus-html-put-image): Use plist-get to avoid getf.
252         (gnus-html-prefetch-images): Use with-current-buffer.
253
254 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
255
256         * gnus-ems.el: Provide compatibility functions for
257         gnus-set-process-plist.
258
259         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
260         header-line-format for XEmacs 21.4.
261
262         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
263         * gnus.el (gnus-valid-select-methods)
264         * message.el (message-send-mail-partially-limit)
265         * mm-decode.el (mm-text-html-renderer)
266         * mml.el (mml-insert-mime-headers-always)
267         * smiley.el (smiley-regexp-alist): Bump custom version.
268
269 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
270
271         * gnus-html.el: require mm-url.
272         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
273         with the url to `url'.
274         (gnus-html-wash-tags): Support cid: URLs/images.
275
276 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
277
278         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
279         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
280         bindings, as they aren't useful at all. `w' is moved to `W w'.
281
282         * gnus-move.el: Removed file, since it doesn't really work.
283
284         * gnus-html.el (gnus-article-html): Tell w3m that the input is
285         UTF-8. This seems to fix problems with some German web feeds.
286
287         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
288         at the top so that the proper colours are applied.
289
290         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
291         don't have dots in their names.
292
293         * gnus-art.el (gnus-article-view-part): Doc fix.
294
295         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
296         XEmacs-compatible.
297         (gnus-html-put-image): Don't do images on non-graphic displays.
298
299         * nnslashdot.el: Removed this unused backend.
300
301         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
302         actions.
303         (gnus-undo-register-1): Revert last change.
304
305         * gnus-group.el (gnus-group-completing-read): Protect against not
306         having completion-styles bound.
307
308         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
309         make broken recipients happier.
310
311         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
312
313         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
314         point parameter.
315
316         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
317
318         * gnus-group.el (gnus-group-completing-read): Add 'substring to
319         completion-styles for group selection.
320
321 2009-02-04  Andreas Schwab  <schwab@suse.de>
322
323         * gnus-score.el (gnus-score-string): Fix regex for matching extra
324         headers and regexp-quote the match if necessary.
325
326 2009-03-24  Miles Bader  <miles@gnu.org>
327
328         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
329         the blinking smiley.
330
331 2009-03-24  Simon Josefsson  <simon@josefsson.org>
332
333         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
334         blink smiley.
335
336 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
337
338         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
339         where the dribbel file lives exists.
340
341         * message.el (message-send-mail-partially-limit): Change the default to
342         nil, since most people don't want this.
343
344         * mm-url.el (mm-url-decode-entities): Also decode entities like
345         &#x3212.
346
347 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
348
349         * gnus-sum.el (gnus-summary-idna-message):
350         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
351         Hyperlink urls in docstrings with URL `...'.
352
353 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
354
355         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
356         functions.
357
358 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
359
360         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
361         say what the mouseover text should be.
362
363         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
364         version of the mm-w3m-safe-url-regexp variable to only download images
365         in the groups where we want that to happen.
366
367         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
368
369         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
370         easier debugging.
371         (gnus-article-beginning-of-window): Add kludge to allow spacing past
372         big pictures in the article buffer.
373
374         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
375         gnus-article-html.
376         (mm-text-html-renderer): gnus-article-html needs curl in addition to
377         w3m.
378
379         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
380
381 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
382
383         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
384         which doesn't exist.
385
386         * message.el (message-inhibit-ecomplete): New variable to allow some
387         function to inhibit ecomplete address storage.
388         (message-resend): Disable ecomplete message storage when resending
389         messages.
390
391         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
392
393 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
394
395         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
396         Save excursion while copying, moving, and deleting articles in order to
397         prevent the cursor from jumping to unforeseen place.
398
399 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
400
401         * lpath.el: No need to bind bookmark-current-buffer,
402         bookmark-yank-point and bookmark-make-record-function.
403
404 2010-08-17  Glenn Morris  <rgm@gnu.org>
405
406         * gnus-sync.el: Require gnus components whose functions are used.
407
408         * gnus-art.el (bookmark-make-record-function):
409         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
410         Declare for compiler.
411
412         * mm-url.el (mml-compute-boundary): Autoload.
413
414 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
415
416         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
417
418 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
419
420         Typo fix "hoo4a" -> "hook".
421
422         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
423
424 2010-08-14  Glenn Morris  <rgm@gnu.org>
425
426         * gnus-sync.el (gnus-sync): Fix defgroup version.
427
428 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
429
430         Doc fixes and keep unknown groups (ammended for nunion bug fix).
431
432         * gnus-sync.el: Fix docs.
433         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
434         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
435
436 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
437
438         Optimizations for gnus-sync.el.
439
440         * gnus-sync.el: Add docs about gnus-sync-backend
441         possibilities.
442         (gnus-sync-save): Remove unnecessary message.
443         (gnus-sync-read): Optimize and show what groups were skipped.
444
445 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
446
447         Minor bug fixes for gnus-sync.el.
448
449         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
450         read the sync on get-new-news.
451
452         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
453         quiet.
454
455         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
456
457 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
458
459         Make saving and restoring of hidden threads work with overlays.
460         Patch applied by Ted Zlatanov.
461
462         * gnus-sum.el (gnus-hidden-threads-configuration)
463         (gnus-restore-hidden-threads-configuration): Update to deal with text
464         properties, rather than searching for a magic character.
465
466 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
467
468         New gnus-sync.el library for synchronization of marks.
469
470         * gnus-sync.el: New library for synchronization of marks.
471
472         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
473         renamed from `gnus-registry-grep-in-list'.
474
475         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
476
477         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
478
479 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
480
481         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
482         determining charset of text fails.
483
484 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
485
486         * nnmail.el (nnmail-get-new-mail-1): Revert.
487
488         * nnml.el (nnml-active-number): Make sure names of newly created groups
489         in nnml-group-alist are encoded.
490
491 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
492
493         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
494         containing non-ASCII characters in active file for nnml back end.
495
496 2010-07-24  David Engster  <dengste@eml.cc>
497
498         * mml-smime.el (mml-smime-epg-verify): Also accept the older
499         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
500
501 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
502
503         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
504         tag (Bug#6654).
505
506 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
507
508         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
509         the article buffer, not the summary buffer.
510
511 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
512
513         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
514         Emacs 23 as well.
515
516 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
517
518         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
519         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
520
521 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
522
523         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
524         Patch applied by Karl Fogel.
525
526         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
527         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
528
529 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
530
531         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
532         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
533         C-w still not working correctly from Article buffers; Thierry's
534         patch to fix that will be applied after this.
535
536         * gnus-art.el (bookmark-make-record-function): New local variable.
537
538         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
539         article buffer.
540         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
541
542 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
543
544         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
545         on changes in bookmark.el.
546
547 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
548
549         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
550         `no-log' instead of message not to log prompt string.
551
552 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
553
554         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
555         the *other* type of HTML form submission.
556
557 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
558
559         * auth-source.el (auth-source-pick): If choice does not contain a
560         questioned keyword, set the check to t.
561
562 2010-06-12  Romain Francoise  <romain@orebokech.com>
563
564         * gnus-util.el (gnus-date-get-time): Move up before first use.
565
566 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
567
568         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
569         (gnus-article-edit-part): Bind it to make last part that is substituted
570         or deleted visible.
571         (gnus-mime-display-single): Buttonize part of which id equals to
572         gnus-mime-buttonized-part-id.
573
574 2010-06-10  Dan Christensen  <jdc@uwo.ca>
575
576         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
577         (gnus-dd-mmm): Use gnus-date-get-time.
578         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
579         simplify logic.
580         (gnus-summary-limit-to-age): Use gnus-date-get-time.
581         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
582
583 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
584
585         * auth-source.el (top): Autoload `secrets-list-collections',
586         `secrets-create-item', `secrets-delete-item'.
587         (auth-sources): Fix tag string.
588         (auth-get-source, auth-source-retrieve, auth-source-create)
589         (auth-source-delete): New defuns.
590         (auth-source-pick): Rewrite in order to avoid 2 passes.
591         (auth-source-forget-user-or-password): New parameter USERNAME.
592         (auth-source-user-or-password): New parameters CREATE-MISSING and
593         DELETE-EXISTING.  Retrieve password interactively, if needed.
594
595 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
596
597         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
598         deleting unused directories when gnus-expert-user is t.
599
600 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
601
602         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
603         for each temp file when gnus-article-browse-delete-temp is ask.
604
605 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
606
607         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
608         Lisp calls to delete-backward-char by calls to delete-char.
609
610 2010-05-20  Kevin Ryde  <user42@zip.com.au>
611
612         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
613
614 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
615
616         * password-cache.el (password-cache-remove): Fix docstring.
617
618 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
619
620         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
621         article unless decoding article to be saved.
622
623 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
624
625         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
626         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
627         generated within the mm-with-unibyte-current-buffer macro.
628
629 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
630
631         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
632         to nil when we're in a mml-preview buffer and no group is selected.
633
634 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
635
636         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
637         when catching the `C-g'.  Reported by "Leo".
638
639 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
640
641         * message.el (message-forward-make-body-plain)
642         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
643         multibyte-string-p.
644
645         * lpath.el: Revert.
646
647 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
648
649         * message.el (message-forward-make-body-mml): Assume original message
650         is multibyte string; error on unibyte.
651         (message-forward-make-body-plain): Ditto; don't add excessive newline
652         in body end.
653
654         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
655
656 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
657
658         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
659         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
660
661 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
662
663         * mm-extern.el (mm-extern-url): Don't use
664         mm-with-unibyte-current-buffer.
665         (mm-extern-cache-contents): Use with-current-buffer instead of
666         save-excursion + set-buffer.
667
668 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
669
670         * mm-util.el (mm-emacs-mule): Remove.
671
672 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
673
674         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
675         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
676         change.
677
678 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
679
680         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
681         bind the default value of enable-multibyte-characters to nil.
682
683 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
684
685         * message.el (message-forward-make-body-plain)
686         (message-forward-make-body-mml):
687         Don't use mm-with-unibyte-current-buffer.
688
689 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
690
691         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
692
693 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
694
695         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
696         (Bug#5592).
697
698 2010-05-07  Julien Danjou  <julien@danjou.info>
699
700         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
701         it to mm-pipe-part.
702
703         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
704         it is given.
705
706 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
707
708         * binhex.el (binhex-decode-region-internal)
709         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
710         (dns-query)
711         * nnweb.el (nnweb-gmane-search)
712         * pgg-parse.el (pgg-parse-armor)
713         * pgg.el (pgg-verify-region)
714         * sha1.el (sha1-string-external)
715         * uudecode.el (uudecode-decode-region-internal)
716         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
717         XEmacs.
718
719         * gnus-art.el (gnus-article-browse-html-parts)
720         * gnus-group.el (gnus-read-ephemeral-gmane-group)
721         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
722         make-temp-file.
723
724         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
725         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
726         compiling.
727
728         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
729         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
730         XEmacs when compiling.
731
732         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
733         gnus-pick-mode-off-hook for XEmacs when compiling.
734         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
735         gnus-binary-mode-off-hook for XEmacs when compiling.
736
737         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
738         nil if char-charset is not available.
739
740         * imap.el (imap-disable-multibyte)
741         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
742         macros.
743
744         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
745         instead of encode-coding-string.
746
747         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
748         'xemacs) instead of mm-emacs-mule to switch function definitions.
749         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
750
751         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
752         bind temporary-file-directory for XEmacs;
753         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
754         timer-set-function for XEmacs 21.4 and SXEmacs;
755         bind timer-list for XEmacs 21.4 and SXEmacs;
756         fbind char-charset and find-charset-region for non-Mule XEmacs;
757         fbind decode-coding-region, decode-coding-string, detect-coding-region,
758         encode-coding-region and encode-coding-string for XEmacs having no
759         file-coding feature.
760
761 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
762
763         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
764
765 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
766
767         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
768         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
769
770 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
771
772         * mm-util.el (mm-decompress-buffer): Use `delete-file';
773         alias `jka-compr-delete-temp-file' no longer exists.
774
775 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
776
777         Use define-minor-mode in Gnus where applicable.
778         * mml.el (mml-mode): Use define-minor-mode.
779         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
780         (gnus-undo-mode): Use define-minor-mode.
781         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
782         (gnus-dead-summary-mode): Use define-minor-mode.
783         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
784         Initialize in declaration.
785         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
786         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
787         (gnus-mailing-list-mode): Use define-minor-mode.
788         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
789         (gnus-draft-mode): Use define-minor-mode.
790         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
791         (gnus-dired-mode): Use define-minor-mode.
792
793 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
794
795         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
796         handles on recursive mml-to-mime translation and check them for
797         boundary delimiter collisions.  Reported by Greg Troxel.
798
799 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
800
801         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
802
803 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
804
805         * mm-util.el (mm-find-buffer-file-coding-system):
806         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
807
808 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
809
810         * message.el (message-generate-headers): Record insertion of optional
811         headers as well.  Otherwise the check to prevent repeated insertion of
812         optional headers is a no-op.
813
814 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
815
816         * smime.el: Don't mention CVS.
817
818         * nnrss.el (nnrss-fetch): Don't mention CVS.
819
820         * nnir.el: Don't mention CVS.
821
822 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
823
824         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
825
826 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
827
828         * lpath.el: Fbind bookmark-default-handler,
829         bookmark-get-bookmark-record, bookmark-make-record-default,
830         bookmark-prop-get for Emacs <23 and XEmacs.
831
832 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
833
834         * gnus-sum.el: Add bookmark declarations to silence the compiler.
835         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
836         Use with-current-buffer to silence the byte-compiler.
837         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
838         bother to require `gnus'.
839         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
840
841 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
842
843         * gnus-sum.el (gnus-summary-bookmark-make-record)
844         (gnus-summary-bookmark-jump): New functions.
845         (gnus-summary-mode): Setup bookmark support.
846
847 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
848
849         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
850         if set.
851
852 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
853
854         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
855         gnus-article-browse-html-save-cid-image; make it work recursively for
856         forwarded messages as well.
857         (gnus-article-browse-html-parts): Work when prefix arg is given.
858         (gnus-article-browse-html-article): Doc fix.
859
860 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
861
862         * message.el (message-default-mail-headers):
863         (message-default-headers): Carry the value mail-default-headers over
864         into message-default-mail-headers, rather than message-default-headers.
865
866 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
867
868         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
869         charset.
870
871         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
872         charset into the <meta> tag when the article is encoded to utf-8.
873
874 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
875
876         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
877         directories as well.
878         (gnus-article-browse-html-parts): Work for images that do not specify
879         file names; delete temp directory when quitting; insert header at the
880         right place; use file: scheme for image files.
881
882 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
883
884         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
885         (gnus-article-browse-html-parts): Use it to make temporary cid image
886         files in addition to html file so that browser may display them.
887
888 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
889
890         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
891
892 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
893
894         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
895
896 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
897
898         * auth-source.el (auth-sources): Change default to be simpler.  Explain
899         about Secret Service API sources.  Improve Customize options.
900         (auth-source-pick): Change to accept any number of search parameters.
901         Implement fallbacks iteratively, not recursively.  Add scoring on the
902         second pass and sort by score.  Call Secret Service API when needed.
903         (auth-source-user-or-password): Use it.  Call Secret Service API
904         directly when needed to get the user name and the password.
905
906 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
907
908         * message.el (message-interactive): Doc fix.
909         (message-qmail-inject-args): Reflow.
910         (message-kill-to-signature): Fix typo in docstring.
911
912         * smiley.el (smiley-buffer): Fix typo in docstring.
913
914 2010-03-24  Glenn Morris  <rgm@gnu.org>
915
916         * mail-source.el (gnus-message): Declare.
917         (mail-source-delete-old-incoming): Require gnus-util.
918
919 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
920
921         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
922
923         * message.el (ecomplete-setup): Autoload it for Emacs <23.
924
925         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
926         password-cache's default if it is not bound.
927         (mml-secure-passphrase-cache-expiry): Default to 16 that is
928         password-cache-expiry's default if it is not bound.
929
930         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
931         available in Emacs 21.
932
933         * lpath.el: Suppress compiler warnings for:
934         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
935         XEmacs;
936         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
937         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
938         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
939
940 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
941
942         * auth-source.el (auth-sources): Fix up definition so extra parameters
943         are always inline.
944
945 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
946
947         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
948         wasn't updated after mismatch.  Clear cached mailbox info correctly
949         when uidvalidity changes.
950         (nnimap-group-prefixed-name): New function to avoid some code
951         duplication.
952         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
953         (nnimap-request-group): Use it.
954         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
955         (nnimap-update-unseen): Significantly improved speed of Gnus startup
956         with many imap folders.  This is done by caching the group status from
957         the imap server persistently in a group parameter `imap-status'.  (This
958         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
959         but not persistently, so every Gnus startup was still very slow.)
960
961 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
962
963         * assistant.el (assistant-render-text): Run `widget-setup' and don't
964         delete the extra newline.  Otherwise editing of :string and :number
965         types don't work.
966
967 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
968
969         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
970         secrets.el dependency.
971         (auth-sources): Add optional user name.  Add secrets.el configuration
972         choice (unused right now).
973
974 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
975
976         * gnus-sum.el (gnus-summary-make-menu-bar): Let
977         `gnus-registry-install-shortcuts' fill in the functions.
978
979         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
980         warnings.
981         (gnus-registry-misc-menus): Variable to hold registry mark menus.
982         (gnus-registry-install-shortcuts): Populate and use it in a
983         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
984
985 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
986
987         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
988         In-place substitutions for the group name encoding/decoding.
989         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
990         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
991         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
992         (nnimap-update-unseen, nnimap-request-list)
993         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
994         (nnimap-request-set-mark, nnimap-split-to-groups)
995         (nnimap-split-articles, nnimap-request-newgroups)
996         (nnimap-request-create-group, nnimap-request-accept-article)
997         (nnimap-request-delete-group, nnimap-request-rename-group)
998         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
999         `encoded-mbx' for consistency.
1000         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1001         variable `imap-current-mailbox'.
1002
1003         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1004         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1005
1006 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1007
1008         * pop3.el (pop3-display-message-size-flag): Display message size byte
1009         counts during POP3 download.
1010         (pop3-movemail): Use it.
1011         (pop3-list): Implement listing of available messages.
1012
1013 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1014
1015         * nnir.el (nnir-get-article-nov-override-function): New function to
1016         override the normal NOV retrieval.
1017         (nnir-retrieve-headers): Use it.
1018
1019 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1020
1021         * auth-source.el (netrc-machine-user-or-password): Autoload.
1022
1023 2010-03-19  Glenn Morris  <rgm@gnu.org>
1024
1025         Stop message.el from loading about 40 libraries it doesn't always need.
1026         The general approach is to autoload rather than require, and to
1027         require in the specific functions rather than the file.  (Bug#5642)
1028
1029         * gmm-utils.el: Don't require wid-edit.
1030         (widget-create-child-value, widget-convert, widget-default-get):
1031         Autoload.
1032
1033         * gnus-util.el: Don't require time-date, netrc.
1034         (message-fetch-field, gnus-group-name-decode): Declare rather than
1035         autoloading.
1036         (gnus-fetch-field): Require message.
1037         (gnus-decode-newsgroups): Require gnus-group.
1038
1039         * ietf-drums.el: Don't require time-date.
1040
1041         * message.el: Don't require hashcash, canlock, ecomplete.
1042         Do require mail-utils.  Require nnheader only when compiling.
1043         (smtpmail-default-smtp-server): Remove declaration.
1044         (message-send-mail-function): Check smtpmail-default-smtp-server
1045         is bound rather than requiring smtpmail.
1046         (message-auto-save-directory, message-insert-signature): Use
1047         expand-file-name rather than nnheader-concat.
1048         (nnheader-insert-file-contents): Autoload.
1049         (hashcash-wait-async): Declare.
1050         (message-send-mail): Only call gnus-setup-posting-charset if
1051         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1052         (message-send-mail-with-sendmail): Require sendmail.
1053         (canlock-password, canlock-password-for-verify): Declare.
1054         (message-canlock-password): Require canlock.
1055         (nnheader-get-report): Autoload.
1056         (gnus-setup-posting-charset): Declare.
1057         (message-send-news): Require gnus-msg.
1058         (message-make-references, message-make-in-reply-to): Use mail-header-id
1059         rather than the alias mail-header-message-id.
1060         (ecomplete-add-item, ecomplete-save): Declare.
1061         (message-put-addresses-in-ecomplete): Require ecomplete.
1062         (ecomplete-display-matches): Autoload.
1063
1064         * mm-decode.el: Don't require mailcap, gnus-util.
1065         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1066         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1067         Autoload.
1068         (mailcap-mime-extensions): Declare.
1069
1070         * mm-encode.el: Don't require mailcap.
1071         (mailcap-extension-to-mime): Autoload.
1072
1073         * mml-sec.el: Don't require password-cache.
1074
1075         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1076         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1077         (mml-minibuffer-read-type): Require mailcap.
1078         (mml-preview): Require gnus-msg.
1079
1080         * mml1991.el: Require password-cache.
1081         (password-cache-expiry): Remove declaration.
1082
1083         * mml2015.el: Require password-cache.
1084         (password-cache-expiry): Remove declaration.
1085
1086         * nneething.el (mailcap): Require mailcap.
1087
1088         * nnheader.el (declare-function): Add compatibility stub.
1089         (message-remove-header): Declare rather than autoload.
1090         (nnheader-replace-header): Require message.
1091
1092         * nnimap.el (declare-function): Add compatibility stub.
1093         (netrc-parse, netrc-machine-user-or-password): Declare.
1094         (nnimap-open-connection): Require netrc.
1095
1096         * nntp.el (declare-function): Add compatibility stub.
1097         (netrc-parse, netrc-machine, netrc-get): Declare.
1098         (nntp-send-authinfo): Require netrc.
1099
1100         * rfc2047.el: Don't require qp.
1101         (quoted-printable-encode-region, quoted-printable-decode-string):
1102         Autoload.
1103
1104         * sieve-mode.el: Don't require easymenu.
1105         (easy-menu-add-item): Autoload it.
1106
1107         * spam-stat.el (time-to-number-of-days): Autoload it.
1108
1109 2010-03-19  Glenn Morris  <rgm@gnu.org>
1110
1111         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1112
1113 2010-03-18  Glenn Morris  <rgm@gnu.org>
1114
1115         * hashcash.el (declare-function): Remove duplicate definition.
1116
1117 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1118
1119         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1120         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1121         value if any backslash escapes).
1122
1123 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1124
1125         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1126         if it is available.  (bug#5647)
1127
1128         * lpath.el: Suppress compiler warning for coding-system-from-name for
1129         Emacs 21 and XEmacs.
1130
1131 2010-03-14  Juri Linkov  <juri@jurta.org>
1132
1133         * hmac-def.el:
1134         * hmac-md5.el:
1135         * netrc.el: Fix keywords.
1136
1137 2010-02-26  Glenn Morris  <rgm@gnu.org>
1138
1139         * message.el (message-send-mail-function): Change the default, so that
1140         it inherits from a customized send-mail-function.  (Bug#5643)
1141
1142 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1143
1144         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1145         shell-command-to-string signals an error (bug#5299).
1146
1147 2010-02-24  Glenn Morris  <rgm@gnu.org>
1148
1149         * message.el (message-smtpmail-send-it)
1150         (message-send-mail-with-mailclient): Doc fixes.
1151
1152 2010-02-16  Glenn Morris  <rgm@gnu.org>
1153
1154         * message.el (message-default-mail-headers): Change the default value
1155         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1156
1157 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1158
1159         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1160         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1161
1162 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1163
1164         * time-date.el (date-to-time): Doc fix (Bug#5408).
1165
1166 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1167
1168         * message.el (message-mail): Just pass yank-action on to message-setup.
1169         (message-setup): Handle (FUN . ARGS) form of yank-action.
1170         (message-with-reply-buffer, message-widen-reply)
1171         (message-yank-original): Handle non-buffer values of
1172         message-reply-buffer (Bug#4080).
1173         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1174
1175 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1176
1177         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1178         Fix typo in docstring.
1179
1180 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1181
1182         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1183         response.
1184
1185 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1186
1187         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1188
1189         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1190
1191         * message.el (message-check-news-header-syntax): Protect against a
1192         string that `rfc822-addresses' returns when parsing fails.
1193
1194 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1195
1196         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1197         (gnus-previous-char-property-change): New functions.
1198
1199         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1200
1201 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1202
1203         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1204         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1205
1206 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1207
1208         * message.el (message-exchange-point-and-mark): Rework last change to
1209         avoid using optional arg of exchange-point-and-mark, for backward
1210         compatibility.
1211
1212 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1213
1214         * message.el (message-exchange-point-and-mark): Call
1215         exchange-point-and-mark with an argument rather than setting
1216         mark-active by hand (Bug#5175).
1217
1218 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1219
1220         * nntp.el (nntp-service-to-port): Work for service expressed with
1221         numeric string; replace [:digit:] with [0-9] for XEmacs.
1222
1223 2009-12-17  Glenn Morris  <rgm@gnu.org>
1224
1225         * gnus-group.el (gnus-bug-group-download-format-alist):
1226         Change emacs entry to debbugs.gnu.org.  Bump :version.
1227
1228 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1229
1230         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1231
1232 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1233
1234         * message.el (message-info): Explain why we use `Info-goto-node'.
1235
1236 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1237
1238         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1239
1240 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1241
1242         * message.el (message-completion-in-region): New compatibility function.
1243         (message-expand-group): Use it.
1244
1245 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1246
1247         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1248         with no unread article should be listed if the 2nd arg `predicate' is
1249         given.
1250
1251 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1252
1253         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1254
1255 2009-11-29  Juri Linkov  <juri@jurta.org>
1256
1257         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1258         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1259         on `gnus-recenter'. (Bug#4698, Bug#4981)
1260
1261 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1262
1263         * sha1.el (sha1-string-external): default-directory "/" in case
1264         otherwise non-existent.  process-connection-type pipe for touch of
1265         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1266
1267 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1268
1269         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1270         it's comms related and sgml-mode.el has "comm" on that basis too.
1271
1272 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1273
1274         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1275         containing tspecial characters if they have been already quoted.
1276
1277 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1278
1279         * dns-mode.el (auto-mode-alist): Purecopy string.
1280
1281 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1282
1283         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1284
1285 2009-10-24  Glenn Morris  <rgm@gnu.org>
1286
1287         * gnus-art.el (help-xref-stack-item): Define for compiler.
1288
1289 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1290
1291         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1292
1293 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1294
1295         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1296
1297 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1298
1299         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1300         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1301
1302 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1303
1304         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1305         (gnus-overlays-in): New alias to overlays-in.
1306
1307         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1308         gnus-overlay-get, and gnus-delete-overlay.
1309         (gnus-summary-show-thread): Make it work as well for systems in which
1310         next-single-char-property-change is not available.
1311         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1312
1313         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1314         (gnus-overlay-get): New alias to extent-property.
1315         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1316
1317         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1318         SXEmacs.
1319
1320         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1321         SXEmacs.
1322
1323 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1324
1325         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1326
1327 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1328
1329         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1330         and XEmacs that don't have `remove-overlays'.
1331
1332 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1333
1334         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1335         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1336         selective display.  Use overlays instead.
1337
1338 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1339
1340         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1341
1342 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1343
1344         * spam-stat.el (spam-stat-load): Fix typo in message.
1345
1346 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1347
1348         * dig.el (dig-invoke): Fix typo in docstring.
1349         (query-dig): Reflow docstring.
1350
1351 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1352
1353         * gnus-art.el (gnus-article-encrypt-body):
1354         * message.el (message-check-recipients):
1355         * mm-util.el (mm-codepage-setup):
1356         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1357         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1358
1359 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1360
1361         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1362         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1363         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1364         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1365         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1366
1367 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1368
1369         * dig.el: Add "Keywords: comm", as per net-utils.el.
1370
1371 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1372
1373         * dig.el (dig-mode): Use define-derived-mode.
1374
1375 2009-09-19  Glenn Morris  <rgm@gnu.org>
1376
1377         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1378
1379 2009-09-18  Glenn Morris  <rgm@gnu.org>
1380
1381         * gnus-diary.el (gnus-diary-check-message):
1382         * message.el (message-insert-formatted-citation-line):
1383         * nnbabyl.el (top-level):
1384         * nndiary.el (nndiary-schedule):
1385         Fix typos in condition-case handlers.
1386
1387 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1388
1389         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1390         configuration that provides the sole article window in a frame;
1391         position point correctly after deleting a part.
1392
1393 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1394
1395         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1396         (spam-resolve-registrations-routine): Use it to unregister articles
1397         that change status.
1398
1399 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1400
1401         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1402         with XEmacs.
1403         (parse-time-string-chars): Use it.
1404
1405 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1406
1407         * imap.el (imap-interactive-login): Better messages.
1408         (imap-open): Fix bug with renamed buffer on reconnect.
1409         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1410         for easier debugging and cleaner code.  On successful (guessed based on
1411         server capabilities) secondary authentication, set imap-state
1412         correctly.
1413         (imap-last-authenticator): Define imap-last-authenticator as a variable
1414         to avoid warnings.
1415
1416 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1417
1418         * nnrss.el (nnrss-request-article): Remove binding of
1419         default-enable-multibyte-characters that has gotten needless by
1420         the 2007-07-13 change in rfc2047-encode-message-header.
1421
1422         * mml.el (mml-insert-multipart): Error on the message header.
1423         (mml-insert-part): Error on the message header; position point at
1424         the end of a MIME tag.
1425
1426 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1427
1428         * time-date.el (autoload): Expand define-obsolete-function-alias into
1429         defalias and make-obsolete for old Emacsen that Gnus supports.
1430         (with-no-warnings): Define it for old Emacsen.
1431         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1432         is available.
1433         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1434         float-time is available; suppress compile warning for time-to-seconds.
1435
1436         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1437         (gnus-float-time): Alias to float-time if it exists.
1438
1439         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1440         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1441         float-time is available; suppress compile warning for time-to-seconds.
1442
1443         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1444         XEmacs.
1445
1446 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1447
1448         * imap.el (imap-message-map): Docstring fix.
1449
1450 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1451
1452         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1453         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1454         Add the optional argument `encoding' that overrides the default.
1455
1456         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1457         mm-encode-buffer.
1458
1459 2009-09-04  Glenn Morris  <rgm@gnu.org>
1460
1461         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1462         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1463         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1464         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1465         * mm-util.el (mm-with-unibyte-current-buffer)
1466         (mm-find-buffer-file-coding-system):
1467         * yenc.el (yenc-decode-region): Use default-value rather than
1468         default-enable-multibyte-characters.
1469
1470 2009-09-03  Glenn Morris  <rgm@gnu.org>
1471
1472         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1473         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1474         than default-enable-multibyte-characters.
1475
1476 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1477
1478         * gnus-art.el (gnus-article-read-summary-keys):
1479         Fix gnus-buffer-configuration's value temporarily used.
1480
1481 2009-09-02  Glenn Morris  <rgm@gnu.org>
1482
1483         * gnus-util.el (gnus-float-time): New function.
1484         * gnus-delay.el (gnus-delay-article):
1485         * gnus-sum.el (gnus-thread-latest-date):
1486         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1487         * nnspool.el (nnspool-request-newgroups):
1488         Use gnus-float-time rather than time-to-seconds.
1489         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1490
1491         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1492         (gnus-header-subject-face, gnus-header-newsgroups-face)
1493         (gnus-header-name-face, gnus-header-content-face):
1494         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1495         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1496         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1497         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1498         (gnus-cite-face-11):
1499         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1500         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1501         (gnus-server-closed-face, gnus-server-denied-face)
1502         (gnus-server-offline-face):
1503         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1504         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1505         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1506         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1507         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1508         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1509         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1510         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1511         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1512         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1513         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1514         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1515         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1516         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1517         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1518         (gnus-summary-high-undownloaded-face)
1519         (gnus-summary-low-undownloaded-face)
1520         (gnus-summary-normal-undownloaded-face)
1521         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1522         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1523         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1524         (gnus-splash-face):
1525         * message.el (message-header-to-face, message-header-cc-face)
1526         (message-header-subject-face, message-header-newsgroups-face)
1527         (message-header-other-face, message-header-name-face)
1528         (message-header-xheader-face, message-separator-face)
1529         (message-cited-text-face, message-mml-face):
1530         * sieve-mode.el (sieve-control-commands-face)
1531         (sieve-action-commands-face, sieve-test-commands-face)
1532         (sieve-tagged-arguments-face):
1533         * spam.el (spam-face):
1534         Mark face aliases with "-face" in the name as obsolete.
1535
1536 2009-09-01  Glenn Morris  <rgm@gnu.org>
1537
1538         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1539         than goto-line.
1540
1541 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1542
1543         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1544         Don't move point if the command is invoked inside the message header.
1545
1546 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1547
1548         * imap.el (imap-send-command): Simplify.
1549         (imap-wait-for-tag): point-max -> buffer-size.
1550
1551 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1552
1553         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1554         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1555         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1556         * nnir.el (nnir-swish-e-index-file):
1557         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1558         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1559         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1560         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1561         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1562         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1563
1564 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1565
1566         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1567         Don't save excursion.
1568
1569 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1570
1571         * nnheader.el (nnheader-find-file-noselect):
1572         * mm-util.el (mm-insert-file-contents):
1573         Use (default-value 'major-mode) instead of default-major-mode.
1574
1575 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1576
1577         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1578
1579 2009-08-26  Glenn Morris  <rgm@gnu.org>
1580
1581         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1582         than placing in files.el.
1583
1584 2009-08-25  Glenn Morris  <rgm@gnu.org>
1585
1586         * nnir.el (top-level): Don't require cl at run-time.
1587         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1588         Replace cl-function substitute with gnus-replace-in-string.
1589         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1590         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1591         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1592         simplified expansions.
1593
1594 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1595
1596         * dig.el (dig): Add autoload cookie.
1597
1598 2009-08-22  Glenn Morris  <rgm@gnu.org>
1599
1600         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1601         goto-line.
1602
1603 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1604
1605         * parse-time.el (parse-time-string-chars): Save match data.
1606
1607 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1608
1609         * parse-time.el (parse-time-string-chars): Compute using character
1610         classes, to handle non-ascii characters (Bug#3190).
1611
1612 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1613
1614         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1615
1616         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1617         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1618         (gnus-mm-display-part, gnus-mime-display-single)
1619         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1620         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1621
1622         * gnus-sum.el
1623         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1624         (gnus-summary-move-article): Add expirable mark to articles copied or
1625         moved to group that has auto-expire turned on if the option is non-nil.
1626
1627 2009-07-24  Glenn Morris  <rgm@gnu.org>
1628
1629         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1630         Fix typo.  (Bug#3903)
1631
1632 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1633
1634         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1635         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1636         that should not be used for draft articles.
1637         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1638         that has no concern in minor mode keys.
1639         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1640         Abolish.
1641
1642 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1643
1644         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1645         article without making inquiry to a user for unknown encoding.
1646
1647         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1648         (nnmaildir--scan): Assume i-node and device number that file-attributes
1649         returns might be cons-cell.
1650
1651         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1652
1653         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1654
1655 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1656
1657         * auth-source.el: Remove docs now in auth.texi.  Don't use
1658         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1659         `auth-source-hide-passwords' and use them.
1660
1661 2009-07-15  Glenn Morris  <rgm@gnu.org>
1662
1663         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1664
1665 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1666
1667         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1668         excessive whitespace from the default values of title and description.
1669
1670 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1671
1672         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1673         mail-fetch-field to fetch Content-Description header in order to
1674         exclude newlines.
1675
1676 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1677
1678         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1679         format used by GnuPG 2.0.11.
1680
1681 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1682
1683         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1684         to deleted part.
1685
1686 2009-05-30  David Engster  <dengste@eml.cc>
1687
1688         * nnmairix.el: Remove old documentation in the commentary block.
1689         (nnmairix-request-group): Do not update active file for nnml back ends.
1690         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1691         end so that overview files are ignored.
1692         (nnmairix-update-groups): Make updating the groups more robust by using
1693         marks.
1694         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1695         with dollar characters in message-id.
1696
1697 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1698
1699         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1700         2008-12-25 in dns.el.
1701
1702 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1703
1704         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1705         could happen if the text is only composed of spaces and/or tabs.
1706
1707 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1708
1709         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1710         when sending a queued message to avoid extra mml tags.
1711
1712 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1713
1714         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1715
1716 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1717
1718         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1719         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1720         rmail-toggle-header for XEmacs;
1721         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1722
1723 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1724
1725         * gnus-dired.el: Remove autoload for gnus-setup-message.
1726         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1727         displaying Gnus logo; always use compose-mail.
1728
1729 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1730
1731         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1732
1733 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1734
1735         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1736         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1737         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1738         available.
1739         (gnus-nocem-epg-verify): New function.
1740
1741 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1742
1743         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1744
1745 2009-02-15  Glenn Morris  <rgm@gnu.org>
1746
1747         * gnus-util.el (rmail-insert-rmail-file-header)
1748         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1749         autoloads.
1750         (rmail-default-rmail-file): Remove unnecessary declaration.
1751         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1752
1753 2009-02-14  Glenn Morris  <rgm@gnu.org>
1754
1755         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1756         variable (only used in gnus-util, which declares it anyway).
1757         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1758         which was only needed by gnus-art (changed to not use it any more).
1759         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1760         only used in gnus-util, which autoloads it itself.
1761         (rmail-update-summary): Fix autoload.
1762
1763         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1764         rather than rmail-output-to-rmail-file.
1765
1766 2009-02-07  Glenn Morris  <rgm@gnu.org>
1767
1768         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1769         autoload of function that no longer exists.
1770         (rmail-toggle-header): Declare.
1771         (message-forward-rmail-make-body): Handle mbox Rmail.
1772
1773 2009-01-31  Glenn Morris  <rgm@gnu.org>
1774
1775         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1776         2009-01-09 change.
1777
1778 2009-01-31  Dave Love  <fx@gnu.org>
1779
1780         * imap.el (imap-fetch-safe): Bind debug-on-error.
1781         (imap-debug): Add imap-fetch-safe.
1782
1783 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1784
1785         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1786         (auth-source-forget-all-cached): New convenience function.
1787         (auth-source-user-or-password): Accept list of modes or a single mode.
1788
1789         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1790         auth-source modes.
1791
1792         * netrc.el (netrc-machine-user-or-password): Use list of
1793         auth-source modes.
1794
1795         * nnimap.el (nnimap-open-connection): Use list of
1796         auth-source modes.
1797
1798         * nntp.el (nntp-send-authinfo): Use list of
1799         auth-source modes.
1800
1801 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1802
1803         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1804         now.
1805
1806 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1807
1808         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1809         coding system in XEmacs; add a workaround for XEmacs.
1810
1811         * lpath.el: Fbind coding-system-aliasee.
1812
1813 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1814
1815         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1816         of current-language-environment.
1817
1818 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1819
1820         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1821         available at runtime.
1822
1823 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1824
1825         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1826
1827 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1828
1829         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1830         the greatest positive fixnum value doesn't work under an XEmacs with
1831         bignum support; use the most-positive-fixnum constant instead,
1832         available since Emacs 21.1 with cl and XEmacs 21.1.
1833
1834 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1835
1836         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1837         XEmacs gets not to work.
1838
1839 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1840
1841         * mm-util.el (mm-coding-system-priorities): Allow the value like
1842         "Japanese (UTF-8)" of current-language-environment.
1843
1844 2009-01-09  Glenn Morris  <rgm@gnu.org>
1845
1846         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1847         with last-command-event.
1848
1849 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1850
1851         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1852         in the doc string.
1853
1854         * message.el (message-fix-before-sending): Amend comment.
1855
1856 2009-01-08  Dave Love  <fx@gnu.org>
1857
1858         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1859
1860 2009-01-07  David Engster  <dengste@eml.cc>
1861
1862         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1863         simplified server definitions by converting it via
1864         gnus-server-to-method.
1865
1866 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1867
1868         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1869         parameter's operands.
1870
1871 2009-01-06  David Engster  <dengste@eml.cc>
1872
1873         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1874         primary select method (for gnus-group-mark-article-as-read).
1875
1876 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1877
1878         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1879         `(gnus)Face', not `(gnus)X-Face'.
1880
1881 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1882
1883         * mm-util.el (mm-ucs-to-char): New function.
1884
1885         * mm-url.el (mm-url-decode-entities): Use it.
1886
1887         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1888         unicode-to-char.
1889
1890 2009-01-05  Dave Love  <fx@gnu.org>
1891
1892         * time-date.el: Require cl for `declare'.
1893
1894 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1895
1896         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1897         Dave Love.
1898
1899 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1900
1901         * message.el (message-fix-before-sending): Add `eight-bit' to
1902         illegible-text check.
1903
1904 2009-01-03  Michael Olson  <mwolson@gnu.org>
1905
1906         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1907         `headers' is nil.  This can occur if the IMAP server does not have
1908         permissions to read messages from a folder, but can write new messages
1909         to the folder.
1910         (nnimap-request-article-part): Do not insert `data' if it is nil.
1911
1912         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1913         characters which will confuse `read', so skip past them.
1914
1915 2009-01-01  Dave Love  <fx@gnu.org>
1916
1917         * imap.el (imap-string-to-integer): Fix typo.
1918         (imap-fetch-safe): New function.
1919         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1920
1921         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1922
1923         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1924         (imap-parse-greeting): Fix doc strings.
1925         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1926         (imap-parse-flag-list): Make messages unique.
1927         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1928
1929         * nnimap.el: Fix author email.
1930         (nnimap-split-rule): Add FIXME comment.
1931         (nnimap-debug): Fix doc string.
1932
1933 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1934
1935         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1936
1937 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1938
1939         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1940         nslookup if resolv.conf isn't available.
1941         (dns-query): Rename from query-dns.
1942         (dns-query-cached): Rename from query-dns-cached.
1943
1944 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1945
1946         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1947         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1948         to check if those variables exist (first appeared in Emacs 18.50).
1949
1950 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1951
1952         * mm-util.el (mm-line-number-at-pos): New function.
1953
1954         * spam-report.el (spam-report-process-queue): Use it.
1955
1956 2008-12-24  David Engster  <dengste@eml.cc>
1957
1958         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1959         parameters that haven't existed as variables as buffer-local variables.
1960
1961 2008-12-23  Dave Love  <fx@gnu.org>
1962
1963         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1964         cadar.
1965
1966         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1967         imap-starttls-p.
1968         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1969
1970 2008-12-22  Dave Love  <fx@gnu.org>
1971
1972         * imap.el: Fix author email.  Doc fixes.
1973         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1974         reply.
1975
1976 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1977
1978         * spam-report.el (spam-report-gmane-max-requests): New constant.
1979         (spam-report-gmane-wait): New variable.
1980         (spam-report-gmane-ham, spam-report-gmane-spam)
1981         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1982         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1983         the server.
1984
1985         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1986         Add explanations.
1987
1988         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1989         nnheader-accept-process-output and nnheader-read-timeout if available.
1990         (pop3-movemail): Use it.
1991
1992         * message.el (message-check-news-body-syntax): Fix signature check if
1993         there's an attachment.
1994
1995 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1996
1997         * mm-util.el: Add comments to the mm- emulating functions.
1998
1999 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2000
2001         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2002         by Stephen Berman <stephen.berman@gmx.net>.
2003
2004 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2005
2006         * mm-util.el (mm-substring-no-properties): New function.
2007         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2008         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2009         (mm-string-to-multibyte): Doc fix.
2010
2011         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2012
2013 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2014
2015         * mml.el (mml-attach-file): Strip text properties from file name.
2016         (Bug#1574)
2017
2018 2008-12-16  Glenn Morris  <rgm@gnu.org>
2019
2020         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2021
2022 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2023
2024         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2025         knows since the charset specified might be a bogus alias that
2026         mm-charset-synonym-alist provides.
2027
2028 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2029
2030         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2031         "ISO_8859-1".
2032
2033         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2034
2035 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2036
2037         * mm-util.el (mm-charset-eval-alist):
2038         Define it before mm-charset-to-coding-system.
2039         (mm-charset-to-coding-system): Add optional argument `silent';
2040         define it before mm-charset-override-alist.
2041         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2042         default value if it can be used in Emacs currently running;
2043         silence mm-charset-to-coding-system.
2044
2045 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2046
2047         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2048         `allow-override' which says whether to use `mm-charset-override-alist'.
2049         (rfc2047-decode-encoded-words): Use it.
2050
2051         * mm-util.el (mm-charset-override-alist): Fix custom type;
2052         add `(gb2312 . gbk)' to choices.
2053
2054 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2055
2056         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2057         fast.
2058
2059         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2060
2061         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2062
2063 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2064
2065         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2066         on links.
2067
2068         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2069
2070 2008-12-03  Lute Kamstra  <lute@gnu.org>
2071
2072         * sha1.el: Remove leading * from docstrings of defcustoms,
2073         deffaces, defconsts and defuns.
2074
2075 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2076
2077         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2078         users' addresses that don't have domain parts.
2079         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2080         rather than message-narrow-to-head since there will be the message
2081         header separator.
2082
2083 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2084
2085         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2086         since the result is inserted in a unibyte buffer anyway.
2087         (nnimap-demule-use-string-to-multibyte): Remove.
2088         (nnimap-demule): Alias it to mm-string-to-multibyte.
2089
2090 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2091
2092         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2093         variable for debugging bug#464 and bug#1174.
2094         (nnimap-demule): Use it.
2095
2096 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2097
2098         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2099         score calculation correctly.
2100
2101 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2102
2103         * message.el (message-send-mail): Just set the buffer to unibyte
2104         rather than use mm-with-unibyte-current-buffer which does a lot more.
2105         (message-send-mail-partially): Don't bother with
2106         mm-with-unibyte-current-buffer since it's already been made unibyte by
2107         message-send-mail.
2108
2109 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2110
2111         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2112
2113 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2114
2115         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2116
2117 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2118
2119         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2120         require itself and to remove `with-no-warnings'.
2121
2122 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2123
2124         * starttls.el (starttls-any-program-available): Get the name of the
2125         available TLS layer program.
2126         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2127         well as the host name in the "opening" message.
2128
2129         * auth-source.el (auth-source-cache, auth-source-do-cache)
2130         (auth-source-user-or-password): Cache passwords and logins by default,
2131         allow override with `auth-source-do-cache'.
2132         (auth-source-forget-user-or-password): Allow users to remove cache
2133         entries if needed.
2134
2135 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2136
2137         * md4.el (md4-buffer): Fix typo in docstring.
2138         (md4, md4-64): Doc fixes.
2139         (md4-pack-int32): Reflow docstring.
2140
2141 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2142
2143         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2144         condition-case to only the forward-sexp call.
2145
2146 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2147
2148         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2149         quotes contained.  Make it more robust regardless by an extra
2150         condition-case wrapper.
2151
2152 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2153
2154         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2155
2156 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2157
2158         * nnml.el (nnml-request-expire-articles): Check if the function set to
2159         `nnmail-expiry-target' returns the symbol `delete'.
2160
2161         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2162
2163         * nnmail.el (nnmail-expiry-target): Fix custom type.
2164
2165 2008-10-02  Glenn Morris  <rgm@gnu.org>
2166
2167         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2168         Silence compiler warning.
2169
2170 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2171
2172         * tls.el (open-tls-stream): Show the actual command being
2173         executed, instead of the format string.
2174
2175 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2176
2177         * lpath.el: Fbind codepage-setup for Emacs 23.
2178
2179 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2180
2181         * mml.el (mml-menu): Don't assume mml2015 is bound.
2182
2183 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2184
2185         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2186         exists.
2187
2188 2008-09-27  Glenn Morris  <rgm@gnu.org>
2189
2190         * gnus-util.el (mail-header-remove-comments): Autoload it.
2191
2192 2008-09-27  Andreas Schwab  <schwab@suse.de>
2193
2194         * gnus-util.el (gnus-split-references): Strip comments.
2195         (gnus-parent-id): Likewise.
2196
2197 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2198
2199         * message.el (message-confirm-send): Fix version.
2200
2201 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2202
2203         * message.el (message-idna-to-ascii-rhs-1): Use
2204         mail-extract-address-components rather than mail-header-parse-addresses
2205         that is an alias by default to ietf-drums-parse-addresses that does not
2206         support non-ASCII names in headers' contents.
2207
2208 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2209
2210         * message.el (message-confirm-send): Fixed variable documentation to
2211         avoid the "y/n" wording.
2212
2213 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2214
2215         * message.el (message-set-auto-save-file-name): Save to a different
2216         filename so multiple messages (especially drafts) can be recovered.
2217
2218 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2219
2220         * message.el (message-confirm-send): Add appropriate version.
2221
2222 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2223
2224         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2225         defvar.
2226
2227 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2228
2229         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2230         (mm-pkcs7-enveloped-magic): Ditto.
2231
2232 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2233
2234         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2235         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2236
2237 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2238
2239         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2240         default, it's better.
2241
2242 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2243
2244         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2245         summary line gnus-number property and ignore them (with a warning
2246         message).
2247
2248 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2249
2250         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2251         macro caddr in the interactive form since it won't be expanded.
2252
2253 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2254
2255         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2256         `charset'; fix name of function called recursively.
2257         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2258
2259 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2260
2261         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2262         (gnus-mime-set-charset-parameters): New function.
2263         (gnus-mime-view-part-as-charset): Use it to correctly display part
2264         specifying wrong charset.
2265
2266 2008-09-08  David Engster  <dengste@eml.cc>
2267
2268         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2269         in completing-read for back end server.
2270
2271 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2272
2273         * message.el (message-confirm-send): New variable to confirm sending a
2274         message.
2275         (message-send): Use it.
2276
2277 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2278
2279         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2280
2281 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2282
2283         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2284
2285 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2286
2287         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2288         prevent tracking too many groups.
2289         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2290         Use it.
2291
2292 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2293
2294         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2295         moving point to the bottom of the window in order to avoid recentering.
2296
2297 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2298
2299         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2300
2301         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2302         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2303         (gnus-article-beginning-of-window): Fix calculation.
2304
2305 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2306
2307         * gnus-msg.el (gnus-summary-supersede-article)
2308         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2309         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2310         message header.
2311
2312 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2313
2314         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2315         pending output coming after the status change.
2316
2317 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2318
2319         * message.el:
2320         * gnus-start.el:
2321         * gnus-registry.el: Remove VMS support.
2322
2323 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2324
2325         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2326         macro.
2327         (rfc2104-hash): Use it.
2328
2329 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2330
2331         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2332         (gnus-summary-sort-by-most-recent-date): New commands.
2333         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2334         and menu entries.
2335
2336 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2337
2338         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2339         don't redisplay article for raw contents; remove plural articles stuff.
2340
2341         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2342         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2343         on gnus-summary-save-article; display results properly.
2344
2345 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2346
2347         * lpath.el: No need to fbind ns-focus-frame.
2348
2349 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2350
2351         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2352
2353 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2354
2355         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2356         gnus-save-all-headers.
2357
2358 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2359
2360         * gnus-util.el (ns-focus-frame): Remove declaration.
2361         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2362         like x.
2363
2364 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2365
2366         * rfc2104.el (rfc2104-zero): Delete defconst.
2367         (rfc2104-hex-alist): Likewise.
2368         (rfc2104-hex-to-int): Delete func.
2369         (rfc2104-hexstring-to-bitstring): Likewise.
2370         (rfc2104-nybbles): New defconst.
2371         (rfc2104-hash): Rewrite for speed.
2372
2373 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2374
2375         * tls.el (open-tls-stream): Make it work with the 2nd argument
2376         BUFFER that is a string but does not exist as a buffer object, as
2377         mentioned in the doc-string.
2378
2379 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2380
2381         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2382         SXEmacs.
2383
2384 2008-07-16  Glenn Morris  <rgm@gnu.org>
2385
2386         * gnus-util.el (ns-focus-frame): Declare for compiler.
2387
2388 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2389
2390         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2391         set as a group parameter.
2392         (gnus-summary-save-in-pipe): Work when it is called independently.
2393         (gnus-summary-pipe-to-muttprint): Don't modify
2394         gnus-summary-pipe-output-default-command.
2395
2396 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2397
2398         * message.el (message-send-mail-with-sendmail):
2399         Display the error message.
2400
2401 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2402
2403         * gnus-art.el (gnus-default-article-saver):
2404         Add gnus-summary-save-in-pipe to choices.
2405         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2406         gnus-summary-pipe-output-default-command as the default command.
2407         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2408         instead of gnus-last-shell-command.
2409
2410         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2411         New user option.
2412         (gnus-summary-muttprint-program): Mention the value will be changed.
2413         (gnus-summary-save-article): Force showing of all headers.
2414         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2415
2416 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2417
2418         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2419
2420 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2421
2422         * nnimap.el (nnimap-id):
2423         * sieve-manage.el (sieve-manage-open): Doc fixes.
2424
2425 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2426
2427         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2428         if available.
2429
2430 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2431
2432         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2433
2434         * nnkiboze.el (nnkiboze-generate-group):
2435         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2436
2437         * nnmairix.el: Require CL.
2438
2439 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2440
2441         * dgnushack.el: Autoload get-display-table and put-display-table for
2442         XEmacs 21.5.
2443
2444         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2445         21.4 and SXEmacs.
2446
2447 2008-06-15  David Engster  <dengste@eml.cc>
2448
2449         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2450
2451 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2452
2453         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2454         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2455         runtime choice under XEmacs.
2456
2457         * gnus-sum.el (gnus-summary-set-display-table):
2458         Use `gnus-put-display-table', `gnus-get-display-table',
2459         `gnus-set-display-table' for the display table, instead of `aset'.
2460
2461         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2462         Use `gnus-put-display-table', `gnus-get-display-table',
2463         `gnus-set-display-table' for the display table.
2464
2465 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2466
2467         * nnmairix.el: Add autoloads.
2468
2469 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2470
2471         * nnmairix.el (nnmairix-delete-recreate-group)
2472         (nnmairix-update-and-clear-marks): Fix error messages.
2473
2474 2008-06-14  David Engster  <dengste@eml.cc>
2475
2476         * nnmairix.el: Upgrade to version 0.6.
2477         (nnmairix-group-toggle-propmarks-this-group)
2478         (nnmairix-group-toggle-readmarks-this-group)
2479         (nnmairix-group-delete-recreate-this-group)
2480         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2481         (nnmairix-remove-tick-mark-original-article): New commands.
2482         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2483         (nnmairix-propagate-marks-to-nnmairix-groups)
2484         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2485         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2486         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2487         functions needed for marks propagation and manipulation of read marks.
2488         (nnmairix-update-groups): New function.
2489         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2490         (nnmairix-determine-original-group-from-registry)
2491         (nnmairix-determine-original-group-from-path)
2492         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2493         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2494         New helper functions.
2495         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2496         keystrokes for new commands.
2497         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2498         (nnmairix-request-group): Check allow-fast group parameter.
2499         (nnmairix-request-create-group): Set allow-fast group parameter if
2500         nnmairix-allowfast-default is set.
2501         (nnmairix-close-group): Propagate marks upon closing if needed.
2502         (nnmairix-group-toggle-threads-this-group): Use new.
2503         nnmairix-group-toggle-parameter helper function.
2504         (nnmairix-search): Better check for empty search result.
2505         (nnmairix-goto-original-article): Use new helper functions for
2506         determining original article.
2507         (nnmairix-show-original-article): Make sure message-id is in brackets.
2508         (nnmairix-call-mairix-binary): Change variable name.
2509         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2510         helper function.
2511         (nnmairix-widget-toggle-activate): Fix doc string.
2512
2513 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2514
2515         * nnir.el: Require edmacro when compiling with XEmacs.
2516         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2517         available in Emacs 21.
2518
2519 2008-06-11  Glenn Morris  <rgm@gnu.org>
2520
2521         * gnus-util.el (x-focus-frame):
2522         * gnus.el (image-size):
2523         * mm-decode.el (image-size): Declare.
2524
2525         * gnus-picon.el (declare-function): Add compat definition.
2526         (image-size): Declare.
2527
2528         * gnus-group.el (tool-bar-map):
2529         * gnus-sum.el (tool-bar-map): Define for compiler.
2530
2531         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2532
2533         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2534
2535         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2536         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2537         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2538         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2539         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2540         * sieve-manage.el, spam-report.el, spam.el:
2541         Remove unnecessary eval-and-compile of autoloads.
2542
2543 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2544
2545         * auth-source.el: Precise Tramp doc.
2546
2547 2008-06-07  Glenn Morris  <rgm@gnu.org>
2548
2549         * nnmairix.el: Remove unnecessary eval-when-compile.
2550
2551 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2552
2553         * lpath.el: Fbind propertize for XEmacs 21.4.
2554
2555 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2556
2557         * nnir.el: Move here from ../contrib.
2558
2559 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2560
2561         * gnus-util.el (gnus-read-shell-command): New function.
2562         * mm-decode.el (mm-pipe-part):
2563         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2564
2565 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2566
2567         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2568
2569 2008-06-03  Glenn Morris  <rgm@gnu.org>
2570
2571         * pop3.el (nnheader-accept-process-output): Autoload it.
2572
2573 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2574
2575         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2576         are not 2-digit hexadecimal characters that follow `%'s.
2577
2578 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2579
2580         * message.el (message-bogus-recipient-p): Fix type in doc string.
2581         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2582         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2583         Improve custom options.
2584         (message-bogus-recipient-p): Adjust accordingly.
2585
2586 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2587
2588         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2589         long-form month and day names.
2590
2591 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2592
2593         * dgnushack.el: Autoload debug, eudc-expand-inline and
2594         pgg-snarf-keys-region for XEmacs.
2595
2596         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2597
2598         * nnmairix.el: Require edmacro when compiling with XEmacs.
2599
2600 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2601
2602         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2603         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2604
2605 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2606
2607         * auth-source.el: Add more docs.
2608
2609         * netrc.el (netrc-machine): Always match if the port is not given.
2610
2611 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2612
2613         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2614         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2615         retrieval faster in some cases, but might make CPU usage larger.  If
2616         this has any bad side effects, we might revert this change.
2617
2618         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2619         seems to make mail retrieval much, much faster.
2620         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2621         unconditionally.
2622
2623         * gnus-draft.el (gnus-group-send-queue): Bind
2624         message-send-mail-partially-limit to nil to avoid being prompted.
2625
2626 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2627
2628         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2629
2630         * message.el (message-bogus-address-regexp): Fix and improve custom
2631         type.
2632         (message-setup-hook): Add message-check-recipients as custom option.
2633
2634 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2635
2636         * message.el (message-cite-function): Remove bogus autoload which crept
2637         in during merge from v5-10.
2638
2639 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2640
2641         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2642
2643         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2644
2645         * auth-source.el: Preliminary Tramp docs.
2646         (auth-sources): Change the default auth-sources to use
2647         EPA .gpg files.
2648
2649 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2650
2651         * nntp.el: Autoload `auth-source-user-or-password'.
2652         (nntp-send-authinfo): Use it.
2653
2654         * nnimap.el: Autoload `auth-source-user-or-password'.
2655         (nnimap-open-connection): Use it.
2656
2657         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2658         for the gnus-message function.
2659         (auth-source-user-or-password): Use it.
2660
2661 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2662
2663         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2664         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2665         (rfc2104-hash): Use it.
2666
2667 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2668
2669         * gnus-art.el (gnus-article-toggle-truncate-lines):
2670         Don't use `iff' in docstring.
2671
2672 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2673
2674         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2675
2676         * gnus-util.el (gnus-extract-address-component-name)
2677         (gnus-extract-address-component-email): Convenience functions around
2678         `gnus-extract-address-components'.
2679
2680         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2681         Use `gnus-extract-address-component-email' to fix bug of comparing full
2682         sender name to `user-mail-address'.
2683
2684 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2685
2686         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2687         catch/throw to optimize.
2688         (gnus-registry-find-keywords): Just use member to find a keyword.
2689
2690 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2691
2692         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2693         is current before calling gnus-server-prepare.
2694         (gnus-server-setup-buffer, gnus-server-update-server)
2695         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2696
2697 2008-05-04  Juri Linkov  <juri@jurta.org>
2698
2699         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2700         (mailcap-file-default-commands): Use mailcap-replace-in-string
2701         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2702         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2703
2704 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2705
2706         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2707
2708 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2709
2710         * gnus.el: Bump version to 0.11.
2711
2712 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2713
2714         * gnus.el: No Gnus v0.10 is released.
2715
2716 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2717
2718         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2719         hooks.
2720         (gnus-update-read-articles): Speed up non-marks-using users.
2721         (gnus-use-marks): Define gnus-use-marks.
2722         (gnus-propagate-marks): Rename variable to something more sensible.
2723
2724 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2725
2726         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2727         (gmm-image-load-path-for-library): Fix typos in docstrings.
2728         (gmm-message): Reflow docstring.
2729
2730 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2731
2732         * mail-source.el (mail-source-set-1, mail-source-bind):
2733         Move auth-source code out of the macro to clean it up and fix bugs.
2734
2735 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2736
2737         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2738         by sender if it's equal to user-mail-address, it's likely to be
2739         useless.
2740
2741         * mail-source.el (mail-source-bind): Don't use user or password if they
2742         are not bound.  Unintern them if they are nil.  Don't use server unless
2743         it's bound, and default it to empty string otherwise.
2744
2745 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2746
2747         * mail-source.el: Load auth-source.el.
2748         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2749         get user name or password, if auth-sources is set up.
2750
2751         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2752         strategy of splitting with parent.
2753         (gnus-registry-split-fancy-with-parent)
2754         (gnus-registry-post-process-groups): Use it and fix prior
2755         bug (returning a list as the split result).
2756
2757         * auth-source.el (auth-sources): Remove server parameter.
2758         (auth-source-pick, auth-source-user-or-password)
2759         (auth-source-user-or-password-imap)
2760         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2761         (auth-source-user-or-password-sftp)
2762         (auth-source-user-or-password-smtp): Remove server parameter.
2763
2764 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2765
2766         * smime.el (smime-sign-region, smime-encrypt-region)
2767         (smime-decrypt-region):
2768         Remove redundant calls to `generate-new-buffer-name'.
2769
2770 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2771
2772         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2773         Don't use QP for message/rfc822.
2774         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2775
2776 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2777
2778         * sieve-manage.el (sieve-string-bytes): Remove.
2779         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2780         correct byte-length only if the process's coding-system is the same as
2781         the one used internally by Emacs to represent strings.
2782
2783 2008-04-22  Juri Linkov  <juri@jurta.org>
2784
2785         * mailcap.el (mailcap-file-default-commands): New function.
2786
2787 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2788
2789         * message.el (message-signature-separator, message-cite-function):
2790         Change custom version.
2791
2792 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2793
2794         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2795         commands.
2796         (tls-checktrust): Ditto.
2797
2798 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2799
2800         * mm-decode.el (mm-display-external): Make temp file read-only.
2801
2802 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2803
2804         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2805         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2806         `C-c C-f d'.
2807
2808 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2809
2810         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2811
2812 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2813
2814         * gnus.el: Bump version to 0.9.
2815
2816 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2817
2818         * gnus.el: No Gnus v0.8 is released.
2819
2820 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2821
2822         * mail-source.el (mail-source-value):
2823         Prefer fboundp to functionp so it works with macros as well.
2824
2825 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2826
2827         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2828         Fix last change in case the element is not even a symbol.
2829
2830 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2831
2832         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2833         Prefer fboundp to functionp so it works with macros as well.
2834
2835 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2836
2837         * auth-source.el: Added docs.
2838         (auth-sources): Modify format to support server.
2839         (auth-source-pick, auth-source-user-or-password)
2840         (auth-source-user-or-password-imap)
2841         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2842         (auth-source-user-or-password-sftp)
2843         (auth-source-user-or-password-smtp): Add server parameter.
2844
2845 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2846
2847         * gnus-registry.el: Initialize the registry when gnus-registry-install
2848         is t.
2849
2850 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2851
2852         * compface.el (uncompface): Make buffer unibyte.
2853
2854 2008-04-05  Glenn Morris  <rgm@gnu.org>
2855
2856         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2857
2858 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2859
2860         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2861         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2862
2863         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2864         multibyteness after rather than before erasing it.
2865
2866         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2867         mm-with-multibyte.
2868         (gnus-request-article-this-buffer): Make sure the proper decoding is
2869         used if gnus-original-article-buffer happens to be unibyte.
2870
2871         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2872         default-enable-multibyte-characters.
2873
2874         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2875         default-enable-multibyte-characters.
2876
2877         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2878
2879         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2880
2881 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2882
2883         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2884         (imap-message-copyuid-1): Use it.
2885         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2886         J. Williams in
2887         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2888
2889         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2890         imap-enable-exchange-bug-workaround.
2891         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2892
2893 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2894
2895         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2896         a 100 byte status-checks into a 2-3MB transfer for each group.
2897         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2898         to enable bug workaround or not.
2899         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2900
2901 2008-03-31  Glenn Morris  <rgm@gnu.org>
2902
2903         * message.el (mml2015-use): Declare for compiler.
2904         (message-info): Require mml2015 when appropriate.
2905
2906 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2907
2908         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2909         whitespace.
2910
2911 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2912
2913         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2914         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2915         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2916         (nntp-service-to-port): New function.
2917         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2918         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2919         (nntp-open-netcat-stream): New function.
2920         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2921
2922 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2923
2924         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2925
2926 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2927
2928         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2929
2930 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2931
2932         * dns.el (dns-write): Use set-buffer-multibyte.
2933
2934 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2935
2936         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2937
2938 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2939
2940         * message.el (message-signature-separator): Change default.
2941         Improve custom type.
2942         (message-cite-function): Change default to
2943         message-cite-original-without-signature.
2944
2945         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2946         toggle.
2947
2948         * message.el (message-check-news-body-syntax): Fix signature check.
2949         (message-setup-1): Mark buffer as unmodified _after_ running
2950         message-setup-hook and handling message-alternative-emails.
2951         (message-shorten-references): Be more strict when building list of
2952         valid references to comply with GNKSA.
2953
2954         * gnus-group.el (gnus-read-ephemeral-bug-group)
2955         (gnus-read-ephemeral-debian-bug-group)
2956         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2957
2958         * message.el (message-info): Don't use booleanp which isn't supported
2959         in Emacs 21 and XEmacs.
2960
2961 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2962
2963         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2964         gnus-group-gmane-group-download-format.
2965         (gnus-group-read-ephemeral-gmane-group): Rename from
2966         gnus-group-read-ephemeral-gmane-group.
2967         (gnus-read-ephemeral-gmane-group-url): Rename from
2968         gnus-group-read-ephemeral-gmane-group-url.
2969         (gnus-bug-group-download-format-alist): New variable.
2970         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2971         (gnus-read-ephemeral-emacs-bug-group): New commands.
2972
2973 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2974
2975         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2976         (gnus-visible-headers): Improve custom type.
2977
2978 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2979
2980         * mml.el (mml-menu): Add workarounds for XEmacs.
2981
2982         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2983         X-Boundary header.
2984
2985         * message.el (message-simplify-recipients): Fix previous commit.
2986
2987 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2988
2989         * mm-util.el (mm-set-buffer-multibyte): New function.
2990         * mm-decode.el (mm-copy-to-buffer): Use it.
2991
2992 2008-03-19  Glenn Morris  <rgm@gnu.org>
2993
2994         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
2995         Accidentally removed in the sync process with Emacs.
2996
2997 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2998
2999         * message.el (message-alter-recipients-discard-bogus-full-name):
3000         New function.
3001         (message-alter-recipients-function): New variable.
3002         (message-get-reply-headers): Use it.
3003         (message-replace-header): New helper function.
3004         (message-recipients-without-full-name): New variable.
3005         (message-simplify-recipients): New command.
3006
3007         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3008
3009         * message.el (message-info): Handle EasyPG manual.
3010
3011         * mml.el (mml-menu): Add entry for EasyPG.
3012
3013 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3014
3015         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3016         parameter.
3017
3018         * message.el (message-disassociate-draft): Specify drafts group name
3019         fully.
3020
3021 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3022
3023         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3024         unnecessary duplicates from the match list.
3025
3026 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3027
3028         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3029
3030         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3031
3032         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3033         args of `how-many' of which the XEmacs version doesn't take; declare
3034         Info-index-next as function.
3035
3036 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3037
3038         * gnus-score.el (gnus-score-headers): Fix handling of
3039         gnus-inhibit-slow-scoring.
3040
3041         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3042         string.
3043         (gnus-button-url-regexp): Improve handling of parenthesis.
3044         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3045         (gnus-button-handle-info-keystrokes): Handle index entries.
3046
3047 2008-03-15  Glenn Morris  <rgm@gnu.org>
3048
3049         * parse-time.el (parse-time-string): Simplify.
3050
3051 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3052
3053         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3054         Incoming* files.
3055
3056 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3057
3058         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3059         (auth-source-pick): Use it.
3060
3061 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3062
3063         * binhex.el (binhex-decode-region-internal):
3064         * uudecode.el (uudecode-decode-region-internal):
3065         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3066         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3067         setting default-enable-multibyte-characters.
3068
3069 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3070
3071         * auth-source.el (auth-source-protocols)
3072         (auth-source-protocols-customize, auth-source-choices): Added and
3073         modified variable customizations and defaults.
3074         (auth-source-pick, auth-source-user-or-password)
3075         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3076         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3077         (auth-source-user-or-password-sftp)
3078         (auth-source-user-or-password-smtp): Use new variables and provide an
3079         interface to netrc.el.
3080
3081 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3082
3083         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3084         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3085         Make sure the nntp port to specify is a string.
3086
3087 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3088
3089         * nntp.el: Use with-current-buffer.
3090         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3091         dubious mm-with-unibyte-current-buffer.
3092         (nntp-with-open-group-function): New function extracted from
3093         nntp-with-open-group macro.
3094         (nntp-with-open-group): Use the function, so it's easier to debug.
3095         Add indentation and debugging info.
3096         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3097         the use of the netcat alternatives.
3098
3099         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3100         Avoid mm-string-as-multibyte as well.
3101
3102         * nnweb.el (nnweb-insert-html):
3103         Remove use of nnheader-string-as-multibyte.
3104
3105         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3106         (nnheader-string-as-multibyte): Remove.
3107
3108         * mm-view.el: Use inhibit-read-only.
3109         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3110         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3111         or unibyte-string.
3112
3113         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3114         (mm-uu-yenc-extract): Use with-current-buffer.
3115
3116         * gnus-soup.el (gnus-soup-send-packet): Don't use
3117         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3118
3119         * nnmh.el: Use with-current-buffer.
3120         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3121         mm-string-as-multibyte on the output of mm-encode-coding-string.
3122
3123         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3124         (nnimap-request-move-article): Use with-current-buffer.
3125
3126         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3127         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3128         conversion uses string-make-unibyte rather than string-as-unibyte.
3129
3130         * gnus-msg.el: Use with-current-buffer.
3131
3132         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3133
3134 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3135
3136         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3137         string for caching if it is 'PIN.
3138
3139 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3140
3141         * lpath.el: Consider the case without Emacs/W3.
3142
3143 2008-03-08  Glenn Morris  <rgm@gnu.org>
3144
3145         * time-date.el (date-to-time, time-subtract, time-add)
3146         (safe-date-to-time): Doc fixes.
3147
3148 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3149
3150         * mail-source.el (mail-source-delete-old-incoming-confirm):
3151         Change default to nil.
3152         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3153
3154 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3155
3156         * lpath.el: Rearrange.
3157
3158         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3159         (gnus-article-goto-prev-page): Work for articles having ^L's.
3160
3161         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3162
3163         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3164
3165 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3166
3167         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3168         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3169         (gnus-bookmark-jump): Adjust some variable names.
3170
3171 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3172
3173         * auth-source.el: New package.
3174         (auth-source-choices): Add customization entry point variable.
3175
3176         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3177         bug.
3178
3179 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3180
3181         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3182         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3183         (gnus-registry-install-shortcuts): Rename from
3184         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3185         the `gnus-registry-mark-map' keymap dynamically from
3186         `gnus-registry-marks'.  The generated functions update the summary line
3187         when a registry mark is added or deleted, and will call
3188         `gnus-registry-install-p' (see the comments in the code).
3189         (gnus-registry-user-format-function-M): Use concat intelligently.
3190
3191         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3192         the registry mark functions.
3193
3194 2008-03-05  Glenn Morris  <rgm@gnu.org>
3195
3196         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3197         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3198         gnus-art.
3199         (top-level): No need to load own source when compiling.
3200
3201 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3202
3203         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3204         Suggested by <chris.anderton@zetnet.co.uk>.
3205
3206 2008-03-04  Glenn Morris  <rgm@gnu.org>
3207
3208         * gnus-sum.el (top-level): No need to require gnus when compiling,
3209         since unconditionally required near start of file.
3210         (gnus-summary-display-while-building): Move definition before use.
3211
3212 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3213
3214         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3215         formatting function.
3216
3217 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3218
3219         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3220         with plists.
3221         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3222         Use new format.
3223
3224 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3225
3226         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3227         `where-is-internal' that returns a range of key sequences.
3228
3229 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3230
3231         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3232
3233         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3234         (gnus-summary-jump-to-group): Consider windows on other displayed
3235         frames as well.  Similar changes might be needed elsewhere, but that's
3236         the one I've bumped into during my use.
3237
3238         * nndoc.el (nndoc-oe-dbx-type-p):
3239         * gnus-msg.el (gnus-debug):
3240         * gnus-group.el (gnus-update-group-mark-positions):
3241         Use mm-string-to-multibyte.
3242
3243 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3244
3245         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3246         doesn't handle NotDashEscaped.
3247
3248         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3249         (mml-dnd-attach-options): Fix typo in custom choice.
3250
3251         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3252         nndoc-article-type to mbox.
3253         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3254
3255         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3256         to nil, instead of html2text.
3257
3258         * imap.el (imap-debug): Add `imap-ping-server'.
3259
3260         * gnus-bookmark.el: Add FIXMEs.
3261
3262         * message.el (message-form-letter-separator)
3263         (message-send-form-letter-delay): New variables.
3264         (message-send-form-letter): Use them.  New command to send form
3265         letters.  Requested by Uwe Siart.
3266         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3267
3268 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3269
3270         * Update copyright years.
3271
3272 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3273
3274         Sync from EMACS_22_BASE.
3275
3276         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3277
3278 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3279
3280         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3281         empty author.
3282
3283 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3284
3285         * gnus-registry.el (gnus-registry-marks): Add variable for
3286         customization of marks and their appearance.
3287         (gnus-registry-read-mark): Use it.
3288         (gnus-registry-do-marks): Add utility function to loop through
3289         `gnus-registry-marks'.
3290         (gnus-registry-install-shortcuts-and-menus): Add function to install
3291         shortcuts and menus.
3292         (gnus-registry-initialize): Use it.
3293         (gnus-registry-default-mark): Clarify documentation.
3294
3295 2008-02-29  Glenn Morris  <rgm@gnu.org>
3296
3297         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3298         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3299         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3300         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3301         Change defcustom :version from 23.0 to 23.1.
3302
3303 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3304
3305         * gnus-registry.el (gnus-registry-follow-group-p)
3306         (gnus-registry-post-process-groups): Add functions to aid registry
3307         splitting and improve logging.  Clarify behavior in function
3308         documentation.
3309         (gnus-registry-split-fancy-with-parent): Use them.
3310
3311 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3312
3313         * gnus-art.el: Use with-current-buffer.
3314
3315 2008-02-27  David Engster  <dengste@eml.cc>
3316
3317         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3318         Express real group name in the response.
3319
3320 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3321
3322         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3323         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3324         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3325         autoload gnus-registry-fetch-group when compiling.
3326         (nnmairix-request-group-with-article-number-correction): Remove
3327         unreferenced argument passed to nnmairix-call-backend.
3328
3329 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3330
3331         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3332         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3333         Wilde.
3334
3335 2008-02-27  Glenn Morris  <rgm@gnu.org>
3336
3337         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3338         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3339         variables to defconsts.  Convert comments to doc-strings.
3340         (nnmairix-last-server, nnmairix-current-server): Convert from free
3341         variables to defvars.  Convert comments to doc-strings.
3342         (gnus-registry-fetch-group): Autoload.
3343         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3344         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3345         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3346         caddr.
3347         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3348         nnmairix-request-group-with-article-number-correction call.
3349         (nnmairix-fast, nnmairix-group): New, less general names, for free
3350         variables passed from nnmairix-request-group to
3351         nnmairix-request-group-with-article-number-correction.  Declare.
3352         (nnmairix-request-group-with-article-number-correction):
3353         Use nnmairix-fast, nnmairix-group rather than fast, group.
3354
3355 2008-02-26  David Engster  <dengste@eml.cc>
3356
3357         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3358         version 0.5.
3359
3360 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3361
3362         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3363         instead of making an extra function call.  Don't add the current group
3364         to articles only when they have the group.  Use
3365         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3366         Reported by David <de_bb@arcor.de>.
3367
3368 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3369
3370         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3371         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3372
3373 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3374
3375         * mail-source.el (mail-source-delete-incoming): Change default.
3376         Supplement doc string.
3377
3378         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3379
3380 2008-02-14  Glenn Morris  <rgm@gnu.org>
3381
3382         * time-date.el (format-seconds): New function.
3383
3384 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3385
3386         * nnmail.el (nnmail-message-id-cache-file): Derive from
3387         `gnus-home-directory'.
3388
3389 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3390
3391         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3392         Document negative prefix.
3393
3394         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3395
3396 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3397
3398         * message.el (message-unsent-separator): Add the Exim bounce
3399         separator.
3400
3401 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3402
3403         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3404         list.
3405         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3406         recipient/signer list.
3407
3408 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3409
3410         * Makefile.in (datarootdir): Define.
3411         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3412         name that might contain whitespace.
3413
3414 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3415
3416         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3417         fbound (Emacs 23 unicode), signal an error.
3418
3419 2008-02-08  Glenn Morris  <rgm@gnu.org>
3420
3421         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3422
3423 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3424
3425         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3426         ports to the calls to `netrc-machine-user-or-password' in addition to
3427         "imap" and "imaps".
3428
3429 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3430
3431         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3432
3433         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3434
3435 2008-02-01  Kenichi Handa  <handa@m17n.org>
3436
3437         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3438         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3439         (rfc2104-hash): Convert the result of concat to unibyte string.
3440
3441 2008-02-01  Dave Love  <fx@gnu.org>
3442
3443         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3444         coding-system-for-read.
3445         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3446
3447 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3448
3449         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3450         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3451         <hanche@math.ntnu.no>.
3452
3453 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3454
3455         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3456
3457         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3458
3459 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3460
3461         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3462         * message.el (message-beginning-of-line): Use featurep instead of bound
3463         tests in order to resolve conditionals at compile time.
3464
3465 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3466
3467         * mail-source.el (mail-sources): Add `group' choice.
3468
3469         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3470         parameter `in-group' to control into which group the articles go.
3471         Add treatment of `group' mail-source.
3472
3473 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3474
3475         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3476
3477         * mm-decode.el (mm-dissect-buffer): Decode description.
3478
3479         * mml.el (mml-to-mime): Encode message header first.
3480
3481 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3482
3483         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3484         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3485
3486         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3487         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3488
3489 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3490
3491         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3492
3493 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3494
3495         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3496         prefix keys.
3497         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3498         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3499         gnus-xmas.el.
3500
3501         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3502         (gnus-xmas-article-describe-bindings): New function.
3503         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3504         gnus-xmas-article-describe-bindings.
3505
3506         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3507
3508 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3509
3510         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3511         Add new variables for article mark management.
3512         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3513         list of extra data entries which, when present, will indicate that the
3514         article ID should not be trimmed from the registry.
3515         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3516         functions.
3517         (gnus-registry-read-mark): New function to read a mark name from the
3518         user.
3519         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3520         (gnus-registry-set-article-mark-internal): New functions to add and
3521         remove marks.
3522         (gnus-registry-get-article-marks): New function to show the marks for
3523         an article, or retrieve them for further use.
3524
3525 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3526
3527         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3528         keys when no argument is given.
3529
3530 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3531
3532         * imap.el (imap-ping-server): New variable.
3533         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3534         (imap-ping-server): Minor doc string fixes.
3535
3536 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3537
3538         * imap.el (imap-ping-server): New function.
3539         (imap-opened): Call imap-ping-server.
3540
3541 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3542
3543         * gnus-sum.el (gnus-article-sort-by-random)
3544         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3545         jidanni@jidanni.org.
3546
3547 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3548
3549         * gnus-art.el (gnus-article-describe-bindings): New function.
3550         (gnus-article-read-summary-keys): Use it.
3551         (gnus-article-mode-map): Bind `C-h b' to it.
3552
3553 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3554
3555         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3556         XEmacs.
3557         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3558         against non-character events.
3559
3560         * lpath.el: Fbind map-keymap for Emacs 21.
3561
3562 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3563
3564         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3565         command.
3566         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3567         instead of END.  Change name of the temp file.
3568         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3569         customizable.
3570
3571 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3572
3573         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3574         bind `S W' to gnus-article-wide-reply-with-original; set default
3575         binding to gnus-article-read-summary-send-keys.
3576         (gnus-article-read-summary-keys): Fix the order of keys; display
3577         continuation keys correctly in the echo area; describe bindings
3578         correctly when keys end with `C-h'.
3579         (gnus-article-read-summary-send-keys): New function.
3580         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3581         for gnus-article-read-summary-send-keys; display continuation keys
3582         correctly in the echo area.
3583         (gnus-article-reply-with-original): Ignore prefix argument.
3584         (gnus-article-wide-reply-with-original): New function.
3585
3586         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3587         Emacs 21.
3588
3589 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3590
3591         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3592         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3593
3594 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3595
3596         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3597         (gnus-group-read-ephemeral-gmane-group): New command.
3598
3599 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3600
3601         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3602
3603 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3604
3605         * message.el (message-send-mail-function): Increase custom version.
3606
3607         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3608         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3609
3610 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3611
3612         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3613         for the cases where imap-authenticate is called with a nil buffer
3614         parameter.
3615
3616 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3617
3618         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3619         html parts correctly; support forwarded messages.
3620         (gnus-article-browse-html-article): Remove work buffers.
3621
3622         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3623         compiling.
3624         (netrc-bound-and-true-p): New macro.
3625         (netrc-parse): Use it instead of bound-and-true-p that is not available
3626         in XEmacs 21.4.
3627
3628 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3629
3630         * gnus-registry.el (gnus-registry-mark-article)
3631         (gnus-registry-article-marks): Add functionality to mark articles
3632         through the Gnus registry.
3633
3634         * encrypt.el: Clarify documentation for the new pgg method.
3635         (encrypt-file-alist): Add PGG option.
3636         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3637         functionality.  Abstract password key and messaging to external
3638         functions.
3639         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3640         (encrypt-message-method-and-cipher): Add new convenience external
3641         functions.
3642         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3643         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3644
3645         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3646         (netrc-parse): Use encrypt-file-alist to determine if
3647         encrypt-find-model or encrypt-insert-file-contents should be used.
3648
3649         * encrypt.el: Clarify documentation.  Load password-cache or
3650         password, whichever one is found first, instead of autoloading.
3651
3652 2007-12-19  Glenn Morris  <rgm@gnu.org>
3653
3654         * mml.el (message-options-set, message-narrow-to-head)
3655         (message-in-body-p, message-mail-p, message-encode-message-body):
3656         Autoload.
3657         (message-remove-header, message-narrow-to-headers-or-head)
3658         (message-subscribed-p, message-make-mail-followup-to)
3659         (message-position-on-field, message-news-p)
3660         (message-options-set-recipient, message-generate-headers)
3661         (message-sort-headers): Declare as functions.
3662
3663 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3664
3665         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3666         convention in doc string.
3667
3668 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3669
3670         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3671         title to html parts.
3672         (gnus-article-browse-html-article): Pass message header to it.
3673
3674         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3675
3676 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3677
3678         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3679         or password compatible with XEmacs.
3680
3681 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3682
3683         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3684         format document.
3685         (gnus-mime-delete-part): Don't write description line if empty.
3686         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3687
3688 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
3689
3690         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3691         (gnus-summary-mark-read-and-unread-as-read)
3692         (gnus-summary-mark-current-read-and-unread-as-read)
3693         (gnus-summary-mark-unread-as-ticked): Doc fix.
3694         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3695
3696 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3697
3698         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3699         Christoph Conrad <christoph.conrad@gmx.de>.
3700
3701 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3702
3703         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3704         yes-or-no-p.
3705
3706 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3707
3708         * mm-decode.el (mm-add-meta-html-tag): New function.
3709         (mm-save-part-to-file, mm-pipe-part): Use it.
3710
3711         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3712         gnus-y-or-n-p instead of y-or-n-p.
3713         (gnus-article-browse-html-parts): Work with message/external-body; use
3714         mm-add-meta-html-tag.
3715
3716 2007-12-11  Glenn Morris  <rgm@gnu.org>
3717
3718         * gnus-cache.el: Require gnus-sum not just when compiling.
3719
3720         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3721
3722         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3723         definitions before use.
3724
3725         * mm-decode.el: Require gnus-util.
3726         (mm-remove-part): Only call delete-annotation on XEmacs.
3727
3728         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3729
3730         * nnmail.el: Require gnus-int.
3731
3732         * spam.el: Move `require's before `eval-when-compile's.
3733
3734         * gnus-ems.el (gnus-alive-p):
3735         * gnus-fun.el (message-goto-eoh):
3736         * gnus-util.el (gnus-group-name-decode):
3737         * mail-source.el (gnus-compress-sequence):
3738         * message.el (Info-goto-node, format-spec):
3739         * mm-bodies.el (message-options-get):
3740         * mm-decode.el (mm-view-pkcs7):
3741         * mm-util.el (gmm-write-region):
3742         * mml-smime.el (mml-compute-boundary)
3743         (gnus-completing-read-with-default):
3744         * mml.el (widget-button-press, gnus-make-hashtable):
3745         * mml1991.el (mm-decode-content-transfer-encoding)
3746         (mm-encode-content-transfer-encoding)
3747         (message-options-get, message-options-set):
3748         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3749         * nnfolder.el (gnus-request-group):
3750         * nnheader.el (ietf-drums-unfold-fws):
3751         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3752         * smime.el (gnus-run-mode-hooks):
3753         * spam-stat.el (gnus-message): Autoload.
3754
3755         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3756         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3757         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3758         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3759         Add declare-function compatibility definition.
3760
3761         * gnus-cache.el (nnvirtual-find-group-art):
3762         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3763         (gnus-add-image, gnus-add-wash-type):
3764         * gnus-group.el (nnkiboze-score-file):
3765         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3766         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3767         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3768         (message-tokenize-header, gnus-get-buffer-create)
3769         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3770         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3771         * gnus.el (gnus-group-decoded-name):
3772         * mail-source.el (imap-capability):
3773         * mm-bodies.el (message-options-set):
3774         * mm-decode.el (gnus-configure-windows):
3775         * mm-extern.el (message-goto-body):
3776         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3777         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3778         (epg-sub-key-validity, message-options-set):
3779         * mml.el (widget-event-point, gnus-configure-windows):
3780         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3781         * mml2015.el (epg-check-configuration, epg-configuration)
3782         (message-options-set):
3783         * nndb.el (nndb-request-article):
3784         * nnfolder.el (gnus-request-create-group):
3785         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3786         * nnmaildir.el (gnus-group-mark-article-read):
3787         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3788         * rfc1843.el (message-fetch-field):
3789         * spam.el (gnus-extract-address-components):
3790         Declare as functions.
3791
3792 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3793
3794         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3795
3796         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3797
3798         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3799         bind show-trailing-whitespace for XEmacs.
3800
3801 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3802
3803         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3804         new no-op macro for backward compatibility.
3805
3806         * imap.el (imap-string-to-integer): New function.
3807
3808 2007-12-09  Glenn Morris  <rgm@gnu.org>
3809
3810         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3811
3812         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3813         * message.el, mm-view.el, sieve-manage.el, smime.el:
3814         Add declare-function compatibility definition.
3815
3816         * gnus-art.el (w3-region, w3m-region, Info-menu):
3817         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3818         * gnus-sum.el (gnus-get-predicate):
3819         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3820         * message.el (mail-abbrev-in-expansion-header-p):
3821         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3822         (w3m-detect-meta-charset, w3m-region):
3823         * sieve-manage.el (password-read, password-cache-add)
3824         (password-cache-remove):
3825         * smime.el (password-read-and-add): Declare as functions.
3826
3827 2007-12-08  David Kastrup  <dak@gnu.org>
3828
3829         * gnus-sum.el (gnus-summary-simplify-subject-query):
3830         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3831         `message'.
3832
3833 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3834
3835         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3836         it to bind idna-program, installation-directory, defined-colors, and
3837         face-attribute for XEmacs of the version that compiles defcustom forms.
3838
3839 2007-12-07  Glenn Morris  <rgm@gnu.org>
3840
3841         * gnus-art.el (article-make-date-line): Revert previous change.
3842
3843 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3844
3845         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3846
3847 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3848
3849         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3850         Call gnus-add-to-range ranges only once with a prepared article-list.
3851
3852 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3853
3854         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3855         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3856         group names with backslashes.  Reported by Tassilo Horn
3857         <tassilo@member.fsf.org>.
3858
3859 2007-12-06  Deepak Goel  <deego3@gmail.com>
3860
3861         * gnus-art.el (article-make-date-line):
3862         * gnus-start.el (gnus-load):
3863         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3864
3865 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3866
3867         * gnus-art.el (gnus-use-idna)
3868         * gnus-start.el (gnus-site-init-file)
3869         * message.el (message-use-idna)
3870         * mm-uu.el (mm-uu-hide-markers)
3871         * smiley.el (smiley-style): Revert changes that suppress warnings.
3872
3873 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3874
3875         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3876         specify charset to html source.  Reported by Christoph Conrad
3877         <christoph.conrad@gmx.de>.
3878
3879 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3880
3881         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3882         idna-program in order to suppress byte compile warning issued by XEmacs
3883         that came to byte compile the default value section of defcustom forms
3884         recently.
3885
3886         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3887         value of installation-directory.
3888
3889         * message.el (message-use-idna): Don't directly refer to the value of
3890         idna-program.
3891
3892         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3893
3894         * smiley.el (smiley-style): Don't directly call face-attribute.
3895
3896 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3897
3898         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3899
3900         * gnus-dired.el: Reduce Gnus dependencies.
3901         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3902         require.  Use autoloads instead.
3903         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3904         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3905         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3906         (gnus-dired-mode): Adjust doc string.
3907         (gnus-dired-mail-mode): New variable.
3908         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3909         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3910         (gnus-dired-mail-buffers): New function.  Return mail or message
3911         composition buffers.
3912         (gnus-dired-attach): Use it.
3913         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3914         NO-DECODE.
3915         (gnus-dired-print): Use `gnus-print-buffer' depending on
3916         `gnus-dired-mail-mode'.
3917
3918 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3919
3920         * rfc2047.el (rfc2047-encoded-word-regexp)
3921         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3922         explaining what regexp patterns are for.
3923
3924 2007-12-04  Glenn Morris  <rgm@gnu.org>
3925
3926         * password.el: Move to password-cache.el.
3927
3928         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3929         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3930         * mml-smime.el (password-read, password-cache-add)
3931         (password-cache-remove):
3932         No need to autoload, since mml-sec requires password.
3933
3934         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3935         * message.el (gnus-extract-address-components):
3936         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3937
3938         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3939         password.
3940
3941 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3942
3943         * mailcap.el: Reduce dependencies.
3944         (mail-header-parse-content-type): Autoload.
3945         (mailcap-delete-duplicates): New alias.
3946         (mailcap-mime-info): Add optional argument NO-DECODE.
3947         (mailcap-mime-types): Use mailcap-delete-duplicates.
3948
3949         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3950
3951 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3952
3953         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3954         (imap-parse-status): Upcase status-att for servers that sends them
3955         lower-case (e.g., MS Exchange 2007).
3956
3957 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3958
3959         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3960         function.
3961
3962         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3963         (gnus-uu-yenc-article): New function.
3964
3965         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3966
3967         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3968         buffer.
3969
3970 2007-12-02  Glenn Morris  <rgm@gnu.org>
3971
3972         * binhex.el (binhex): New custom group.
3973         (binhex-decoder-program, binhex-decoder-switches)
3974         (binhex-use-external): Move to the binhex custom group.
3975
3976         * uudecode.el (uudecode): New custom group.
3977         (uudecode-decoder-program, uudecode-decoder-switches)
3978         (uudecode-use-external): Move to the uudecode custom group.
3979
3980         * netrc.el (top-level): Don't load `encrypt' features.
3981         (netrc-parse): Don't use encrypt.
3982         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3983
3984         * encrypt.el: Remove file.
3985
3986 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3987
3988         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3989         matches on patches.
3990
3991         * gnus-art.el (gnus-article-browse-html-article): Mention
3992         `mm-text-html-renderer' in the doc string.
3993
3994         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3995         string.  Add comments.
3996
3997         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3998         if rhs is ASCII.
3999
4000 2007-12-01  Glenn Morris  <rgm@gnu.org>
4001
4002         * mail-source.el (top-level): Require format-spec before
4003         eval-when-compile.
4004
4005 2007-11-30  Glenn Morris  <rgm@gnu.org>
4006
4007         * encrypt.el: Require password, rather than autoloading password-read.
4008
4009 2007-11-29  Glenn Morris  <rgm@gnu.org>
4010
4011         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4012         (sasl-make-client, sasl-next-step, sasl-step-data)
4013         (sasl-step-set-data): Declare as functions.
4014
4015 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4016
4017         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4018
4019 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4020
4021         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4022         certs should be verified and what is to be done in the event of a
4023         verification failure.
4024
4025         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4026         caller can indicate whether the cache should be disregarded for this
4027         call.  This way the result of the call is reproducible at all times and
4028         can be considered a canonical server name for the supplied method.
4029         (gnus-agent-method-p): Canonicalize server names by pushing their
4030         method through `gnus-method-to-server' using the no-cache argument.
4031
4032         * gnus-srvr.el (gnus-server-insert-server-line): Call
4033         `gnus-method-to-server' with `no-cache' argument.
4034
4035         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4036         gnus-agent-possibly-synchronize-flags as this should be called when the
4037         server is actually being opened.
4038         (gnus-agent-possibly-synchronize-flags)
4039         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4040         flags file of an agentized server to the latter function.
4041
4042         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4043         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4044         after a connection has been established successfully.
4045
4046 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4047
4048         * gnus-art.el (article-display-face): Force to display face if called
4049         interactively; check if gnus-article-x-face-too-ugly matches author.
4050         (article-display-x-face): Display face even if From header is missing
4051         as article-display-face does.
4052
4053 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4054
4055         * hashcash.el (message-narrow-to-headers-or-head)
4056         (message-fetch-field, message-goto-eoh)
4057         (message-narrow-to-headers): Declare as functions.
4058
4059 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4060
4061         * mail-source.el (mail-sources): Default to fetch from file for
4062         compatibility with default of nnmail-spool-file.
4063
4064 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4065
4066         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4067         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4068         to look for encoded word that should be encoded again.
4069         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4070         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4071         encoding pattern.
4072         (rfc2047-decode-region): Switch strict regexp and loose one according
4073         to rfc2047-allow-irregular-q-encoded-words.
4074
4075 2007-11-25  Romain Francoise  <romain@orebokech.com>
4076
4077         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4078
4079 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4080
4081         * tls.el (tls-program): Provide more custom choices from
4082         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4083         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4084
4085 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4086
4087         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4088         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4089
4090         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4091         `nnmail-spool-file'.
4092
4093         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4094         `nnmail-spool-file'.
4095
4096         * gnus-move.el (gnus-change-server): Ditto.
4097
4098         * gnus-kill.el (gnus-batch-score): Ditto.
4099
4100         * gnus-cache.el (gnus-jog-cache): Ditto.
4101
4102         * gnus-msg.el (gnus-summary-reply):
4103         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4104
4105 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4106
4107         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4108         version.  Minor improvement to doc strings.
4109         (tls-program): Add comment.
4110
4111 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4112
4113         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4114         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4115         mismatch between the hostname provided in the certificate and the name
4116         of the host connnecting to.
4117         (open-tls-stream): Use them.  Check certificates against trusted root
4118         certificates.
4119
4120 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4121
4122         * gnus-cache.el (gnus-cache-generate-nov-databases):
4123         Use nnml-generate-nov-databases-directory instead of
4124         nnml-generate-nov-databases-1.
4125
4126 2007-11-24  Glenn Morris  <rgm@gnu.org>
4127
4128         * message.el (message-tool-bar-retro): Update for rename
4129         mail_send.xpm->mail-send.xpm.
4130
4131 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4132
4133         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4134         `smime-ldap-search' for Emacs 22 and up.
4135
4136 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4137
4138         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4139
4140         * message.el (message-send-mail-function): Fix error convention.
4141         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4142         (message-widen-reply, message-send-mail, message-talkative-question)
4143         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4144         (message-clone-locals, message-send-news): Use with-current-buffer.
4145         (message-insert-or-toggle-importance): Remove unused var `valid'.
4146         (message-make-references): Remove unused var `new-references'.
4147         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4148
4149 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4150
4151         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4152         (spam-split-symbolic-return-positive): Reflow docstring.
4153         (spam-backends, spam-summary-exit-behavior)
4154         (spam-mark-ham-unread-before-move-from-spam-group)
4155         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4156         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4157         (spam-clear-cache, spam-backend-check, spam-install-backend)
4158         (spam-install-statistical-backend, spam-list-of-processors)
4159         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4160         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4161         (spam-check-crm114, spam-initialize, spam-unload-hook):
4162         Fix typos in docstrings.
4163
4164 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4165
4166         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4167         been checked if they have never been read and those group levels are
4168         higher than the one that a user specified.
4169
4170 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4171
4172         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4173         foreign groups unless a group level is specified by a user.
4174         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4175
4176 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4177
4178         * message.el (message-send-mail-function): Require sendmail.
4179
4180 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4181
4182         * message.el (message-send-mail-function): Check for smtpmail too.
4183
4184         * utf7.el (utf7-encode, utf7-decode): Use coding system
4185         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4186
4187         * message.el (message-send-mail-function): New function.
4188         (message-send-mail-function): Set default using
4189         message-send-mail-function.  Adjust doc string.
4190         (message-send-mail-with-mailclient): New function.
4191
4192 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4193
4194         * smime.el (from):
4195         * rfc2047.el (message-posting-charset):
4196         * qp.el (mm-use-ultra-safe-encoding):
4197         * pop3.el (parse-time-months):
4198         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4199         * nnml.el (files):
4200         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4201         (jka-compr-compression-info-list, ange-ftp-path-format)
4202         (efs-path-regexp):
4203         * nndiary.el (files):
4204         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4205         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4206         (epg-digest-algorithm-alist, inhibit-redisplay)
4207         (password-cache-expiry):
4208         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4209         (pgg-output-buffer, password-cache-expiry):
4210         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4211         (efs-path-regexp):
4212         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4213         (inhibit-redisplay):
4214         * mm-uu.el (file-name, start-point, end-point, entry)
4215         (gnus-newsgroup-name, gnus-newsgroup-charset):
4216         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4217         (latin-unity-ucs-list):
4218         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4219         (mm-uu-binhex-decode-function):
4220         * message.el (gnus-message-group-art, gnus-list-identifiers)
4221         (rmail-enable-mime-composing, gnus-local-organization)
4222         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4223         (gnus-read-active-file, facemenu-add-face-function)
4224         (facemenu-remove-face-function, gnus-article-decoded-p)
4225         (tool-bar-mode):
4226         * mail-source.el (display-time-mail-function):
4227         * gnus-util.el (nnmail-pathname-coding-system)
4228         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4229         (gnus-original-article-buffer, gnus-user-agent)
4230         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4231         (xemacs-codename, sxemacs-codename, emacs-program-version):
4232         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4233         * gnus-start.el (gnus-agent-covered-methods)
4234         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4235         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4236         (gnus-newsgroup-headers, gnus-group-list-mode)
4237         (gnus-group-mark-positions, gnus-newsgroup-data)
4238         (gnus-newsgroup-unreads, nnoo-state-alist)
4239         (gnus-current-select-method, mail-sources)
4240         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4241         (nnmail-spool-file, gnus-cache-active-hashtb):
4242         * gnus-mh.el (mh-lib-progs):
4243         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4244         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4245         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4246         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4247         (gnus-group-buffer):
4248         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4249         (font-lock-set-defaults):
4250         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4251         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4252         (gnus-summary-post-menu, total-parts, type, condition, length):
4253         * gnus-agent.el (gnus-agent-read-agentview):
4254         * flow-fill.el (show-trailing-whitespace):
4255         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4256         eval-and-compile wrappers for byte compiler pacifiers.
4257
4258         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4259         (mm-display-inline-fontify): Check for featurep 'xemacs not
4260         extent-list.
4261
4262         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4263         itimer-list.
4264         (mm-create-image-xemacs): Only do something for XEmacs.
4265         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4266
4267         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4268
4269         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4270         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4271
4272 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4273
4274         * nnimap.el (nnimap-split-download-body):
4275         * gnus-demon.el (gnus-demon):
4276         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4277
4278 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4279
4280         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4281         macros.
4282         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4283         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4284         copy data from unibyte buffer to multibyte current buffer.
4285         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4286         to copy data from unibyte current buffer to multibyte buffer.
4287         (nntp-make-process-buffer): Make process buffer unibyte.
4288
4289         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4290
4291 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4292
4293         * pop3.el (pop3-open-server): Accept and process data more robustly at
4294         connexion start to avoid spurious "POP SSL connexion failed" errors.
4295
4296 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4297
4298         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4299         read group names.
4300
4301 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4302
4303         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4304
4305 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4306
4307         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4308         (nnmail-save-active): Use a unibyte buffer when saving active file,
4309         which may contain non-ASCII group names.
4310
4311         * nnml.el (nnml-request-group): Decode group names in messages.
4312
4313 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4314
4315         * message.el (message-citation-line-function)
4316         (message-insert-formatted-citation-line): Fix spelling of
4317         `message-insert-formated-citation-line'.
4318
4319 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4320
4321         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4322
4323 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4324
4325         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4326         nnmail-pathname-coding-system.
4327
4328         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4329         that a user enters; decode group names in messages.
4330
4331         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4332
4333 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4334
4335         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4336
4337         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4338
4339         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4340         risky local variable.
4341
4342         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4343
4344 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4345
4346         * encrypt.el: Improve documentation to fix function name typo.
4347         Reported by Daiki Ueno <ueno@unixuser.org>.
4348
4349 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4350
4351         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4352         even if the point is not in the last page of an article.
4353         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4354         back to the previous page.
4355
4356 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4357
4358         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4359
4360 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4361
4362         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4363
4364 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4365
4366         * message.el (message-check-news-body-syntax): Avoid
4367         mm-string-as-multibyte.
4368         (message-hide-headers): Don't assume (point-min)==1.
4369
4370 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4371
4372         * message.el (message-remove-blank-cited-lines): Fix if remove is
4373         given.
4374         (message-bogus-address-regexp): New variable.
4375         (message-bogus-recipient-p): New function.
4376         (message-check-recipients): New command.
4377         (message-syntax-checks): Add `bogus-recipient'.
4378         (message-fix-before-sending): Add `bogus-recipient'.
4379
4380         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4381         (gnus-treat-body-boundary): Don't test window-system.
4382
4383 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4384
4385         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4386
4387 2007-10-28  Miles Bader  <miles@gnu.org>
4388
4389         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4390         at compile-time too.
4391
4392 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4393
4394         * gnus-msg.el (gnus-message-setup-hook): Add
4395         `message-remove-blank-cited-lines' to options.
4396
4397 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4398
4399         * message.el (message-remove-blank-cited-lines): New function.
4400         Suggested by Karl Plästerer.
4401
4402 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4403
4404         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4405         mapc.
4406
4407         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4408         (top-level): Use mapc to set functions to be traced for debugging.
4409
4410         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4411         called for effect with while loop.
4412
4413         * message.el (message-talkative-question): Replace mapcar called for
4414         effect with mapc.
4415
4416         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4417         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4418         called for effect with dolist.
4419
4420         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4421
4422         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4423         gnus-extra-headers and nnmail-extra-headers.
4424
4425         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4426         called for effect with dolist.
4427         (top-level): Use mapc to set functions to be traced for debugging.
4428
4429         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4430         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4431         dolist.
4432
4433         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4434         Replace mapcar called for effect with mapc.
4435         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4436         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4437         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4438         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4439
4440         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4441         remove-if that's a cl function.
4442
4443         * webmail.el (webmail-debug): Replace mapcar called for effect with
4444         dolist.
4445
4446         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4447         with mapc.
4448
4449 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4450
4451         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4452         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4453         with while loop.
4454
4455         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4456         functions from article-* functions.
4457         (gnus-multi-decode-header): Replace mapcar called for effect with
4458         dolist.
4459
4460         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4461         (gnus-bookmark-show-details): Replace mapcar called for effect with
4462         while loop.
4463
4464         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4465         called for effect with while loop.
4466
4467         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4468         with dolist.
4469
4470         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4471         mapcar called for effect with dolist.
4472
4473         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4474
4475         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4476         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4477         Replace mapcar called for effect with dolist.
4478         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4479         mapc.
4480
4481         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4482         Replace mapcar called for effect with dolist.
4483         (gnus-topic-list): Replace mapcar called for effect with mapc.
4484
4485         * gnus.el: Use mapc instead of mapcar to add autoloads.
4486
4487 2007-10-23  Richard Stallman  <rms@gnu.org>
4488
4489         * gnus-group.el (gnus-group-highlight): Mark as risky.
4490
4491 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4492
4493         * gnus.el (gnus-server-to-method): Return method found first in
4494         gnus-newsrc-alist.
4495
4496         * gnus-art.el (gnus-article-highlight-signature)
4497         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4498         button overlay without the front stickiness.
4499
4500 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4501
4502         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4503         overview buffer needed a catch to receive its throw.
4504         (gnus-agent-flush-cache): Declared as interactive to make this function
4505         easier to use.
4506
4507 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4508
4509         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4510         `next-line'.
4511
4512 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4513
4514         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4515         exclude address matching message-dont-reply-to-names.
4516
4517 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4518
4519         * gnus-util.el (gnus-string<): New function.
4520
4521         * gnus-sum.el (gnus-article-sort-by-author)
4522         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4523
4524 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4525
4526         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4527         the frame-focus tag is set in gnus-buffer-configuration.
4528
4529 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4530
4531         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4532         the front stickiness.
4533
4534 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4535
4536         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4537         url pattern; remove duplicate one.
4538         (gnus-article-extend-url-button): New function.
4539         (gnus-article-add-buttons): Use it.
4540         (gnus-button-push): Use concatenated url that it makes.
4541
4542 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4543
4544         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4545
4546 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4547
4548         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4549         Don't hardcode point-min==1.
4550
4551 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4552
4553         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4554         Fix comment about "iso8859-1".
4555
4556 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4557
4558         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4559         ones returned from the verify-function.
4560
4561         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4562         mml2015-extract-cleartext-signature if extraction failed.
4563
4564 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4565
4566         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4567         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4568         failed.
4569
4570 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4571
4572         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4573
4574 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4575
4576         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4577         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4578         recommends to use EasyPG instead of PGG.
4579
4580         * pgg.el: Revert to revision 6.23.2.16.
4581
4582         * pgg-def.el: Revert to revision 6.6.2.14.
4583
4584         * pgg-gpg.el: Revert to revision 6.23.2.34.
4585
4586 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4587
4588         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4589         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4590         thread for both the null and zero (kill/expire thread) universal prefix
4591         cases.
4592         (gnus-summary-expire-thread): Add new function to expire a thread,
4593         using gnus-summary-kill-thread.
4594         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4595         shortcuts for gnus-summary-expire-thread.
4596         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4597         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4598
4599 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4600
4601         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4602         extras value, so an extras entry can be deleted.
4603         (gnus-registry-delete-extra-entry): Use it.
4604         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4605         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4606         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4607         storage through the gnus-registry, and provide an appropriate API for
4608         it.
4609
4610 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4611
4612         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4613         Suggested by Leo <sdl.web@gmail.com>.
4614
4615         * gnus.el: Do.
4616
4617 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4618
4619         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4620         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4621
4622         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4623
4624         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4625         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4626
4627 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4628
4629         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4630         newline.
4631         (nnmbox-request-accept-article): Don't change article in source buffer;
4632         narrow to header to use message-fetch-field rather than
4633         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4634         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4635         as delimiters; make sure article ends with newline.
4636         (nnmbox-delete-mail): Correct last position of article to be deleted;
4637         ignore X-Gnus-Newsgroup header in article body.
4638         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4639         positions; make sure article ends with newline.
4640
4641         * message.el (message-display-abbrev): Don't infloop when a user
4642         inserts SPC in the beginning of header.
4643
4644         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4645         coding-system-for-read and coding-system-for-write for XEmacs having no
4646         file-coding feature.
4647
4648         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4649
4650 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4651
4652         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4653         list of groups not followed by default.  Fix type to be regexp.
4654         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4655
4656 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4657
4658         * hmac-def.el (define-hmac-function): Switch from old-style to
4659         new-style backquotes.
4660
4661         * md4.el (md4-make-step): Likewise.
4662
4663 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4664
4665         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4666         raw-text coding system when saving .newsrc file, which may contain
4667         non-ASCII group names.
4668
4669 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4670
4671         * gnus-cus.el (gnus-score-extra): New widget.
4672         (gnus-score-extra-convert): New function.
4673         (gnus-score-customize): Use it for Extra.
4674
4675 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4676
4677         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4678         (mml2015-mailcrypt-clear-verify): Use it.
4679         (mml2015-gpg-clear-verify): Use it.
4680         (mml2015-pgg-clear-verify): Use it.
4681         (mml2015-epg-clear-verify): Replace the current part with the output
4682         from GnuPG; don't extract the plaintext by itself.
4683
4684         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4685         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4686         mml2015-clear-verify-function; don't touch the armor headers or
4687         dash-escaped text here.
4688
4689 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4690
4691         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4692         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4693         parts, or application/octet-stream as a last resort.
4694         (gnus-mime-view-part-as-type): Don't toggle display.
4695         (gnus-mime-view-part-as-charset): Don't turn off display before
4696         querying charset.
4697
4698         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4699         stuff to undisplayer function in Emacs.
4700         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4701
4702         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4703         text/calendar parts.
4704
4705 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4706
4707         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4708         decoding text/calendar parts.
4709
4710         * message.el (message-forward-make-body-mime): Always mark body as
4711         having no illegible text; remove signed-or-encrypted argument.
4712         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4713
4714         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4715         (mml-generate-mime-1): Don't encode body if it is specified to be in
4716         raw form; don't make buffer be unibyte when inserting multibyte string.
4717
4718 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4719
4720         * sha1.el: Fix up comment style.
4721         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4722         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4723
4724         * hex-util.el: Fix up comment style.
4725         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4726
4727         * gnus-salt.el: Use with-current-buffer.
4728         (gnus-pick-setup-message): Fix long-standing typo.
4729
4730 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4731
4732         * imap.el (imap-logout-timeout): New variable.
4733         (imap-logout, imap-logout-wait): New functions.
4734         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4735
4736         * nnimap.el (nnimap-logout-timeout): New server variable.
4737         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4738         nnimap-logout-timeout.
4739
4740         * gnus-art.el (gnus-article-summary-command-nosave)
4741         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4742
4743 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4744
4745         * gnus.el (gnus-maximum-newsgroup): New variable.
4746
4747         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4748         according to gnus-maximum-newsgroup.
4749
4750         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4751         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4752         Limit the range of articles according to gnus-maximum-newsgroup.
4753
4754 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4755
4756         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4757         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4758         Don't perform gnus-configure-windows here; reuse existing sticky
4759         article buffer.
4760
4761         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4762         it doesn't exist in gnus-article-mode.
4763
4764 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4765
4766         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4767         (gnus-agent-decoded-group-name): New function.
4768         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4769         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4770
4771 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4772
4773         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4774         Add binding for gnus-sticky-article.
4775         (gnus-summary-exit): Don't kill sticky article buffers.
4776
4777         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4778         article buffer.
4779         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4780         (gnus-kill-sticky-article-buffers): New commands.
4781
4782 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4783
4784         * nntp.el (nntp-xref-number-is-evil): New server variable.
4785         (nntp-find-group-and-number): If it is non-nil, don't trust article
4786         numbers in the Xref header.
4787
4788 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4789
4790         * gnus-agent.el (gnus-agent-read-group): New function.
4791         (gnus-agent-flush-group, gnus-agent-expire-group)
4792         (gnus-agent-regenerate-group): Use it.
4793         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4794         nnmail-pathname-coding-system.
4795
4796 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4797
4798         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4799
4800         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4801         that are unread as unread, and also as selected so that information of
4802         marks having been changed by a user may be updated when exiting group.
4803
4804 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4805
4806         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4807         calculated ignoring signature parts to gnus-treat-article.
4808
4809 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4810
4811         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4812         a point here in order to keep the window start.
4813         (gnus-insert-mime-security-button): Make a button overlay without the
4814         front stickiness.
4815         (gnus-mime-display-security): Goto the end of a button.
4816
4817         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4818
4819 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4820
4821         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4822         group-name-at-point.
4823         (gnus-group-completing-read): New function that offers decoded
4824         non-ASCII group names for completion.
4825         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4826         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4827         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4828         (gnus-group-fetch-control): Use it.
4829         (gnus-fetch-group): Use group-name-at-point for the initial value
4830         rather than the default value; use gnus-alive-p.
4831
4832         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4833         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4834         (gnus-summary-post-news): Use gnus-group-completing-read.
4835
4836         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4837         (gnus-read-move-group-name): Decode group name for completion.
4838
4839 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4840
4841         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4842         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4843         Yamaoka slightly modified the code).
4844
4845 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4846
4847         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4848         (nnmail-split-incoming): Bind it.
4849
4850         * nnml.el (nnml-group-name-charset): New function.
4851         (nnml-decoded-group-name): Use it; don't decode group name if
4852         nnmail-group-names-not-encoded-p is non-nil.
4853         (nnml-encoded-group-name): New function.
4854         (nnml-group-pathname): Inline nnml-decoded-group-name.
4855         (nnml-request-expire-articles): Decode group name in message.
4856         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4857         nnmail-pathname-coding-system.
4858         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4859         not decoded ones according to nnmail-group-names-not-encoded-p.
4860         (nnml-generate-active-info): Use nnml-encoded-group-name.
4861
4862 2007-08-08  Glenn Morris  <rgm@gnu.org>
4863
4864         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4865         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4866         doc-strings and comments.
4867
4868 2007-07-25  Glenn Morris  <rgm@gnu.org>
4869
4870         * Relicense all FSF files to GPLv3 or later.
4871
4872 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4873
4874         * gnus-sum.el (gnus-summary-move-article): Make
4875         gnus-summary-respool-article work.
4876
4877 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4878
4879         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4880         string.
4881
4882 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4883
4884         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4885         that should be ignored when comparing distant RSS articles with local
4886         ones.
4887         (nnrss-make-hash-index): New function.  Create a hash index according
4888         to the ignored fields.
4889         (nnrss-check-group): Use it.
4890
4891 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4892
4893         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4894
4895         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4896
4897         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4898         the new optional argument ENCODED is non-nil.
4899         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4900         coding system for encoding group name.
4901         (gnus-group-make-rss-group): Pass un-encoded group name to
4902         gnus-group-make-group.
4903         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4904         encoded.
4905
4906         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4907         Encode group name to which articles are moved or copied.
4908         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4909         coding system for encoding Newsgroup, Followup-To and Xref headers.
4910
4911         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4912         marks; use nnheader-file-coding-system to write a file.
4913         (nnagent-retrieve-headers): Bind file-name-coding-system to
4914         nnmail-pathname-coding-system.
4915
4916         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4917
4918         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4919         (nnml-request-article, nnml-request-create-group)
4920         (nnml-request-rename-group, nnml-find-id)
4921         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4922         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4923         (nnml-save-marks): Use nnml-group-pathname instead of
4924         nnmail-group-pathname.
4925
4926         (nnml-request-create-group, nnml-request-expire-articles)
4927         (nnml-request-move-article, nnml-request-delete-group)
4928         (nnml-deletable-article-p, nnml-possibly-create-directory)
4929         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4930         (nnml-open-marks): Bind file-name-coding-system to
4931         nnmail-pathname-coding-system.
4932
4933         (nnml-request-article): Pass server argument to nnml-find-group-number.
4934         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4935         server argument to nnml-possibly-create-directory.
4936         (nnml-request-accept-article): Pass server argument to
4937         nnml-active-number and nnml-save-mail.
4938         (nnml-find-group-number): Pass server argument to nnml-find-id.
4939         (nnml-request-update-info): Pass server argument to
4940         nnml-marks-changed-p.
4941
4942         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4943         (nnml-save-mail, nnml-active-number): Add server argument.
4944
4945         (nnml-request-delete-group): Warn if group is missing.
4946         (nnml-get-nov-buffer): Decode group name.
4947         (nnml-generate-active-info): Encode group name.
4948         (nnml-open-marks): Decode group name in messages.
4949
4950 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4951
4952         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4953         if it is not specified.
4954         (gnus-article-pipe-part, gnus-article-save-part)
4955         (gnus-article-interactively-view-part, gnus-article-copy-part)
4956         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4957         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4958         (gnus-article-replace-part, gnus-article-delete-part)
4959         (gnus-article-view-part-as-type): Pass raw prefix argument to
4960         gnus-article-part-wrapper.
4961
4962 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4963
4964         * gnus-agent.el (gnus-agent-save-active): Bind
4965         nnheader-file-coding-system to gnus-agent-file-coding-system.
4966
4967         * gnus-cache.el (gnus-cache-save-buffers)
4968         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4969         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4970         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4971         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4972         (gnus-cache-generate-active, gnus-cache-rename-group)
4973         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4974         (gnus-cache-update-overview-total-fetched-for): Bind
4975         file-name-coding-system to nnmail-pathname-coding-system.
4976         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4977         variables.
4978         (gnus-cache-decoded-group-name): New function.
4979         (gnus-cache-file-name): Use it.
4980         (gnus-cache-generate-active): Use non-decoded group name for active.
4981
4982         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4983         right place.
4984         (gnus-write-active-file): Don't break non-ASCII group names.
4985
4986         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4987         nnmail-pathname-coding-system.
4988
4989         * lpath.el: Bind default-file-name-coding-system,
4990         file-name-coding-system and language-info-alist for XEmacs.
4991
4992         * gnus-uu.el (gnus-uu-decode-save): Typo.
4993
4994 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4995
4996         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4997
4998 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4999
5000         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5001         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5002         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5003         (gnus-agent-flush-group, gnus-agent-flush-cache)
5004         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5005         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5006         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5007         (gnus-agent-regenerate-group)
5008         (gnus-agent-update-files-total-fetched-for)
5009         (gnus-agent-update-view-total-fetched-for): Bind
5010         file-name-coding-system to nnmail-pathname-coding-system.
5011         (gnus-agent-group-pathname): Don't encode file names by
5012         nnmail-pathname-coding-system.
5013         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5014         coding-system-for-write instead of buffer-file-coding-system to
5015         gnus-agent-file-coding-system.
5016
5017         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5018         Decode group name.
5019
5020         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5021
5022         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5023         (gnus-read-newsrc-el-file): Make group names unibyte.
5024
5025         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5026         nnmail-pathname-coding-system.
5027
5028         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5029         (nnrss-request-delete-group): Bind file-name-coding-system to
5030         nnmail-pathname-coding-system.
5031         (nnrss-read-server-data, nnrss-read-group-data): Bind
5032         file-name-coding-system correctly.
5033         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5034
5035         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5036         (nntp-server-to-method-cache): New variable.
5037         (nntp-group-pathname): New function that decodes non-ASCII group names.
5038         (nntp-possibly-create-directory, nntp-marks-changed-p)
5039         (nntp-save-marks, nntp-open-marks): Use it.
5040         (nntp-possibly-create-directory, nntp-open-marks):
5041         Bind file-name-coding-system to nnmail-pathname-coding-system.
5042         (nntp-open-marks): Decode group names when bootstrapping marks.
5043
5044         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5045         Newsgroups and Folowup-To headers.
5046
5047 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5048
5049         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5050         (gnus-server-closed-face, gnus-server-denied-face)
5051         (gnus-server-offline-face): Remove variable.
5052         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5053
5054         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5055         of modifying message-stack directly for XEmacs.
5056
5057         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5058         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5059         if the coding-system argument is nil for XEmacs.
5060
5061         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5062         mm-charset-override-alist.
5063
5064         * rfc2047.el: Don't require base64; require rfc2045 for the function
5065         rfc2045-encode-string.
5066         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5067         to quote the parameter value.
5068
5069 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5070
5071         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5072         form in gnus-group-name-charset-method-alist.
5073
5074         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5075         overrides the default layout edit-form.
5076
5077         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5078
5079         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5080
5081 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5082
5083         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5084         as unfetched articles.
5085
5086 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5087
5088         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5089
5090 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5091
5092         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5093         original back end that keeps marks in the local system.
5094
5095 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5096
5097         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5098         arg of pop-to-buffer for XEmacs.
5099         (gnus-article-read-summary-keys): Ditto; don't restore window
5100         configuration if summary command ends up with neither article buffer
5101         nor summary buffer; describe bindings if summary keys end with C-h.
5102
5103 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5104
5105         * message.el (message-fix-before-sending): Skip raw message part to be
5106         forwarded while checking illegible text.
5107         (message-forward-make-body-mime, message-forward-make-body): Mark
5108         signed or encrypted raw message as having no illegible text.
5109
5110 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5111
5112         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5113         (gnus-message-with-timestamp-1): New macro.
5114         (gnus-message-with-timestamp): New function.
5115         (gnus-message): Use them.
5116
5117         * nnheader.el (nnheader-message): Use them.
5118
5119 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5120
5121         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5122         .newsrc.eld file.
5123
5124 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5125
5126         * gnus-agent.el (gnus-agent-fetch-headers)
5127         (gnus-agent-retrieve-headers): Bind
5128         gnus-decode-encoded-address-function to identity.
5129
5130         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5131         available also when the server returns simply a dot.
5132
5133         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5134
5135 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5136
5137         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5138
5139 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5140
5141         * gnus-ems.el (gnus-x-splash): Make it work.
5142
5143         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5144         from being used.
5145
5146         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5147
5148 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5149
5150         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5151         4th and the 5th arguments.
5152
5153         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5154         the front stickiness.
5155         (gnus-article-summary-command-nosave): Correct the order of the
5156         arguments passed to pop-to-buffer.
5157         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5158         summary command ends up with the article buffer.
5159
5160         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5161         the same faces.
5162
5163 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5164
5165         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5166
5167 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5168
5169         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5170         * gnus-sum.el (gnus-summary-highlight):
5171         * pgg.el (pgg-sign-region, pgg-sign):
5172         * mail-source.el (mail-source-delete-old-incoming-confirm):
5173         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5174
5175 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5176
5177         * gnus-art.el (gnus-mime-view-part-externally)
5178         (gnus-mime-view-part-internally): Fix predicate function passed to
5179         completing-read.
5180
5181         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5182
5183         * gnus.el (gnus-update-message-archive-method): Add :version.
5184
5185 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5186
5187         * gnus.el (gnus-update-message-archive-method): New variable.
5188
5189         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5190         according to gnus-message-archive-method if
5191         gnus-update-message-archive-method is non-nil.
5192
5193 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5194
5195         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5196         by Loic Dachary <loic@dachary.org>.
5197         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5198
5199 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5200
5201         * message.el (message-pop-to-buffer): Add switch-function argument.
5202         (message-mail): Pass switch-function argument to it.
5203
5204 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5205
5206         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5207         Improve doc string.
5208
5209 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5210
5211         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5212         (gnus-header-content)
5213         * gnus-cite.el (gnus-cite-10)
5214         * gnus-srvr.el (gnus-server-closed)
5215         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5216         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5217         (gnus-group-mail-3-empty, gnus-group-mail-low)
5218         (gnus-group-mail-low-empty, gnus-splash)
5219         * message.el (message-header-to, message-header-cc)
5220         (message-header-subject, message-header-other, message-header-name)
5221         (message-header-xheader, message-separator, message-cited-text)
5222         (message-mml): Lighten colors of faces used for dark background.
5223
5224 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5225
5226         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5227         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5228
5229 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5230
5231         * message.el (message-narrow-to-headers-or-head):
5232         Ignore mail-header-separator in the body.
5233
5234 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5235
5236         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5237         same as window size.
5238
5239 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5240
5241         * message.el (message-font-lock-keywords): Use message-header-xheader
5242         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5243         ahead of the anything pattern, to get it recognised.
5244
5245 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5246
5247         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5248         spam.el loads uses it in the compiled defadvice form.
5249
5250 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5251
5252         * gnus-sum.el (gnus-articles-to-read)
5253         (gnus-summary-insert-old-articles): Don't truncate group name for
5254         `read-string'.
5255
5256         * gnus-util.el (gnus-limit-string): Delete this function.
5257
5258         * gnus-sum.el (gnus-simplify-subject-fully): Use
5259         `truncate-string-to-width' instead.
5260
5261 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5262
5263         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5264         if, on summary exit, the next group has to be selected.
5265         (gnus-summary-exit): Use it.
5266
5267 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5268
5269         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5270         non-break space.
5271
5272 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5273
5274         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5275         Check if group is not a directory.
5276         (nnfolder-request-expire-articles): Don't delete articles if the target
5277         group is not available.
5278
5279         * nnml.el (nnml-request-create-group): Properly check if group is not a
5280         file.
5281         (nnml-request-expire-articles): Don't delete articles if the target
5282         group is not available.
5283
5284         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5285         Don't quote characters that are within parentheses.
5286
5287 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5288
5289         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5290         (gnus-handle-ephemeral-exit): Select article according to it.
5291
5292 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5293
5294         * message.el (message-insert-formated-citation-line): Remove newline.
5295         (message-citation-line-format): Add final \n here so that the user can
5296         avoid a blank line.
5297
5298 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5299
5300         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5301         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5302         Update lanl/arXiv support.
5303
5304 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5305
5306         * gnus.el: Bump version number.
5307
5308 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5309
5310         * gnus.el (gnus-version-number): Bump version.
5311
5312 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5313
5314         * gnus.el: No Gnus v0.6 is released.
5315
5316 2007-04-27  Didier Verna  <didier@xemacs.org>
5317
5318         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5319         * gmm-utils.el (gmm-regexp-concat): here.
5320         * message.el: Don't require 'gnus-util.
5321         (message-dont-reply-to-names): Handle name change above.
5322         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5323
5324 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5325
5326         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5327         since the initial value varies according to the system.
5328
5329 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5330
5331         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5332
5333 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5334
5335         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5336
5337 2007-04-24  Didier Verna  <didier@xemacs.org>
5338
5339         Improve the type of gnus-ignored-from-addresses.
5340         * gnus-util.el (gnus-orify-regexp): New function.
5341         * message.el (gnus-util): Require it.
5342         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5343         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5344         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5345
5346 2007-04-24  Didier Verna  <didier@xemacs.org>
5347
5348         * gnus-sum.el:
5349         * gnus-utils.el: Fix some trailing whitespaces.
5350
5351 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5352
5353         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5354         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5355         article's Message-ID; refer parent article in summary buffer.
5356
5357         * message.el (message-bounce): Call mime-to-mml.
5358
5359         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5360         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5361         optimize and/or forms properly.
5362
5363 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5364
5365         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5366         URL.
5367
5368 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5369
5370         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5371
5372 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5373
5374         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5375         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5376         displayed of multipart/alternative part if it is invoked from summary
5377         buffer.
5378
5379         * mm-view.el (mm-inline-text-html-render-with-w3m)
5380         (mm-inline-text-html-render-with-w3m-standalone)
5381         (mm-inline-render-with-function): Use mail-parse-charset by default.
5382
5383 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5384
5385         * parse-time.el (parse-time-string-chars): Check if CHAR
5386         is less than the length of parse-time-syntax.
5387
5388 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5389
5390         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5391         from gnus-newsgroup-processable.
5392
5393 2007-04-16  Didier Verna  <didier@xemacs.org>
5394
5395         * gnus-msg.el (gnus-configure-posting-styles): Handle
5396         message-signature-directory properly with :file syntax.  Reported by
5397         "Leo".
5398
5399 2007-04-11  Didier Verna  <didier@xemacs.org>
5400
5401         New user option: message-signature-directory.
5402         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5403         * message.el (message-insert-signature): Ditto.
5404         * message.el (message-signature-file): Doc update.
5405         * message.el (message-signature-directory): New.
5406
5407 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5408
5409         * gnus-msg.el (gnus-inews-yank-articles): Use
5410         message-exchange-point-and-mark instead of exchange-point-and-mark.
5411
5412 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5413
5414         * message.el (message-yank-original): Make sure cited text ends with
5415         newline; don't exchange point and mark.
5416
5417 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5418
5419         * tls.el (open-tls-stream): Properly handle case where there
5420         is no associated buffer.
5421
5422 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5423
5424         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5425         message-yank-original, make sure (< mark TEXT point).
5426
5427 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5428
5429         * message.el (message-fill-column): New variable.
5430         (message-mode): Use it.  Add comment on a possible new hook.
5431
5432         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5433         (nnmail-get-new-mail): Reformat.
5434
5435         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5436
5437         * gmm-utils.el: Fix Commentary.
5438         (gmm-tool-bar-from-list): Fix typo in doc string.
5439
5440 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5441
5442         * message.el (message-yank-original): Don't switch point and mark
5443         unnecessarily to put point and mark as documented.
5444
5445 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5446
5447         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5448         from the message heads.
5449
5450 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5451
5452         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5453         article buffer does not have a window.  This may not be the best
5454         solution but is certainly better than setting the start of the null,
5455         that is the current, window.
5456
5457 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5458
5459         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5460         (gnus-draft-setup): Run it.
5461
5462         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5463         gnus-score-fast-scoring.  Allow regexp.
5464         (gnus-score-headers): Use it.
5465
5466         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5467         XEmacs.
5468
5469         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5470         string.
5471         (gnus-button-alist): Also catch `<f1> k ...'.
5472         (gnus-treat-display-x-face): Fix doc string.
5473
5474 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5475
5476         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5477         evaluation of gnus-extended-version to ensure correct generation of the
5478         User-Agent header when message-generate-headers-first is used.
5479
5480 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5481
5482         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5483         hashcash-path is nil.  Don't call callback with incorrect number of
5484         parameters if val is 0.
5485
5486 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5487
5488         * message.el (message-required-news-headers):
5489         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5490
5491 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5492
5493         * tls.el (open-tls-stream): In handshake-waiting loop,
5494         don't wait more if there is output available to process.
5495
5496 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5497
5498         * tls.el (tls-program): Doc fix.
5499
5500 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5501
5502         * message.el (message-generate-new-buffers): Change the meaning of the
5503         nil value; add `standard' to the choices; treat t as `unique'; improve
5504         doc string.
5505         (gnus-select-frame-set-input-focus): Autoload.
5506         (message-buffer-name): Search for the existing message buffer if
5507         message-generate-new-buffers is nil or `standard'; treat the value t of
5508         message-generate-new-buffers as `unique'.
5509         (message-pop-to-buffer): Raise the frame already displaying the message
5510         buffer; clear the echo area after querying.
5511         (message-setup): Pass the `continue' argument to compose-mail.
5512         (message-mail): Prefer `switch-function' if it is given; search for the
5513         existing message buffer if the `continue' argument is non-nil; pass
5514         continue and switch-function arguments to compose-mail by way of
5515         message-setup.
5516         (message-mail-other-window): Adjust argument of message-setup.
5517         (message-mail-other-frame): Ditto.
5518
5519 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5520
5521         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5522         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5523         to turn font-lock on when turning gnus-message-citation-mode on.
5524
5525 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5526
5527         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5528         (mml-smime-function-alist): New variable; add epg as the backend.
5529         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5530         mml-smime- functions instead.
5531         * mm-view.el: Require smime.
5532
5533 2007-03-05  Didier Verna  <didier@xemacs.org>
5534
5535         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5536         instead of just inheritance for posting styles.
5537         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5538
5539 2007-02-24  Chris Moore  <dooglus@gmail.com>
5540
5541         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5542         * pgg-pgp.el (pgg-pgp-encrypt-region):
5543         * pgg-gpg.el (pgg-gpg-encrypt-region):
5544         Check pgg-encrypt-for-me if no other recipients.
5545
5546 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5547
5548         * tls.el (tls-certtool-program): Fix custom type.
5549
5550 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5551
5552         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5553         and point-at-eol instead of line-(beginning|end)-position.
5554
5555         * assistant.el (assistant-parse-buffer): Ditto.
5556
5557         * netrc.el (netrc-parse-services): Ditto.
5558
5559 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5560
5561         * mml2015.el (mml2015-epg-find-usable-key): New function.
5562         (mml2015-epg-sign): Use it.
5563         (mml2015-epg-encrypt): Use it.
5564
5565 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5566
5567         * message.el (message-make-in-reply-to): Quote name containing
5568         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5569         if there are special characters.  Reported by NAKAJI Hiroyuki
5570         <nakaji@jp.freebsd.org>.
5571
5572 2007-02-27  Didier Verna  <didier@xemacs.org>
5573
5574         Include the group parameters as well as the topic ones in the
5575         inheritance filter process.
5576         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5577         argument GROUP-PARAMS-LIST.
5578         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5579
5580 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5581
5582         * nntp.el (nntp-never-echoes-commands)
5583         (nntp-open-connection-functions-never-echo-commands): New variables.
5584         (nntp-send-command): Use them.
5585
5586 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5587
5588         * mml2015.el (mml2015-epg-verify): Simplified.
5589
5590 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5591
5592         * mml.el (mml-content-disposition-alist): New user option.
5593         (mml-content-disposition): New function.
5594         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5595         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5596
5597 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5598
5599         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5600         verification.
5601
5602 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5603
5604         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5605         articles posted in the last 24 hours.
5606
5607 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5608
5609         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5610
5611 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5612
5613         * nntp.el (nntp-send-command): Don't wait for echoes when
5614         nntp-open-ssl-stream is used.
5615
5616 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5617
5618         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5619         (gnus-message-add-citation-keywords)
5620         (gnus-message-remove-citation-keywords): Remove.
5621         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5622         directly, make the variables in font-lock-defaults buffer-local, add
5623         gnus-message-citation-keywords to them and then update the value of
5624         font-lock-keywords.
5625
5626 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5627
5628         * message.el (message-cite-original-1): Don't call
5629         gnus-article-highlight-citation.
5630
5631         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5632         citations; fix line count.
5633
5634 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5635
5636         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5637         (gnus-message-add-citation-keywords)
5638         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5639         versions of font-lock-add-keywords and font-lock-remove-keywords to
5640         work with XEmacs correctly.
5641
5642 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5643
5644         * gnus-cite.el (gnus-cite-face-list): Set the values of
5645         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5646         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5647         (gnus-message-cite-prefix-regexp): New variable.
5648         (gnus-message-search-citation-line): Use it; protect against long
5649         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5650         the 0th match data for Emacs.
5651         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5652         (gnus-message-add-citation-keywords): Append keywords rather than
5653         prepending; emulate font-lock-add-keywords if it is not available.
5654         (gnus-message-remove-citation-keywords): Emulate
5655         font-lock-remove-keywords if it is not available.
5656
5657         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5658
5659         * message.el (message-cite-prefix-regexp): Set the value of
5660         gnus-message-cite-prefix-regexp.
5661
5662 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5663
5664         * nnweb.el (nnweb-google-parse-1): Update parser.
5665
5666 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5667
5668         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5669
5670 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5671
5672         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5673         regexp.
5674
5675 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5676
5677         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5678         string-to-multibyte.
5679         (uudecode-decode-region-internal): Use it.
5680
5681         * lpath.el: Fbind string-as-multibyte for XEmacs.
5682
5683 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5684
5685         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5686         custom choice.
5687
5688         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5689
5690 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5691
5692         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5693
5694         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5695         `write-region' to respect `mm-inhibit-file-name-handlers'.
5696
5697 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5698
5699         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5700         Use gnus-home-directory instead of "~/" or "$HOME".
5701
5702 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5703
5704         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5705         to mention filename.
5706         Add comments at beginning regarding usage.
5707         (encrypt-write-file-contents): Change interactive so a string is
5708         acceptable.  If the file has no associated model, show an error instead
5709         of a nonsense prompt.
5710
5711 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5712
5713         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5714         Thanks to Yoshihiko Yamada for kind notification of this typo.
5715
5716 2007-01-12  Kenichi Handa  <handa@m17n.org>
5717
5718         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5719         multibyte buffer.
5720
5721 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5722
5723         * gnus-score.el (gnus-score-fast-scoring): New variable.
5724         (gnus-score-headers): Use it.
5725
5726         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5727
5728         * message.el (message-cite-original-1): Call
5729         gnus-article-highlight-citation if requested.
5730         (message-make-from): Allow name and address as optional arguments.
5731
5732         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5733
5734         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5735         bugs to doc string.
5736         (gnus-button-alist): Add mid\\|message-id.
5737         (gnus-button-fetch-group): Extend for use in
5738         `browse-url-browser-function'.
5739         (gnus-button-url-regexp): Try to catch paired parentheses like in
5740         Wikipedia URLs.
5741
5742         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5743         Suggested by Simon Krahnke <overlord@gmx.li>.
5744
5745 2007-01-13  Romain Francoise  <romain@orebokech.com>
5746
5747         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5748         Update copyright.
5749
5750 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5751
5752         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5753
5754 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5755
5756         * gnus-registry.el (gnus-registry-unfollowed-groups)
5757         (gnus-registry-split-fancy-with-parent): Fix documentation.
5758
5759 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5760
5761         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5762         from nnweb groups.
5763
5764 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5765
5766         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5767         Xref urls.  Erase buffer before requesting head.
5768
5769 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5770
5771         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5772         customizable.
5773
5774 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5775
5776         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5777         no signing key is found.
5778         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5779         no encrypting and/or signing key is found.
5780
5781 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5782
5783         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5784
5785 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5786
5787         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5788         headers read from disk with the ones newly found in the current search.
5789         This should no longer cause problems, because the article numbers in
5790         Gmane's `nov.php' output are ignored since the previous change.
5791
5792 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5793
5794         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5795
5796 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5797
5798         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5799         replace-regexp-in-string; bind url-version; fbind display-images-p and
5800         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5801         find-face and set-itimer-function for Emacs; bind itimer-list for
5802         Emacs.
5803
5804         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5805
5806 2007-01-01  Romain Francoise  <romain@orebokech.com>
5807
5808         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5809
5810 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5811
5812         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5813         `define-minor-mode' macro definition expanded properly.
5814         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5815         exclude it there.
5816
5817         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5818         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5819         `fboundp' test.
5820         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5821         This is OK to autoload in (S)XEmacs now.
5822
5823 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5824
5825         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5826         keystroke.
5827         (gnus-summary-limit-to-singletons): Fix typo.
5828
5829         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5830         else fails.
5831
5832 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5833
5834         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5835         docstring.
5836
5837         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5838         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5839         (gnus-summary-insert-dormant-articles): Fix typo in message.
5840
5841 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5842
5843         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5844         nil for XEmacs.
5845         (gnus-message-citation-mode): Don't autoload in XEmacs.
5846
5847         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5848
5849 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5850
5851         * nnimap.el (nnimap-expunge-search-string): Mention
5852         nnimap-search-uids-not-since-is-evil in docstring.
5853
5854 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5855
5856         * spam.el: Revert to make-obsolete-variable because
5857         define-obsolete-variable-alias is not supported in Emacs 21.
5858
5859         * spam.el (spam-ifile-path, spam-ifile-database-path)
5860         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5861         make-obsolete-variable.
5862         (spam-bsfilter-path, spam-bsfilter-program)
5863         (spam-spamassassin-path, spam-spamassassin-program)
5864         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5865         use "path" inappropriately.
5866         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5867         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5868         variable names.
5869
5870 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5871
5872         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5873         summary buffer.
5874
5875         * password.el (password-cache-remove): Use clear-string to burn
5876         password, if available.
5877
5878 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5879
5880         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5881
5882         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5883
5884         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5885         (gnus-message-highlight-citation): Move defcustom here from
5886         gnus-cite.el.
5887         (gnus-message-citation-mode): Autoload.
5888
5889         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5890         checks to make it compile with XEmacs.
5891         (gnus-message-citation-mode): New minor mode.
5892         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5893         (gnus-message-highlight-citation): New variables.
5894         (gnus-message-search-citation-line)
5895         (gnus-message-add-citation-keywords)
5896         (gnus-message-remove-citation-keywords)
5897         (turn-on-gnus-message-citation-mode)
5898         (turn-off-gnus-message-citation-mode): New functions.
5899
5900 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5901
5902         * gnus-cite.el: Enable highlighting of different citation levels in
5903         message-mode.
5904
5905 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5906
5907         * message.el (message-make-fqdn): Fix comment.
5908         (message-bogus-system-names): Add ".local".
5909
5910         * spam.el (spam-ifile-path, spam-ifile-program)
5911         (spam-ifile-database-path, spam-ifile-database)
5912         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5913         Don't use "path" inappropriately.
5914         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5915         strings.
5916         (spam-check-ifile, spam-ifile-register-with-ifile)
5917         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5918         new variable names.
5919
5920         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5921         (gnus-treat-display-smileys): Simplify using
5922         gnus-image-type-available-p.
5923
5924         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5925         available.
5926
5927         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5928         `display-images-p' if available.
5929
5930 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5931
5932         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5933         one after turning on the buffer's multibyteness instead of decoding
5934         them directly in the unibyte buffer that causes unexpected conversion
5935         in Emacs 23 (unicode).
5936
5937 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5938
5939         * message.el (message-generate-hashcash): Fix custom type.
5940
5941 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5942
5943         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5944
5945 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5946
5947         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5948         disconnect icons.  Add help text.
5949
5950 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5951
5952         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5953         negated to be consistent with the others we handle.
5954
5955 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5956
5957         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5958         version of gnus-summary-buffer to something, so that we can use two
5959         article buffers at the same time.
5960
5961 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5962
5963         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5964         trigger all the extra headers.
5965         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5966         sorting.
5967
5968 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5969
5970         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5971         solid groups.
5972
5973 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5974
5975         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5976
5977 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5978
5979         * legacy-gnus-agent.el: Add Copyright notice.
5980
5981 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5982
5983         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5984
5985 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5986
5987         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5988
5989         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5990         to make it work reliably in CVS Emacs.
5991         (gnus-summary-limit-strange-charsets-predicate)
5992         (gnus-summary-limit-to-predicate): New functions.
5993
5994 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5995
5996         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5997         specifying array size.
5998         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5999         array if it is too small.
6000         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6001         (gnus-sort-threads-loop): New function.
6002
6003 2006-12-06  Chris Moore  <dooglus@gmail.com>
6004
6005         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6006         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6007
6008 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6009
6010         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6011         options.
6012
6013 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6014
6015         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6016         DOS-ing the recipient.
6017
6018         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6019         the headers when creating the mapping to avoid mismappings.
6020         (nnweb-gmane-create-mapping): Always nix out old mapping.
6021
6022 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6023
6024         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6025         and mm-verify-option to never.
6026
6027 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6028
6029         * message.el (message-signed-or-encrypted-p): New function.
6030         (message-forward-make-body): Use it.
6031
6032         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6033         Replace encode-coding-string with mm-encode-coding-string.
6034
6035 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6036
6037         * nneething.el (nneething-decode-file-name): Replace
6038         decode-coding-string with mm-decode-coding-string.
6039
6040         * gnus-int.el (gnus-open-server): Say failed server's name.
6041
6042 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6043
6044         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6045         strings to a single string.  Quote `errors-file-name'.
6046         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6047         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6048         Adjust calls.  Use `shell-quote-argument'.
6049
6050 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6051
6052         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6053         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6054
6055         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6056         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6057         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6058         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6059         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6060         (gnus-subscribe-newsgroup, gnus-1):
6061         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6062         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6063         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6064         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6065
6066 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6067
6068         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6069         keystroke.
6070         (gnus-summary-limit-to-bodies): Implement headersp.
6071
6072 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6073
6074         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6075
6076 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6077
6078         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6079
6080 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6081
6082         * message.el (message-generate-hashcash): Expand range of values to
6083         include `opportunistic'.
6084         (message-send-mail): Use it.
6085
6086 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6087
6088         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6089         and comment it.
6090
6091         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6092
6093 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6094
6095         * gnus-util.el (gnus-extract-address-components): Improve comment.
6096
6097 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6098
6099         * gnus-util.el (gnus-extract-address-components): Work with address in
6100         which the name portion contains @.
6101
6102         * lpath.el: Fbind custom-autoload.
6103
6104 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6105
6106         * gnus.el (gnus-start): Move custom group up.
6107         (gnus-select-method): Don't autoload, but make it available for
6108         `customize-variable'.
6109         (gnus-getenv-nntpserver): Don't autoload.
6110
6111 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6112
6113         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6114
6115 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6116
6117         * message.el (message-sendmail-extra-arguments): New variable.
6118         (message-send-mail-with-sendmail): Use it.
6119
6120 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6121
6122         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6123         mm-with-unibyte-current-buffer to make string unibyte.
6124
6125         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6126         mm-string-as-multibyte.
6127
6128 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6129
6130         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6131         Reported by Werner Koch <wk@gnupg.org>.
6132
6133 2006-11-14  Daiki Ueno  <ueno@p360>
6134
6135         * mml2015.el: Autoload epa-select-keys when compiling.
6136
6137 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6138
6139         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6140         message-options.
6141         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6142
6143 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6144
6145         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6146         EasyPG (< 0.0.6).
6147         (mml2015-always-trust): New user option.
6148         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6149         prompt.
6150
6151 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6152
6153         * nntp.el (nntp-authinfo-force): New variable.
6154         (nntp-send-authinfo): Use it.
6155
6156 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6157
6158         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6159         decode encoded words.  Improve prompt.  Add comment about forwarding.
6160         (message-replacement-char): Move up.
6161
6162 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6163
6164         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6165         instead of gnus-intersection because arguments of gnus-sorted-nunion
6166         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6167
6168 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6169
6170         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6171         (message-simplify-subject-functions): Enable
6172         message-strip-subject-encoded-words by default.
6173
6174 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6175
6176         * message.el (message-strip-subject-encoded-words): New function.
6177         (message-simplify-subject-functions): New variable.
6178         (message-simplify-subject): Use it.  Fix typo in doc string.
6179         Support message-strip-subject-encoded-words.
6180
6181 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6182
6183         * gnus-diary.el (gnus-diary-delay-format-function):
6184         * nndiary.el (nndiary-reminders):
6185         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6186
6187 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6188
6189         * gnus-art.el (article-hide-boring-headers): Fetch date from
6190         gnus-original-article-buffer to avoid problems with localized date
6191         strings.
6192
6193 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6194
6195         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6196
6197 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6198
6199         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6200         New variables.
6201         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6202         (mm-charset-synonym-alist): Move some entries to
6203         mm-codepage-iso-8859-list.
6204         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6205         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6206
6207 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6208
6209         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6210
6211 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6212
6213         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6214         with Emacs 21 and XEmacs.
6215
6216 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6217
6218         * spam.el (spam-parse-address): New function for better parsing,
6219         catching errors, etc.
6220         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6221
6222 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6223
6224         * mm-view.el: Add interactive arg to html2text autoload.
6225
6226 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6227
6228         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6229
6230 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6231
6232         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6233         variables.
6234         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6235         (mm-charset-synonym-alist): Move some entries to
6236         mm-codepage-iso-8859-list.
6237
6238         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6239
6240 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6241
6242         * message.el (message-citation-line-format)
6243         (message-insert-formated-citation-line): Fix implementation of %E, %N
6244         and %n according to the doc string.
6245
6246 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6247
6248         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6249         car-safe to avoid bad parses.
6250
6251 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6252
6253         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6254         names.
6255
6256         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6257
6258 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6259
6260         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6261         header.
6262
6263         * message.el (message-draft-headers): Add Date.
6264         (message-headers-to-generate): Fix typo in docstring.
6265
6266         * nndraft.el (nndraft-required-headers): New variable.
6267         (nndraft-generate-headers): Use it.
6268
6269         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6270
6271 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6272
6273         * gnus-registry.el (gnus-registry-wash-for-keywords)
6274         (gnus-registry-find-keywords): New functions to allow easy searching of
6275         articles that are in the registry.
6276
6277 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6278
6279         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6280         ietf-drums-parse-address instead of gnus-extract-address-components.
6281         Reported by Damien Elmes <damien@repose.cx>.
6282
6283 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6284
6285         * gnus.el (gnus-mime): Remove unused custom group.
6286
6287 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6288
6289         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6290         "blank line" when searching for end of armor headers.
6291
6292 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6293
6294         * gmm-utils.el (gmm-write-region): Fix variable name.
6295
6296 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6297
6298         * gmm-utils.el (gmm-write-region): New function based on compatibility
6299         code from `mm-make-temp-file'.
6300
6301         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6302
6303         * nnmaildir.el (nnmaildir--update-nov)
6304         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6305         Use `gmm-write-region'.
6306
6307 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6308
6309         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6310         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6311
6312         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6313
6314         * message.el (message-replacement-char): New variable.
6315         (message-fix-before-sending): Use it.
6316         (message-simplify-subject): New function to remove duplicate code.
6317         (message-reply, message-followup): Use it.
6318
6319         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6320         gnus-summary-limit-to-articles.
6321
6322 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6323
6324         * gnus-util.el (gnus-with-local-quit): New macro.
6325
6326         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6327
6328 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6329
6330         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6331         ignore non-string data.
6332
6333 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6334
6335         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6336         non-string data (needs to be done in the registry too).
6337
6338 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6339
6340         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6341         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6342         (gnus-registry-split-fancy-with-parent)
6343         (gnus-registry-fetch-simplified-message-subject-fast)
6344         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6345         Remove text properties on ingress into the registry and when it's saved.
6346         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6347         registry from entries with no groups.
6348
6349 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6350
6351         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6352         function to remove string properties.
6353
6354 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6355
6356         * gmm-utils.el (gmm): Adjust custom version.
6357
6358         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6359         custom version.
6360
6361         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6362
6363 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6364
6365         * gnus-art.el (gnus-insert-prev-page-button)
6366         (gnus-insert-next-page-button): Simplify.  Reformat.
6367
6368 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6369
6370         * gnus-art.el (gnus-insert-prev-page-button)
6371         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6372
6373 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6374
6375         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6376
6377 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6378
6379         * gnus-art.el (gnus-insert-mime-button)
6380         (gnus-insert-mime-security-button):
6381         Apply gnus-article-button-face to MIME and security buttons.
6382
6383 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6384
6385         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6386         readable.
6387
6388 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6389
6390         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6391
6392 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6393
6394         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6395         `browse-url-of-file' instead of `browse-url'.
6396
6397 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6398
6399         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6400         regexp.  Articles containing quotation were cut prematurely.
6401
6402 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6403
6404         * message.el (message-cite-original-1): Use nobody by default for the
6405         value of From header.
6406         (message-reply): Ditto.
6407
6408 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6409
6410         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6411         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6412         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6413
6414 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6415
6416         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6417         mails in the doc string.  Add some URLs in comment.
6418         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6419
6420 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6421
6422         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6423         backslashes handling and the way to find boundaries of quoted strings.
6424
6425 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6426
6427         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6428         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6429         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6430         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6431
6432 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6433
6434         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6435         doc string.
6436         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6437
6438 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6439
6440         * lpath.el: Fbind epg-check-configuration.
6441
6442 2006-09-06  Simon Josefsson  <jas@extundo.com>
6443
6444         * mml2015.el (mml2015-use): Doc fix, mention epg.
6445
6446 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6447
6448         * mml2015.el (mml2015-use): Default to epg, if available.
6449
6450 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6451
6452         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6453         message-sender.
6454         (mml1991-epg-encrypt): Ditto.
6455         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6456         message-sender.
6457         (mml2015-epg-encrypt): Ditto.
6458
6459 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6460
6461         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6462         several common directories.
6463
6464 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6465
6466         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6467         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6468
6469 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6470
6471         * gnus-art.el (article-decode-encoded-words): Make it fast.
6472
6473 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6474
6475         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6476
6477         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6478         in quoted string into `\'.
6479
6480 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6481
6482         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6483         Use standard-syntax-table.
6484
6485 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6486
6487         * gnus-art.el (gnus-decode-address-function): New variable.
6488         (article-decode-encoded-words): Use it to decode headers which are
6489         assumed to contain addresses.
6490         (gnus-mime-delete-part): Remove useless `or'.
6491
6492         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6493         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6494         (gnus-nov-parse-line): Use it to decode From header.
6495         (gnus-get-newsgroup-headers): Ditto.
6496         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6497
6498         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6499         (mail-decode-encoded-address-string): New alias.
6500
6501         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6502         New function.
6503         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6504         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6505         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6506         (rfc2047-decode-string): Ditto.
6507         (rfc2047-decode-address-region): New function.
6508         (rfc2047-decode-address-string): New function.
6509
6510 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6511
6512         * message.el (message-caesar-buffer-body): Allow rotating headers.
6513
6514         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6515
6516         * message.el (message-insert-formated-citation-line): Fix %f.
6517         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6518
6519 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6520
6521         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6522         (gnus-bookmark-mouse-available-p): New macro.
6523         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6524         (gnus-bookmark-bmenu-show-infos): Use it.
6525         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6526         (gnus-bookmark-bmenu-hide-infos): Ditto.
6527         (gnus-bookmark-remove-properties): New function.
6528         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6529         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6530         (gnus-bookmark-write-file): Bind coding-system-for-write.
6531         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6532         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6533         group before selecting it.
6534         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6535         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6536         quit-window if it is not available; use gnus-mouse-2 and bind it to
6537         gnus-bookmark-bmenu-select-by-mouse.
6538         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6539         (gnus-bookmark-bmenu-select-by-mouse): New function.
6540
6541 2006-08-13  Romain Francoise  <romain@orebokech.com>
6542
6543         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6544         space.
6545
6546 2006-08-10  Romain Francoise  <romain@orebokech.com>
6547
6548         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6549         (dns-mode-soa-auto-increment-serial): New user option.
6550         (dns-mode-soa-maybe-increment-serial): New function.
6551         (dns-mode): Add the latter to `write-contents-functions'.
6552
6553 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6554
6555         * compface.el (uncompface): Use binary rather than raw-text-unix.
6556
6557 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6558
6559         * compface.el (uncompface): Make sure the eol conversion doesn't take
6560         place when communicating with the external programs.  Reported by
6561         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6562
6563 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6564
6565         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6566
6567 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6568
6569         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6570         Make it more robust by parsing author and date independently.
6571
6572 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6573
6574         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6575
6576 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6577
6578         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6579         first matching secret key.
6580         (mml2015-epg-encrypt): Ditto.
6581
6582         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6583         first matching secret key.
6584         (mml1991-epg-encrypt): Ditto.
6585
6586         * mml2015.el (mml2015-encrypt-to-self): New user option.
6587         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6588         mml2015-epg-encrypt-to-self is set.
6589
6590         * mml1991.el (mml1991-encrypt-to-self): New variable.
6591         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6592         mml1991-epg-encrypt-to-self is set.
6593
6594         * mml2015.el (mml2015-signers): New user option.
6595         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6596         (mml2015-epg-encrypt): Allow to select signing keys.
6597
6598         * mml1991.el (mml1991-signers): New variable.
6599         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6600         (mml1991-epg-encrypt): Allow to select signing keys.
6601
6602 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6603
6604         * nnheader.el (nnheader-insert-head): Make it work even if the file
6605         uses CRLF for the line-break code.
6606
6607 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6608
6609         * mml2015.el: Require mml-sec instead of password.
6610         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6611         (mml2015-cache-passphrase): Inherit the default value from
6612         mml-secure-cache-passphrase.
6613         (mml2015-passphrase-cache-expiry): Inherit the default value from
6614         mml-secure-passphrase-cache-expiry.
6615
6616         * mml1991.el: Require mml-sec instead of password.
6617         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6618         (mml1991-cache-passphrase): Inherit the default value from
6619         mml-secure-cache-passphrase.
6620         (mml1991-passphrase-cache-expiry): Inherit the default value from
6621         mml-secure-passphrase-cache-expiry.
6622
6623         * mml-sec.el: Require password.
6624         (mml-secure-verbose): New user option.
6625         (mml-secure-cache-passphrase): New user option.
6626         (mml-secure-passphrase-cache-expiry): New user option.
6627
6628 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6629
6630         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6631         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6632         andreas@altroot.de (Andreas Vögele).
6633
6634         FIXME: Use `tiny change'?
6635
6636 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6637
6638         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6639         workaround for the url package included with Emacs.
6640
6641         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6642
6643 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6644
6645         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6646         correctly.  This fixes a bug caused by the 2006-05-12 change.
6647
6648 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6649
6650         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6651         some information about the error when saying that the `bogus' mail
6652         group will be used.
6653
6654 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6655
6656         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6657         string.
6658
6659 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6660
6661         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6662
6663 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6664
6665         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6666
6667 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6668
6669         * mml1991.el (mml1991-function-alist): Add epg.
6670         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6671         (mml1991-epg-encrypt): New functions.
6672
6673 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6674
6675         * mml2015.el (mml2015-verbose): New variable.
6676         (mml2015-cache-passphrase): Ditto.
6677         (mml2015-passphrase-cache-expiry): Ditto.
6678         (mml2015-function-alist): Add epg.
6679         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6680         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6681         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6682         functions.
6683
6684 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6685
6686         * message.el (message-cite-original-1): Preserve region when removing
6687         quoted text due to X-No-Archive in order to avoid bogus attribution
6688         when citing multiple messages.
6689
6690 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6691
6692         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6693         Kenneth Jacker <khj@be.cs.appstate.edu>.
6694
6695 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6696
6697         * gnus-diary.el (gnus-user-format-function-d)
6698         (gnus-user-format-function-D): Autoload.
6699
6700         * imap.el (Commentary): Fix typo.
6701
6702         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6703         2006-04-22 contribution.
6704
6705 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6706
6707         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6708         It didn't really fix the bogosity I'm seeing with solid web groups.
6709
6710 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6711
6712         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6713         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6714         created using server names.  If we use the feature without declaring
6715         it, Gnus does not properly manage server and group state.
6716
6717         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6718         bound.
6719
6720 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6721
6722         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6723         looking up the method using GROUP's prefix before inventing a new one.
6724         It is used on killed/unknown groups in various places where returning
6725         an all-new method isn't expected by the caller.
6726
6727         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6728         and match semantics of gnus-group-real-prefix.
6729
6730 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6731
6732         * nnmail.el (nnmail-broken-references-mailers): New variable.
6733         (nnmail-ignore-broken-references): New function generalizing
6734         nnmail-fix-eudora-headers.
6735         (nnmail-fix-eudora-headers): Now obsolete.
6736
6737         * gnus-art.el (gnus-button-handle-custom): Support
6738         `customize-apropos*'.
6739
6740 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6741
6742         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6743
6744         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6745         articles.
6746
6747 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6748
6749         * message.el (message-cite-reply-above): New variable.
6750         (message-yank-original): Use it.
6751
6752 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6753
6754         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6755
6756 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6757
6758         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6759         as read.
6760
6761         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6762
6763 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6764
6765         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6766         (gnus-bookmark-default-file): Use gnus-directory.
6767         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6768         Remove "*" in doc string.
6769         (gnus-bookmark-write-file): Simplify.
6770         (gnus-bookmark-maybe-sort-alist): Use `when'.
6771         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6772         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6773         FIXME about Emacs 21 and XEmacs compatibility.
6774         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6775         compatibility.
6776         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6777         compatibility.
6778         (gnus-bookmark-menu-heading): Fix version.
6779
6780 2006-06-19  Bastien Guerry  <bzg@altern.org>
6781
6782         * gnus-bookmark.el: New file.
6783
6784 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6785
6786         * message.el (message-syntax-checks): Doc fix.
6787
6788 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6789
6790         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6791         unsubscribed groups as if they were killed ones.  It causes duplicate
6792         entries in gnus-newsrc-alist.
6793
6794 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6795
6796         * message.el (message-syntax-checks): Doc fix.
6797         (message-send-mail): Add check for continuation headers.
6798         (message-check-news-header-syntax): Fix regexp used to check for
6799         continuation headers.
6800
6801 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6802
6803         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6804
6805 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6806
6807         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6808
6809 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6810
6811         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6812         default-truncate-lines.
6813
6814 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6815
6816         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6817         to fill the utf-8 entry.
6818
6819         * lpath.el: Fbind unicode-precedence-list.
6820
6821 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6822
6823         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6824
6825 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6826
6827         * gnus-agent.el (directory-files-and-attributes): Move all the way
6828         forward (the third and final move).
6829         (gnus-agent-read-agentview): Trap reconstruction errors due to
6830         nonexistant directory.  Handle by returning nil.
6831
6832 2006-05-30  Didier Verna  <didier@xemacs.org>
6833
6834         * message.el (message-dont-reply-to-names): Update the custom type.
6835         * message.el (message-dont-reply-to-names): New defsubst: potentially
6836         convert a list of regexps into a single one.
6837         * message.el (message-get-reply-headers): Use it.
6838         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6839
6840 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6841
6842         * gnus-agent.el (directory-files-and-attributes): Move forward.
6843
6844 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6845
6846         * gnus-ml.el (gnus-mailing-list-subscribe)
6847         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6848         (gnus-mailing-list-message): Fix doc strings.
6849
6850 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6851
6852         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6853         of doing it manually.
6854
6855 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6856
6857         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6858         comment.
6859
6860 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6861
6862         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6863         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6864         (gnus-agent-read-local): All symbols allocated in my-obarray.
6865         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6866         (gnus-agent-regenerate-group): Check numeric names to see if they are
6867         messages or groups.
6868         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6869         better way of do this...)
6870
6871         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6872         'dummy.group' (there should be a better way of do this...)
6873
6874 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6875
6876         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6877         (gnus-saved-headers): Ditto.
6878         (gnus-default-article-saver): Mention functions may have properties.
6879         (gnus-article-save): Override gnus-save-all-headers and
6880         gnus-saved-headers by :headers property which saver function may have.
6881         (gnus-summary-save-in-file): Add :headers property.
6882         (gnus-summary-write-to-file): Ditto.
6883
6884         * gnus-sum.el (gnus-summary-save-article): Bind
6885         gnus-prompt-before-saving to t when saving many articles in a file;
6886         always show all headers.
6887
6888         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6889
6890 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6891
6892         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6893         marks.
6894
6895         * message.el (message-indent-citation): Add optional arguments to allow
6896         using it outside of message buffers.
6897
6898         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6899         (gnus-article-treat-unfold-headers): Use it.
6900         (gnus-article-truncate-lines): New variable.
6901         (gnus-article-mode): Use it.
6902         (gnus-article-toggle-truncate-lines): New function.
6903
6904         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6905         gnus-article-toggle-truncate-lines.
6906
6907         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6908         coding system in XEmacs, use binary.
6909
6910 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6911
6912         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6913         after-load-alist.
6914
6915         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6916         this function should save decoded articles.
6917         (gnus-summary-write-to-file): Use property to specify this function
6918         should save decoded articles and specify gnus-summary-save-in-file
6919         should be used to save articles other than the first one when saving
6920         many articles.
6921         (gnus-summary-save-body-in-file): Use property to specify this
6922         function should save decoded articles.
6923         (gnus-summary-write-body-to-file): Use property to specify this
6924         function should save decoded articles and specify
6925         gnus-summary-save-body-in-file should be used to save articles other
6926         than the first one when saving many articles.
6927
6928         * gnus-sum.el (gnus-summary-save-article): Simplify.
6929
6930 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6931
6932         * gnus-art.el (gnus-default-article-saver): Add
6933         gnus-summary-write-body-to-file.
6934         (gnus-article-save-coding-system): Don't use coding system object
6935         in XEmacs.
6936         (gnus-read-save-file-name): Add optional `dir-var' argument which
6937         specifies directory in which files are saved; work even if optional
6938         `variable' argument is not specified.
6939         (gnus-summary-write-to-file): Read file name.
6940         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6941         (gnus-summary-write-body-to-file): New function.
6942
6943         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6944         (gnus-summary-local-variables): Add it.
6945         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6946         (gnus-summary-save-article): Remove optional `decode' argument;
6947         determine whether to decode articles by the value of
6948         gnus-default-article-saver; when saving many files using
6949         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6950         it first and use gnus-summary-save-in-file or
6951         gnus-summary-save-body-in-file thereafter unless
6952         gnus-prompt-before-saving is always; move point to article which
6953         will be saved.
6954         (gnus-summary-save-article-file): Revert.
6955         (gnus-summary-write-article-file): Revert.
6956         (gnus-summary-save-article-body-file): Revert.
6957         (gnus-summary-write-article-body-file): New function.
6958
6959 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6960
6961         * gnus-art.el (gnus-default-article-saver): Doc fix.
6962         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6963         from gnus-summary-save-article-coding-system, and default to a
6964         certain coding system.
6965         (gnus-output-to-file): Add coding cookie and encode text according
6966         to gnus-article-save-coding-system; don't use mm-append-to-file.
6967
6968         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6969         gnus-art.el and rename to gnus-article-save-coding-system.
6970         (gnus-summary-save-article): Require gnus-art; don't show all
6971         headers if it decodes articles; don't add coding cookie here;
6972         don't bind mm-text-coding-system-for-write.
6973         (gnus-summary-save-article-file): Save decoded articles.
6974         (gnus-summary-write-article-file): When saving many files, use
6975         gnus-summary-write-to-file first and gnus-summary-save-in-file
6976         thereafter unless gnus-prompt-before-saving is always.
6977         (gnus-summary-save-article-body-file): Save decoded articles.
6978
6979         * lpath.el: Fbind select-safe-coding-system for XEmacs.
6980
6981 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6982
6983         * nnrss.el (nnrss-check-group): Bind hash-index.
6984
6985 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6986
6987         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6988         its hash index.  Store this hash in `nnrss-group-data'.
6989         (nnrss-read-group-data): Update accordingly.
6990
6991 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6992
6993         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6994         entry.
6995
6996         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6997         gnus-article-browse-html-article.
6998
6999 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7000
7001         * gnus-sum.el (gnus-summary-mime-map): Add
7002         gnus-article-browse-html-article.
7003
7004         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7005
7006 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7007
7008         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7009         suitable coding systems in customize.
7010
7011 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7012
7013         * mail-source.el (mail-sources): Fix custom type.
7014
7015 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7016
7017         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7018         (gnus-summary-expire-articles-now): Shorten prompt.
7019
7020         * gmm-utils.el (wid-edit): Require.
7021         (defun-gmm): Renamed from `gmm-defun-compat'.
7022         (gmm-image-search-load-path): Use it.
7023         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7024
7025 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7026
7027         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7028         variable.
7029         (gnus-summary-save-article): Add optional `decode' argument.  If
7030         it is set and gnus-summary-save-article-coding-system is non-nil,
7031         save decoded article.
7032         (gnus-summary-write-article-file): Save decoded article if
7033         gnus-summary-save-article-coding-system is non-nil.
7034
7035         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7036         type.
7037
7038 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7039
7040         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7041
7042 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7043
7044         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7045         first to test gnus-single-article-buffer which may be buffer-local.
7046
7047         * gnus-sum.el (gnus-summary-setup-buffer): Make
7048         gnus-single-article-buffer buffer-local and nil in ephemeral
7049         group; make gnus-article-buffer, gnus-article-current, and
7050         gnus-original-article-buffer always buffer-local.
7051         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7052         group.
7053         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7054
7055 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7056
7057         * nnml.el (nnml-request-compact-group): Compressed files might not
7058         have .gz extension.
7059
7060 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7061
7062         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7063         (mm-copy-to-buffer): Use with-current-buffer.
7064         (mm-display-part): Simplify.
7065         (mm-inlinable-p): Add optional arg `type'.
7066
7067 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7068
7069         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7070         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7071         Try harder to show the attachment internally or externally using
7072         gnus-mime-view-part-as-type.
7073
7074 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7075
7076         * message.el (message-from-style, message-signature-separator)
7077         (message-user-organization-file, message-send-mail-function)
7078         (message-citation-line-function, message-yank-prefix)
7079         (message-indent-citation-function, message-signature)
7080         (message-signature-file, message-signature-insert-empty-line):
7081         Remove autoloads.
7082
7083         * gnus-art.el (gnus-buttonized-mime-types): Remove
7084         "multipart/signed".  Revert 2006-04-26 change.
7085
7086 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7087
7088         * gnus.el (gnus-version-number): Bump version.
7089
7090 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7091
7092         * gnus.el: No Gnus v0.5 is released.
7093
7094 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7095
7096         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7097         fetching articles by message-id.
7098
7099 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7100
7101         * message.el (hashcash): Require hashcash as normal.
7102
7103         * ecomplete.el (ecomplete-highlight-match-line): Use
7104         point-at-eol.
7105         (ecomplete-highlight-match-line): Use `highlight', because that
7106         face exists in both Emacs and XEmacs.
7107
7108         * message.el (message-display-abbrev): Use point-at-bol.
7109
7110         * mail-source.el: Don't require timer/timer-funcs.
7111
7112         * gnus-async.el: Ditto.
7113
7114         * password.el: Ditto.
7115
7116         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7117
7118         * mm-url.el: Ditto.
7119
7120         * gnus-xmas.el: Don't require timer-funcs.
7121
7122         * mm-util.el: Require timer/timer-funcs.
7123
7124 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7125
7126         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7127         Close.
7128
7129 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7130
7131         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7132         unibyte after clear-decrypt function runs.
7133
7134         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7135         returns as a unibyte string.
7136
7137 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7138
7139         * lpath.el: Revert.
7140
7141         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7142         (pgg-gpg-process-sentinel): Revert.
7143
7144         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7145         (pgg-pgp-lookup-key): Revert.
7146
7147         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7148         (pgg-pgp5-lookup-key): Revert.
7149
7150         * pgg.el (pgg-fetch-key): Revert.
7151
7152 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7153
7154         * lpath.el: Fbind string-as-multibyte for XEmacs.
7155
7156         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7157         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7158         (mml1991-pgg-encrypt): Ditto.
7159
7160         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7161         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7162         a multibyte buffer.
7163
7164         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7165         (pgg-pgp-lookup-key): Ditto.
7166
7167         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7168         (pgg-pgp5-lookup-key): Ditto.
7169
7170         * pgg.el (pgg-fetch-key): Ditto.
7171
7172 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7173
7174         * message.el (message-user-organization-file): Check several
7175         locations of the organization file.
7176
7177         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7178         Add gnus-article-view-part-as-type.
7179
7180         * gnus-art.el (gnus-article-view-part-as-type): New function.
7181
7182         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7183         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7184
7185         * mml.el: Simplify autoload.
7186         (mml-mode): defvar dnd-protocol-alist instead of using
7187         symbol-value.
7188         (mml-default-directory): New variable.
7189         (mml-minibuffer-read-file): Use it.
7190         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7191
7192         * message.el (message-citation-line-format): New variable.
7193         (message-insert-formated-citation-line): New function.
7194         (message-citation-line-function): Add
7195         `message-insert-formated-citation-line' to custom type.
7196
7197         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7198         to doc string.
7199
7200         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7201         depending on mm-verify-option.
7202
7203 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7204
7205         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7206         binding pgg-* variables; reimplement the section which prevents
7207         MIME header from being signed.
7208         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7209         pgg-text-mode; remove a blank line at the top of body.
7210
7211         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7212         lines at the top of body; use gnus-newsgroup-charset if there's no
7213         Charset header.
7214
7215 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7216
7217         * message.el (message-self-insert-commands): Doc fix.
7218
7219         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7220         (mm-uu-pgp-encrypted-test): Ditto.
7221         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7222         between header and body; return application/pgp-encrypted handle
7223         if decryption failed; decode decrypted body by charset.
7224
7225         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7226         element match to application/pgp-*.
7227
7228 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7229
7230         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7231         HTML.
7232
7233 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7234
7235         * mail-source.el (mail-source-call-script): Message the error
7236         string.
7237
7238 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7239
7240         * gnus-util.el (gnus-byte-compile): Use it.
7241
7242 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7243
7244         * gnus-util.el (kill-empty-logs): New function.
7245
7246 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7247
7248         * message.el (message-mail-alias-type): Doc fix.
7249         (message-mail-alias-type-p): New function.
7250         (message-send): Use it.
7251         (message-mode): Ditto.
7252         (message-strip-forbidden-properties): Ditto.
7253
7254         * ecomplete.el (ecomplete-database-file-coding-system): New
7255         variable.
7256         (ecomplete-save): Use it.
7257         (ecomplete-setup): Use it.
7258
7259 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7260
7261         * message.el (message-self-insert-commands): New variable.
7262         (message-strip-forbidden-properties): Use it.
7263
7264 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7265
7266         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7267         that doesn't make XEmacs choke.
7268
7269 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7270
7271         * gnus-util.el (gnus-replace-in-string):
7272         Prefer replace-regexp-in-string over of replace-in-string.
7273
7274 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7275
7276         * gnus-util.el (gnus-select-frame-set-input-focus):
7277         Use select-frame-set-input-focus if it is available in XEmacs; use
7278         definition defined in Emacs 22 for old Emacsen.
7279
7280         * dgnushack.el: Autoload unmorse-region for XEmacs.
7281
7282         * lpath.el: Bind cursor-in-non-selected-windows and
7283         select-frame-set-input-focus for XEmacs.
7284
7285 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7286
7287         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7288
7289 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7290
7291         * gnus-registry.el (gnus-registry-cache-save): Remove text
7292         properties when saving via the temp buffer.
7293
7294 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7295
7296         * message.el (message-generate-hashcash): Honor custom type.
7297
7298 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7299
7300         * message.el (message-generate-hashcash): Default to non-nil when
7301         hashcash is found.
7302
7303         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7304         (gnus-refer-thread-limit): Increase default to 500.
7305
7306         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7307
7308         * flow-fill.el (fill-flowed): Allow delete-space.
7309
7310 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7311
7312         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7313         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7314         Remove autoloads.
7315
7316 2006-04-18  Simon Josefsson  <jas@extundo.com>
7317
7318         * message.el (message-generate-hashcash): Default to.
7319
7320 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7321
7322         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7323         concatenating segments rather than before concatenating them.
7324
7325 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7326
7327         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7328
7329 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7330
7331         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7332
7333         * message.el (message-forward-make-body-plain): Allow
7334         message-forward-ignored-headers to be a list.
7335         (message-remove-ignored-headers): Factor out into function.
7336         (message-forward-make-body-mml): Use it.
7337
7338         * imap.el (imap-quote-specials): New function.
7339         (imap-login-auth): Quote specials.
7340
7341         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7342         (rfc2231-parse-string): Allow concatanation of parameters that
7343         aren't contiguous.  The test case is
7344           (mail-header-parse-content-type "message/external-body;
7345             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7346             access-type=LOCAL-FILE;
7347             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7348
7349 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7350
7351         * nntp.el (nntp-accept-process-output): Return the value of
7352         `nnheader-accept-process-output'.
7353
7354 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7355
7356         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7357         (gnus-button-alist): Recognize more diff formats.
7358         (gnus-button-patch): Strip directory.
7359
7360 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7361
7362         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7363         Emacs 22 when setting focus.
7364
7365 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7366
7367         * gnus-art.el (gnus-article-treat-types): Do treatment of
7368         text/x-verbatim parts.
7369         (gnus-button-patch): New command.
7370
7371         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7372         addresses that contain invalid characters.
7373
7374 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7375
7376         * message.el (message-put-addresses-in-ecomplete): Use
7377         gnus-replace-in-string.
7378         (message-is-yours-p): Use the more correct
7379         mail-header-parse-address instead of
7380         mail-extract-address-components.
7381         (message-put-addresses-in-ecomplete): Fix typo.
7382
7383         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7384         keystroke.
7385
7386         * gnus-art.el (gnus-treatment-function-alist): Change order of
7387         newsgroups/generic header folding to avoid double-folding.
7388
7389         * message.el (message-hidden-headers): Add X-Draft-From.
7390
7391         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7392         command.
7393         (gnus-summary-repeat-search-article-backward): New command.
7394
7395         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7396         groups in the parent topic.
7397
7398 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7399
7400         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7401         (spam-extra-header-to-number): Return the CRM114 number as a
7402         number instead of a string.
7403
7404 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7405
7406         * gnus-art.el (gnus-face-properties-alist): Moved here from
7407         gnus-fun.
7408
7409         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7410
7411 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7412
7413         * message.el (message-strip-forbidden-properties): Only display on
7414         self-insert-command.
7415
7416         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7417         reindent.
7418         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7419
7420 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7421
7422         * smiley.el (smiley-style): Fix typo.
7423
7424 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7425
7426         * hashcash.el (hashcash-insert-payment-async-2): Use
7427         message-goto-eoh instead of doing it manually.
7428         (mail-add-payment): Use message-narrow-to-header instead of trying
7429         to do the same itself.
7430
7431         * message.el (message-hidden-headers): Add Face.
7432
7433         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7434         reparenting code.
7435         (gnus-summary-reparent-children): Refactored out code.
7436         (gnus-summary-thread-map): New keystroke.
7437         (gnus-summary-reparent-children): Make into command.
7438
7439         * smiley.el (smiley-style): Default to `medium' if using a large
7440         font.
7441
7442         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7443         does it itself.
7444
7445         * message.el (message-point-in-header-p): Simplify definition.
7446
7447 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7448
7449         * nnagent.el (nnagent-request-set-mark): Silence log file
7450         writing.
7451         (nnagent-request-set-mark): Use write-region instead of
7452         append-to-file.
7453
7454         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7455         strange select method.
7456
7457         * ecomplete.el (ecomplete-display-matches): Get highlightling
7458         right.
7459         (ecomplete-display-matches): Use literals.
7460         (ecomplete-display-matches): Disable message logging.
7461
7462         * message.el (message-display-abbrev): Small optimization.
7463
7464         * ecomplete.el (ecomplete-display-matches): Allow automatic
7465         display.
7466
7467         * message.el (message-strip-forbidden-properties): Display
7468         abbrevs.
7469         (message-display-abbrev): Get automatic display right.
7470
7471         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7472         keystrokes.
7473
7474 2006-04-13  Romain Francoise  <romain@orebokech.com>
7475
7476         TODO: Backport to v5-10!
7477
7478         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7479         Moved here (and renamed) from gnus-registry.el.
7480
7481         * gnus-registry.el: Require gnus-util.
7482         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7483
7484 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7485
7486         * gnus-group.el (gnus-group-catchup-current): Change
7487         if-then-else-if-then-else into cond.
7488         (gnus-group-catchup): Indent.
7489         (group-name-at-point): New function.
7490         (gnus-fetch-group): Provide default from thing at point.
7491
7492 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7493
7494         * message.el (message-display-abbrev): Fix regexp.
7495
7496         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7497         choosing.
7498         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7499         dead variables.
7500
7501         * message.el (message-newline-and-indent): Remove debugging.
7502         (message-display-abbrev): Use new implementation.
7503
7504 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7505
7506         * gnus-art.el (gnus-article-mode): Set
7507         cursor-in-non-selected-windows to nil.
7508
7509         * smiley.el: Revert previous change.
7510         (smiley-data-directory): defvar it before using it in the
7511         defcustom of `smiley-style'.
7512
7513 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7514
7515         * message.el (message-newline-and-indent): New function.
7516
7517         * ecomplete.el: Implement more bits.
7518
7519         * message.el (message-put-addresses-in-ecomplete): Clean up the
7520         string.
7521
7522         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7523
7524         * gnus-sum.el (gnus-summary-save-parts): Bind
7525         gnus-summary-save-parts-counter and use it to make unique file
7526         names.
7527
7528         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7529
7530         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7531         parameter to say whether to actually parse the individual
7532         addresses.
7533
7534         * message.el (message-put-addresses-in-ecomplete): New function.
7535         (ecomplete): Require.
7536         (message-mail-alias-type): Add ecomplete as an option.
7537
7538 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7539
7540         * flow-fill.el (fill-flowed): Remove trailing space from blank
7541         quoted lines.
7542
7543 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7544
7545         * smiley.el (smiley-style): Move definition later to avoid a
7546         compilation warning.
7547
7548 2006-04-12  Kenichi Handa  <handa@m17n.org>
7549
7550         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7551         buffer and then decode the buffer text if necessary.
7552         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7553         first, and after mm-encode-body, change the buffer to unibyte.
7554         Use mm-disable-multibyte instead of set-buffer-multibyte.
7555
7556 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7557
7558         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7559         Content-Type header instead of Content-Disposition header.
7560         (gnus-mime-inline-part): Ditto.
7561         (gnus-mime-view-part-as-charset): Ignore charset that the part
7562         specifies.
7563
7564         * mm-decode.el (mm-display-part): Work with external parts and
7565         usual parts similarly.
7566
7567         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7568         instead of gnus-display-mime.
7569
7570         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7571         instead of with-temp-buffer.
7572
7573         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7574         tag to summarized topics part in order to encode non-ASCII text.
7575
7576 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7577
7578         * smiley.el (smiley-style): New variable.
7579         (smiley-directory): New function.
7580         (smiley-data-directory): Derive from `smiley-style' using
7581         `smiley-directory'.
7582         (smiley-regexp-alist): Add new entries.
7583
7584         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7585         (gnus-article-browse-delete-temp): Add :version.
7586
7587 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7588
7589         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7590         the sieve region.
7591
7592 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7593
7594         * gnus.el (gnus-version-number): Bump version.
7595
7596 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7597
7598         * gnus.el: No Gnus v0.4 is released.
7599
7600 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7601
7602         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7603         layout.
7604
7605         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7606         unknown charset.
7607
7608         * message.el (message-header-synonyms): Add Original-To to the
7609         default.
7610
7611         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7612         optional parameter.
7613
7614 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7615
7616         * gnus-fun.el (gnus): Require it for gnus-directory.
7617
7618 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7619
7620         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7621
7622 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7623
7624         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7625
7626 2006-04-05  Simon Josefsson  <jas@extundo.com>
7627
7628         * password.el (password-reset): New function.
7629
7630 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7631
7632         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7633         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7634
7635 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7636
7637         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7638         Some whitespace was matched into the url, which broke browsing hits
7639         > 100 when mm-url-use-external was nil.
7640
7641 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7642
7643         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7644         gnus-extra-headers for 'Newsgroups.
7645
7646         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7647         bound.
7648
7649 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7650
7651         * pgg-gpg.el: Clean up process buffers every time gpg processes
7652         complete.
7653
7654 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7655
7656         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7657         doc string.
7658
7659 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7660
7661         * pgg-gpg.el (pgg-gpg-process-filter)
7662         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7663
7664         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7665         lines, temporary fix.
7666
7667 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7668
7669         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7670
7671 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7672
7673         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7674         default-enable-multibyte-characters.  This reverts the change from
7675         revision 6.17 which is no longer necessary because the passphrase
7676         is sent separately now.  GnuPG messages are unreadable under
7677         multibyte locales with default-enable-multibyte-characters set to
7678         nil.
7679
7680 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7681
7682         * message.el (message-tool-bar-gnome): Move "spell".
7683
7684 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7685
7686         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7687         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7688         instead.
7689
7690 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7691
7692         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7693         newsgroups handling for NNTP overviews which don't include
7694         Newsgroups.
7695
7696 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7697
7698         * message.el (message-resend): Bind message-generate-hashcash to nil.
7699
7700 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7701
7702         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7703         when searching for already-paid recipients.
7704
7705 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7706
7707         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7708         passphrases when it is not needed.
7709         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7710         passphrase stuff from gpg, should only be necessary when you use
7711         gpg with a smartcard.
7712
7713 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7714
7715         * mml.el (mml-insert-mime): Ignore cached contents of
7716         message/external-body part.
7717
7718         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7719         (mm-insert-part): Ditto.
7720
7721 2006-03-23  Simon Josefsson  <jas@extundo.com>
7722
7723         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7724         Reiner.
7725         (pgg-gpg-use-agent-p): Use it again.
7726
7727 2006-03-23  Simon Josefsson  <jas@extundo.com>
7728
7729         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7730         older emacsen.
7731         (pgg-gpg-use-agent-p): Don't use it.
7732
7733 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7734
7735         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7736         if we can.
7737
7738 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7739
7740         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7741         (pgg-gpg-update-agent): New function.
7742         (pgg-gpg-use-agent-p): New function.
7743         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7744         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7745         (pgg-gpg-sign-region): Use it.
7746
7747 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7748
7749         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7750         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7751
7752 2006-03-21  Simon Josefsson  <jas@extundo.com>
7753
7754         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7755         <wilde@sha-bang.de>.
7756         (pgg-gpg-use-agent): New variable.
7757         (pgg-gpg-process-region): Use it.
7758         (pgg-gpg-encrypt-region): Likewise.
7759         (pgg-gpg-encrypt-symmetric-region): Likewise.
7760         (pgg-gpg-decrypt-region): Likewise.
7761         (pgg-gpg-sign-region): Likewise.
7762         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7763
7764 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7765
7766         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7767
7768         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7769         Add comment on version.
7770
7771 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7772
7773         * smiley.el: Add missing test smiley.
7774
7775 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7776
7777         * mm-decode.el (mm-with-part): New macro.
7778         (mm-get-part): Use it; work with message/external-body as well.
7779         (mm-save-part): Treat name and filename equally.
7780
7781         * mm-extern.el (mm-extern-cache-contents): New function.
7782         (mm-inline-external-body): Use it; force the part to be displayed;
7783         move undisplayer added to the cached handle to the parent.
7784
7785         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7786         (gnus-mime-view-part-as-type): Work with message/external-body.
7787
7788         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7789
7790 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7791
7792         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7793         images in image-load-path.  [Sync with image.el, revision 1.60, in
7794         Emacs.]
7795
7796 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7797
7798         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7799         path rather than symbol.  Always return list of directories.
7800         Guarantee that image directory comes first.  [Sync with image.el,
7801         revision 1.59, in Emacs.]
7802
7803         * message.el (message-make-tool-bar): Adjust to new API of
7804         `gmm-image-load-path-for-library'.
7805
7806         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7807
7808         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7809
7810 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7811
7812         * gnus-art.el (gnus-article-only-boring-p):
7813         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7814         intangible text.
7815         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7816
7817 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7818
7819         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7820         `defun' instead of `gmm-defun-compat'.
7821
7822 2006-03-14  Simon Josefsson  <jas@extundo.com>
7823
7824         * message.el (message-unique-id): Don't use message-number-base36
7825         if (user-uid) is a float.
7826         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7827
7828 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7829
7830         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7831
7832         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7833         empty line between a part and a message part.
7834
7835 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7836
7837         * smiley.el: Add more test smileys.
7838         (smiley-data-directory, smiley-regexp-alist)
7839         (gnus-smiley-file-types): Fix doc strings.
7840         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7841         adding new elements.
7842         (smiley-mouse-map): Unused code.  Make it a comment.
7843
7844 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7845
7846         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7847         scan latest NoCeM messages instead of old ones.
7848         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7849         delimiters that are recently used.
7850         (gnus-nocem-load-cache): Add autoload cookie.
7851
7852         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7853
7854         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7855         level which is larger than gnus-use-nocem is specified.
7856
7857         * gnus-group.el (gnus-group-get-new-news): Ditto.
7858
7859 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7860
7861         * gnus-util.el (gnus-tool-bar-update): New function.
7862
7863         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7864         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7865
7866         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7867
7868         * gnus-group.el (gnus-group-redraw-when-idle)
7869         (gnus-group-redraw-check): Remove.
7870         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7871
7872 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7873
7874         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7875         if optional last element is specified in splits (FIELD VALUE...).
7876
7877 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7878
7879         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7880         to gmm-image-load-path-for-library.  Call with no-error argument.
7881         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7882
7883         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7884
7885         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7886
7887         * gmm-utils.el (gmm-image-load-path): Remove alias.
7888
7889 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7890
7891         * gmm-utils.el (gmm-image-load-path): Add alias.
7892
7893         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7894         nnml-generate-nov-databases-1.
7895         (nnml-generate-nov-databases): Use it.
7896         (nnml-generate-nov-databases-directory): Document no-active
7897         argument.
7898
7899         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7900         directory if path is t.  Add no-error.
7901
7902         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7903         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7904
7905         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7906         resetting gnus-article-browse-html-temp-list.
7907
7908         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7909         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7910         Add example to docstring.  Rename local variables.  Move error
7911         checks to default case in cond and simplify.
7912
7913 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7914
7915         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7916         handle is multipart when calling it recursively.
7917         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7918
7919 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7920
7921         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7922         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7923
7924 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7925
7926         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7927         is loaded.
7928
7929         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7930         loaded.
7931
7932 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7933
7934         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7935         to "Emacs 23 (unicode)" in doc string.
7936
7937         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7938         "Emacs 23 (unicode)" in comment.
7939
7940 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7941
7942         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7943
7944         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7945         characters 160 through 255 in Emacs 23.
7946
7947 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7948
7949         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7950         gnus-article-browse-html-temp.
7951         (gnus-article-browse-delete-temp): Make it customizable.  Add
7952         `file'.  Adjust doc string.
7953         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7954         query for each file.  Adjust doc string.
7955         (gnus-article-browse-html-parts): Add
7956         `gnus-article-browse-delete-temp-files' to
7957         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7958
7959 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7960
7961         * gnus-art.el (gnus-article-browse-html-temp)
7962         (gnus-article-browse-delete-temp): New variables.
7963         (gnus-article-browse-delete-temp-files): New function.
7964         (gnus-article-browse-html-parts): Use it.
7965
7966 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7967
7968         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7969
7970         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7971         string.
7972
7973         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7974         gnus-summary-insert-new-articles when unplugged.  Remove
7975         gnus-summary-search-article-forward.
7976
7977         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7978         display-visual-class instead of display-color-cells.
7979
7980 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7981
7982         * dgnushack.el: Autoload customize-group for XEmacs.
7983
7984         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7985         message/* containing non-ASCII text properly.
7986
7987 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7988
7989         * message.el: Require gmm-utils, remove autoloads.
7990         (message-tool-bar): Set default based on
7991         gmm-tool-bar-style.
7992         (message-tool-bar-gnome): Add gmm-customize-mode.
7993
7994         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7995         gmm-tool-bar-style.
7996         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7997
7998         * gnus-group.el (gnus-group-tool-bar): Set default based on
7999         gmm-tool-bar-style.
8000         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8001
8002         * gmm-utils.el (gmm-image-directory): Rename variable from
8003         gmm-image-load-path.
8004         (gmm-image-load-path): Use gmm-image-directory.
8005         (gmm-customize-mode): New function.
8006         (gmm-tool-bar-style): New variable.
8007
8008         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8009         gnus-group-redraw-line-number.
8010         (gnus-group-redraw-check): Simplify.
8011         (gnus-group-tool-bar-update): Remove redraw check.
8012         (gnus-group-make-tool-bar): Add redraw check.
8013
8014 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8015
8016         * gnus-art.el (gnus-button): Add missing parentheses.
8017
8018 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8019
8020         * lpath.el: Fbind line-number-at-pos.
8021
8022 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8023
8024         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8025
8026 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8027
8028         * gnus-art.el (gnus-button): New face.
8029         (gnus-article-button-face): Use it.
8030
8031         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8032         gnus-summary-next-page.  Re-order.
8033
8034         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8035         next-node are now included.
8036         (gnus-group-redraw-line-number): New internal variable.
8037         (gnus-group-redraw-check): Helper function for updating the tool
8038         bar.
8039         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8040
8041         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8042
8043         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8044         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8045         Use it to match format of Spamassassin 3.0 and later.  Reported by
8046         IRIE Tetsuya <irie@t.email.ne.jp>.
8047         (spam-check-bogofilter)
8048         (spam-bogofilter-register-with-bogofilter): Fix args of
8049         `gnus-error' calls.
8050
8051 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8052
8053         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8054         unnecessary interaction when sending queued mails.  Reported by
8055         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8056
8057 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8058
8059         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8060         first or last are nil.
8061
8062 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8063
8064         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8065
8066 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8067
8068         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8069
8070 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8071
8072         * dns.el (query-dns): Protect more against buggy tcp output.
8073
8074 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8075
8076         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8077         nov.php.
8078
8079 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8080
8081         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8082         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8083         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8084         output on the server side.
8085         (nnweb-google-create-mapping): Update regexps and add some
8086         progress indication.
8087
8088 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8089
8090         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8091         gnus-agent-toggle-plugged.  Re-order icons.
8092         (gnus-group-tool-bar-gnome): Add
8093         gnus-group-{prev,next}-unread-group.
8094         (gnus-group-tool-bar-gnome): Re-order icons.
8095
8096         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8097         gnus-summary-insert-new-articles.
8098
8099         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8100         comments.
8101
8102         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8103         also available in Emacs 21.3.
8104
8105         * message.el (message-fix-before-sending): Change "Emacs 22" to
8106         "Emacs 23 (unicode)" in comment.
8107
8108         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8109         "Emacs 23 (unicode)" in comment.
8110
8111         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8112         comment.
8113         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8114
8115         * mm-view.el (mm-fill-flowed): Add :version.
8116
8117 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8118
8119         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8120         and load-path.
8121
8122 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8123
8124         * message.el: Autoload gmm-image-load-path.
8125         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8126         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8127         consitency.
8128
8129         * gmm-utils.el (gmm-image-load-path): Also search in
8130         "../etc/images".  Don't set gmm-image-load-path if we don't find
8131         the image.
8132
8133 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8134
8135         * gmm-utils.el (gmm-image-load-path): Don't make
8136         `gmm-image-load-path' include subdirectories which the second arg
8137         `image' might specify.
8138
8139         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8140         subdirectory to icon file names.
8141
8142         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8143
8144 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8145
8146         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8147         gmm-image-load-path calls.
8148
8149         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8150
8151         * message.el (message-make-tool-bar): Ditto.
8152
8153         * mml.el (mml-preview): Added comment concerning tool bar icons.
8154
8155         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8156         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8157
8158         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8159         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8160
8161         * message.el (message-tool-bar-gnome): Use new icon names.
8162         (message-make-tool-bar): Use `gmm-image-load-path'.
8163
8164         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8165         functions from MH-E.
8166         (gmm-image-load-path): New variable from MH-E.
8167         (gmm-image-load-path): New function from MH-E.  Added arguments
8168         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8169         *-image-load-path-called-flag.
8170
8171 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8172
8173         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8174
8175 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8176
8177         * nnimap.el (nnimap-request-move-article): Change folder back to
8178         source group before deleting.
8179
8180 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8181
8182         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8183
8184         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8185         mm-url.
8186
8187         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8188
8189 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8190
8191         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8192         coding system which mm-charset-to-coding-system returns for a
8193         given charset is valid.
8194
8195 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8196
8197         * html2text.el (html2text-remove-tag-list):
8198         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8199
8200 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8201
8202         * gnus-cus.el: Revert 2005-10-17 change.
8203
8204 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8205
8206         * gnus-art.el (article-strip-banner): Call
8207         article-really-strip-banner only when the regexp match is made.
8208
8209 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8210
8211         * gnus-art.el (article-strip-banner): Use
8212         gnus-extract-address-components instead of
8213         mail-header-parse-addresses to make it work with non-ASCII text;
8214         remove mail-encode-encoded-word-string.
8215
8216         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8217         values which are surrounded with \"...\"; make it never cause a
8218         Lisp error; give up parsing of parameters if it failed in
8219         extracting type.
8220
8221 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8222
8223         * smime.el (smime-cert-by-ldap-1): Fix bug where
8224         `smime-ldap-search' returns results without userCertificates.
8225
8226 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8227
8228         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8229
8230 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8231
8232         * spam.el (spam-check-spamassassin-headers): Adapt format for
8233         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8234         <ari@mbf.ocn.ne.jp>.
8235         (spam-list-of-processors): Add spam-use-gmane.
8236
8237 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8238
8239         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8240         make-temp-file; make it work with XEmacs as well.
8241
8242         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8243         mm-make-temp-file.
8244
8245         * mm-decode.el (mm-display-external): Use the 3rd arg of
8246         mm-make-temp-file.
8247         (mm-create-image-xemacs): Ditto.
8248
8249 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8250
8251         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8252         with message-narrow-to-headers.
8253         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8254         (gnus-draft-check-draft-articles): New function.
8255         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8256
8257 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8258
8259         * gnus-art.el (gnus-article-browse-html-parts):
8260         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8261         Don't use suffix argument for mm-make-temp-file for Emacs 21
8262         compatibility.  Remove useless `format'.
8263
8264 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8265
8266         * nnweb.el (nnweb-google-wash-article): Update regexps.
8267         (nnweb-group-alist): Use defvoo instead of defvar.
8268
8269 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8270
8271         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8272         re-loading nn* modules.
8273
8274 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8275
8276         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8277         for `tool-bar-mode' and don't check it's default-value.
8278
8279         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8280
8281         * message.el (message-make-tool-bar): Ditto.
8282
8283         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8284         `substring'.  Shorten tmp-file name.
8285
8286         * gnus.el: Remove bogus comment.
8287
8288 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8289
8290         * gnus-art.el (gnus-article-browse-html-parts): New function.
8291         (gnus-article-browse-html-article): New function for viewing html
8292         articles with a browser.
8293
8294 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8295
8296         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8297         in elisp.
8298         (pgg-gpg-encrypt-symmetric-region): Ditto.
8299         (pgg-gpg-sign-region): Ditto.
8300
8301         * pgg-def.el (pgg-text-mode): New variable.
8302
8303         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8304         (mml2015-pgg-encrypt): Ditto.
8305
8306         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8307         (mml1991-pgg-encrypt): Ditto.
8308
8309 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8310
8311         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8312         message-make-date instead of current-time-string.
8313
8314         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8315         to gnus-decoded which mm-uu might set.
8316
8317 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8318
8319         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8320         don't decode quoted parameters; remove misimported Emacs code.
8321         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8322         (rfc2231-decode-encoded-string): Don't use split-string which
8323         behaves differently according to Emacs version; use
8324         mm-decode-coding-region to convert charset to coding-system.
8325         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8326         (rfc2231-encode-string): Remove misimported Emacs code.
8327
8328 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8329
8330         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8331         when calling mail-header-parse-content-type.
8332         (article-de-quoted-unreadable): Ditto.
8333         (article-de-base64-unreadable): Ditto.
8334         (article-wash-html): Ditto.
8335
8336         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8337         calling mail-header-parse-content-type and
8338         mail-header-parse-content-disposition.
8339         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8340         mail-header-parse-content-type.
8341
8342         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8343         insert charset and format parameters; encode description after
8344         inserting it to buffer.
8345         (mml-insert-parameter): Fold lines properly even if a parameter is
8346         segmented into two or more lines; change the max column to 76.
8347
8348         * rfc1843.el (rfc1843-decode-article-body): Don't use
8349         ignore-errors when calling mail-header-parse-content-type.
8350
8351         * rfc2231.el (rfc2231-parse-string): Return at least type if
8352         possible; don't cause an error even if it fails in parsing of
8353         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8354         (rfc2231-encode-string): Don't break lines at the beginning, leave
8355         it to mml-insert-parameter.
8356
8357         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8358         calling mail-header-parse-content-type.
8359
8360 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8361
8362         * spam-report.el (spam-report-gmane-use-article-number):
8363         Improve doc string.
8364         (spam-report-gmane-internal): Check if a suitable header was found
8365         in the article.
8366
8367 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8368
8369         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8370         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8371
8372 2006-02-05  Romain Francoise  <romain@orebokech.com>
8373
8374         Update copyright notices of all files in the gnus directory.
8375
8376 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8377
8378         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8379
8380 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8381
8382         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8383         segmented lines of parameter value to cope with Thunderbird 1.5
8384         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8385         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8386         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8387
8388 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8389
8390         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8391         parts.
8392
8393 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8394
8395         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8396         there's only one active file for all servers.
8397         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8398         solid groups.  Gnus might have used a FAST request to select the group.
8399         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8400         and nnweb-search redundantly in the active file.
8401         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8402         (nnweb-request-create-group): Don't use ARGS.
8403         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8404         initialisations.  Let nnoo do the work.
8405
8406 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8407
8408         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8409         Say the part has been decoded.
8410
8411         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8412
8413 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8414
8415         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8416         mailcap-viewer-test-cache when there's no 'test clause, since that
8417         will invert the meaning of a "nil" test previously determined by
8418         mailcap-mailcap-entry-passes-test.
8419
8420 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8421
8422         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8423         compiling.
8424
8425         * gnus-sum.el: Ditto.
8426
8427         * message.el: Don't bind tool-bar-map when compiling.
8428
8429 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8430
8431         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8432
8433 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8434
8435         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8436         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8437         current Google Groups.
8438
8439 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8440
8441         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8442         and tool-bar-mode.
8443
8444         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8445         and tool-bar-mode.
8446
8447         * message.el (message-tool-bar-update): Simplify.
8448         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8449
8450         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8451         gnus-summary-buffer.
8452         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8453         gnus-summary-reply.
8454
8455         * gmm-utils.el (gmm): Add :version.
8456
8457 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8458
8459         * Makefile.in (clean): New rule.
8460         (distclean): Use it.
8461
8462 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8463
8464         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8465         autoload.
8466
8467 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8468
8469         * gmm-utils.el (gmm-verbose): Add :group.
8470
8471 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8472
8473         * message.el: Change some comments WRT tool-bars.
8474
8475         * gnus-sum.el (gnus-summary-tool-bar)
8476         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8477         (gnus-summary-tool-bar-zap-list): New variables.
8478         (gnus-summary-make-tool-bar): Complete rewrite using
8479         `gmm-tool-bar-from-list'.
8480
8481         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8482         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8483         variables.
8484         (gnus-group-make-tool-bar): Complete rewrite using
8485         `gmm-tool-bar-from-list'.
8486         (gnus-group-tool-bar-update): New function.
8487
8488         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8489
8490 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8491
8492         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8493         is dissected into a single part of which the type is the same as
8494         the given one; decode charset.
8495
8496 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8497
8498         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8499         into alists as symbol not string, since that's what
8500         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8501         look for.
8502
8503 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8504
8505         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8506         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8507
8508         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8509
8510 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8511
8512         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8513         (gnus-xmas-mime-security-button-menu): New function.
8514
8515         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8516         (gnus-mime-security-button-menu): New definition.
8517         (gnus-mime-security-button-map): Use them.
8518         (gnus-mime-security-button-menu): New function.
8519         (gnus-insert-mime-security-button): Addition to help echo.
8520         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8521         (gnus-mime-security-pipe-part): New functions.
8522
8523         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8524         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8525
8526         * mm-decode.el (mm-handle-set-disposition): Remove.
8527         (mm-handle-set-description): Remove.
8528
8529 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8530
8531         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8532         (mm-w3m-standalone-supports-m17n-p): New function.
8533         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8534         w3m usage.
8535
8536         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8537         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8538
8539 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8540
8541         * message.el (message-tool-bar-zap-list): Use
8542         gmm-tool-bar-zap-list as custom type.
8543         (message-tool-bar-update): New function.
8544         (message-tool-bar, message-tool-bar-gnome)
8545         (message-tool-bar-retro): Add message-tool-bar-update.
8546         (message-tool-bar-gnome): Add flyspell-buffer.
8547
8548         * gnus-util.el (gnus-error): Describe `args'.
8549
8550         * gmm-utils.el (gmm-error): Describe `args'.
8551         (gmm-tool-bar-zap-list): New widget.
8552         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8553
8554 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8555
8556         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8557         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8558         the number of recursive calls.
8559
8560         * mm-decode.el (mm-handle-set-disposition): New macro.
8561         (mm-handle-set-description): New macro.
8562
8563 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8564
8565         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8566         encoding.
8567
8568 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8569
8570         * message.el (message-tool-bar-zap-list, message-tool-bar)
8571         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8572         (message-tool-bar-local-item-from-menu): Remove.
8573         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8574         (message-make-tool-bar): New function.
8575         (message-mode): Use `message-make-tool-bar'.
8576
8577         * gmm-utils.el: New file.
8578         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8579         (gmm-lazy): New widget copied from `nnmail.el'.
8580         (gmm-tool-bar-from-list): New function for creating customizable
8581         tool bars.
8582         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8583         output.
8584         (gmm): Add :prefix to defgroup.
8585
8586 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8587
8588         * gmm-utils.el (gmm-widget-p): New function.
8589
8590 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8591
8592         * mml.el (mml-attach-file): Describe `description' in doc string.
8593         (mml-menu): Add Emacs MIME manual and PGG manual.
8594
8595 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8596
8597         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8598
8599 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8600
8601         * nntp.el (nntp-end-of-line): Doc fix.
8602
8603 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8604
8605         * imap.el (imap-open): Handle case where buffer is a buffer
8606         object.
8607
8608 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8609
8610         * gnus-delay.el (gnus-delay): Don't autoload.
8611         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8612         to be re-loaded when customizing the `gnus-delay' group.
8613
8614 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8615
8616         * message.el (message-insert-citation-line): Use newlines.
8617
8618 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8619
8620         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8621         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8622         these routines, so the passphrase can be managed externally and
8623         passed in to the system.
8624         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8625         pgg-add-passphrase-to-cache function.
8626
8627         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8628         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8629         these routines, so the passphrase can be managed externally and
8630         passed in to the system.
8631         (pgg-pgp5-sign-region): Use new name of
8632         pgg-add-passphrase-to-cache function.
8633
8634 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8635
8636         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8637         part of the decoded armor to find the key-identifier.
8638         (pgg-gpg-lookup-key-owner): New function to return the
8639         human-readable identifier of a key owner.
8640         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8641         itself.
8642         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8643         the key value) if we have a key and can match it against a secret
8644         key.  Also, added a note pointing out fact that the prompt only
8645         indicates the first matching key.
8646
8647         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8648         pgg-decrypt-region.
8649         (pgg-add-passphrase-to-cache): Rename from
8650         `pgg-add-passphrase-cache' to reduce confusion (all callers
8651         changed).
8652         (pgg-remove-passphrase-from-cache): Rename from
8653         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8654         changed).
8655         (pgg-read-passphrase, pgg-add-passphrase-cache)
8656         (pgg-remove-passphrase-cache): Add informative docstrings.
8657         (pgg-decrypt): Convey provided passphrase in subordinate call to
8658         pgg-decrypt-region.
8659
8660 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8661
8662         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8663         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8664         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8665         'passphrase' argument, so the passphrase can be managed externally
8666         and then passed in to the system.
8667
8668         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8669         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8670         so the passphrase cache can be used reliably with identifiers
8671         besides a pgp packet's key id.
8672
8673         * pgg-gpg.el (pgg-gpg-encrypt-region)
8674         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8675         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8676         these routines, so the passphrase can be managed externally and
8677         passed in to the system.
8678
8679         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8680         'notruncate' argument, so the passphrase cache can be used
8681         reliably with identifiers besides a pgp packet's key id.
8682
8683 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8684
8685         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8686         symmetric encryption.
8687         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8688         encrypted session key.
8689         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8690         message ask for the passphrase in a proper way.
8691
8692         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8693         New user commands for symmetric encryption.
8694
8695 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8696
8697         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8698
8699         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8700
8701 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8702
8703         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8704
8705 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8706
8707         * mm-decode.el (mm-inlined-types): Add application/pgp.
8708         (mm-automatic-display): Ditto.
8709
8710         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8711         part as text.
8712
8713 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * nnrss.el: Update copyright.
8716         (nnrss-opml-import): Query whether to subscribe to each entry.
8717
8718         * gnus-art.el:
8719         * gnus-sum.el:
8720         * gnus-xmas.el:
8721         * messagexmas.el:
8722         * mm-uu.el:
8723         * mm-view.el: Update copyright.
8724
8725 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8726
8727         * message.el (message-info): New function.
8728         (message-mode-menu): Add it.
8729         Update copyright.
8730
8731         * ChangeLog: Fix and update copyright.
8732
8733 2006-01-13  Romain Francoise  <romain@orebokech.com>
8734
8735         * message.el (message-forward-subject-name-subject): Prefer the
8736         address to 'nowhere' if the sender has no name.
8737         Fix typo.  Update copyright year.
8738
8739 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8740
8741         * gnus-art.el (article-wash-html): Use
8742         gnus-summary-show-article-charset-alist if a numeric arg is given.
8743         (gnus-article-wash-html-with-w3m-standalone): New function.
8744
8745         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8746         mm-inline-text-html-render-with-w3m-standalone.
8747         (mm-text-html-washer-alist): Map w3m-standalone to
8748         gnus-article-wash-html-with-w3m-standalone.
8749         (mm-inline-text-html-render-with-w3m-standalone): New function.
8750
8751 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8752
8753         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8754         Improve LaTeX.
8755
8756 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8757
8758         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8759         (nnrss-request-article): Render text/plain parts as HTML.
8760
8761         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8762         the buffer.
8763
8764 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8765
8766         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8767         custom definition of `gnus-posting-styles'.
8768
8769         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8770         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8771
8772 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8773
8774         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8775         Use nntp for bug archive.
8776
8777 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8778
8779         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8780         parts.
8781         (nnrss-normalize-date): New function converts ISO 8601 date into
8782         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8783         (nnrss-check-group): Use it.
8784
8785 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8786
8787         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8788
8789         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8790         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8791         (nnrss-insert-w3): Ditto.
8792
8793 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8794
8795         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8796         the articles to be forwarded including the case where neither a
8797         number of articles nor a region is specified.
8798
8799 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8800
8801         * nnrss.el (nnrss-request-article): Fix last change; fill
8802         text/plain parts.
8803
8804 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8805
8806         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8807         in text/plain part.
8808         (nnrss-check-group): Don't add excessive newline to dc:subject.
8809
8810 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8811
8812         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8813         article.
8814
8815 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8816
8817         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8818         (nnml-use-compressed-files, nnml-save-mail): Support other
8819         comression programs such as bzip2.
8820
8821 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8822
8823         * dns.el (query-dns): Make sure we check the buffer size before
8824         removing tcp headers.
8825
8826 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8827
8828         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8829         remove MIME buttons associated with multipart/alternative parts.
8830         (gnus-mime-display-alternative): Tag buttons using `article-type'
8831         text property.
8832
8833         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8834         associated with multipart/alternative parts.
8835
8836         * gnus-art.el (gnus-signature-separator): Fix custom type.
8837
8838         * mm-decode.el (mm-inlined-types): Fix custom type.
8839         (mm-keep-viewer-alive-types): Ditto.
8840         (mm-automatic-display): Ditto.
8841         (mm-attachment-override-types): Ditto.
8842         (mm-inline-override-types): Ditto.
8843         (mm-automatic-external-display): Ditto.
8844
8845 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8846
8847         * spam-report.el (spam-report-user-mail-address)
8848         (spam-report-user-agent): New variables.
8849         (spam-report-url-ping-plain): Use spam-report-user-agent.
8850
8851 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8852
8853         * gnus-art.el (gnus-button-handle-custom): Do not just use
8854         `customize-apropos' for any "M-x customize-*" button but the
8855         function called for.  Accept both the function name and its
8856         argument in order to achieve this.
8857         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8858         function name to `gnus-button-handle-custom' in case of "M-x
8859         customize-*" buttons.
8860
8861 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8862
8863         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8864         multipart/alternative and add xref to mm-discouraged-alternatives
8865         in doc string.
8866
8867         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8868         gnus-buttonized-mime-types in doc string.
8869
8870 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8871
8872         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8873         Suggest image/.* in the doc string.
8874
8875 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8876
8877         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8878         message-marks (Debian bug #342521).
8879
8880 2005-12-12  Simon Josefsson  <jas@extundo.com>
8881
8882         * password.el (password-read-from-cache): Add.
8883         (password-read): Use it.
8884
8885 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8886
8887         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8888         us-ascii as a MIME charset.
8889
8890         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8891         against the case where the 2nd arg TYPE is nil.
8892
8893 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8894
8895         * pop3.el (pop3-stream-type): Fix custom version.
8896
8897         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8898
8899 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8900
8901         * mm-decode.el (mm-display-external): Add missing cdr.
8902
8903 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8904
8905         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8906         RFC1524) if it is in mailcap or add a suffix according to
8907         mailcap-mime-extensions when generating a temp filename; postpone
8908         deleting a temp file for 2 seconds for some wrappers, shell
8909         scripts, and so on, which might exit right after having started a
8910         viewer command as a background job.
8911
8912 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8913
8914         * nntp.el (nntp-marks-directory): Fix custom group.
8915
8916         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8917         steps when < 10.
8918
8919         * gnus-start.el (gnus-no-server-1): Mention
8920         `gnus-level-default-subscribed' in doc string.
8921
8922 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8923
8924         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8925         parens.
8926
8927 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8928
8929         * gnus-xmas.el (gnus-use-toolbar): Revert.
8930         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8931         gnus-use-toolbar is default.
8932
8933         * messagexmas.el (message-use-toolbar): Revert.
8934         (message-setup-toolbar): Use global default-toolbar if
8935         message-use-toolbar is default.
8936
8937 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8938
8939         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8940         according to default-toolbar-visible-p.
8941
8942         * messagexmas.el (message-use-toolbar): Ditto.
8943
8944 2005-11-26  Dave Love  <fx@gnu.org>
8945
8946         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8947         (tls-program, tls-success): Provide openssl alternative.
8948
8949         * starttls.el: Doc fixes.
8950         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8951         SERVICE to PORT.
8952
8953         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8954         port null or service name.
8955         (starttls-negotiate): Autoload.
8956
8957 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8958
8959         * message.el (message-kill-to-signature): Fix interactive spec.
8960
8961 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8962
8963         * pop3.el (pop3-open-server): Recognize a string as a service name.
8964
8965 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8966
8967         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8968
8969 2005-11-23  Dave Love  <fx@gnu.org>
8970
8971         Add pop3s, pop3/starttls.
8972
8973         * pop3.el (pop3-authentication-scheme): Clarify doc.
8974         (open-tls-stream, starttls-open-stream): Autoload.
8975         (pop3-stream-type): New.
8976         (pop3-open-server): Use it.
8977
8978         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8979         for POP.
8980         (mail-source-keyword-map): Add :stream for POP.
8981         (mail-source-fetch-pop): Use pop3-stream-type.
8982
8983 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8984
8985         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8986         of current-time-string.
8987
8988 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8989
8990         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8991         date header.
8992
8993 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8994
8995         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8996         it can seriously impact performance as it bypasses the agent's
8997         local caches.
8998
8999 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9000
9001         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9002         must be explicitly online rather than "not explicitly offline" for
9003         its flags to be synchronized.
9004
9005         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9006         that gnus-uu-unmark-thread will function correctly.
9007
9008         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9009         1024K is instead displayed as 1M.
9010
9011 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9012
9013         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9014
9015 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9016
9017         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9018
9019 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9020
9021         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9022         error message to display actual error condition.
9023         (gnus-agent-save-local): Avoid saving symbols that are bound to
9024         nil as they simply result in a warning message in
9025         gnus-agent-read-local.
9026
9027 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9028
9029         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9030         rather than make-variable-buffer-local for file-precious-flag.
9031
9032 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9033
9034         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9035         for duplicates which are removed.  The invalid sort check then
9036         triggers a rescan after the sort as sorting may have moved
9037         duplicate entries such that they can be cheaply detected.
9038
9039 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9040
9041         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9042
9043 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9044
9045         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9046         internal variable to a custom variable.  Changed default value
9047         from compressed(2) to uncompressed(1).
9048         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9049         support for uncompressed agentview files.  Taken together, reading
9050         the agentview file should now be 6-7 times faster.
9051
9052 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9053
9054         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9055         as a buffer-local variable.  This avoids creating truncated
9056         dribble files as a result of a hang up, eg.
9057
9058 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9059
9060         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9061         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9062         XEmacs.
9063
9064 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9065
9066         * gnus-start.el (gnus-start-draft-setup): Enforce
9067         `gnus-draft-mode' for nndraft:drafts at startup.
9068
9069         * gnus.el (gnus-splash): Change custom group.
9070         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9071         allow-list argument.
9072
9073         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9074         string.
9075
9076 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9077
9078         * gnus-art.el (gnus-default-article-saver): Add user-defined
9079         `function' to custom type.
9080
9081 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9082
9083         * imap.el (imap-open): Handle case where buffer is a buffer
9084         object.
9085
9086 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9087
9088         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9089         long lines.
9090         (gnus-cache-delete-group): Wrap doc strings.
9091
9092         * gnus-agent.el (gnus-agent-rename-group)
9093         (gnus-agent-delete-group): Wrap doc strings.
9094
9095 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9096
9097         * messagexmas.el (message-use-toolbar): Change the valid values
9098         into default, top, bottom, left, and right.
9099         (message-toolbar-thickness): New variable.
9100         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9101         well.
9102         (message-setup-toolbar): Make it work.
9103
9104         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9105         (gnus-use-toolbar): Change the valid values into default, top,
9106         bottom, left, and right.
9107         (gnus-toolbar-thickness): New variable.
9108         (gnus-xmas-setup-toolbar): New function.
9109         (gnus-xmas-setup-group-toolbar): Use it.
9110         (gnus-xmas-setup-summary-toolbar): Use it.
9111
9112 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9113
9114         * gnus-start.el (gnus-1): Add "native" to
9115         gnus-predefined-server-alist.
9116
9117         * gnus.el (gnus-method-to-server): Don't add "native" to the
9118         lists here, because that leads to problems when
9119         gnus-select-method is bound.
9120
9121 2005-11-09  Simon Josefsson  <jas@extundo.com>
9122
9123         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9124         use (not sort-by-date) instead.
9125
9126 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9127
9128         * gnus-delay.el (gnus-delay-group): Don't autoload.
9129         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9130         to be re-loaded when customizing the `gnus-delay' group.
9131
9132 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9133
9134         * message.el: Revert last changes.
9135         (message-insert-citation-line): Use newlines.
9136
9137 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9138
9139         * message.el (message-courtesy-message)
9140         (message-mark-insert-begin, message-mark-insert-end)
9141         (message-elide-ellipsis, message-cancel-message)
9142         (message-add-header, message-change-subject)
9143         (message-cross-post-followup-to-header)
9144         (message-cross-post-insert-note, message-reduce-to-to-cc)
9145         (message-widen-reply, message-delete-not-region)
9146         (message-kill-to-signature, message-insert-signature)
9147         (message-insert-importance-high, message-insert-importance-low)
9148         (message-insert-or-toggle-importance)
9149         (message-insert-disposition-notification-to)
9150         (message-indent-citation, message-yank-original)
9151         (message-cite-original-without-signature, message-cite-original)
9152         (message-insert-citation-line, message-position-on-field)
9153         (message-fix-before-sending, message-send-mail-partially)
9154         (message-send-mail, message-send-mail-with-sendmail)
9155         (message-send-mail-with-qmail, message-send-news)
9156         (message-check-news-header-syntax, message-generate-headers)
9157         (message-insert-courtesy-copy, message-fill-address)
9158         (message-fill-header, message-shorten-references)
9159         (message-setup-1, message-cancel-news)
9160         (message-forward-make-body-plain, message-forward-make-body-mime)
9161         (message-forward-make-body-mml, message-encode-message-body)
9162         (message-forward-make-body-digest-plain)
9163         (message-forward-make-body-digest-mime)
9164         (message-use-alternative-email-as-from): Insert `hard-newline'
9165         instead of ordinary newlines.
9166
9167 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9168
9169         * message.el (message-generate-headers): Downcase the argument
9170         given to message-check-element.
9171
9172 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9173
9174         * nntp.el (nntp-authinfo-rejected): New error condition.
9175         (nntp-wait-for): Use new error condition to signal authentication
9176         error.
9177         (nntp-retrieve-data): Rethrow new error condition to break out of
9178         recursive call to nntp-send-authinfo.
9179
9180 2005-11-08  Romain Francoise  <romain@orebokech.com>
9181
9182         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9183         (gnus-summary-exit-map): Bind to `Z p'.
9184         (gnus-summary-make-menu-bar): Add menu item.
9185
9186 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9187
9188         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9189         (gnus-treat-*): Add `first' in all doc strings.
9190
9191         * gnus-group.el (gnus-group-compact-group): Fix typo.
9192
9193 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9194
9195         * gnus.el (gnus-parameters-case-fold-search): New variable.
9196         (gnus-parameters-get-parameter): Use it.
9197
9198         * gnus-score.el (gnus-home-score-file): Doc fix.
9199
9200 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9201
9202         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9203
9204 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9205
9206         * mm-util.el (mm-special-display-p): New function.
9207
9208         * mml.el (mml-preview): Use it; doc fix.
9209
9210 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9211
9212         * imap.el (imap-open): Handle case where buffer is a buffer object.
9213
9214 2005-10-29  Romain Francoise  <romain@orebokech.com>
9215
9216         * message.el (message-fix-before-sending): Fix comment.
9217
9218 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9219
9220         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9221
9222 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9223
9224         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9225         Used in gnus-score.el.
9226
9227 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9228
9229         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9230
9231 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9232
9233         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9234         whitespace removed in revision 7.8.  Use concatenated string to
9235         protect trailing whitespace.
9236
9237 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9238
9239         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9240         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9241         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9242         Courier IMAP ("some version from 2004").  Mostly based on similar
9243         code in the same function.
9244
9245 2005-10-26  Didier Verna  <didier@xemacs.org>
9246
9247         * gnus-group.el (gnus-group-compact-group): Invalidate original
9248         article buffer.
9249         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9250         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9251         NOV database and in article itself.
9252         Invalidate article backlog.
9253
9254 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9255
9256         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9257
9258 2005-10-26  Simon Josefsson  <jas@extundo.com>
9259
9260         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9261         part of 2004-07-25 change.
9262
9263 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9264
9265         * message.el (message-display-completion-list): New function.
9266         (message-expand-group): Use it; make sure the Completions buffer
9267         is modifiable.
9268 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9269
9270         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9271         user-mail-name is an empty string.
9272
9273 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9274
9275         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9276         depending on gnus-score-decay-constant.
9277
9278         * encrypt.el (encrypt-insert-file-contents)
9279         (encrypt-write-file-contents): Don't use `gnus-message'.
9280
9281         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9282         arguments.
9283         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9284         arguments to mm-uu-verbatim-marks-extract.
9285         (mm-uu-hide-markers): New variable.
9286         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9287
9288         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9289         (gnus-convert-image-to-face-command): Use "convert" by default to
9290         allow other input image formats.
9291         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9292         accordingly.
9293
9294 2005-10-23  Simon Josefsson  <jas@extundo.com>
9295
9296         * imap.el (imap-gssapi-program): Align command line parameters
9297         with latest GNU SASL.
9298         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9299
9300 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9301
9302         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9303         HTML.
9304         (nnslashdot-request-article): Ditto.
9305
9306         * lpath.el (featurep): Add nobreak-char-display.
9307
9308 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9309
9310         * mail-source.el (mail-source-fetch-pop): Require pop3.
9311         (mail-source-check-pop): Ditto.
9312
9313 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9314
9315         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9316         errors.
9317
9318 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9319
9320         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9321         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9322
9323         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9324
9325         * mm-bodies.el (mm-decode-string): Call
9326         `mm-charset-to-coding-system' with allow-override argument.
9327
9328 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9329
9330         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9331         (rfc2047-charset-to-coding-system): New function.
9332         (rfc2047-decode-encoded-words): New function.
9333         (rfc2047-decode-region): Use them.
9334         (rfc2047-decode-cte): Remove.
9335         (rfc2047-parse-and-decode): Remove.
9336         (rfc2047-decode): Remove.
9337
9338 2005-10-15  Kenichi Handa  <handa@m17n.org>
9339
9340         * rfc2047.el (rfc2047-decode-cte): New function.
9341         (rfc2047-decode-region): Change the way to decode successive
9342         encoded-words: decode B- or Q-encoding in each encoded-word,
9343         concatenate them, and decode it as charset.
9344
9345 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9346
9347         * lpath.el: Fbind codepage-setup for XEmacs.
9348
9349 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9350
9351         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9352         widget-move-and-invoke.
9353         (gnus-custom-mode): Use gnus-custom-map.
9354
9355 2005-10-15  Bill Wohler  <wohler@newt.com>
9356
9357         * message.el (message-tool-bar-map): Renamed image file from
9358         mail_send to mail/send.
9359
9360 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9361
9362         * message.el (message-expand-group): Pass the common
9363         prefix substring of completion to `display-completion-list'.
9364
9365 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9366
9367         * mml-sec.el (mml-secure-method): New internal variable.
9368         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9369         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9370         functions using mml-secure-method.
9371
9372         * mml.el (mml-mode-map): Add key bindings for those functions.
9373         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9374         Harder <harder@myrealbox.com>.
9375         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9376         end of message if point is the headers of the message.
9377
9378         * message.el (message-in-body-p): New function.
9379
9380         * assistant.el: Autoload gnus-util and netrc.
9381
9382         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9383         Use `mm-charset-override-alist' only when decoding.
9384
9385         * mm-bodies.el (mm-decode-body): Call
9386         `mm-charset-to-coding-system' with allow-override argument.
9387
9388         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9389         `filename' from Content-Disposition if Content-Type doesn't
9390         provide `name'.
9391         (gnus-mime-view-part-as-type): Set default instead of
9392         initial-input.
9393
9394 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9395
9396         * format-spec.el (format-spec): Propagate text properties of % spec.
9397
9398 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9399
9400         * gnus-art.el (gnus-treat-predicate): Add `first'.
9401
9402 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9403
9404         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9405         (mm-charset-override-alist): New variable.
9406         (mm-charset-to-coding-system): Use it.
9407         (mm-codepage-setup): New helper function.
9408         (mm-charset-eval-alist): New variable.
9409         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9410         about unknown charsets.
9411
9412         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9413
9414 2005-10-04  David Hansen  <david.hansen@gmx.net>
9415
9416         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9417         (nnrss-check-group): Ditto.
9418
9419 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9420
9421         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9422         Rename x-gnus-verbatim to x-verbatim.
9423         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9424
9425         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9426         x-verbatim.
9427
9428         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9429
9430         * gnus-util.el (gnus-remove-duplicates): Remove.
9431
9432         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9433         instead of gnus-remove-duplicates.
9434
9435         * message.el (message-remove-duplicates): Remove.
9436         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9437         message-remove-duplicates.
9438
9439         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9440         available, else use implementation from `delete-dups'.
9441
9442         * message.el (message-insert-expires): New function.
9443         (message-mode-map): Add key binding.
9444         (message-mode-field-menu): Add menu entry.
9445         (message-mode): Document it.
9446         (message-make-expires-date): Use `message-make-date'.
9447
9448 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9449
9450         * message.el (message-make-expires-date): New function.
9451
9452 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9453
9454         * Makefile.in (list-installed-shadows): New entry.
9455         (install): Use it.
9456         (remove-installed-shadows): New entry.
9457
9458         * dgnushack.el (dgnushack-default-load-path): New variable.
9459         (dgnushack-find-lisp-shadows): New function.
9460         (dgnushack-remove-lisp-shadows): New function.
9461
9462 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9463
9464         * Makefile.in (install-el-elc): New entry.
9465         (install): Use it so that .el files are necessarily installed.
9466
9467 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9468
9469         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9470
9471 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9472
9473         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9474         function rather than the diff-mode.el package.
9475         (mm-display-external): Use with-current-buffer.
9476         (mm-viewer-completion-map, mm-viewer-completion-map):
9477         Move initialization inside declaration.
9478
9479 2005-09-29  Simon Josefsson  <jas@extundo.com>
9480
9481         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9482         autoload mail-check-payment.
9483         (spam-check-hashcash): Define unconditionally, since hashcash.el
9484         is part of Gnus now.  Ignore errors from payment checking.
9485
9486 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9487
9488         * message.el (message-bold-region, message-unbold-region): Rename
9489         from `bold-region' and `unbold-region'.
9490
9491         * message.el: Remove useless autoloads.
9492
9493 2005-09-28  Simon Josefsson  <jas@extundo.com>
9494
9495         * message.el (message-use-idna): Default to t.
9496         (message-use-idna): Test whether encoding works too.  Doc fix.
9497
9498 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9499
9500         * nntp.el (nntp-warn-about-losing-connection): Remove.
9501
9502 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9503
9504         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9505         customizable.  Change default value.
9506         (mm-uu-diff-groups-regexp): Change default value.
9507         (mm-uu-type-alist): Add doc string.
9508         (mm-uu-configure): Add doc string.  Make it interactive.
9509         (mm-uu-tex-groups-regexp): New variable.
9510         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9511         (mm-uu-type-alist): Add LaTeX documents.
9512         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9513         of "text/verbatim".
9514         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9515
9516         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9517         instead of "text/verbatim".
9518
9519         * message.el (message-mark-inserted-region)
9520         (message-mark-insert-file): Use slrn style marks when called with
9521         prefix argument.
9522
9523 2005-09-27  Simon Josefsson  <jas@extundo.com>
9524
9525         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9526
9527 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9528
9529         * message.el (message-remove-duplicates): New function.
9530         Implementation borrowed from `gnus-remove-duplicates'.
9531         (message-idna-to-ascii-rhs): Also encode idna addresses in
9532         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9533         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9534         only ask about the same idna domain once per header and also tell
9535         in what header to replace the idna domain.
9536
9537         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9538         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9539         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9540         a header is decoded and not just the last one.
9541
9542 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9543
9544         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9545         has been decoded.
9546
9547         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9548         (mm-insert-part): Don't modify text if it has been decoded.
9549
9550         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9551         decoded.
9552
9553         * mm-view.el (mm-inline-text): Don't strip text props unless
9554         decoding enriched or richtext parts.
9555
9556 2005-09-25  Romain Francoise  <romain@orebokech.com>
9557
9558         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9559         * gnus-start.el (gnus-subscribe-interactively):
9560         * gnus-uu.el (gnus-uu-grab-articles):
9561         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9562         space.
9563
9564 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9565
9566         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9567         * mm-view.el (mm-view-pkcs7-decrypt):
9568         * gnus-sum.el (gnus-summary-limit-to-extra)
9569         (gnus-summary-respool-article, gnus-read-move-group-name):
9570         * gnus-score.el (gnus-summary-increase-score):
9571         * gnus-util.el (gnus-completing-read-with-default):
9572         * gnus-art.el (gnus-read-save-file-name)
9573         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9574         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9575         * message.el (message-check-news-header-syntax):
9576         Follow convention for reading with the minibuffer.
9577
9578 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9579
9580         * spam-report.el (spam-report-url-ping-plain):
9581         Use gnus-extended-version as User-Agent.
9582
9583         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9584         default value is nil.
9585
9586         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9587         (mm-uu-verbatim-marks-extract): New function.
9588         (mm-uu-extract): New face.
9589         (mm-uu-copy-to-buffer): Use it.
9590
9591         * spam-report.el (spam-report-gmane-ham): Renamed from
9592         `spam-report-gmane-unspam'.
9593         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9594         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9595
9596         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9597         Autoload.
9598         (spam-report-gmane-unregister-routine): Renamed
9599         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9600
9601 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9602
9603         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9604         (spam-report-gmane-unregister-routine): Add support for gmane
9605         unregistration.
9606
9607         * spam-report.el (spam-report-gmane-unspam)
9608         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9609         (spam-report-gmane): Change to take a single article and do unspam
9610         registration.
9611
9612 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9613
9614         * mm-url.el (mm-url-decode-entities): Fix regexp.
9615
9616 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9617
9618         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9619         default to nil, to be able to use Gnus at all.  If the default
9620         switches to something else, then the function should be fixed not
9621         be exceedingly slow.
9622
9623 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9624
9625         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9626         fail hard.
9627
9628         * spam-report.el: Add better Keywords line.
9629
9630         * spam.el: Add Maintainer and better Keywords line.
9631
9632 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9633
9634         * gnus-art.el (gnus-article-replace-part)
9635         (gnus-mime-replace-part): New functions.
9636         (gnus-mime-action-alist, gnus-mime-button-commands)
9637         (gnus-mime-save-part-and-strip): Added file argument.
9638         (gnus-article-part-wrapper): Added interactive argument.
9639
9640         * gnus-sum.el (gnus-summary-mime-map): Add
9641         `gnus-article-replace-part'.
9642
9643 2005-09-19  Didier Verna  <didier@xemacs.org>
9644
9645         The nnml compaction feature:
9646         * nnml.el (nnml-request-compact-group): New function.
9647         * nnml.el (nnml-request-compact): New function.
9648         * gnus-int.el (gnus-request-compact-group): New function.
9649         * gnus-int.el (gnus-request-compact): New function.
9650         * gnus-group.el (gnus-group-compact-group): New function.
9651         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9652         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9653         * gnus-srvr.el (gnus-server-compact-server): New function.
9654         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9655         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9656
9657 2005-09-18  Deepak Goel  <deego@gnufans.org>
9658
9659         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9660         format spec.
9661
9662 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9663
9664         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9665
9666 2005-09-15  Romain Francoise  <romain@orebokech.com>
9667
9668         * message.el (message-fill-paragraph): Clarify docstring.
9669
9670 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9671
9672         * gnus-art.el (gnus-mime-display-part): Protect against broken
9673         MIME messages.
9674
9675 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9676
9677         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9678         before parsing header.
9679
9680 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9681
9682         * html2text.el (html2text-replace-list): Add new entities.
9683
9684 2005-09-11  Romain Francoise  <romain@orebokech.com>
9685
9686         * message.el (message-alternative-emails): Improve docstring.
9687         (message-setup-1): Call `message-use-alternative-email-as-from'
9688         after `message-setup-hook' to give it precedence over posting
9689         styles, etc.
9690         (message-use-alternative-email-as-from): Add docstring.  Remove
9691         the original From header if present.
9692
9693         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9694         (nnml-save-mail): Use it.
9695
9696         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9697         articles.  Add new argument `silent'.
9698         (gnus-uu-mark-all): Report the total number of marked articles.
9699
9700 2005-09-10  Romain Francoise  <romain@orebokech.com>
9701
9702         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9703         (gnus-uu-mark-series): Likewise.
9704
9705 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9706
9707         * spam-report.el (spam-report-gmane): Fix generation of spam
9708         report URL.
9709
9710 2005-09-10  Simon Josefsson  <jas@extundo.com>
9711
9712         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9713         t, based on discussion on the ding list with Robert Epprecht
9714         <epprecht@solnet.ch>.
9715
9716 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9717
9718         * spam-report.el (spam-report-gmane): Make it work without
9719         X-Report-Spam header.  Gmane now only provides Archived-At.
9720         This is only used if `spam-report-gmane-use-article-number' is nil.
9721         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9722
9723         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9724         make `gnus-summary-sort-by-recipient' work with threading.
9725
9726         * nnweb.el (nnweb-google-wash-article): Print a message if article
9727         is not available.
9728
9729 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9730
9731         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9732         change.  Decode text/* parts content before displaying.
9733
9734 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9735
9736         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9737
9738 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9739
9740         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9741
9742         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9743         url-package-name, url-package-version,
9744         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9745         w3m-display-inline-images, and w3m-minor-mode-map.
9746
9747 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9748
9749         * message.el (message-tab-body-function): Fix mismatched custom type.
9750
9751         * gnus.el (gnus-group-change-level-function): Ditto.
9752
9753         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9754
9755         * gnus-art.el (gnus-signature-limit)
9756         (gnus-article-mime-part-function): Ditto.
9757
9758 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9759
9760         * mml.el (mml-mode): Silence the byte compiler.
9761
9762         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9763         using `(sit-for 0)' before moving the point to the specified part;
9764         skip unbuttonized parts.
9765         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9766         return to the summary window if gnus-auto-select-part is non-nil.
9767
9768 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9769
9770         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9771         variables.
9772         (mml-dnd-attach-file, mml-mode): Use them.
9773
9774         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9775         Make fetching article by MID work again for Google Groups.  Added
9776         FIXME concerning gnus-group-make-web-group.
9777
9778         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9779         Don't depend on Gnus by using mail-extract-address-components if
9780         gnus-extract-address-components is not bound.
9781
9782 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9783
9784         * gnus-art.el (gnus-mime-display-security): Don't display the
9785         signature, but only the signed part.
9786
9787 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9788
9789         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9790
9791         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9792         list, not listp.
9793
9794 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9795
9796         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9797         when encoding.
9798
9799         * mm-bodies.el (mm-decode-content-transfer-encoding):
9800         De-canonicalize CRLF for all text content types, not just
9801         text/plain.
9802
9803 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9804
9805         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9806         valid article; point arrow and cursor at the MIME button.
9807
9808 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9809
9810         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9811         Suggested by Dan Christensen <jdc@uwo.ca>.
9812
9813         * mm-decode.el (mm-save-part): Enable change of prompt.
9814
9815 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9816
9817         * gnus-msg.el (gnus-inews-add-send-actions): Made
9818         `message-post-method' lambda parameter ARG `&optional'.
9819
9820 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9821
9822         * gnus-sum.el (gnus-summary-mime-map): Added
9823         gnus-article-save-part-and-strip, gnus-article-delete-part and
9824         gnus-article-jump-to-part.
9825
9826         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9827         (gnus-article-edit-part): Use it.
9828         (gnus-article-part-wrapper): Added no-handle argument.
9829         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9830         functions.
9831
9832 2005-08-29  Romain Francoise  <romain@orebokech.com>
9833
9834         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9835         docstring.
9836         (gnus-face-from-file): Likewise.
9837
9838 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9839
9840         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9841         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9842         non-nil.
9843         (gnus-auto-select-part): New variable.
9844         (gnus-article-jump-to-part): New function.
9845         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9846         (gnus-mime-delete-part): Allow selecting specified part after
9847         deleting or stripping parts.
9848         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9849         part if argument is bogus.
9850
9851 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9852
9853         * gnus-art.el (w3m-minor-mode-map):
9854         * gnus-spec.el (gnus-newsrc-file-version):
9855         * gnus-util.el (nnmail-active-file-coding-system)
9856         (gnus-original-article-buffer, gnus-user-agent):
9857         * gnus.el (gnus-ham-process-destinations)
9858         (gnus-parameter-ham-marks-alist)
9859         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9860         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9861         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9862         * mm-decode.el (gnus-current-window-configuration):
9863         * mm-extern.el (gnus-article-mime-handles):
9864         * mm-url.el (url-current-object, url-package-name)
9865         (url-package-version):
9866         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9867         (smime-keys, w3m-cid-retrieve-function-alist)
9868         (w3m-current-buffer, w3m-display-inline-images)
9869         (w3m-minor-mode-map):
9870         * mml-smime.el (gnus-extract-address-components):
9871         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9872         (gnus-newsrc-hashtb, message-default-charset)
9873         (message-deletable-headers, message-options)
9874         (message-posting-charset, message-required-mail-headers)
9875         (message-required-news-headers):
9876         * mml1991.el (mc-pgp-always-sign):
9877         * mml2015.el (mc-pgp-always-sign):
9878         * nnheader.el (nnmail-extra-headers):
9879         * rfc1843.el (gnus-decode-encoded-word-function)
9880         (gnus-decode-header-function, gnus-newsgroup-name):
9881         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9882
9883 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9884
9885         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9886         the end of the date treatments.
9887
9888 2005-08-15  Simon Josefsson  <jas@extundo.com>
9889
9890         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9891         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9892         Capello and Romain Francoise.
9893         (pgg-fetch-key-function): Removed, not used?
9894         (pgg-insert-url-with-w3): Require url, to get
9895         url-insert-file-contents regardless of where it is defined.
9896
9897 2005-08-13  Romain Francoise  <romain@orebokech.com>
9898
9899         * message.el (message-cite-original-1): New function.
9900         (message-cite-original): Use it.
9901         (message-cite-original-without-signature): Ditto.
9902
9903 2005-08-08  Romain Francoise  <romain@orebokech.com>
9904
9905         * message.el (message-yank-empty-prefix): New variable.
9906         (message-indent-citation): Use it.
9907         (message-cite-original-without-signature): Respect X-No-Archive.
9908
9909 2005-08-08  Simon Josefsson  <jas@extundo.com>
9910
9911         * pgg.el: Autoload url-insert-file-contents instead of loading
9912         w3/url.
9913         (pgg-insert-url-with-w3): Don't load url here.
9914
9915 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9916
9917         * message.el (message-kill-to-signature): Don't insert newline at
9918         bol.
9919         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9920
9921 2005-08-06  Romain Francoise  <romain@orebokech.com>
9922
9923         * message.el (message-user-fqdn): Fix typo in docstring.
9924
9925 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9926
9927         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9928
9929         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9930
9931 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9932
9933         * mm-bodies.el (mm-encode-body): Use coding system rather than
9934         charset to encode text.
9935
9936         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9937         number of charsets if utf-8 is available (XEmacs).
9938
9939 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9940
9941         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9942         taken from `gnus-button-mid-or-mail-regexp'.
9943         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9944         (gnus-button-alist): Improve regexp for domain part of the MIDs
9945         for news:localpart@domain buttons.
9946         (gnus-button-ctan-directory-regexp): Update.
9947
9948 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9949
9950         * sieve-manage.el (sieve-manage-interactive-login): Use
9951         make-local-variable rather than make-variable-buffer-local.
9952         (sieve-manage-open): Ditto.
9953         (sieve-manage-authenticate): Ditto.
9954
9955         * mml.el (mml-generate-mime-1): Make the content type default to
9956         text/plain if the filename is not specified.
9957
9958 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9959
9960         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9961         instead of insert-buffer.
9962
9963         * message.el (message-yank-original): Ditto; set the mark at the
9964         end of the yanked message.
9965
9966 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9967
9968         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9969         lines to scroll rather than to stop it.
9970
9971         * mml.el (mml-generate-default-type): Add doc string.
9972         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9973         default to application/octet-stream when determining the content
9974         type if it is not specified for the part or the mml contents; add
9975         a comment about mml-generate-default-type.
9976
9977 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9978
9979         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9980         make it default to application/octet-stream when determining the
9981         content type if it is not specified for the external contents.
9982
9983 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9984
9985         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9986         segmented parameter but also other parameters might be there.
9987
9988 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9989
9990         * mm-decode.el (mm-display-external): Delete temp file, directory
9991         and buffer immediately if the external process is exited.
9992
9993 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9994
9995         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9996         fewer lines than that of scroll-margin.
9997         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9998
9999 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10000
10001         * gnus-art.el (gnus-article-next-page): Revert.
10002         (gnus-article-beginning-of-window): New macro.
10003         (gnus-article-next-page-1): Use it.
10004         (gnus-article-prev-page): Ditto.
10005         (gnus-article-edit-part): Use insert-buffer-substring instead of
10006         insert-buffer.
10007         (gnus-article-edit-exit): Ditto.
10008
10009         * gnus-util.el (gnus-beginning-of-window): Remove.
10010         (gnus-end-of-window): Remove.
10011
10012         * lpath.el: Don't bind header-line-format and scroll-margin.
10013
10014 2005-07-25  Simon Josefsson  <jas@extundo.com>
10015
10016         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10017         to have the url package without w3.  Reported by Daiki Ueno
10018         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10019
10020 2005-07-20  Didier Verna  <didier@xemacs.org>
10021
10022         * gnus-diary.el: Remove the description comment (nndiary is now
10023         properly documented in the Gnus manual).
10024         Fix the spelling of "Back End".
10025         * nndiary.el: Ditto.
10026         Fix the copyright notice.
10027
10028 2005-07-18  Romain Francoise  <romain@orebokech.com>
10029
10030         * gnus-sum.el (gnus-summary-to-prefix)
10031         (gnus-summary-newsgroup-prefix): New variables.
10032         (gnus-summary-from-or-to-or-newsgroups): Use them.
10033
10034 2005-07-17  Romain Francoise  <romain@orebokech.com>
10035
10036         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10037         space as it's generally not especially interesting to the user.
10038
10039 2005-07-16  Romain Francoise  <romain@orebokech.com>
10040
10041         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10042         nil to avoid prompting and file modification if one of the
10043         messages at the top of the nnfolder file contains a copyright
10044         notice.
10045         Update copyright notice.
10046
10047         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10048         instead of `current-time-string' as the latter creates a time
10049         string that is not RFC 2822 compliant (it lacks the zone).
10050         Update copyright notice.
10051
10052 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10053
10054         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10055         for text/rtf.  Display default in prompt.  Pass default for M-n.
10056
10057         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10058
10059 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10060
10061         * gnus-msg.el (gnus-button-mailto): Remove
10062         save-selected-window-window hackery because it relies on
10063         save-selected-window internals.
10064
10065 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10066
10067         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10068         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10069         (gnus-article-prev-page): Ditto.
10070
10071         * gnus-util.el (gnus-beginning-of-window): New function.
10072         (gnus-end-of-window): New function.
10073
10074         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10075
10076 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10077
10078         * gnus-score.el (gnus-score-edit-all-score): Set
10079         gnus-score-edit-exit-function to gnus-score-edit-done and call
10080         gnus-message.
10081
10082 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10083
10084         * gnus-msg.el (gnus-button-mailto): Remove
10085         save-selected-window-window hackery because it relies on
10086         save-selected-window internals.
10087
10088 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10089
10090         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10091         add-minor-mode.
10092         (gnus-binary-mode): Ditto.
10093
10094         * gnus-topic.el (gnus-topic-mode): Ditto.
10095
10096 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10097
10098         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10099         (gnus-article-prev-page): Take scroll-margin into consideration.
10100
10101 2005-07-04  Lute Kamstra  <lute@gnu.org>
10102
10103         Update FSF's address in GPL notices.
10104
10105 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10106
10107         * gnus.el (gnus-exit):
10108         * gnus-group.el (gnus-group-icons):
10109         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10110
10111         * gnus-nocem.el (gnus-nocem):
10112         * message.el (message-various, message-buffers, message-sending)
10113         (message-interface, message-forwarding, message-insertion)
10114         (message-headers, message-news, message-mail):
10115         * pgg-gpg.el (pgg-gpg):
10116         * pgg-parse.el (pgg-parse):
10117         * pgg-pgp.el (pgg-pgp):
10118         * pgg-pgp5.el (pgg-pgp5):
10119         * pop3.el (pop3): Finish `defgroup' description with period.
10120
10121 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10122
10123         * gnus-art.el (article-display-face): Improve the efficiency.
10124         (article-display-x-face): Ditto; remove grey x-face stuff.
10125
10126 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10127
10128         * gnus-art.el (article-display-face): Correct the position in
10129         which Faces are inserted.
10130
10131 2005-06-29  Didier Verna  <didier@xemacs.org>
10132
10133         * gnus-art.el (article-display-face): Display faces in correct
10134         order.
10135
10136 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10137
10138         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10139         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10140         (gnus-nocem-check-article): Fetch the Type header.
10141         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10142         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10143         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10144         make sure gnus-nocem-hashtb is initialized.
10145         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10146         (gnus-nocem-unwanted-article-p): Ditto.
10147
10148         * pgg.el (pgg-verify): Return the verification result.
10149
10150 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10151
10152         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10153         is ascii.
10154
10155 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10156
10157         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10158         `show-nonbreak-escape'.
10159
10160 2005-06-23  Lute Kamstra  <lute@gnu.org>
10161
10162         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10163
10164         * dig.el (dig-mode):
10165         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10166
10167 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10168
10169         * nnimap.el (nnimap-split-download-body): Fix spellings.
10170
10171 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10172
10173         * gnus-art.el (gnus-article-encrypt-body):
10174         * gnus-cus.el (gnus-score-customize):
10175         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10176         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10177
10178 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10179
10180         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10181         header by looking for magic "MII" at the beginnig.
10182
10183 2005-06-16  Miles Bader  <miles@gnu.org>
10184
10185         * gnus-xmas.el (gnus-xmas-group-startup-message):
10186         Use renamed gnus-splash face.
10187
10188         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10189         (assistant-field-face): New backward-compatibility alias for renamed
10190         face.
10191         (assistant-render-text): Use renamed assistant-field face.
10192
10193         * spam.el (spam): Remove "-face" suffix from face name.
10194         (spam-face): New backward-compatibility alias for renamed face.
10195         (spam-face, spam-initialize): Use renamed spam face.
10196
10197         * message.el (message-header-to, message-header-cc)
10198         (message-header-subject, message-header-newsgroups)
10199         (message-header-other, message-header-name)
10200         (message-header-xheader, message-separator, message-cited-text)
10201         (message-mml): Remove "-face" suffix from face names.
10202         (message-header-to-face, message-header-cc-face)
10203         (message-header-subject-face, message-header-newsgroups-face)
10204         (message-header-other-face, message-header-name-face)
10205         (message-header-xheader-face, message-separator-face)
10206         (message-cited-text-face, message-mml-face):
10207         New backward-compatibility aliases for renamed faces.
10208         (message-font-lock-keywords): Use renamed message faces.
10209
10210         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10211         (sieve-test-commands, sieve-tagged-arguments):
10212         Remove "-face" suffix from face names.
10213         (sieve-control-commands-face, sieve-action-commands-face)
10214         (sieve-test-commands-face, sieve-tagged-arguments-face):
10215         New backward-compatibility aliases for renamed faces.
10216         (sieve-control-commands-face, sieve-action-commands-face)
10217         (sieve-test-commands-face, sieve-tagged-arguments-face):
10218         Use renamed sieve faces.
10219
10220         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10221         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10222         (gnus-group-news-3-empty, gnus-group-news-4)
10223         (gnus-group-news-4-empty, gnus-group-news-5)
10224         (gnus-group-news-5-empty, gnus-group-news-6)
10225         (gnus-group-news-6-empty, gnus-group-news-low)
10226         (gnus-group-news-low-empty, gnus-group-mail-1)
10227         (gnus-group-mail-1-empty, gnus-group-mail-2)
10228         (gnus-group-mail-2-empty, gnus-group-mail-3)
10229         (gnus-group-mail-3-empty, gnus-group-mail-low)
10230         (gnus-group-mail-low-empty, gnus-summary-selected)
10231         (gnus-summary-cancelled, gnus-summary-high-ticked)
10232         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10233         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10234         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10235         (gnus-summary-low-undownloaded)
10236         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10237         (gnus-summary-low-unread, gnus-summary-normal-unread)
10238         (gnus-summary-high-read, gnus-summary-low-read)
10239         (gnus-summary-normal-read, gnus-splash):
10240         Remove "-face" suffix from face names.
10241         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10242         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10243         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10244         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10245         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10246         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10247         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10248         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10249         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10250         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10251         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10252         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10253         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10254         (gnus-summary-normal-ticked-face)
10255         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10256         (gnus-summary-normal-ancient-face)
10257         (gnus-summary-high-undownloaded-face)
10258         (gnus-summary-low-undownloaded-face)
10259         (gnus-summary-normal-undownloaded-face)
10260         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10261         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10262         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10263         (gnus-splash-face):
10264         New backward-compatibility aliases for renamed faces.
10265         (gnus-group-startup-message): Use renamed gnus faces.
10266
10267         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10268         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10269         (gnus-server-agent): Remove "-face" suffix from face names.
10270         (gnus-server-agent-face, gnus-server-opened-face)
10271         (gnus-server-closed-face, gnus-server-denied-face)
10272         (gnus-server-offline-face):
10273         New backward-compatibility aliases for renamed faces.
10274         (gnus-server-agent-face, gnus-server-opened-face)
10275         (gnus-server-closed-face, gnus-server-denied-face)
10276         (gnus-server-offline-face): Use renamed gnus faces.
10277
10278         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10279         Remove "-face" suffix from face names.
10280         (gnus-picon-xbm-face, gnus-picon-face):
10281         New backward-compatibility aliases for renamed faces.
10282
10283         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10284         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10285         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10286         (gnus-cite-11): Remove "-face" suffix from face names.
10287         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10288         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10289         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10290         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10291         New backward-compatibility aliases for renamed faces.
10292         (gnus-cite-attribution-face, gnus-cite-face-list)
10293         (gnus-article-boring-faces): Use renamed gnus faces.
10294
10295         * gnus-art.el (gnus-signature, gnus-header-from)
10296         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10297         (gnus-header-content): Remove "-face" suffix from face names.
10298         (gnus-signature-face, gnus-header-from-face)
10299         (gnus-header-subject-face, gnus-header-newsgroups-face)
10300         (gnus-header-name-face, gnus-header-content-face):
10301         New backward-compatibility aliases for renamed faces.
10302         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10303
10304         * gnus-sum.el (gnus-summary-selected-face)
10305         (gnus-summary-highlight): Use renamed gnus faces.
10306         * gnus-group.el (gnus-group-highlight): Likewise.
10307
10308 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10309
10310         * gnus-sieve.el (gnus-sieve-article-add-rule):
10311         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10312         * spam-stat.el (spam-stat-buffer-change-to-spam)
10313         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10314
10315         * message.el (message-is-yours-p):
10316         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10317
10318 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10319
10320         * mm-view.el (mm-inline-text): Withdraw the last change.
10321
10322 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10323
10324         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10325         executing enriched-decode.
10326
10327 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10328
10329         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10330         charset of tar files.
10331
10332 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10333
10334         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10335
10336 2005-06-04  Lute Kamstra  <lute@gnu.org>
10337
10338         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10339         information is never recorded.
10340
10341 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10342
10343         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10344
10345 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10346
10347         * pop3.el (pop3-apop): Run md5 in the binary mode.
10348
10349         * starttls.el (starttls-set-process-query-on-exit-flag):
10350         Use eval-and-compile.
10351
10352 2005-05-31  Simon Josefsson  <jas@extundo.com>
10353
10354         * smime.el (smime-replace-in-string): Define.
10355         (smime-cert-by-ldap-1): Use it.
10356
10357 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10358
10359         * gnus-art.el (article-display-x-face): Replace
10360         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10361
10362         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10363         set-process-query-on-exit-flag or process-kill-without-query.
10364
10365         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10366         loop instead of replace-regexp.
10367
10368         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10369         instead of process-kill-without-query if it is available.
10370
10371         * lpath.el: Fbind ldap-search-entries.
10372
10373         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10374         instead of find-file-hooks if it is available.
10375
10376         * mml1991.el: Bind pgg-default-user-id when compiling.
10377
10378         * mml2015.el: Bind pgg-default-user-id when compiling.
10379
10380         * nndraft.el (nndraft-request-associate-buffer):
10381         Use write-contents-functions instead of write-contents-hooks if it is
10382         available.
10383
10384         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10385         instead of find-file-hooks if it is available.
10386
10387         * nntp.el (nntp-open-connection): Replace
10388         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10389         (nntp-open-ssl-stream): Ditto.
10390         (nntp-open-tls-stream): Ditto.
10391
10392         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10393         set-process-query-on-exit-flag or process-kill-without-query.
10394         (starttls-open-stream-gnutls): Use it instead of
10395         process-kill-without-query.
10396         (starttls-open-stream): Ditto.
10397
10398 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10399
10400         * smime.el (smime-cert-by-ldap-1): Don't use
10401         replace-regexp-in-string.
10402
10403 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10404
10405         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10406
10407         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10408         in PEM format.  Adjust to the XEmacs compability.
10409
10410 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10411
10412         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10413         by `string-to-number'.
10414         * gnus-agent.el (gnus-agent-regenerate-group)
10415         (gnus-agent-fetch-articles): Ditto.
10416         * gnus-art.el (gnus-button-fetch-group): Ditto.
10417         * gnus-cache.el (gnus-cache-generate-active)
10418         (gnus-cache-articles-in-group): Ditto.
10419         * gnus-group.el (gnus-group-set-current-level)
10420         (gnus-group-insert-group-line): Ditto.
10421         * gnus-score.el (gnus-score-set-expunge-below)
10422         (gnus-score-set-mark-below, gnus-summary-score-effect)
10423         (gnus-summary-score-entry): Ditto.
10424         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10425         (gnus-soup-pack): Ditto.
10426         * gnus-spec.el (gnus-xmas-format): Ditto.
10427         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10428         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10429         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10430         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10431         * nndb.el (nndb-get-remote-expire-response): Ditto.
10432         * nndiary.el (nndiary-parse-schedule-value)
10433         (nndiary-string-to-number, nndiary-request-replace-article)
10434         (nndiary-request-article): Ditto.
10435         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10436         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10437         * nneething.el (nneething-make-head): Ditto.
10438         * nnfolder.el (nnfolder-request-article)
10439         (nnfolder-retrieve-headers): Ditto.
10440         * nnheader.el (nnheader-file-to-number): Ditto.
10441         * nnkiboze.el (nnkiboze-request-article): Ditto.
10442         * nnmail.el (nnmail-process-unix-mail-format)
10443         (nnmail-process-babyl-mail-format): Ditto.
10444         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10445         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10446         (nnmh-request-create-group, nnmh-request-list-1)
10447         (nnmh-request-group, nnmh-request-article): Ditto.
10448         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10449         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10450         * nnsoup.el (nnsoup-make-active): Ditto.
10451         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10452         * nntp.el (nntp-find-group-and-number)
10453         (nntp-retrieve-headers-with-xover): Ditto.
10454         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10455         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10456         (pgg-format-key-identifier): Ditto.
10457         * pop3.el (pop3-last, pop3-stat): Ditto.
10458         * qp.el (quoted-printable-decode-region): Ditto.
10459
10460         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10461         of concat.
10462
10463 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10464
10465         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10466
10467         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10468
10469         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10470
10471         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10472
10473         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10474
10475         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10476
10477         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10478         (gnus-carpal-mode): Ditto.
10479
10480         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10481         (gnus-browse-mode): Ditto.
10482
10483         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10484
10485         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10486
10487 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10488
10489         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10490
10491 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10492
10493         * gnus-util.el (gnus-run-mode-hooks): New function.
10494
10495         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10496
10497         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10498         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10499
10500 2005-05-27  Lute Kamstra  <lute@gnu.org>
10501
10502         * dns-mode.el (dns-mode): Specify customization group.
10503
10504 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10505
10506         * gnus-agent.el (gnus-agent-make-mode-line-string):
10507         Use mode-line-highlight as mouse-face.
10508
10509 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10510
10511         * canlock.el (canlock): Change the parent group to news.
10512
10513         * deuglify.el (gnus-outlook-deuglify): Add :group.
10514
10515         * dig.el (dig): Add :group.
10516
10517         * dns-mode.el (dns-mode): Add :group.
10518
10519         * encrypt.el (encrypt): Add :group.
10520
10521         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10522         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10523         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10524         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10525         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10526
10527         * gnus-diary.el (gnus-diary): Add :group.
10528
10529         * gnus.el (gnus-group-news-1-face): Add :group.
10530         (gnus-group-news-1-empty-face): Ditto.
10531         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10532         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10533         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10534         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10535         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10536         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10537         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10538         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10539         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10540         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10541         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10542         (gnus-summary-high-ticked-face): Ditto.
10543         (gnus-summary-low-ticked-face): Ditto.
10544         (gnus-summary-normal-ticked-face): Ditto.
10545         (gnus-summary-high-ancient-face): Ditto.
10546         (gnus-summary-low-ancient-face): Ditto.
10547         (gnus-summary-normal-ancient-face): Ditto.
10548         (gnus-summary-high-undownloaded-face): Ditto.
10549         (gnus-summary-low-undownloaded-face): Ditto.
10550         (gnus-summary-normal-undownloaded-face): Ditto.
10551         (gnus-summary-high-unread-face): Ditto.
10552         (gnus-summary-low-unread-face): Ditto.
10553         (gnus-summary-normal-unread-face): Ditto.
10554         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10555         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10556
10557         * hashcash.el (hashcash): New custom group.
10558         (hashcash-default-payment): Add :group.
10559         (hashcash-payment-alist): Ditto.
10560         (hashcash-default-accept-payment): Ditto.
10561         (hashcash-accept-resources): Ditto.
10562         (hashcash-path): Ditto.
10563         (hashcash-extra-generate-parameters): Ditto.
10564         (hashcash-double-spend-database): Ditto.
10565         (hashcash-in-news): Ditto.
10566
10567         * message.el (message-minibuffer-local-map): Add :group.
10568
10569         * netrc.el (netrc): Add :group.
10570
10571         * sieve-manage.el (sieve-manage-log): Add :group.
10572         (sieve-manage-default-user): Diito.
10573         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10574         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10575         (sieve-manage-authenticators): Ditto.
10576         (sieve-manage-authenticator-alist): Ditto.
10577         (sieve-manage-default-port): Ditto.
10578
10579         * sieve-mode.el (sieve-control-commands-face): Add :group.
10580         (sieve-action-commands-face): Ditto.
10581         (sieve-test-commands-face): Ditto.
10582         (sieve-tagged-arguments-face): Ditto.
10583
10584         * smime.el (smime): Add :group.
10585
10586         * spam-report.el (spam-report): Add :group.
10587
10588         * spam.el (spam, spam-face): Add :group.
10589
10590 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10591
10592         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10593         return \n.\n.\n at the end of articles.  Protect against that.
10594         (nntp-with-open-group): Allow debugging.
10595
10596         * nnheader.el (mail-header-set-extra): Make into a function
10597         because I just could't understand how to quote the list properly.
10598
10599         * dns.el (query-dns-cached): New function.
10600
10601 2005-05-26  Lute Kamstra  <lute@gnu.org>
10602
10603         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10604
10605 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10606
10607         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10608
10609         * gnus-art.el: Don't autoload mail-extract-address-components.
10610
10611         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10612         eval-and-compile to evaluate it.
10613
10614         * hashcash.el: Don't autoload executable-find.
10615
10616         * nndb.el: Don't declare the nndb back end two or more times; don't
10617         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10618
10619         * nntp.el: Autoload format-spec instead of format; use
10620         eval-and-compile to evaluate autoload forms.
10621
10622 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10623
10624         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10625
10626 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10627
10628         * gnus.el (gnus-version-number): Bump version.
10629
10630 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10631
10632         * gnus.el: No Gnus v0.3 is released.
10633
10634 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10635
10636         * lpath.el (featurep): Bind show-nonbreak-escape.
10637
10638 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10639
10640         * gnus-art.el (gnus-article-edit-part): Disable undo.
10641
10642 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10643
10644         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10645         gnus-article-date-lapsed-new-header is t if date timer is active;
10646         skip headers in which the original date value is empty.
10647         (gnus-article-save-original-date): Redefine it as a macro.
10648         (gnus-display-mime): Use it.
10649
10650 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10651
10652         * gnus-art.el (article-date-ut): Support converting date in
10653         forwarded parts as well.
10654         (gnus-article-save-original-date): New function.
10655         (gnus-display-mime): Use it.
10656
10657 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10658
10659         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10660         enclosure element of <item>.
10661
10662 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10663
10664         * message.el (message-kill-buffer-query): Renamed from
10665         `message-kill-buffer-query-if-modified'.  Added :version.
10666
10667 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10668
10669         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10670         window layout.
10671
10672 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10673
10674         * mml.el: Autoload dnd when compiling.
10675
10676 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10677
10678         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10679         x-dnd-*.
10680
10681 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10682
10683         * qp.el (quoted-printable-encode-region): Save excursion.
10684
10685 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10686
10687         * message.el (message-kill-buffer-query-if-modified): Add new variable
10688         so the user can kill a modified message buffer quickly.
10689         (message-kill-buffer): Use it.
10690
10691 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10692
10693         * lpath.el: Fbind display-time-event-handler; don't fbind
10694         string-to-multibyte.
10695
10696         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10697
10698 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10699
10700         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10701         contained in text because xml.el decodes entities) with LFs.
10702
10703 2005-04-11  Lute Kamstra  <lute@gnu.org>
10704
10705         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10706         differently.
10707
10708 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10709
10710         * mm-util.el (mm-detect-coding-region): Typo.
10711
10712 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10713
10714         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10715
10716 2005-04-06  Deepak Goel  <deego@gnufans.org>
10717
10718         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10719         user-function allow user modifications of the scores.
10720         (spam-stat-score-buffer-user): New function, to allow
10721         user-computed modifications to the score.
10722         (spam-stat-score-buffer-user-functions): List of additional
10723         scoring functions.
10724         (spam-stat-error-holder): Global temporary error holder.
10725         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10726         variable.
10727
10728 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10729
10730         * gnus-registry.el (gnus-registry-clean-empty-function)
10731         (gnus-registry-trim, gnus-registry-fetch-groups)
10732         (gnus-registry-delete-group): Groups that match
10733         `gnus-registry-ignored-groups' are removed from the registry
10734         entries, not just ignored for splitting.  This helps clean up the
10735         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10736         to get all the groups a message ID is in.
10737
10738         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10739         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10740         (spam-stat-score-buffer-user-functions): Add :number custom type.
10741
10742 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10743
10744         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10745         argument in XEmacs.
10746
10747         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10748         (nnrss-request-group): Decode group name first.
10749         (nnrss-request-article): Make a text/plain article if mml-to-mime
10750         failed.
10751         (nnrss-get-encoding): Return a compatible encoding according to
10752         nnrss-compatible-encoding-alist.
10753         (nnrss-find-el): Use consp instead of listp.
10754         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10755
10756 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10757
10758         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10759         which Emacs 20 doesn't support.
10760         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10761
10762 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10763
10764         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10765         silence the byte compiler inside the defun.
10766
10767         * gnus-demon.el (parse-time-string): Add autoload.
10768
10769         * gnus-delay.el (parse-time-string): Add autoload.
10770
10771         * gnus-art.el (parse-time-string): Add autoload.
10772
10773         * nnultimate.el (parse-time): Require for `parse-time-string'.
10774
10775 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10776
10777         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10778
10779         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10780
10781         * smime.el (smime-ldap-host-list): Add :version.
10782
10783 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10784
10785         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10786         pass it to `gnus-browse-read-group'.
10787         (gnus-browse-read-group): Add NUMBER argument and pass it to
10788         `gnus-group-read-ephemeral-group'.
10789
10790         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10791         argument and pass it to `gnus-group-read-group'.
10792
10793 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10794
10795         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10796         mm-xemacs-find-mime-charset-1 if we have the mule feature
10797         available at runtime.
10798
10799 2005-03-25  Werner Lemberg  <wl@gnu.org>
10800
10801         * nnmaildir.el: Replace `illegal' with `invalid'.
10802
10803 2005-03-23  Lute Kamstra  <lute@gnu.org>
10804
10805         * time-date.el: Add comment on time value formats.
10806         Don't require parse-time.
10807         (with-decoded-time-value): New macro.
10808         (encode-time-value): New function.
10809         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10810         (days-to-time): Return a valid time value when arg is huge.
10811         (time-since): Use time-subtract.
10812         (time-to-number-of-days): Use time-to-seconds.
10813
10814 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10815
10816         * gnus-start.el (gnus-display-time-event-handler):
10817         Check display-time-timer at runtime rather than only at load time
10818         in case display-time-mode is turned off in the mean time.
10819
10820 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10821
10822         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10823         used.
10824
10825         * nneething.el (nneething-map-file-directory): Derive from
10826         `gnus-directory'.
10827
10828         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10829         the To/Cc button.
10830
10831 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10832
10833         * nnmaildir.el (nnmaildir-request-accept-article):
10834         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10835
10836 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10837
10838         * gnus-async.el: Require timer-funcs at compile time when in
10839         XEmacs for `run-with-idle-timer'.
10840
10841 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10842
10843         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10844         autoloaded function.
10845
10846 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10847
10848         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10849
10850 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10851
10852         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10853
10854 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10855
10856         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10857         gnus-expert-user to default.
10858
10859 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10860
10861         * nnimap.el (nnimap-open-server): Ditto.
10862
10863         * imap.el (imap-authenticate): Fix typo.
10864
10865 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10866
10867         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10868         buffer (since IMAP server might return FETCH response out of
10869         order, and the nntp buffer must be sorted).
10870
10871 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10872
10873         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10874         comparison on string.
10875
10876         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10877         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10878         (gnus-agent-summary-fetch-series): Modified to protect against
10879         gnus-agent-summary-fetch-group clearing processable flags.
10880         (gnus-agent-synchronize-group-flags): Update live group buffer as
10881         synchronization may occur due to the user toggle the plugged
10882         status.
10883         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10884         successfully downloaded.
10885         (gnus-agent-expire-group-1): Avoid using markers when the overview
10886         is in ascending order; greatly improves performance.
10887         (gnus-agent-regenerate-group): Use
10888         gnus-agent-synchronize-group-flags to reset read status in both
10889         gnus and server.
10890         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10891
10892 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10893
10894         * message.el: Don't autoload former message-utils variables.
10895         (message-strip-subject-trailing-was): Change doc string.
10896
10897         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10898         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10899         (nnweb-google-search): Add "hl=en" here.
10900         (nnweb-google-parse-1, nnweb-google-create-mapping):
10901         Don't hardcode URL.
10902
10903 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10904
10905         * message.el (message-get-reply-headers, message-followup):
10906         Mention related variables `message-use-followup-to' and
10907         `message-use-mail-followup-to', in the information buffer.
10908
10909         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10910         of broken groups(-beta).google.com.
10911
10912 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10913
10914         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10915         parameter to invoked gnus-request-move-article; remove the
10916         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10917         all at once instead of once per article.
10918         (gnus-summary-remove-process-mark): Accept a list of articles as
10919         well as a single article for processing.
10920
10921         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10922         parameter.
10923
10924         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10925
10926         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10927
10928         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10929         parameter.
10930
10931         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10932         parameter.
10933
10934         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10935         parameter and remove the gnus-sum-hint-move-is-internal variable.
10936
10937         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10938         parameter.
10939
10940         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10941         parameter.
10942
10943         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10944         parameter.
10945
10946         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10947
10948         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10949         parameter.
10950
10951         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10952         parameter.
10953
10954 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10955
10956         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10957         a more conservative way.
10958
10959 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10960
10961         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10962         buffer, so it moves the window's cursor.
10963
10964 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10965
10966         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10967         `mm-dissect-multipart' and receive the from field as an (optional)
10968         argument from `mm-dissect-multipart'.
10969         (mm-dissect-multipart): Receive the from field as an argument and
10970         pass it on when we call `mm-dissect-buffer' on MIME parts.
10971         Fixes verification/decryption of signed/encrypted MIME parts.
10972
10973 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10974
10975         * gnus-sum.el (gnus-summary-move-article): Set
10976         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10977         whatever it calls (right now, only nnimap-request-move article
10978         respects it).
10979
10980         * nnimap.el (nnimap-request-move-article): When
10981         gnus-sum-hint-move-is-internal is set, don't do the extra
10982         nnimap-request-article.
10983
10984 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10985
10986         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10987
10988         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10989         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10990
10991         * gnus-sum.el (gnus-summary-caesar-message):
10992         Apply `gnus-treat-article' after rotation.
10993
10994         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10995         doc string.
10996
10997 2005-02-22  Simon Josefsson  <jas@extundo.com>
10998
10999         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11000         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11001         <arne@arnested.dk>.
11002         (encrypt): Add password-cache and password-cache-expiry as group
11003         members.
11004
11005 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11006
11007         * smime.el (smime-ldap-host-list): Doc fix.
11008         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11009         cache) password.
11010         (smime-sign-region): Use it.
11011         (smime-decrypt-region): Use it.
11012         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11013         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11014         fails.
11015         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11016         certificate from DER to PEM format rather than calling openssl.
11017
11018         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11019
11020         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11021         for signing/encryption.
11022
11023         * mml.el (mml-parse-1): Use them.
11024
11025 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11026
11027         * nnrss.el (nnrss-verbose): Removed.
11028         (nnrss-request-group): Use `nnheader-message' instead.
11029
11030 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11031
11032         * nnrss.el (nnrss-verbose): New variable.
11033         (nnrss-request-group): Make it say nnrss is requesting a group.
11034
11035 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11036
11037         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11038         Handle news URL with given port correctly.
11039
11040 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11041
11042         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11043         containing special characters.
11044
11045         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11046
11047         * mml.el (mime-to-mml): Ditto.
11048
11049         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11050         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11051         (rfc2047-decode-region): Quote decoded words containing special
11052         characters when rfc2047-quote-decoded-words-containing-tspecials
11053         is non-nil.
11054
11055 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11056
11057         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11058
11059         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11060
11061 2005-02-15  Simon Josefsson  <jas@extundo.com>
11062
11063         * nnimap.el (nnimap-debug): Doc fix.
11064
11065         * imap.el (imap-debug): Doc fix.
11066
11067 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11068
11069         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11070
11071 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11072
11073         * gnus.el (spam-contents): Improve docs for spam-contents
11074         parameter in its variable incarnation.
11075
11076 2005-02-14  Simon Josefsson  <jas@extundo.com>
11077
11078         * smime-ldap.el: Use require instead of load-library for ldap.
11079         (smime-ldap-search): Indent.
11080         (smime-ldap-search-internal): Shorten line.
11081
11082         * smime.el (smime-cert-by-dns): Add doc-string.
11083         (smime-cert-by-ldap-1): Indent.
11084
11085         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11086         mml-smime-get-dns-ldap.
11087         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11088
11089 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11090
11091         * smime.el: Require smime-ldap.
11092         (smime-ldap-host-list): New variable.
11093         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11094
11095         * mml-smime.el (mml-smime-encrypt-query): New function.
11096         (mml-smime-encrypt-query): Use it.
11097
11098         * smime-ldap.el: New file.
11099
11100 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11101
11102         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11103
11104 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11105
11106         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11107         argument in doc string.  Make query for type more clear.
11108
11109 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11110
11111         * gnus.el (gnus-group-startup-message): Search for gnus images in
11112         etc/images/gnus.
11113         * mm-util.el (mm-image-load-path): Likewise.
11114         * smiley.el (smiley-data-directory): Search for smilies in
11115         etc/images/smilies.
11116
11117 2005-02-09  Kim F. Storm  <storm@cua.dk>
11118
11119         Change Emacs release version from 21.4 to 22.1 throughout.
11120         Change Emacs development version from 21.3.50 to 22.0.50.
11121
11122 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11123
11124         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11125
11126         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11127         non-Mule XEmacs as well.
11128         (mm-decompress-buffer): Signal an error intentionally if it does
11129         not decompress compressed data because auto-compression-mode is
11130         disabled.
11131
11132 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11133
11134         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11135         an ID in the registry even if it has no groups.
11136
11137 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11138
11139         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11140         merge it into mm-decompress-buffer.
11141         (gnus-mime-copy-part): Use the MIME part charset, the value which
11142         a user specified or gnus-newsgroup-charset for decoding, like
11143         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11144         save-buffer what was used.  Suggested by Kevin Ryde
11145         <user42@zip.com.au>.
11146         (gnus-mime-inline-part): Allow the name parameter as well as the
11147         filename parameter; force decompressing of compressed data; always
11148         display contents being not decoded as unibyte.
11149
11150         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11151         as well as the filename parameter.
11152
11153         * mm-util.el (mm-decompress-buffer): Merge
11154         gnus-mime-jka-compr-maybe-uncompress.
11155         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11156         of compressed data.
11157
11158 2005-02-08  Simon Josefsson  <jas@extundo.com>
11159
11160         * imap.el (imap-log): Doc fix.
11161
11162 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11163
11164         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11165         the coding cookies; decompress compressed parts.
11166
11167         * mml.el (mml-generate-mime-1): Add the charset parameter according
11168         to the value which a user specified manually or the coding cookie.
11169
11170         * mm-util.el (mm-string-to-multibyte): New function.
11171         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11172         (mm-coding-system-to-mime-charset): New function.
11173         (mm-decompress-buffer): New function.
11174         (mm-find-buffer-file-coding-system): New function.
11175
11176         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11177         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11178         parts.
11179
11180 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11181
11182         * mm-view.el (mm-display-inline-fontify): Decode a part according
11183         to the charset parameter.
11184
11185 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11186
11187         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11188         prefix arg is neither nil nor a number, as info specifies.
11189
11190 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11191
11192         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11193         timestamps.
11194
11195 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11196
11197         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11198         groups error checking and notify user.
11199
11200 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11201
11202         * message.el (message-send-mail-function): Check existence of
11203         sendmail-program first before using default value
11204         `message-send-mail-with-sendmail'.  Otherwise use more generic
11205         `smtpmail-send-it'.
11206
11207 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11208
11209         * nntp.el (nntp-request-update-info): Always return nil.
11210
11211 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11212
11213         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11214
11215 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11216
11217         * message.el (message-beginning-of-line): Change the behavior when
11218         invoked between BOL and : so that it first moves backward.
11219
11220 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11221
11222         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11223         article buffer when editing of the article is discarded.
11224         (gnus-article-prepare): Revert.
11225
11226 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11227
11228         * gnus-art.el (gnus-article-prepare):
11229         Remove message-strip-forbidden-properties from the local hook.
11230
11231 2005-01-27  Simon Josefsson  <jas@extundo.com>
11232
11233         * password.el (password-cache-add): Only start one timer per key.
11234         Reported by Derek Atkins <warlord@MIT.EDU>.
11235
11236 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11237
11238         * run-at-time.el: Removed.  It is no longer needed as
11239         timer-funcs.el in the xemacs-base package has a working version of
11240         `run-at-time'.
11241
11242         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11243
11244         * password.el: Require timer-funcs instead of run-at-time in
11245         XEmacs.
11246         Remove `password-run-at-time' macro.
11247         (password-cache-add): Use `run-at-time' instead of
11248         `password-run-at-time'.
11249
11250         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11251         Remove `nnheader-cancel-function-timers' alias,
11252         `cancel-function-timers' exists in XEmacs in timer-funcs.
11253
11254         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11255         for `run-with-idle-timer'.
11256
11257         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11258         for `run-at-time'.
11259
11260         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11261         for `with-timeout'.
11262
11263         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11264         the same as for XEmacs 21.4.
11265         No need to ignore `run-with-idle-timer', this function exists in
11266         XEmacs now in timer-funcs.el in the xemacs-base package.
11267         (dgnushack-compile): No need to delete
11268         run-at-time.el from the list of files to compile because it
11269         doesn't exist anymore.
11270
11271 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11272
11273         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11274         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11275
11276 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11277
11278         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11279         sensitively.
11280
11281 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11282
11283         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11284
11285 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11286
11287         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11288         which will be inserted according to the multibyteness of a buffer
11289         rather than the type of contents.  Suggested by ARISAWA Akihiro
11290         <ari@mbf.ocn.ne.jp>.
11291
11292         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11293         of string which old xml.el may return rather than a string.
11294
11295 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11296
11297         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11298
11299 2005-01-16  Simon Josefsson  <jas@extundo.com>
11300
11301         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11302         idn/idna.el isn't available.
11303         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11304         <michael@waxrat.com>.
11305
11306         * hashcash.el: Remove non-FSF copyright header.
11307
11308         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11309         (hashcash-generate-payment): Use it.
11310         (hashcash-generate-payment-async): Use it.
11311
11312 2005-01-15  Simon Josefsson  <jas@extundo.com>
11313
11314         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11315         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11316
11317         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11318         gnus-summary-idna-message.
11319         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11320         (gnus-summary-idna-message): New function.
11321
11322 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11323
11324         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11325         gnus-novice-user.
11326
11327 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11328
11329         * nnrss.el (nnrss-request-delete-group): Delete entries in
11330         nnrss-group-alist as well.
11331         (nnrss-save-server-data): Insert newline.
11332
11333 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11334
11335         * gnus.el (gnus-user-agent): Use list of symbols instead of
11336         symbols.  Display full version number for (S)XEmacs.  Optionally
11337         display (S)XEmacs codename.
11338
11339         * gnus-util.el (gnus-emacs-version): Update for new
11340         `gnus-user-agent'.
11341
11342         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11343         Gnus version.
11344
11345 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11346
11347         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11348         which is unreadable in some setups.
11349
11350 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11351
11352         * gnus-spec.el (gnus-update-format-specifications): Flush the
11353         group format spec cache if it doesn't support decoded group names.
11354
11355 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11356
11357         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11358         Allow to apply decay on score files matching a regexp.
11359
11360 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11361
11362         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11363         compatibility in %g and %c.
11364
11365 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11366
11367         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11368         name for only %g and %c.
11369         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11370         of gnus-tmp-group to decoded group name.
11371         (gnus-group-make-rss-group): Exclude `/'s from group names.
11372
11373 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11374
11375         * nnrss.el (nnrss-get-encoding): Fix regexp.
11376
11377 2004-12-27  Simon Josefsson  <jas@extundo.com>
11378
11379         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11380         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11381         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11382
11383 2004-12-17  Kim F. Storm  <storm@cua.dk>
11384
11385         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11386
11387         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11388
11389 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11390
11391         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11392
11393 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11394
11395         * nnrss.el: Require rfc2047 and mml.
11396         (nnrss-file-coding-system): New variable.
11397         (nnrss-format-string): Redefine it as an inline function.
11398         (nnrss-decode-group-name): New function.
11399         (nnrss-string-as-multibyte): Remove.
11400         (nnrss-retrieve-headers): Decode group name; don't use
11401         nnrss-format-string.
11402         (nnrss-request-group): Decode group name.
11403         (nnrss-request-article): Decode group name; allow a Message-ID as
11404         well as an article number; don't use nnrss-format-string; encode a
11405         Message-ID string which may contain non-ASCII characters; use
11406         mml-to-mime to compose a MIME article.
11407         (nnrss-request-expire-articles): Decode group name.
11408         (nnrss-request-delete-group): Decode group name.
11409         (nnrss-fetch): Clarify error message.
11410         (nnrss-read-server-data): Use insert-file-contents instead of load;
11411         bind file-name-coding-system; use multibyte buffer.
11412         (nnrss-save-server-data): Bind coding-system-for-write to the
11413         value of nnrss-file-coding-system; bind file-name-coding-system;
11414         add coding cookie.
11415         (nnrss-read-group-data): Use insert-file-contents instead of load;
11416         bind file-name-coding-system; use multibyte buffer.
11417         (nnrss-save-group-data): Bind coding-system-for-write to the
11418         value of nnrss-file-coding-system; bind file-name-coding-system.
11419         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11420         make it work with non-ASCII text.
11421         (nnrss-find-el): Make it work with old xml.el as well.
11422
11423 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11424
11425         * nnrss.el (nnrss-get-encoding): New function.
11426         (nnrss-fetch): Use unibyte buffer initially; bind
11427         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11428         decode contents according to the encoding attribute.
11429         (nnrss-save-group-data): Add coding cookie.
11430         (nnrss-mime-encode-string): New function.
11431         (nnrss-check-group): Use it to encode subject and author.
11432
11433 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11434
11435         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11436         imaginary variable.
11437
11438 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11439
11440         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11441         correctly even if there are wide characters.
11442
11443 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11444
11445         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11446         downcased symbol names; make a new cache instead of reusing
11447         bbdb-hashtable.
11448
11449 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11450
11451         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11452         concatenating segments rather than before concatenating them.
11453         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11454
11455         * message.el (message-get-reply-headers): Bind `extra'.
11456
11457 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11458
11459         * message.el (message-extra-wide-headers): New variable.
11460         (message-get-reply-headers): Use it.
11461
11462 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11463
11464         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11465         (gnus-agent-group-pathname): Ditto.
11466
11467         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11468
11469         * gnus-group.el (gnus-group-make-group): Decode group name.
11470         (gnus-group-make-rss-group): Register the group data after opening
11471         the nnrss group.
11472
11473 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11474
11475         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11476         by expiry now get marked as read.
11477
11478 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11479
11480         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11481
11482 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11483
11484         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11485         unify Latin characters in XEmacs.
11486         (mm-find-mime-charset-region): Use it.
11487
11488 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11489
11490         * gnus-util.el (gnus-delete-directory): New function.
11491
11492         * gnus-agent.el (gnus-agent-delete-group): Use it.
11493
11494         * gnus-cache.el (gnus-cache-delete-group): Use it.
11495
11496 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11497
11498         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11499         names.
11500
11501 2004-12-16  Simon Josefsson  <jas@extundo.com>
11502
11503         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11504
11505 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11506
11507         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11508
11509         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11510         (gnus-group-set-current-level): Decode group name.
11511
11512 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11513
11514         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11515         failed.
11516
11517 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11518
11519         * gnus-group.el (gnus-group-delete-group): Decode group name.
11520         (gnus-group-make-rss-group): Encode group name.
11521         (gnus-group-catchup-current): Decode group name.
11522         (gnus-group-kill-group): Decode group name.
11523
11524 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11525
11526         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11527
11528 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11529
11530         * gnus-group.el (gnus-group-make-rss-group):
11531         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11532
11533         * gnus-start.el (gnus-setup-news): Honor user's setting to
11534         gnus-message-archive-method.  Suggested by Lute Kamstra
11535         <lute@gnu.org>.
11536
11537 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11538
11539         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11540         global counterparts of the buffer-local variables.
11541
11542 2004-11-16  Romain Francoise  <romain@orebokech.com>
11543
11544         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11545         counterparts of the buffer-local variables.
11546
11547 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11548
11549         * message.el (message-forbidden-properties): Fixed typo in doc
11550         string.
11551
11552 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11553
11554         * gnus-util.el (gnus-replace-in-string): Added doc string.
11555
11556         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11557         to avoid problems when splitting mails with many recipients.
11558
11559 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11560
11561         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11562         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11563
11564 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11565
11566         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11567         if there is no hashtable in memory or file modification time is
11568         newer than cached timestamp.
11569
11570 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11571
11572         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11573         not-matching option.
11574
11575 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11576
11577         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11578         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11579         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11580         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11581         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11582         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11583
11584 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11585
11586         * message.el (message-forward-make-body-mml): Remove headers
11587         according to message-forward-ignored-headers if a message is decoded.
11588
11589 2004-12-02  Romain Francoise  <romain@orebokech.com>
11590
11591         * message.el (message-forward-make-body-plain): Always remove
11592         headers according to message-forward-ignored-headers.
11593
11594 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11595
11596         * spam.el (spam-summary-prepare-exit): Remove the
11597         gnus-summary-limit pop for now, it has problems with ham marks for
11598         me.
11599
11600 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11601
11602         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11603         correctly.
11604
11605 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11606
11607         * format-spec.el (format-spec): Message the char.
11608
11609 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11610
11611         * gnus-art.el (gnus-split-methods): Reformat comments.
11612
11613         * spam.el (spam-summary-prepare-exit): Remove article limits
11614         before exiting the summary buffer.
11615
11616 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11617
11618         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11619         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11620
11621         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11622         order to silence the byte compiler.
11623
11624         * spam.el: Fix the way to silence the byte compiler, which
11625         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11626         bbdb-search-simple, spam-BBDB-register-routine,
11627         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11628         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11629         spam-stat-buffer-is-spam, spam-stat-load,
11630         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11631         spam-stat-save and spam-stat-split-fancy.
11632
11633 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11634
11635         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11636         which may confuse users.
11637         (canlock-password-for-verify): Ditto.
11638
11639         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11640
11641         * gnus-art.el (gnus-emphasis-alist): Ditto.
11642
11643         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11644
11645         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11646
11647         * gnus-start.el (gnus-save-killed-list): Ditto.
11648
11649         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11650         (gnus-sum-thread-tree-root): Ditto.
11651         (gnus-sum-thread-tree-false-root): Ditto.
11652         (gnus-sum-thread-tree-single-indent): Ditto.
11653
11654         * message.el (message-courtesy-message): Ditto.
11655         (message-archive-note): Ditto.
11656         (message-subscribed-address-file): Ditto.
11657         (message-user-fqdn): Ditto.
11658
11659         * spam-report.el (spam-report-gmane-regex): Ditto.
11660
11661         * spam.el (spam-blackhole-good-server-regex): Ditto.
11662
11663 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11664
11665         * mml.el (mml-preview): Widen the message buffer before copying
11666         the contents to the preview buffer; sort headers before previewing.
11667
11668         * message.el (message-hidden-headers): Fix the way to avoid a bug
11669         in the `repeat' widget in Emacs 21.3 or earlier.
11670
11671 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11672
11673         * message.el (message-hidden-headers): Default to "^References:".
11674         Improve customization type.  Suggested by Reiner Steib
11675         <Reiner.Steib@gmx.de>.
11676
11677 2004-11-25  Romain Francoise  <romain@orebokech.com>
11678
11679         * message.el (message-strip-forbidden-properties): Remove check for
11680         obsolete `message-hidden' text property, hidden headers are not
11681         accessible in the buffer anymore.
11682
11683 2004-11-22  Romain Francoise  <romain@orebokech.com>
11684
11685         * message.el (message-header-format-alist): Add `From' in list
11686         so that it can be sorted.
11687         (message-fix-before-sending): Widen and sort headers before
11688         sending.
11689         (message-hide-headers): Use narrowing to hide headers by moving
11690         them to the top of the buffer and narrowing to the region
11691         underneath.
11692
11693 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11694
11695         * message.el (message-strip-forbidden-properties): Bind
11696         buffer-read-only (etc) to nil.
11697
11698 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11699
11700         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11701         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11702
11703 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11704
11705         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11706
11707 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11708
11709         * dns.el (query-dns): Use sit-for to time instead of
11710         accept-process-output, since that doesn't seem to work on udp
11711         sockets.
11712
11713 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11714
11715         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11716
11717 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11718
11719         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11720         doc string.  Improve doc string.
11721
11722 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11723
11724         * nntp.el (nntp-request-update-info): Return nil if
11725         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11726         may not call gnus-activate-group which uselessly issues the GROUP
11727         commands for all nntp groups and wastes time.  Reported by Romain
11728         Francoise <romain@orebokech.com>.
11729
11730         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11731
11732 2004-11-15  Simon Josefsson  <jas@extundo.com>
11733
11734         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11735         headers separately.
11736         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11737         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11738
11739 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11740
11741         * gnus-start.el (gnus-convert-old-newsrc):
11742         Assign legacy-gnus-agent to 5.10.7.
11743
11744 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11745
11746         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11747         start of the lines.
11748
11749 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11750
11751         * hashcash.el (hashcash-default-payment): Change default to 20.
11752         (hashcash-default-accept-payment): Change default to 20.
11753         (hashcash-process-alist): New variable.
11754         (hashcash-generate-payment-async): Add.
11755         (hashcash-already-paid-p): Add.
11756         (hashcash-insert-payment): Don't generate payments twice.
11757         (hashcash-insert-payment-async): Add.
11758         (hashcash-insert-payment-async-2): Add.
11759         (hashcash-cancel-async): Add.
11760         (hashcash-wait-async): Add.
11761         (hashcash-processes-running-p): Add.
11762         (hashcash-wait-or-cancel): Add.
11763         (mail-add-payment): New optional argument.  Conditionally start
11764         asynchronous calculation.
11765         (mail-add-payment-async): Add.
11766
11767         * message.el (message-send-mail): Wait for asynchronous hashcash
11768         results.  Don't clobber existing X-Hashcash headers.
11769         (message-setup-1): Call mail-add-payment-async when
11770         message-generate-hashcash is non-nil.
11771
11772 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11773
11774         * message.el (message-use-alternative-email-as-from): Examine the
11775         From header as well; use message-make-from in order to include a
11776         user's full name.
11777
11778 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11779
11780         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11781         default; improve customization type.
11782         (gnus-emphasis-custom-with-format): New macro.
11783         (gnus-emphasis-custom-value-to-external): New function.
11784         (gnus-emphasis-custom-value-to-internal): New function.
11785
11786 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11787
11788         * dns.el (query-dns): Resolve reverse addresses.
11789
11790 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11791
11792         * gnus-group.el (gnus-group-get-new-news): Use it.
11793
11794         * gnus-start.el (gnus-check-reasonable-setup): New function.
11795
11796 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11797
11798         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11799         "Args out of range" error.  Reported by Arnaud Giersch
11800         <arnaud.giersch@free.fr>.
11801
11802 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11803
11804         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11805
11806 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11807
11808         * spam.el (spam group): Add :version.
11809
11810         * pgg-def.el (pgg group): Add :version.
11811
11812 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11813
11814         * gnus-art.el (gnus-article-edit-article): Don't associate the
11815         article buffer with a draft file.  This is a temporary measure
11816         against the 2004-08-22 change to gnus-article-edit-mode.
11817
11818 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11819
11820         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11821         (html2text-format-tags): Remove unused variable `attr'.
11822
11823 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11824
11825         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11826
11827         * tls.el (tls-process-connection-type, tls-success)
11828         (tls-certtool-program): Add :version.
11829
11830         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11831         (starttls-extra-arguments, starttls-process-connection-type)
11832         (starttls-connect, starttls-failure, starttls-success): Add :version.
11833
11834         * spam-stat.el (spam-stat): Add :version.
11835
11836         * sieve.el (sieve): Add :version.
11837
11838         * sha1.el (sha1): Add :version.
11839         (sha1-use-external): Remove redundant version.
11840
11841         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11842         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11843         (nnmail-split-fancy-match-partial-words)
11844         (nnmail-split-lowercase-expanded): Add :version.
11845
11846         * nndiary.el (nndiary): Add :version.
11847
11848         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11849
11850         * mml-sec.el (mml-default-sign-method)
11851         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11852         Add :version.
11853
11854         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11855
11856         * mm-url.el (mm-url-use-external, mm-url-program)
11857         (mm-url-arguments): Add :version.
11858
11859         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11860         (mm-attachment-file-modes, mm-decrypt-option)
11861         (mm-w3m-safe-url-regexp): Add :version.
11862
11863         * message.el (message-cite-prefix-regexp)
11864         (message-sendmail-envelope-from, message-minibuffer-local-map)
11865         (message-user-fqdn, message-completion-alist): Add :version.
11866
11867         * gnus-win.el (gnus-configure-windows-hook)
11868         (gnus-use-frames-on-any-display): Add :version.
11869
11870         * gnus-art.el (gnus-article-address-banner-alist)
11871         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11872         (gnus-treat-from-picon, gnus-treat-mail-picon)
11873         (gnus-treat-x-pgp-sig): Add :version.
11874
11875         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11876         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11877         (gnus-summary-article-delete-hook)
11878         (gnus-summary-display-while-building): Add :version.
11879
11880         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11881         (gnus-get-top-new-news-hook): Add :version.
11882
11883         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11884         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11885
11886         * gnus-registry.el (gnus-registry): Add :version.
11887
11888         * gnus-spec.el (gnus-use-correct-string-widths)
11889         (gnus-make-format-preserve-properties): Add :version.
11890
11891         * gnus.el (gnus-group-charter-alist)
11892         (gnus-group-fetch-control-use-browse-url)
11893         (gnus-install-group-spam-parameters): Add :version.
11894
11895         * gnus-diary.el (gnus-diary): Add :version.
11896
11897         * gnus-delay.el (gnus-delay): Add :version.
11898
11899         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11900         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11901         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11902         Add :version.
11903
11904         * gnus-agent.el (gnus-agent-max-fetch-size)
11905         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11906         (gnus-agent-prompt-send-queue): Add :version.
11907
11908         * deuglify.el (gnus-outlook-deuglify): Add :version.
11909
11910         * html2text.el: Beautify code.  Improve doc strings.  Some
11911         checkdoc cleanup.
11912         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11913
11914 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11915
11916         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11917
11918 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11919
11920         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11921         when package is loaded.
11922
11923         * spam.el (spam-summary-score-preferred-header): Add global preference
11924         for people who want to override the default SpamAssassin over
11925         Bogofilter preference (when both are set).
11926         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11927         (spam-user-format-function-S): Check
11928         spam-summary-score-preferred-header.
11929         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11930         (spam-user-format-function-S): Format the score correctly.
11931
11932 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11933
11934         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11935         signature file.  Suggested by Manoj Srivastava
11936         <srivasta@golden-gryphon.com>.
11937
11938         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11939         iso-2022-jp even in the Japanese language environment.
11940         Suggested by Jason Rumney <jasonr@gnu.org>.
11941
11942 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11943
11944         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11945         use the same characters as the dummy marks; make it free from
11946         getting affected by the language environment.
11947         (gnus-summary-read-group-1): Update mark positions only when the
11948         format spec is updated.
11949
11950         * gnus-spec.el (gnus-update-format-specifications): Return a list
11951         of updated types.
11952
11953 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11954
11955         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11956         of boundp to check if display-warning is available.
11957
11958 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11959
11960         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11961
11962 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11963
11964         * nnspool.el (nnspool-spool-directory): Use news-path if the
11965         news-directory variable is not bound.
11966
11967         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11968         function instead of display-warning if it is not available.
11969
11970 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11971
11972         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11973         v5-10: Use `point-at-bol'.
11974
11975 2004-10-26  Simon Josefsson  <jas@extundo.com>
11976
11977         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11978         <chenggao@gmail.com>.
11979
11980 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11981
11982         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11983         instead.
11984
11985 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11986
11987         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11988         to remove a server from the nnimap-server-buffer-alist.
11989         (nnimap-open-connection, nnimap-close-server): Use it.
11990
11991         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11992
11993 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11994
11995         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11996         running the major-mode function.
11997
11998 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11999
12000         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12001         dummy marks in the right way.
12002
12003 2004-10-18  David Edmondson  <dme@dme.org>
12004
12005         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12006         excessively.
12007
12008 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12009
12010         * gnus-util.el (gnus-split-references): Accept a nil references
12011         string and go on blissfully.
12012
12013         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12014         cases where the references string is non-nil but has no references.
12015
12016         * encrypt.el: Add autoload tags.
12017
12018         * spam.el (spam-resolve-registrations-routine): Remove article
12019         from unregistration list too.  Reported by David Hanak
12020         <dhanak@isis.vanderbilt.edu>
12021
12022 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12023
12024         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12025         nil.  Changed custom type.
12026
12027 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12028
12029         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12030
12031         * gnus-sum.el (gnus-summary-move-article): Use it.
12032
12033 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12034
12035         * encrypt.el: Add autoload cookies.
12036
12037         * spam.el (spam-backend-article-list-property)
12038         (spam-backend-get-article-todo-list)
12039         (spam-backend-put-article-todo-list)
12040         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12041         Resolve registrations separately.
12042         (spam-register-routine): Format comments.
12043         (spam-unregister-routine, spam-register-routine): Always call with
12044         specific-articles, no default list.
12045         (spam-summary-prepare-exit): Use the spam-classifications function.
12046
12047         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12048         gnus-encrypt.el.
12049
12050         * encrypt.el: Copied from gnus-encrypt.el.
12051
12052         * gnus-encrypt.el: Commented that it's obsolete.
12053
12054 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12055
12056         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12057         (gnus-score-save): Use it.
12058
12059         * message.el (message-bury): Use `window-dedicated-p'.
12060
12061 2004-10-15  Simon Josefsson  <jas@extundo.com>
12062
12063         * pop3.el (top-level): Don't require nnheader.
12064         (pop3-read-timeout): Add.
12065         (pop3-accept-process-output): Add.
12066         (pop3-read-response, pop3-retr): Use it.
12067
12068 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12069
12070         * spam.el (spam-register-routine): Move comment.
12071         (spam-verify-bogofilter): Use 'unknown for the initial
12072         spam-bogofilter-valid state, not 'never.
12073
12074         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12075         for netrc-machine.
12076
12077         * nnimap.el (nnimap-open-connection): Use
12078         netrc-machine-user-or-password.
12079
12080 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12081
12082         * gnus-registry.el (gnus-registry-unload-hook):
12083         Set as a variable with add-hook.
12084
12085         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12086         of news-path.
12087
12088         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12089
12090         * spam.el: Delete duplicate `provide'.
12091         (spam-unload-hook): Set as a variable with add-hook.
12092
12093 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12094
12095         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12096         in the doc string.
12097
12098         * message.el (message-ignored-news-headers)
12099         (message-ignored-supersedes-headers)
12100         (message-ignored-resent-headers)
12101         (message-forward-ignored-headers): Improve custom type.
12102
12103 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12104
12105         * message.el (message-tokenize-header): Fix 2004-09-06 change
12106         which used point-min in the wrong place.
12107
12108 2004-10-12  Simon Josefsson  <jas@extundo.com>
12109
12110         * tls.el (tls-certtool-program): New variable.
12111         (tls-certificate-information): New function, based on
12112         ssl-certificate-information.
12113
12114 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12115
12116         * compface.el: Move the version of ELisp-based uncompface program
12117         to the contrib directory because of the copyright problem.
12118
12119 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12120
12121         * message.el (message-kill-buffer): Raise the current frame.
12122
12123 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12124
12125         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12126
12127         * gnus.el (message-y-or-n-p): Autoload.
12128
12129         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12130         (pop3-password-required, pop3-authentication-scheme)
12131         (pop3-leave-mail-on-server): Made customizable.
12132         (pop3): New custom group.
12133         (pop3-retr): Remove `sleep-for' statements.
12134         Suggested by Dave Love <fx@gnu.org>.
12135
12136         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12137         Windows/DOS.
12138
12139         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12140         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12141         Dave Love <fx@gnu.org>.
12142
12143         * mml.el (mml-minibuffer-read-disposition): Require match.
12144         Suggested by Dave Love <fx@gnu.org>.
12145
12146 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12147
12148         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12149         doc string.
12150
12151 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12152
12153         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12154
12155 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12156
12157         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12158         instead of calling `mm-insert-inline', to decode text/* parts
12159         before displaying them.
12160
12161 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12162
12163         * mm-uu.el (mm-uu-text-plain-type): New variable.
12164         (mm-uu-pgp-signed-extract-1): Use it.
12165         (mm-uu-pgp-encrypted-extract-1): Use it.
12166         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12167         bind mm-uu-text-plain-type with that value.
12168         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12169         mm-uu-dissect.
12170
12171 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12172
12173         * gnus-group.el (gnus-update-group-mark-positions):
12174         * gnus-sum.el (gnus-update-summary-mark-positions):
12175         * message.el (message-check-news-body-syntax):
12176         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12177         of string-as-multibyte.
12178
12179 2004-10-05  Juri Linkov  <juri@jurta.org>
12180
12181         * gnus-group.el (gnus-update-group-mark-positions):
12182         * gnus-sum.el (gnus-update-summary-mark-positions):
12183         * message.el (message-check-news-body-syntax):
12184         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12185         8-bit unibyte values to a multibyte string for search functions.
12186
12187 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12188
12189         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12190         (mm-uu-dissect-text-parts): New function.
12191
12192         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12193         dissect text parts.
12194
12195         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12196         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12197
12198         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12199
12200         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12201         gnus-current-topics instead of gnus-current-topic.
12202
12203 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12204
12205         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12206
12207 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12208
12209         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12210         where approriate.
12211
12212         * nnml.el (nnml-generate-active-info): do.
12213
12214         * nndiary.el (nndiary-generate-active-info): do.
12215
12216         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12217         (gnus-topic-move): do.
12218
12219         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12220         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12221
12222         * gnus-srvr.el (gnus-server-prepare)
12223         (gnus-server-open-all-servers): do.
12224
12225         * gnus-msg.el (gnus-summary-cancel-article)
12226         (gnus-summary-resend-message)
12227         (gnus-summary-mail-crosspost-complaint): do.
12228
12229         * gnus-move.el (gnus-change-server): do.
12230
12231         * gnus-group.el (gnus-group-unmark-all-groups)
12232         (gnus-group-set-current-level): do.
12233
12234 2004-10-04  Simon Josefsson  <jas@extundo.com>
12235
12236         * message.el (message-generate-hashcash): Doc fix.
12237
12238 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12239
12240         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12241         avoid infinite recursion via gnus-get-function.
12242
12243 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12244
12245         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12246
12247         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12248
12249         * nnmail.el (nnmail-split-history): do.
12250
12251         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12252         (nnml-request-delete-group): do.
12253
12254         * nnslashdot.el (nnslashdot-read-groups): do.
12255
12256         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12257         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12258
12259         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12260         (nnspool-sift-nov-with-sed): Use last.
12261         (nnspool-retrieve-headers-with-nov): Use mapc.
12262         (nnspool-request-newgroups): Use dolist.
12263         (nnspool-request-group): Use last.
12264
12265         * nntp.el (nntp-read-server-type): Use dolist.
12266
12267         * nnvirtual.el (nnvirtual-create-mapping)
12268         (nnvirtual-update-read-and-marked): Use dolist.
12269         (nnvirtual-convert-headers): Simplify.
12270
12271 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12272
12273         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12274         support for sync'ing tick marks.
12275
12276 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12277
12278         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12279         there's no visible header.
12280
12281 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12282
12283         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12284         necessary, pass full group name to gnus-request-set-marks.
12285
12286 2004-10-01  Simon Josefsson  <jas@extundo.com>
12287
12288         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12289         acroread.
12290
12291 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12292
12293         * spam-report.el (spam-report-gmane): Fix interactive.
12294
12295         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12296
12297         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12298         when writing file.
12299         (gnus-agent-synchronize-flags): Don't default to being
12300         interactive.
12301
12302 2004-09-30  Simon Josefsson  <jas@extundo.com>
12303
12304         * message.el (message-generate-hashcash): Add.
12305         (message-send-mail): Use it, call mail-add-payment.
12306
12307 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12308
12309         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12310
12311 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12312
12313         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12314         gnus-requst-update-info with explicit code to sync the in-memory
12315         info read flags with the marks being sync'd to the backend.
12316
12317         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12318
12319 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12320
12321         * spam.el (spam-verify-bogofilter): Add new function.
12322         (spam-check-bogofilter)
12323         (spam-bogofilter-register-with-bogofilter): Use it.
12324         (spam-verify-bogofilter): Add small fixes.
12325
12326 2004-09-28  Simon Josefsson  <jas@extundo.com>
12327
12328         * hashcash.el (hashcash-generate-payment): Revert.
12329
12330 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12331
12332         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12333         gnus-extract-references instead of gnus-split-references.
12334
12335         * gnus-util.el (gnus-extract-references): Add new function, analogous
12336         to gnus-split-references but extracts only the message-ID without
12337         anything extra.
12338
12339         * hashcash.el (hashcash-generate-payment)
12340         (hashcash-check-payment): Do the right thing if hashcash-path is
12341         nil (because the hashcash program could not be found).
12342
12343         * spam.el (spam-use-hashcash): Remove comment.
12344
12345 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12346
12347         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12348         (gnus-cache-enter-article, gnus-cache-remove-article)
12349         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12350
12351         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12352
12353         * gnus-art.el (article-hide-boring-headers)
12354         (article-translate-strings, article-display-face)
12355         (gnus-article-mime-match-handle-first)
12356         (gnus-article-highlight-headers)
12357         (gnus-article-add-buttons-to-head): do.
12358
12359 2004-09-27  Simon Josefsson  <jas@extundo.com>
12360
12361         * hashcash.el: New version, from
12362         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12363         ../contrib/.
12364
12365 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12366
12367         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12368
12369 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12370
12371         * gnus-dup.el (gnus-dup-open): Use mapc.
12372         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12373
12374         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12375         Reported by Stefan Wiens <s.wi@gmx.net>.
12376
12377         * gnus.el (gnus-shutdown): Use dolist.
12378
12379         * gnus-undo.el (gnus-undo): Use mapc.
12380
12381         * nnrss.el (nnrss-generate-active): do.
12382
12383         * message.el (message-cite-original-without-signature)
12384         (message-cite-original): Use mapc.
12385         (message-do-actions, message-make-forward-subject): Use dolist.
12386
12387 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12388
12389         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12390         deletion to remove entire duplicate line.  Fixes merged article
12391         number bug.
12392
12393 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12394
12395         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12396         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12397         first ask if you want to open a server and then, even when you
12398         responded with no, asking if you want to synchronize the server's
12399         flags.
12400         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12401         multi-line expressions.
12402         (gnus-agent-synchronize-group-flags): New internal function.
12403         Updates marks in memory (in the info structure) AND in the
12404         backend.
12405
12406         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12407
12408         * nnagent.el (nnagent-request-set-mark): Use
12409         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12410         method, to ensure that synchronization updates marks in the
12411         backend and in the info (in memory) structure.
12412
12413 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12414
12415         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12416         convention fully; don't miss the root article of a thread; make
12417         the X-Draft-From header with correct article numbers.
12418
12419 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12420
12421         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12422         unless plugged.  Disable the agent so that an open failure causes
12423         an error.
12424
12425         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12426         Reverted 2004-09-21 change.  The backend must be opened while
12427         synchronizing flags even when the backend stores the flags
12428         locally.
12429
12430 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12431
12432         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12433         in `header' match.  Reported by Svend Tollak Munkejord.
12434
12435         * message.el (message-cite-original): Fix use of
12436         `message-cite-articles-with-x-no-archive'.
12437
12438 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12439
12440         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12441         (gnus-window-to-buffer): Ditto.
12442
12443         * mml.el (mml-preview-buffer): New variable.
12444         (mml-preview): Manage window layout with gnus-buffer-configuration.
12445
12446         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12447         X-Draft-From header even if those articles aren't quoted.
12448
12449 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12450
12451         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12452         (gnus-request-set-mark, gnus-request-update-mark): Use new
12453         g-s-t-u-l-m to decide to use backend even when unplugged.
12454
12455 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12456
12457         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12458         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12459
12460 2004-09-20  Simon Josefsson  <jas@extundo.com>
12461
12462         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12463         "utf-16-le".
12464
12465 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12466
12467         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12468
12469 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12470
12471         * uudecode.el (uudecode-use-external): Add :version.
12472
12473         * smime.el (smime-CA-file, smime-encrypt-cipher)
12474         (smime-dns-server): Add :version.
12475
12476         * smiley.el (gnus-smiley-file-types): Add :version.
12477
12478         * sha1.el (sha1-use-external): Add :version.
12479
12480         * pgg-def.el (pgg-query-keyserver): Add :version.
12481
12482         * nnmail.el (nnmail-fancy-expiry-targets)
12483         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12484         Add :version.
12485
12486         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12487         (nnimap-retrieve-groups-asynchronous): Add :version.
12488         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12489
12490         * mml.el (mml-content-disposition-parameters)
12491         (mml-insert-mime-headers-always): Add :version.
12492
12493         * mm-util.el (mm-coding-system-priorities): Add :version.
12494
12495         * mm-decode.el (mm-inline-text-html-with-images)
12496         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12497         (mm-verify-option): Add :version.
12498         (mm-text-html-renderer): Change :version.
12499
12500         * message.el (message-fcc-externalize-attachments)
12501         (message-required-headers, message-draft-headers)
12502         (message-subject-trailing-was-query)
12503         (message-subject-trailing-was-ask-regexp)
12504         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12505         (message-mark-insert-end, message-archive-header)
12506         (message-archive-note, message-cross-post-default)
12507         (message-cross-post-note, message-followup-to-note)
12508         (message-cross-post-note-function, message-use-mail-followup-to)
12509         (message-subscribed-address-functions)
12510         (message-subscribed-address-file, message-subscribed-addresses)
12511         (message-subscribed-regexps, message-allow-no-recipients)
12512         (message-yank-cited-prefix, message-signature-insert-empty-line)
12513         (message-hidden-headers, message-hierarchical-addresses)
12514         (message-mail-user-agent, message-use-idna)
12515         (message-valid-fqdn-regexp)
12516         (message-strip-special-text-properties, message-header-synonyms)
12517         (message-beginning-of-line, message-tab-body-function): Add :version.
12518         (message-insert-canlock, message-wide-reply-confirm-recipients):
12519         Change :version.
12520
12521         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12522         and :version.
12523         (mail-source-delete-old-incoming-confirm)
12524         (mail-source-movemail-program): Add :version.
12525
12526         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12527         (gnus-agent-cache, gnus-agent): Change :version.
12528
12529         * gnus-util.el (gnus-use-byte-compile): Change :version.
12530
12531         * gnus-sum.el (gnus-summary-make-false-root-always)
12532         (gnus-summary-default-high-score)
12533         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12534         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12535         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12536         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12537         (gnus-sum-thread-tree-single-indent)
12538         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12539         (gnus-sum-thread-tree-leaf-with-other)
12540         (gnus-sum-thread-tree-single-leaf): Add :version.
12541         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12542         (gnus-article-loose-mime): Change :version.
12543
12544         * gnus-start.el (gnus-backup-startup-file)
12545         (gnus-save-startup-file-via-temp-buffer): Add :version.
12546
12547         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12548         (gnus-server-offline-face): Add :version.
12549
12550         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12551
12552         * gnus-msg.el (gnus-gcc-externalize-attachments)
12553         (gnus-debug-files, gnus-debug-exclude-variables)
12554         (gnus-discouraged-post-methods): Change :version.
12555         (gnus-confirm-mail-reply-to-news)
12556         (gnus-confirm-treat-mail-like-news): Add :version.
12557
12558         * gnus-int.el (gnus-server-unopen-status): Add :version.
12559
12560         * gnus-group.el (gnus-group-jump-to-group-prompt)
12561         (gnus-large-ephemeral-newsgroup)
12562         (gnus-fetch-old-ephemeral-headers): Add :version.
12563
12564         * gnus-fun.el (gnus-x-face-directory)
12565         (gnus-convert-pbm-to-x-face-command)
12566         (gnus-convert-image-to-x-face-command)
12567         (gnus-convert-image-to-face-command): Add :version.
12568
12569         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12570
12571         * gnus-cite.el (gnus-cite-blank-line-after-header)
12572         (gnus-article-boring-faces): Add :version.
12573
12574         * gnus-art.el (gnus-buttonized-mime-types)
12575         (gnus-inhibit-mime-unbuttonizing)
12576         (gnus-treat-display-face)
12577         (gnus-treat-body-boundary): Change :version.
12578         (gnus-body-boundary-delimiter, gnus-picon-databases)
12579         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12580         (gnus-treat-date-english, gnus-treat-fold-headers)
12581         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12582         (gnus-treat-mail-picon, gnus-treat-wash-html)
12583         (gnus-article-encrypt-protocol)
12584         (gnus-use-idna, gnus-article-over-scroll)
12585         (gnus-mime-display-multipart-alternative-as-mixed)
12586         (gnus-mime-display-multipart-related-as-mixed)
12587         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12588         (gnus-ctan-url, gnus-button-ctan-handler)
12589         (gnus-button-handle-ctan-bogus-regexp)
12590         (gnus-button-ctan-directory-regexp)
12591         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12592         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12593         (gnus-button-man-level, gnus-button-emacs-level)
12594         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12595
12596         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12597         (gnus-agent-go-online): Change :version.
12598         (gnus-agent-expire-unagentized-dirs)
12599         (gnus-agent-auto-agentize-methods): Add :version.
12600
12601         * flow-fill.el (fill-flowed-display-column)
12602         (fill-flowed-encode-column): Add :version.
12603
12604         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12605         (gnus-outlook-deuglify-unwrap-max)
12606         (gnus-outlook-deuglify-cite-marks)
12607         (gnus-outlook-deuglify-unwrap-stop-chars)
12608         (gnus-outlook-deuglify-no-wrap-chars)
12609         (gnus-outlook-deuglify-attrib-cut-regexp)
12610         (gnus-outlook-deuglify-attrib-verb-regexp)
12611         (gnus-outlook-deuglify-attrib-end-regexp)
12612         (gnus-outlook-display-hook): Add :version.
12613
12614         * binhex.el (binhex-use-external): Add :version.
12615
12616 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12617
12618         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12619         and `invisible'.
12620
12621 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12622
12623         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12624         in gnus-registry-trim.
12625
12626 2004-09-13  Simon Josefsson  <jas@extundo.com>
12627
12628         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12629
12630         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12631
12632         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12633         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12634         <yamaoka@jpl.org>.
12635         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12636         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12637         <yamaoka@jpl.org>.
12638
12639         * sieve.el (sieve-manage-mode): Ditto.
12640
12641 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12642
12643         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12644
12645 2004-09-11  Simon Josefsson  <jas@extundo.com>
12646
12647         * dns-mode.el: Add.
12648
12649         * mm-view.el (mm-display-dns-inline): Add.
12650
12651         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12652         (mm-automatic-display): Ditto.
12653
12654         * mailcap.el (mailcap-mime-data): Add text/dns.
12655         (mailcap-mime-extensions): Map .soa to text/dns.
12656
12657 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12658
12659         * gnus-art.el (article-decode-mime-words, article-babel)
12660         (gnus-article-highlight-signature, gnus-article-add-buttons)
12661         (gnus-signature-toggle): Remove unnecessary bindings of
12662         `inhibit-read-only' inherited from v5.10 merge.
12663
12664 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12665
12666         * nntp.el (nntp): New customization group.
12667         (nntp-authinfo-file): Add customization group.
12668
12669         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12670
12671         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12672
12673         * gnus.el (to-address, to-list, subscribed)
12674         (large-newsgroup-initial): Ditto.
12675
12676         * flow-fill.el (fill-flowed-display-column)
12677         (fill-flowed-encode-column): Ditto.
12678
12679 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12680
12681         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12682         Use point-min rather than 1.
12683         (message-send-mail): Use buffer-size rather than point-max.
12684
12685         * gnus-sum.el (gnus-summary-search-article-forward):
12686         Signal a specific `search-failed' rather than a generic `error'.
12687
12688         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12689         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12690         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12691
12692 2004-09-10  Simon Josefsson  <jas@extundo.com>
12693
12694         * nndb.el (require): Remove tcp and duplicate cl.
12695
12696 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12697
12698         * gnus-agent.el (directory-files-and-attributes): Move forward.
12699
12700 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12701
12702         * gnus-agent.el (directory-files-and-attributes): Optionally
12703         defined to support XEmacs.
12704
12705 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12706
12707         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12708         to avoid run-time CL dependencies.
12709         (gnus-agent-unfetch-articles): New function.
12710         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12711         article numbers even when local .overview file is missing.
12712         (gnus-agent-read-article-number): New function.  Only accepts
12713         27-bit article numbers.
12714         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12715         gnus-agent-read-article-number.
12716         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12717         from backend while recognizing that article numbers in .overview
12718         must be valid.
12719         (gnus-agent-update-files-total-fetched-for): Use
12720         directory-files-and-attributes to improve performance.
12721         * gnus-int.el (gnus-request-move-article): Use
12722         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12723         improve performance.
12724
12725         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12726         some users confused by references to .newsrc when they only have a
12727         .newsrc.eld file.
12728         (gnus-convert-mark-converter-prompt)
12729         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12730         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12731         New function.  Used internally to only display 'gnus converting
12732         files' message when actually necessary.
12733
12734         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12735         methods now autoloaded.
12736
12737 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12738
12739         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12740         identifiers.
12741
12742 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12743
12744         * gnus-picon.el: Fix indentation and closing parenthesis.
12745
12746 2004-09-01  Simon Josefsson  <jas@extundo.com>
12747
12748         * message.el (message-canlock-generate): Require sha1, not
12749         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12750         to require within a function.  Sadly, if sha1.el isn't loaded, the
12751         let binding in m-c-g will hide the defcustom definition, which is
12752         bad.)
12753
12754         * canlock.el: Require sha1, not sha1-el.
12755
12756         * message.el: Don't autoload sha1 (there is a autoload cookie in
12757         sha1.el).
12758
12759         * sha1-el.el: Renamed to sha1.el.
12760
12761 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12762
12763         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12764
12765 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12766
12767         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12768
12769 2004-08-30  Kim F. Storm  <storm@cua.dk>
12770
12771         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12772
12773         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12774         Add :group 'nnimap.
12775
12776 2004-08-30  Andreas Schwab  <schwab@suse.de>
12777
12778         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12779         ?* and ?\;.
12780
12781         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12782         and ?\' to symbol instead of whitespace.
12783
12784 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12785
12786         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12787
12788         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12789         instead of re-search-forward.
12790
12791         * gnus-uu.el (gnus-uu-save-article): Ditto.
12792         (gnus-uu-post-encode-uuencode): Ditto.
12793
12794         * html2text.el (html2text-clean-list-items): Ditto.
12795         (html2text-clean-dtdd): Ditto.
12796         (html2text-format-tags): Ditto.
12797
12798         * message.el (message-send-mail-with-sendmail): Fix regexp.
12799         (message-fill-field-general): Use search-forward instead of
12800         re-search-forward.
12801         (unbold-region): Ditto.
12802
12803         * nnrss.el (nnrss-request-article): Ditto.
12804
12805         * nnslashdot.el (nnslashdot-request-article): Ditto.
12806
12807         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12808
12809         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12810         "Unrecognized menu descriptor" error in XEmacs.
12811
12812 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12813
12814         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12815         parent article of a sparse article in the thread hashtb.
12816
12817 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12818
12819         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12820         (nnmail-expand-newtext): Lowercase expanded entries if
12821         nnmail-split-lowercase-expanded is non-nil.
12822
12823 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12824
12825         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12826
12827         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12828         of gnus-tmp-news-method into string under XEmacs.  It will be
12829         passed to gnus-correct-length which takes only a string argument.
12830
12831 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12832
12833         * gnus-util.el (gnus-bind-print-variables): New macro.
12834         (gnus-prin1): Use it.
12835         (gnus-prin1-to-string): Use it.
12836         (gnus-pp): New function.
12837         (gnus-pp-to-string): New function.
12838
12839         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12840         Replace pp-to-string with gnus-pp-to-string.
12841         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12842         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12843         * gnus-msg.el (gnus-debug): Ditto.
12844         * gnus-score.el (gnus-score-save): Ditto.
12845         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12846         gnus-pp-to-string.
12847         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12848         with gnus-pp.
12849         * score-mode.el (gnus-score-pretty-print): Ditto.
12850         * webmail.el (webmail-debug): Ditto.
12851
12852 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12853
12854         * gnus-art.el (article-display-face, article-display-x-face):
12855         Use buffer-read-only.
12856
12857 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12858
12859         * gnus-art.el (article-hide-list-identifiers):
12860         Bind inhibit-read-only as t.
12861
12862 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12863
12864         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12865
12866 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12867
12868         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12869         (gnus-narrow-to-page): Don't assume point-min == 1.
12870         (gnus-article-edit-mode): Derive from message-mode.
12871
12872         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12873         point-min == 1.
12874
12875         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12876         Disable incorrect use of `assert'.
12877
12878         * message.el (message-mode): Set comment-start-skip.
12879
12880
12881 2004-08-22  Sam Steingold  <sds@gnu.org>
12882
12883         * pop3.el (pop3-leave-mail-on-server): New user variable.
12884         (pop3-movemail): Delete mail only when it is nil.
12885
12886 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12887
12888         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12889
12890         * mml.el (mml-preview): Use `pop-to-buffer'.
12891
12892         * message.el (message-goto-mail-followup-to): Insert after "To".
12893         (message-carefully-insert-headers): Add comment.
12894
12895         * gnus.el: Remove unused variable `gnus-article-check-size'.
12896
12897         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12898
12899         * gnus-art.el (gnus-button-alist): Improve
12900         `gnus-button-handle-library' entry.
12901
12902 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12903
12904         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12905         downcase, since XEmacs capitalizes error messages differently.
12906
12907 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12908
12909         * nntp.el: Add (require 'gnus) due to reference to
12910         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12911
12912 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12913
12914         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12915         `mm-fill-flowed'.
12916
12917         * mm-decode.el (mm-dissect-singlepart): Check it.
12918
12919 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12920
12921         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12922         'imap' for netrc parsing.
12923
12924 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12925
12926         * mailcap.el (mailcap-mime-data): Mark as risky.
12927
12928 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12929
12930         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12931         may be included in the encoded word.
12932         (rfc2047-encode): Don't append a space if the encoded word
12933         includes close parenthesis.
12934
12935 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12936
12937         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12938         of text within parentheses.
12939
12940 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12941
12942         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12943         (gnus-encrypt-write-file-contents): Make the password key the file
12944         name PLUS the cipher, not just the cipher.  Also remove failed
12945         passwords from the cache.
12946
12947 2004-08-06  Simon Josefsson  <jas@extundo.com>
12948
12949         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12950         fix.
12951
12952 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12953
12954         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12955         LWSP.
12956
12957 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12958
12959         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12960         to append in-reply-to: data to the references: header.
12961
12962         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
12963         (netrc-parse): Use gnus-encrypt.el functions.
12964
12965         * gnus-encrypt.el: Add new file for encryption support; currently
12966         does only a few GPG ciphers and an internal XOR cipher.
12967
12968         * password.el: Add comments on using password-read-and-add.
12969         (password-read-and-add): Add function to read and add the
12970         password to the cache at once.
12971
12972 2004-07-28  Simon Josefsson  <jas@extundo.com>
12973
12974         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12975         parameter (but don't use it, for now).
12976
12977         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12978         instead of hard coding to nil.
12979
12980 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12981
12982         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12983         as mm-inline-image-xemacs does.
12984
12985 2004-07-26  Simon Josefsson  <jas@extundo.com>
12986
12987         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12988         Revert part of 2004-07-17 change below.
12989
12990 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12991
12992         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12993         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12994
12995 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12996
12997         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12998         quotes that actually start with ">" at the beginning of the
12999         lines.
13000
13001 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13002
13003         * rfc2047.el (rfc2047-encode-region): Fix last change.
13004         (rfc2047-encode-parameter): Remove useless concat.
13005
13006 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13007
13008         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13009         encode special characters; fix some kind of misconfigured headers;
13010         signal a real error if debug-on-quit or debug-on-error is non-nil.
13011         (rfc2047-encode-max-chars): New variable.
13012         (rfc2047-encode-1): Use it.
13013         (rfc2047-encode-parameter): New function.
13014
13015         * mml.el (mml-insert-parameter): Remove an excessive space.
13016
13017 2004-07-17  Simon Josefsson  <jas@extundo.com>
13018
13019         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13020         Kai Grossjohann <kai@emptydomain.de>.
13021         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13022         (gnus-group-make-menu-bar): Ditto.
13023
13024         * gnus-util.el (gnus-group-server): Add.
13025
13026 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13027
13028         * message.el (message-clone-locals): Clone sendmail and smtp
13029         variables.
13030
13031 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13032
13033         * rfc2047.el (rfc2047-encode-region): Fix last change.
13034
13035 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13036
13037         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13038         characters as non-special.
13039
13040 2004-07-09  Simon Josefsson  <jas@extundo.com>
13041
13042         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13043         Users will lose all flag changes made while unplugged with
13044         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13045         good default.  See numerous reports on ding mailing list.
13046
13047 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13048
13049         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13050         add generate-head-function and generate-article-function to the
13051         rfc822-forward entry.
13052         (nndoc-rfc822-forward-generate-article): New function.
13053         (nndoc-rfc822-forward-generate-head): New function.
13054
13055         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13056
13057 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13058
13059         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13060         respect display group parameter and gnus-summary-expunge-below.
13061         (gnus-articles-to-read): Remove unused reference to display group
13062         parameter.
13063
13064 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13065
13066         * nnheader.el (nnheader-uniquify-message-id): New experimental
13067         variable.
13068         (nnheader-nov-read-message-id): Use it.
13069
13070         * spam-report.el (spam-report-gmane): Add interactive.
13071
13072 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13073
13074         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13075         qp-or-base64 for the application/* types.
13076
13077 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13078
13079         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13080
13081 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13082
13083         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13084         trim value.
13085
13086 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13087
13088         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13089         New macro and function.
13090         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13091
13092 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13093
13094         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13095         after-load-alist.
13096
13097 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13098
13099         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13100         update info that isn't there.
13101
13102 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13103
13104         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13105         entry.
13106
13107 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13108
13109         * mm-view.el (mm-inline-render-with-function): Use multibyte
13110         buffer; decode html source by charset.
13111
13112         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13113
13114         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13115         Mule-UCS is loaded under XEmacs.
13116         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13117
13118 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13119
13120         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13121
13122 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13123
13124         * mm-util.el (mm-coding-system-p): Return a coding-system.
13125         (mm-mime-mule-charset-alist): Use shift_jis instead of
13126         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13127         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13128         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13129         instead of japanese-shift-jis and iso-latin-1 respectively in
13130         order to share the default value with both Emacs and XEmacs-mule.
13131         (mm-mule-charset-to-mime-charset): Make
13132         mm-coding-system-priorities effective.
13133         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13134         while predicating of candidates upon the priorities.
13135
13136 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13137
13138         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13139         gnus-uu-invert-processable.
13140
13141         * gnus.el: Autoload gnus-uu-invert-processable.
13142
13143 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13144
13145         * mm-util.el (mm-with-multibyte-buffer): New macro.
13146
13147         * rfc2047.el (rfc2047-encode-string): Use it.
13148         (rfc2047-encode-region): Move point to the end of the region after
13149         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13150
13151 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13152
13153         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13154         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13155
13156 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13157
13158         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13159         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13160         Karl Chen <quarl@nospam.quarl.org>.
13161
13162 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13163
13164         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13165         invalid addresses.
13166
13167 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13168
13169         * spam.el: Change section markers, revise TODO list.
13170         (spam-backends): Make new master list of all installed backends.
13171         (spam-summary-exit-behavior): Add new variable to determine how
13172         messages moves are done at summary exit.
13173         (spam-move-spam-nonspam-groups-only)
13174         (spam-process-ham-in-nonham-groups)
13175         (spam-process-ham-in-spam-groups): Remove variables, the
13176         spam-summary-exit-behavior variable should be used to manage this
13177         behavior.
13178         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13179         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13180         and spam-old-spam-articles.
13181         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13182         Add empty variables, placeholders for the backends they represent.
13183         (spam-set-difference): Move, unchanged.
13184         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13185         unless the user has a processor variable.
13186         (spam-classifications, spam-classification-valid-p)
13187         (spam-backend-properties, spam-backend-property-valid-p)
13188         (spam-backend-function-type-valid-p)
13189         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13190         (spam-report-articles-gmane, spam-report-articles-resend):
13191         Remove functions, they are not needed.
13192         (spam-install-backend-super, spam-backend-list)
13193         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13194         (spam-backend-function, spam-backend-ham-registration-function)
13195         (spam-backend-spam-registration-function)
13196         (spam-backend-ham-unregistration-function)
13197         (spam-backend-spam-unregistration-function)
13198         (spam-backend-statistical-p, spam-backend-mover-p)
13199         (spam-install-backend-alias, spam-install-checkonly-backend)
13200         (spam-install-mover-backend, spam-install-nocheck-backend)
13201         (spam-install-backend, spam-install-statistical-backend)
13202         (spam-install-statistical-checkonly-backend): Add backend installation
13203         support.
13204         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13205         (spam-group-processor-p): Use the new backend code and respect the
13206         summary exit behavior.
13207         (spam-mark-spam-as-expired-and-move-routine): Remove.
13208         (spam-summary-prepare): Change to use the new spam-old-articles
13209         variable.
13210         (spam-copy-or-move-routine, spam-copy-spam-routine)
13211         (spam-move-spam-routine, spam-copy-ham-routine)
13212         (spam-move-ham-routine): Add code to copy/move ham or spam.
13213         (spam-fetch-field-fast): Improve doc and code, plus allow the
13214         'number request.
13215         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13216         variables.
13217         (spam-split, spam-find-spam): Use the new backend code.
13218         (spam-registration-functions): Remove variable.
13219         (spam-unregister-routine): Add convenience wrapper.
13220         (spam-log-undo-registration, spam-register-routine)
13221         (spam-log-processing-to-registry)
13222         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13223         where possible.
13224         (spam-check-gmane-xref, spam-check-regex-headers)
13225         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13226         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13227         (spam-check-bogofilter-headers, spam-check-spamoracle)
13228         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13229         (spam-check-crm114-headers): Use the spam-split-group that
13230         spam-split prepares, no need to determine it every time.
13231
13232         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13233         to the nnheader-parse-naked-head call.
13234
13235         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13236
13237         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13238         the nnheader-nov-read-message-id call.
13239
13240 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13241
13242         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13243         gnus-activate-group twice.  Suggested by Markus Peter
13244         <warp@spin.de>.
13245
13246 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13247
13248         * gnus-art.el (gnus-article-time-format): Exchange the order of
13249         day and month in the default value; fix customization type.
13250         (article-date-ut): Use add-text-properties.
13251         (article-make-date-line): Use message-make-date instead of
13252         current-time-string.
13253
13254         * message.el (message-fetch-field): Don't use set-text-properties.
13255         (message-make-date): Simplify.
13256
13257         * messagexmas.el (message-xmas-make-date): New function.
13258         (message-xmas-redefine): Defalias message-make-date to it.
13259
13260 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13261
13262         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13263         (rfc2047-encode-region): Treat text within parentheses as special;
13264         show the original text when error has occurred.
13265
13266         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13267         already-computed method to gnus-activate-group.
13268
13269         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13270         same select-methods identical Lisp objects.
13271
13272         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13273         object when modifying the info.
13274
13275 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13276
13277         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13278         gnus-opened-servers since it has never been opened with the new
13279         configuration yet.
13280
13281 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13282
13283         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13284         arg to nnheader-generate-fake-message-id.
13285
13286 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13287
13288         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13289         number and build a fake message ID localized to a group and
13290         article number (so it's repeatable from that point on).
13291         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13292         ID format.
13293
13294         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13295         nnheader-generate-fake-message-id with the article number.
13296
13297 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13298
13299         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13300         end-of-buffer.
13301
13302 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13303
13304         * message.el (message-ignored-supersedes-headers): Add Approved.
13305
13306 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13307
13308         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13309         goto-char.
13310         (rfc2047-encode): Fold the line before encoding.
13311
13312 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13313
13314         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13315         folding -- not all headers can be folded, and this should be done
13316         by the message composition mode.  Probably.  I think.
13317
13318 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13319
13320         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13321         fast.
13322
13323         * gnus-ems.el (gnus-remove-image): Don't use
13324         message-text-with-property; remove only the image found first.
13325
13326         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13327         found first.
13328
13329 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13330
13331         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13332
13333 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13334
13335         * message.el (message-text-with-property): Make it fast and accept
13336         optional arguments.
13337         (message-strip-forbidden-properties): Use it.
13338         (message-fix-before-sending): Follow the m-t-w-p change.
13339
13340         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13341
13342 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13343
13344         * gnus-art.el (article-hide-headers): Don't change the buffer
13345         mistakenly when performing mml-preview even if
13346         gnus-single-article-buffer is nil.
13347
13348 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13349
13350         * message.el (message-expand-name-databases): New user option.
13351         (message-expand-name): Use it.
13352
13353 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13354
13355         * spam.el (spam-report-articles-resend)
13356         (spam-report-resend-register-routine): Allow ham reporting.
13357         (spam-report-resend-register-ham-routine): Add wrapper.
13358         (spam-registration-functions): Add ham resending functions.
13359         (spam-list-of-processors): Add ham resend processor.
13360
13361         * gnus.el (ham-resend-to): Add new group parameter.
13362         (spam-process): Add ham resend option.
13363
13364         * spam-report.el (spam-report-resend): Allow reporting ham.
13365         (spam-report-resend-ham): Add wrapper.
13366
13367 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13368
13369         * message.el (message-cite-articles-with-x-no-archive): New
13370         variable.
13371         (message-cite-original): Use it.
13372
13373 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13374
13375         * message.el (message-cite-original): Respect X-No-Archive.
13376
13377 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13378
13379         * gnus-art.el (article-hide-headers): Refer to the values for
13380         gnus-ignored-headers and gnus-visible-headers in the summary
13381         buffer since a user may have set them as group parameters.
13382
13383 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13384
13385         * assistant.el (assistant-node-name): Add convenience function.
13386         (assistant-render-text, assistant-render-node): Add error handling,
13387         plus handle multiple next nodes.
13388         (assistant-find-next-node): Comment out for now.
13389         (assistant-find-next-nodes): Add function, returns list of next
13390         nodes.
13391
13392 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13393
13394         * mail-source.el (mail-source-directory): Fix doc-string.
13395
13396 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13397
13398         * assistant.el (assistant-render-text, assistant-eval): Add :set
13399         widget type, which is different because it takes and returns a
13400         list.  Much hilarity ensues.
13401
13402 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13403
13404         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13405
13406         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13407         doc-string.
13408
13409         * gnus-start.el (gnus-activate-group): Added doc-string.
13410
13411 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13412
13413         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13414
13415 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13416
13417         * assistant.el (assistant-render-text): Try to add a :set
13418         widget, more to come.
13419
13420         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13421         strings.
13422         (spam-report-articles-resend)
13423         (spam-register-routine): Do registration iff any articles warrant
13424         it.
13425         (spam-summary-prepare-exit): Change log message for nil group
13426         destinations.
13427
13428 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13429
13430         * spam.el (spam-report-resend-register-routine): Allow
13431         spam-report-resend-to to be a group parameter or a global value.
13432
13433 2004-05-26  Simon Josefsson  <jas@extundo.com>
13434
13435         * starttls.el: Merge with my GNUTLS based starttls.el.
13436         (starttls-gnutls-program, starttls-use-gnutls)
13437         (starttls-extra-arguments, starttls-process-connection-type)
13438         (starttls-connect, starttls-failure, starttls-success): New
13439         variables.
13440         (starttls-program, starttls-extra-args): Doc fix.
13441         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13442         functions.
13443         (starttls-negotiate, starttls-open-stream): Check
13444         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13445         function if it is set.
13446
13447 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13448
13449         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13450         structured fields.
13451
13452 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13453
13454         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13455
13456 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13457
13458         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13459         variable.
13460         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13461         assigning the spam-mark to new messages.
13462
13463 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13464
13465         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13466
13467 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13468
13469         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13470
13471         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13472         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13473         default.
13474
13475 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13476
13477         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13478         correct data.
13479
13480 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13481
13482         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13483         (spam-group-processor-p): Fix function.
13484         (spam-group-processor-multiple-p)
13485         (spam-group-spam-processor-report-gmane-p)
13486         (spam-group-spam-processor-report-resend-p)
13487         (spam-group-spam-processor-bogofilter-p)
13488         (spam-group-spam-processor-blacklist-p)
13489         (spam-group-spam-processor-ifile-p)
13490         (spam-group-ham-processor-ifile-p)
13491         (spam-group-spam-processor-spamoracle-p)
13492         (spam-group-spam-processor-crm114-p)
13493         (spam-group-ham-processor-bogofilter-p)
13494         (spam-group-spam-processor-stat-p)
13495         (spam-group-ham-processor-stat-p)
13496         (spam-group-ham-processor-whitelist-p)
13497         (spam-group-ham-processor-BBDB-p)
13498         (spam-group-ham-processor-spamoracle-p)
13499         (spam-group-ham-processor-copy-p): Remove functions with some
13500         prejudice against unneeded code.
13501         (spam-report-articles-resend)
13502         (spam-report-resend-register-routine): Allow the group/topic
13503         spam-resend-to value to override spam-report-resend-to.
13504         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13505         properly now.
13506
13507         * gnus.el (spam-resend-to): Add group/topic parameter.
13508         (spam-process): Move the OBSOLETE processors to the end of the
13509         choices.
13510
13511 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13512
13513         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13514         with resend-to set to nil, and then ask the user if necessary.
13515         (spam-report-resend): spam-report-resend takes a list of articles, not
13516         separate article numbers.
13517
13518 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13519
13520         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13521         addition to emacs-w3m.
13522
13523 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13524
13525         * assistant.el (assistant-authinfo-data): New function.
13526         (assistant-eval): Eval for entire assistant.
13527
13528         * netrc.el (netrc-services-file): New variable.
13529         (netrc-parse-services): New function.
13530         (netrc-find-service-name): New function.
13531         (netrc-find-service-number): New function.
13532         (netrc-port-equal): New function.
13533         (netrc-machine): Use it.
13534
13535         * nnimap.el (nnimap-open-connection): Use netrc.
13536
13537         * gnus-util.el (gnus-netrc-get): Remove aliases.
13538
13539         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13540
13541         * assistant.el (wid-edit): Fix compilation.
13542
13543         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13544
13545 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13546
13547         * gnus-util.el (gnus-set-file-modes): New function.  (small
13548         patch).
13549
13550 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13551
13552         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13553
13554         * assistant.el (assistant-render-node): Fix up rendering and
13555         read-only text.
13556         (assistant-render-node): Reset.
13557         (assistant-make-read-only): Not sticky.
13558
13559 2004-05-20  Danny Siu  <dsiu@adobe.com>
13560
13561         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13562         centered even when gnus-auto-center-summary is t.
13563
13564 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13565
13566         * dns.el (dns-get-txt-answer): New function.
13567         (dns-read-txt): Ditto.
13568         (query-dns): Use it.
13569
13570 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13571
13572         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13573         active for foreign groups even if the group level is higher than
13574         the specified value.
13575
13576 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13577
13578         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13579         non-active groups.
13580
13581         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13582
13583 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13584
13585         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13586
13587 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13588
13589         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13590         (spam-crm114-header, spam-crm114-spam-switch)
13591         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13592         (spam-crm114-positive-spam-header)
13593         (spam-crm114-database-directory, spam-list-of-processors)
13594         (spam-group-spam-processor-crm114-p)
13595         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13596         (spam-generic-score, spam-list-of-checks)
13597         (spam-list-of-statistical-checks, spam-registration-functions)
13598         (spam-check-crm114-headers, spam-crm114-score)
13599         (spam-check-crm114, spam-crm114-register-with-crm114)
13600         (spam-crm114-register-spam-routine)
13601         (spam-crm114-unregister-spam-routine)
13602         (spam-crm114-register-ham-routine)
13603         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13604         asjo@koldfront.dk (Adam Sjøgren).
13605
13606         * gnus.el: Add spam-use-crm114.
13607
13608         * spam.el (spam-list-of-processors, spam-registration-functions):
13609         Add spam-use-resend.
13610         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13611         (spam-report-articles-gmane): Add doc fix.
13612         (spam-report-articles-resend, spam-report-resend-register-routine):
13613         Add wrappers around spam-report-resend-to.
13614
13615         * spam-report.el (spam-report-resend-to, spam-report-resend):
13616         Add support for resending spam.
13617         (spam-report-gmane): Fix line length >80.
13618
13619         * gnus.el (spam-process): Add spam-use-resend.
13620
13621 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13622
13623         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13624         number of processed spam messages.
13625         (spam-ham-copy-or-move-routine): Return the number of processed
13626         ham messages.
13627         (spam-summary-prepare-exit): Use the above values to decide
13628         whether status messages shouled be displayed.
13629
13630 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13631
13632         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13633         `rfc2047-encoding-function-alist' in order to avoid conflicting
13634         with the old version.
13635         (rfc2047-encode-region): Concatenate words containing non-ASCII
13636         characters in structured fields; don't encode space-delimited
13637         ASCII words even in unstructured fields; don't break words at
13638         char-category boundaries.
13639         (rfc2047-encode-1): New function.
13640         (rfc2047-encode): Use it; encode text so that it occupies the
13641         maximum width within 76-column; work correctly on Q encoding for
13642         iso-2022-* charsets.
13643         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13644         sure not to break a line just after the header name.
13645         (rfc2047-b-encode-region): Removed.
13646         (rfc2047-b-encode-string): New function.
13647         (rfc2047-q-encode-region): Removed.
13648         (rfc2047-q-encode-string): New function.
13649
13650         * mm-util.el (mm-replace-in-string): New function.
13651
13652 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13653
13654         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13655         get it right.
13656         (gnus-inews-make-draft): Really.
13657
13658 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13659
13660         * nnmh.el (nnmh-request-list-1): Don't check the link count
13661         before descending.  (small patch)
13662
13663 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13664
13665         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13666         stuff.
13667
13668         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13669         on real group name.
13670
13671         * gnus-art.el (gnus-signature-limit): Doc fix.
13672
13673         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13674
13675         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13676
13677 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13678
13679         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13680         isn't a string.
13681
13682 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13683
13684         * gnus-draft.el (gnus-draft-send): Bind
13685         rfc2047-encode-encoded-words.
13686
13687         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13688         (rfc2047-encodable-p): Say that =? needs encoding.
13689         (rfc2047-encode-encoded-words): New variable.
13690
13691         * gnus-group.el (gnus-group-select-group): Doc fix.
13692
13693         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13694
13695         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13696         to nil.
13697
13698         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13699
13700         * nnheader.el (nnheader-get-lines-and-char): New function.
13701
13702 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13703
13704         * gnus-msg.el (gnus-summary-followup-with-original): Document
13705         yanking of region when active.
13706
13707 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13708
13709         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13710         groups if the group level is higher than the specified value.
13711
13712 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13713
13714         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13715         (gnus-group-jump-to-group): Added prefix argument using
13716         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13717         non-active group.
13718
13719         * compface.el (uncompface): Be verbose when changing
13720         `uncompface-use-external'.
13721
13722         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13723         handle manual section.
13724
13725 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13726
13727         * gnus-art.el (gnus-button-alist): Revert previous change.
13728
13729 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13730
13731         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13732
13733 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13734
13735         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13736         whether backend can accept message.
13737
13738         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13739
13740 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13741
13742         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13743         Avoid creating directory when nntp-marks-is-evil is true.
13744         Reported by Reiner Steib.
13745
13746 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13747
13748         * gnus-picon.el (gnus-picon-style): New variable.
13749         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13750         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13751         Jesper Harder <harder@ifa.au.dk>.
13752
13753 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13754
13755         * message.el (message-fill-field): Return point.
13756         (message-generate-headers): Go to end of field.
13757
13758         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13759         stuff for non-living groups.
13760
13761 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13762
13763         * gnus-art.el (gnus-article-followup-with-original)
13764         (gnus-article-reply-with-original): gnus-mark-active-p ->
13765         gnus-region-active-p.
13766
13767 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13768
13769         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13770         only when there is spam or ham to be processed.
13771
13772 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13773
13774         * mail-source.el (mail-source-delete-crash-box): Refactor.
13775         (mail-source-fetch): Use it.
13776         (mail-source-fetch-file): Ditto.
13777         (mail-source-fetch-directory): Run postscript in loop.
13778         (mail-source-fetch-pop): Delete.
13779         (mail-source-fetch-maildir): Ditto.
13780         (mail-source-fetch-imap): Ditto.
13781
13782         * imap.el (imap-authenticators): Comment out sasl.
13783
13784         * message.el (message-skip-to-next-address): New function.
13785         (message-fill-header-address): Refactor.
13786         (message-fill-address): Use it.
13787         (message-delete-address): Use it.
13788         (message-fill-header-general): Refactor.
13789         (message-fill-field-address): Rename.
13790         (message-narrow-to-field): Find the start of the header.
13791         (message-header-format-alist): Don't pre-fill.
13792         (message-fill-header): Removed.
13793         (message-insert-header): New function.
13794         (message-shorten-references): Use it.
13795
13796         * rfc2047.el (rfc2047-field-value): Strip props.
13797
13798         * mail-parse.el (mail-header-make-address): New alias.
13799
13800         * ietf-drums.el (ietf-drums-make-address): New function.
13801
13802         * imap.el: Add compiler directives.
13803
13804         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13805
13806         * gnus-art.el (article-decode-idna-rhs): Don't use
13807         message-idna-inside-rhs-p.
13808
13809 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13810
13811         * message.el (message-idna-inside-rhs-p): Removed.
13812         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13813
13814         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13815         false positives.
13816
13817 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13818
13819         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13820
13821 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13822
13823         * nneething.el (nneething-file-name): Don't create spurious
13824         files.
13825
13826         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13827         (gnus-inews-do-gcc): Remove sleep.
13828
13829         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13830         part under point.
13831
13832         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13833         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13834
13835 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13836
13837         * spam.el (spam-summary-prepare-exit): Fixed (length).
13838
13839 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13840
13841         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13842         as expired without moving it" message when there are spam
13843         messages left.
13844
13845 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13846
13847         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13848         header is not nil.
13849
13850 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13851
13852         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13853         nntp-possibly-create-directory, not nntp-possibly-change-group.
13854         (nntp-marks-changed-p): New arg SERVER.
13855         (nntp-request-update-info): Adjust caller.
13856
13857 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13858
13859         * nntp.el (nntp-save-marks): Pass missing arg.
13860
13861 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13862
13863         * nntp.el: Support marks.
13864         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13865         (nntp-marks-modtime, nntp-marks-directory): New variables.
13866         (nntp-request-set-mark, nntp-request-update-info)
13867         (nntp-possibly-create-directory, nntp-marks-changed-p)
13868         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13869         functions.
13870
13871 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13872
13873         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13874         (gnus-xmas-redefine): Rename.
13875
13876         * gnus-score.el (gnus-score-insert-help): Use
13877         gnus-select-lowest-window.
13878
13879         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13880         appt-select-lowest-window and rename to gnus-select-lowest-window.
13881
13882         * gnus.el: do.
13883
13884 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13885
13886         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13887         encodings of MIME-encoded words, in order to improve
13888         interoperability with several broken MUAs.
13889
13890 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13891
13892         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13893         tags, only when charsets are not specified in headers.
13894         (mm-inline-text-html-render-with-w3m): Ditto.
13895
13896         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13897         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13898
13899 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13900
13901         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13902         instead of MIME-decoded from fields when checking
13903         `gnus-article-address-banner-alist'.
13904
13905 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13906
13907         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13908         description rather than subject.
13909
13910 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13911
13912         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13913
13914 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13915
13916         * gnus.el (gnus-version-number): Bump.
13917
13918 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13919
13920         * gnus.el: No Gnus v0.2 is released.
13921
13922 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13923
13924         * gnus-agent.el (gnus-agent-read-agentview): Inline
13925         gnus-uncompress-range.
13926
13927 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13928
13929         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13930         `exec-installed-p'.
13931
13932 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13933
13934         * gnus.el (spam-process, spam-autodetect-methods): Add
13935         bsfilter and bsfilter-headers.
13936
13937         * spam.el (spam-bsfilter): New customize group.
13938         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13939         (spam-bsfilter-header, spam-bsfilter-probability-header)
13940         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13941         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13942         (spam-bsfilter-database-directory): New options.
13943         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13944         (spam-list-of-statistical-checks, spam-registration-functions):
13945         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13946         (spam-bsfilter-score): New command.
13947         (spam-check-bsfilter-headers, spam-check-bsfilter)
13948         (spam-bsfilter-register-with-bsfilter)
13949         (spam-bsfilter-register-spam-routine)
13950         (spam-bsfilter-unregister-spam-routine)
13951         (spam-bsfilter-register-ham-routine)
13952         (spam-bsfilter-unregister-ham-routine): New functions.
13953         (spam-generic-score): Support bsfilter; Accept an optional argument
13954         to recalcurate spam score even if scoring header has already been
13955         added.
13956         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13957         optional argument to recalcurate spam score even if scoring header
13958         has already been added.
13959
13960 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13961
13962         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13963         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13964         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13965         link is missing.
13966
13967 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13968
13969         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13970         (html2text-get-attr): Rewrite.
13971
13972         * message.el (message-setup-1): Remove redundant put-text-property
13973         on mail-header-separator.
13974
13975 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13976
13977         * gnus-registry.el (gnus-registry-cache-whitespace)
13978         (gnus-registry-action, gnus-registry-spool-action)
13979         (gnus-registry-split-fancy-with-parent): Change message levels
13980         from 5 to 3 or 7, as needed.
13981
13982         * spam.el (spam-summary-prepare-exit)
13983         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13984         (spam-split, spam-find-spam, spam-log-undo-registration)
13985         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13986         level from 5 to 6.
13987
13988 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13989
13990         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13991         2004-03-04 change).
13992
13993 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13994
13995         * sieve-manage.el (sieve-manage-open):
13996         * nnweb.el (nnweb-insert-html):
13997         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13998         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13999         * nnspool.el (nnspool-request-group):
14000         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14001         * nnml.el (nnml-request-update-info):
14002         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14003         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14004         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14005         (nnimap-request-set-mark):
14006         * nnfolder.el (nnfolder-request-update-info):
14007         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14008         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14009         * gnus-uu.el (gnus-uu-find-articles-matching):
14010         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14011         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14012         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14013         * gnus-nocem.el (gnus-nocem-scan-groups):
14014         * gnus-int.el (gnus-start-news-server):
14015         * gnus-group.el (gnus-group-make-kiboze-group)
14016         (gnus-group-browse-foreign-server):
14017         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14018         Use mapc when appropriate.
14019
14020 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14021
14022         FIXME: Make separate entries for each person.
14023
14024         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14025         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14026         <shields@msrl.com>:
14027
14028         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14029         may need for spam sorting and scoring.
14030         (spam-user-format-function-S): Add user format function suitable for
14031         general use.
14032         (spam-article-sort-by-spam-status): Add sorting function for summary
14033         sorting.
14034         (spam-extra-header-to-number): Add function to get a score from a
14035         header.
14036         (spam-summary-score): Add function to get a numeric score from the
14037         headers.
14038         (spam-generic-score): Fix function doc, was in wrong place.
14039         (spam-initialize): Take symbols when it's run, and install the
14040         extra headers that spam-necessary-extra-headers thinks we need.
14041
14042 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14043
14044         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14045         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14046
14047 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14048
14049         * gnus-sum.el (gnus-set-global-variables)
14050         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14051         (gnus-article-get-xrefs, gnus-summary-best-group)
14052         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14053         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14054         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14055         Use with-current-buffer.
14056
14057 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14058
14059         * spam.el (spam-summary-prepare-exit): Simplify logic.
14060         (spam-fetch-article-header): Read the article header if it's not
14061         available.
14062         (spam-list-articles): Simplify logic.
14063         (spam-filelist-register-routine): Fix bug with unregister-list.
14064
14065         * gnus-registry.el: Fix comments at beginning.
14066
14067 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14068
14069         * message.el (message-cater-to-broken-inn): Remove.
14070         (message-shorten-references): Make sure the total folded length of
14071         References is shorter than 998 characters to cater to a bug in INN
14072         2.3.  Also, don't pretend that references aren't folded -- this
14073         hasn't worked for a while.
14074
14075 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14076
14077         * gnus-agent.el (gnus-agentize):
14078         gnus-agent-send-mail-real-function no longer set to current value
14079         of message-send-mail-function but rather a lambda that calls
14080         message-send-mail-function.  The change makes the agent real-time
14081         responsive to user changes to message-send-mail-function.
14082
14083 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14084
14085         * legacy-gnus-agent.el
14086         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14087         help from Florian Weimer <fw@deneb.enyo.de>
14088
14089 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14090
14091         * nnmail.el (nnmail-cache-insert): Revert last change.
14092
14093 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14094
14095         * nnmail.el (nnmail-cache-insert): Always check whether
14096         nnmail-cache-ignore-groups matches a group name.
14097
14098 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14099
14100         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14101         (spam-find-spam, spam-log-processing-to-registry)
14102         (spam-log-registered-p, spam-log-unregistration-needed-p)
14103         (spam-log-undo-registration): Use gnus-message instead of
14104         gnus-error, none of these errors are fatal.
14105
14106         * gnus-registry.el (gnus-registry-clean-empty-function)
14107         (gnus-registry-clean-empty): Remove only empty entries without
14108         extra data.
14109
14110 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14111
14112         * spam-stat.el (spam-stat-buffer-change-to-spam)
14113         (spam-stat-buffer-change-to-non-spam): Change (error) to
14114         (gnus-message 8) invocation.
14115
14116 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14117
14118         * nntp.el (nntp-via-netcat-command): New variable.
14119         (nntp-via-netcat-switches): New variable.
14120         (nntp-open-via-rlogin-and-netcat): New function.
14121         (nntp-open-connection-function): Doc fix.
14122         (nntp-telnet-command): Doc fix.
14123         (nntp-end-of-line): Doc fix.
14124         (nntp-via-rlogin-command): Doc fix.
14125         (nntp-via-user-name): Doc fix.
14126         (nntp-via-address): Doc fix.
14127
14128 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14129
14130         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14131         error in Emacs 21.1.
14132
14133 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14134
14135         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14136
14137 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14138
14139         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14140         (gnus-agent-with-refreshed-group): New macro.
14141         (gnus-agent-rename-group): New function.
14142         (gnus-agent-delete-group): New function.
14143         (gnus-agent-save-group-info): Use gnus-command-method when
14144         `method' parameter is nil.  Don't write nil entries into the
14145         active file.
14146         (gnus-agent-get-group-info): New function.
14147         (gnus-agent-fetch-articles): Use
14148         gnus-agent-update-files-total-fetched-for to increment disk space
14149         used.
14150         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14151         gnus-agent-update-view-total-fetched-for to increment disk space
14152         used.
14153         (gnus-agent-get-local): Added optional parameters to avoid calling
14154         gnus-group-real-name and gnus-find-method-for-group.
14155         (gnus-agent-set-local): Delete stored entry if either min, or max,
14156         are nil.
14157         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14158         quit, use gnus-agent-regenerate-group to record existance of any
14159         articles fetched to disk before the quit occurred.
14160         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14161         gnus-agent-update-view-total-fetched-for, and
14162         gnus-agent-update-files-total-fetched-for to decrement disk space
14163         used.
14164         (gnus-agent-retrieve-headers): Use
14165         gnus-agent-update-view-total-fetched-for to increment disk space
14166         used.
14167         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14168         with gnus-agent-update-files-total-fetched-for to decrement disk
14169         space and fresh group buffer.
14170         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14171         (gnus-agent-need-update-total-fetched-for): New variable.
14172         (gnus-agent-update-files-total-fetched-for): New function.
14173         (gnus-agent-update-view-total-fetched-for): New function.
14174         (gnus-agent-total-fetched-for): New function.
14175
14176         * gnus-cache.el (gnus-cache-save-buffers): Use
14177         gnus-cache-update-overview-total-fetched-for to change disk space
14178         used by this group.
14179         (gnus-cache-possibly-enter-article): Use
14180         gnus-cache-update-file-total-fetched-for to increment disk space
14181         used by this group.
14182         (gnus-cache-possibly-remove-article): Use
14183         gnus-cache-update-file-total-fetched-for to decrement disk space
14184         used by this group.
14185         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14186         (gnus-cache-rename-group): New function.
14187         (gnus-cache-delete-group): New function.
14188         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14189         (gnus-cache-need-update-total-fetched-for): New variable.
14190         (gnus-cache-with-refreshed-group): New macro.
14191         (gnus-cache-update-file-total-fetched-for): New function.
14192         (gnus-cache-update-overview-total-fetched-for): New function.
14193         (gnus-cache-rename-group-total-fetched-for): New function.
14194         (gnus-cache-delete-group-total-fetched-for): New function.
14195         (gnus-cache-total-fetched-for): New function.
14196
14197         * gnus-group.el: Require gnus-sum and autoload functions to
14198         resolve warnings when gnus-group.el compiled alone.
14199         (gnus-group-line-format): Documented new %F.
14200         (size of Fetched data) group line format; identifies disk space
14201         used by agent and cache.
14202         (gnus-group-line-format-alist): Defined new F format.
14203         (gnus-total-fetched-for): New function.
14204         (gnus-group-delete-group): No longer update
14205         gnus-cache-active-altered as gnus-request-delete-group now keeps
14206         the cache in sync.
14207         (gnus-group-list-active): Let the agent store a server's active
14208         list if currently plugged.
14209
14210         * gnus-int.el (gnus-request-delete-group):
14211         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14212         local disk in sync with the server.
14213         (gnus-request-rename-group):
14214         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14215         local disk in sync with the server.
14216
14217         * gnus-start.el (gnus-get-unread-articles):
14218         Cosmetic simplification to logic.
14219
14220         * gnus-util.el (gnus-rename-file): New function.
14221
14222 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14223
14224         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14225
14226 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14227
14228         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14229         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14230
14231 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14232
14233         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14234         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14235
14236 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14237
14238         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14239
14240 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14241
14242         * spam.el (spam-set-difference): Add function to replace
14243         gnus-set-difference in spam.el.
14244         (spam-summary-prepare-exit): Use spam-set-difference.
14245
14246 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14247
14248         * gnus-registry.el (gnus-registry-cache-file): Update to use
14249         gnus-dribble-directory OR gnus-home-directory OR ~.
14250         (gnus-registry-split-fancy-with-parent): Fix doc.
14251
14252 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14253
14254         * message.el (message-exchange-point-and-mark): Use
14255         message-mark-active-p.  Suggested by Jesper Harder
14256         <harder@ifa.au.dk>.
14257
14258 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14259
14260         * message.el (message-exchange-point-and-mark): Don't activate
14261         region if it was inactive.  Suggested by Hiroshi Fujishima
14262         <pooh@nature.tsukuba.ac.jp>.
14263
14264 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14265
14266         * gnus-art.el (article-display-face): Display Faces in the same
14267         order as X-Faces.
14268
14269 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14270
14271         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14272
14273 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14274
14275         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14276         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14277         (gnus-article-mime-hierarchy): Remove.
14278         (gnus-article-mime-hierarchy-next): Remove.
14279         (gnus-article-mode): Revert 2004-03-19 change.
14280         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14281         (gnus-insert-mime-button): Revert 2004-03-19 change.
14282         (gnus-mime-accumulate-hierarchy): Remove.
14283         (gnus-mime-enter-multipart): Remove.
14284         (gnus-mime-leave-multipart): Remove.
14285         (gnus-mime-display-part): Revert 2004-03-19 change.
14286         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14287
14288         * mml.el (mml-preview): Revert 2004-03-19 change.
14289
14290 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14291
14292         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14293
14294 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14295
14296         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14297         t while entering a file name using the mm-with-multibyte macro.
14298         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14299
14300         * mm-util.el (mm-with-multibyte): New macro.
14301
14302 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14303
14304         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14305         user option.
14306         (gnus-mime-multipart-functions): Doc and customization fix.
14307         (gnus-article-mime-hierarchy): New variable.
14308         (gnus-article-mime-hierarchy-next): New variable.
14309         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14310         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14311         gnus-article-mime-hierarchy-next to nil.
14312         (gnus-insert-mime-button): Show hierarchy numbers.
14313         (gnus-mime-accumulate-hierarchy): New function.
14314         (gnus-mime-enter-multipart): New function.
14315         (gnus-mime-leave-multipart): New function.
14316         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14317         (gnus-mime-display-alternative): Show hierarchy numbers.
14318
14319         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14320         gnus-article-mime-hierarchy-next to nil.
14321
14322 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14323
14324         * dns.el: Don't require gnus-xmas.
14325
14326 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14327
14328         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14329         inline PGP.
14330         (mml-menu): Disable mml-quote-region if mark is inactive.
14331
14332 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14333
14334         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14335         when the group's active is not available.
14336
14337 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14338
14339         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14340         error.
14341
14342 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14343
14344         * imap.el (imap-store-password): New variable.
14345         (imap-interactive-login): Use it.
14346         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14347
14348 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14349
14350         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14351         window-start and hscroll to summary window.
14352
14353 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14354
14355         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14356         conversion message to newsrc-dribble when an actual conversion is
14357         performed.
14358
14359 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14360
14361         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14362
14363 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14364
14365         * mm-decode.el (mm-complicated-handles): New function reviving
14366         former definition of mm-multiple-handles.
14367
14368         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14369         (gnus-mime-delete-part): Use it.
14370
14371 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14372
14373         * gnus-agent.el (gnus-agent-read-local): Bind
14374         nnheader-file-coding-system to gnus-agent-file-coding-system to
14375         avoid the implicit assumption that they will always be equal.
14376         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14377         coding-system-for-write, as the with-temp-file macro first prints
14378         to a buffer then saves the buffer.
14379
14380 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14381
14382         * gnus-art.el (gnus-article-edit-part): New function.
14383         (gnus-mime-save-part-and-strip): Use it; do query instead of
14384         signaling an error; don't use mm-multiple-handles.
14385         (gnus-mime-delete-part): Ditto.
14386
14387 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14388
14389         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14390         old file versions.
14391         (gnus-group-prepare-hook): Removed function that converted list
14392         form of gnus-agent-expire-days to group properties.
14393
14394         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14395         (gnus-request-accept-article): Re-indented.
14396
14397         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14398         converters to handle old agent file formats.  Added logic for a
14399         "backup before upgrading warning".
14400         (gnus-convert-mark-converter-prompt): Developers can mark
14401         functions as needing (default), or not needing,
14402         gnus-convert-old-newsrc's "backup before upgrading warning".
14403         (gnus-convert-converter-needs-prompt): Tests whether the user
14404         should be protected from potentially irreversable changes by the
14405         function.
14406
14407         * legacy-gnus-agent.el: New.  Provides converters that are only
14408         loaded when gnus-convert-old-newsrc needs to call them.
14409
14410 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14411
14412         * mail-source.el (mail-source-touch-pop): Doc fix.
14413
14414         * message.el (message-smtpmail-send-it): Doc fix.
14415
14416 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14417
14418         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14419
14420         * nnmail.el (nnmail-split-fancy): do.
14421
14422         * gnus-kill.el (gnus-kill, gnus-execute): do.
14423
14424 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14425
14426         * gnus-sum.el (gnus-widget-reversible-match)
14427         (gnus-widget-reversible-to-internal)
14428         (gnus-widget-reversible-to-external): New functions.
14429         (gnus-widget-reversible): New widget.
14430         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14431
14432 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14433
14434         * gnus-sum.el (gnus-thread-sort-functions)
14435         (gnus-article-sort-functions): Document `(not F)' items.
14436
14437 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14438
14439         * spam.el (spam-use-gmane-xref): Add new backend.
14440         (spam-gmane-xref-spam-group): Add variable to control the name of the
14441         Gmane spam group.
14442         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14443         (spam-regex-headers-spam, spam-regex-headers-ham)
14444         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14445         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14446         backends and checks.
14447         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14448
14449         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14450         an autodetect method.
14451
14452 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14453
14454         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14455         articles are being added to a group.
14456         (gnus-request-replace-article): Inform the agent that articles
14457         need to be uncached as the cached contents are no longer valid.
14458
14459 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14460
14461         * binhex.el: Don't autoload executable-find.
14462
14463         * canlock.el: Don't autoload mail-fetch-field.
14464
14465         * dgnushack.el: Autoload c-mode for XEmacs.
14466
14467         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14468
14469         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14470         rmail-dont-reply-to and rmail-output.
14471
14472         * gnus-score.el: Don't autoload ffap-string-at-point.
14473
14474         * gnus-setup.el: Don't autoload sc-cite-original.
14475
14476         * imap.el: Don't autoload base64-decode-string,
14477         base64-encode-string and md5.
14478
14479         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14480         and rmail-msg-restore-non-pruned-header.
14481
14482         * mm-decode.el: Don't autoload executable-find.
14483
14484         * mm-url.el: Don't autoload executable-find.
14485
14486         * mm-view.el: Don't autoload diff-mode.
14487
14488         * nndb.el: Don't autoload news-reply-mode, news-setup,
14489         cancel-timer and telnet.
14490
14491         * password.el: Don't autoload run-at-time for Emacs.
14492
14493         * sha1-el.el: Don't autoload executable-find.
14494
14495         * sieve-mode.el: Don't autoload c-mode.
14496
14497         * uudecode.el: Don't autoload executable-find.
14498
14499 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14500
14501         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14502         (gnus-agent-possibly-alter-active): Avoid null in numeric
14503         comparison.
14504         (gnus-agent-set-local): Refuse to save null in local object table.
14505         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14506         list of articles that will be marked as unread.
14507
14508 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14509
14510         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14511
14512 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14513
14514         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14515         language tags.
14516
14517 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14518
14519         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14520         Don't bind "obarray".
14521
14522         * gnus-sum.el (gnus-thread-sort-functions): Added
14523         `gnus-thread-sort-by-most-recent-number' and
14524         `gnus-thread-sort-by-most-recent-date'.
14525         Reported by Kai Grossjohann <kai@emptydomain.de>.
14526
14527 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14528
14529         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14530
14531 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14532
14533         * gnus-cus.el (gnus-agent-customize-category): Removed
14534         ignore-errors macro reference that required cl to be loaded at
14535         run-time.
14536
14537         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14538         single-interval range of the form (min . max).  Previously the
14539         range had to look like ((min . max)).  Likewise, return
14540         (min . max) rather than ((min . max)).
14541         (gnus-range-map): Use gnus-range-normalize to accept
14542         single-interval range.
14543
14544         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14545         the cache, but not the agent, now appear with their usual face.
14546
14547         * dgnushack.el (loaddir): New variable that is bound to the
14548         directory containing the dgnushack.el file. Use loaddir, rather
14549         than srcdir, to update load-path. Change lets dgnushack compile
14550         code in directories other than GNUS/lisp.
14551
14552 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14553
14554         * lpath.el: Don't bind w3m-safe-url-regexp.
14555
14556         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14557         w3m-safe-url-regexp variable buffer-local.
14558
14559         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14560
14561 2004-02-27  Simon Josefsson  <jas@extundo.com>
14562
14563         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14564         gnus-group-real-prefix.
14565         (gnus-summary-move-article): Use it, instead of
14566         gnus-group-real-prefix.
14567
14568 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14569
14570         * lpath.el: Bind w3m-safe-url-regexp.
14571
14572         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14573         w3m-safe-url-regexp variable buffer-local and set it as the value
14574         of mm-w3m-safe-url-regexp.
14575
14576         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14577
14578         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14579         parsing gnus-posting-styles when the message is not for replying.
14580
14581         * dgnushack.el: Autoload sgml-mode for XEmacs.
14582
14583         * nnrss.el (nnrss-opml-export): Use
14584         mm-set-buffer-file-coding-system instead of
14585         set-buffer-file-coding-system.
14586
14587 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14588
14589         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14590         of checkdoc.el).
14591         * nnrss.el: do.
14592         * gnus-mlspl.el: do.
14593         * gnus-ml.el: do.
14594         * gnus-srvr.el: do.
14595
14596         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14597
14598 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14599
14600         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14601         Corrections to custom-manual links.
14602
14603         * gnus-art.el (gnus-article): Ditto.
14604
14605         * mm-decode.el (mime-display, mime-security): Ditto.
14606
14607 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14608
14609         * flow-fill.el: Typo.
14610
14611 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14612
14613         * spam-wash.el: New file.
14614
14615 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14616
14617         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14618
14619 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14620
14621         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14622         to be run with new-articles as LIST1, not LIST2.
14623         (spam-registration-functions): Add spam-use-ham-copy as a nil
14624         registration backend.
14625
14626 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14627
14628         * spam-stat.el (spam-stat-washing-hook): New option.
14629         (spam-stat-buffer-words): Use it.
14630         (spam-stat-process-directory, spam-stat-test-directory): Use
14631         insert-file-contents-literally.
14632         (spam-stat-coding-system): New variable.
14633         (spam-stat-load, spam-stat-save): Use it.
14634
14635 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14636
14637         * spam-report.el (spam-report-plug-agent): Quote
14638         spam-report-url-to-file and spam-report-url-ping-plain.
14639
14640 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14641
14642         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14643         / in mailto URLs.
14644
14645 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14646
14647         * spam-report.el (spam-report-process-queue): Fix interactive use.
14648         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14649         (spam-report-unplug-agent): Doc fixes.
14650         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14651         (spam-report-agentize, spam-report-deagentize): Autoload.
14652
14653 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14654
14655         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14656
14657         * message.el (message-setup-fill-variables): Add mml tags to
14658         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14659         <ajk@iu.edu>.
14660         (message-mode): Don't modify paragraph-separate there.
14661
14662 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14663
14664         * compface.el (uncompface-use-external): Default to undecided.
14665         (uncompface-use-external-threshold): New variable.
14666         (uncompface-float-time): New macro.
14667         (uncompface): Determine whether to use the external decoder if
14668         uncompface-use-external is undecided.
14669
14670 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14671
14672         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14673         after images.
14674
14675         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14676
14677 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14678
14679         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14680
14681         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14682
14683         * gnus-sum.el (gnus-summary-limit-to-age)
14684         (gnus-summary-limit-children): do.
14685
14686         * gnus-int.el (gnus-request-scan): do.
14687
14688         * gnus-group.el (gnus-group-suspend): do.
14689
14690         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14691
14692         * gnus-cite.el (gnus-cite-parse-attributions): do.
14693
14694         * gnus-agent.el (gnus-summary-set-agent-mark)
14695         (gnus-agent-regenerate-group): do.
14696
14697         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14698
14699         * binhex.el (binhex-decode-region-internal): do.
14700
14701 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14702
14703         * gnus-fun.el (gnus-face-properties-alist): New user option.
14704         (gnus-display-x-face-in-from): Use it.
14705
14706         * gnus-art.el (article-display-face): Ditto.
14707
14708         * compface.el (uncompface-use-external): Default to nil.
14709
14710 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14711
14712         * nntp.el (nntp-erase-buffer): New function.
14713         (nntp-retrieve-data, nntp-send-command)
14714         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14715         (nntp-possibly-change-group): Use it.
14716
14717         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14718         with-current-buffer.
14719
14720 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14721
14722         * compface.el: Merge the ELisp-based uncompface program.
14723         (compface): New customization group.
14724         (uncompface-use-external): New user option.
14725         (uncompface): Call uncompface-internal if uncompface-use-external
14726         is nil.
14727         (uncompface-internal): New function.  Note that there are also
14728         some other functions and variables added for this function.
14729
14730 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14731
14732         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14733         if necessary.
14734
14735 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14736
14737         * spam-report.el (spam-report-unplug-agent)
14738         (spam-report-plug-agent, spam-report-deagentize)
14739         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14740         Add support for the Agent in spam-report: when unplugged, report to a
14741         file; when plugged, submit all the requests.
14742
14743         * spam.el (spam-register-routine): Fix message about
14744         registration.
14745
14746 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14747
14748         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14749         dependencies.
14750         (rfc2047-encode): Use it.
14751
14752         * gnus-art.el (gnus-button-marker-list): Move before first
14753         reference.
14754
14755         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14756         (imap-parse-body): Fix format string mismatch.
14757
14758         * gnus-score.el (gnus-summary-increase-score): do.
14759
14760         * nnrss.el (nnrss-close): New function.
14761
14762 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14763
14764         * nnrss.el (nnrss-make-filename): New function.
14765         (nnrss-request-delete-group, nnrss-read-server-data)
14766         (nnrss-save-server-data, nnrss-read-group-data)
14767         (nnrss-save-group-data): Use it.
14768         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14769         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14770         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14771
14772 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14773
14774         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14775
14776 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14777
14778         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14779         files.
14780
14781         * message.el (message-generate-headers-first): Don't quote nil
14782         and t in docstrings.
14783
14784         * imap.el (imap-id): do.
14785
14786         * gnus-agent.el (gnus-agent-consider-all-articles)
14787         (gnus-agent-queue-mail): do.
14788
14789 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14790
14791         * spam-report.el (spam-report-process-queue): New function.
14792         Process requests from `spam-report-requests-file'.
14793         (spam-report-process-queue): Doc fix.
14794
14795 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14796
14797         * spam.el (spam-register-routine)
14798         (spam-log-processing-to-registry, spam-log-registered-p)
14799         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14800         Change "check" to "spam-check" for semi-clarity.
14801
14802 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14803
14804         * pop3.el: Require nnheader.
14805
14806         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14807
14808         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14809
14810         * gnus-picon.el: Require cl.
14811
14812         * gnus-fun.el: Require gnus-ems and gnus-util.
14813
14814         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14815
14816         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14817
14818         * gnus-art.el (gnus-article-edit-mode): Define before first
14819         reference.
14820
14821 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14822
14823         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14824         (gnus-uu-post-encoded): Use point-at-bol.
14825
14826         * gnus-topic.el (gnus-group-active-topic-p): do.
14827
14828         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14829
14830         * gnus-group.el (gnus-group-kill-region): do.
14831
14832         * gnus-art.el (article-date-ut): do.
14833
14834         * message.el (message-fetch-field): Remove redundant
14835         case-fold-search binding.
14836         (message-narrow-to-field): Simplify.
14837
14838 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14839
14840         * spam.el (spam-directory): Derive from `gnus-directory'.
14841
14842         * spam-report.el (spam-report-url-to-file)
14843         (spam-report-requests-file): New function and variable for offline
14844         reporting.
14845         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14846         and user defined function.
14847         (spam-report-url-ping-mm-url): Remove doubled slash.
14848
14849 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14850
14851         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14852
14853 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14854
14855         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14856         format string mismatch.
14857
14858         * sieve.el (sieve-deactivate-all): do.
14859
14860         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14861
14862         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14863
14864         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14865
14866         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14867
14868 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14869
14870         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14871         the list of checks.
14872
14873 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14874
14875         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14876         padding.
14877
14878 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14879
14880         * mm-view.el (mm-fill-flowed): New variable.
14881         (mm-inline-text): Use it.
14882
14883 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14884
14885         * spam.el (spam-spamassassin-register-ham-routine)
14886         (spam-spamassassin-register-spam-routine): Fix function names.
14887
14888 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14889
14890         * gnus.el (gnus-tmp-grouplens): Remove.
14891         (gnus-summary-line-format): Remove grouplens.
14892
14893         * gnus-group.el (gnus-group-line-format): Ditto.
14894
14895         * gnus-spec.el (gnus-format-specs): Ditto.
14896         (gnus-update-format-specifications): Flush the group format spec
14897         cache if there's the grouplens stuff.
14898         (gnus-parse-simple-format): Replace %l with the empty string.
14899
14900 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14901
14902         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14903         omission.
14904
14905 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14906
14907         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14908         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14909
14910 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14911
14912         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14913         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14914         New macros and functions.
14915         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14916         Handle > NLINK_MAX messages.
14917         * nnmaildir.el (nnmaildir-request-set-mark): Use
14918         nnmaildir--emlink-p and nnmaildir--eexist-p.
14919
14920 2004-01-25  Alex Schroeder  <alex@gnu.org>
14921
14922         * spam-stat.el (spam-stat-process-directory-age): New option.
14923         (spam-stat-process-directory): Use it.
14924
14925 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14926
14927         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14928         (spam-stat-save): Accept prefix argument.
14929
14930 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14931
14932         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14933         links" error.
14934
14935 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14936
14937         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14938         the rest of the and/or forms.
14939
14940 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14941
14942         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14943         compatibility with old .newsrc.eld files.
14944
14945         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14946
14947         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14948
14949         * gnus-start.el (gnus-1): do.
14950
14951         * gnus-group.el (gnus-group-line-format-alist): do.
14952
14953         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14954
14955         * gnus-gl.el: Remove.
14956
14957 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14958
14959         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14960         marks consisting of a single range {for example, (3 . 5)} rather
14961         than a list of a single range { ((3 . 5)) }.
14962
14963 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14964
14965         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14966         with-current-buffer.
14967         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14968         avoid consing a string.
14969
14970         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14971         Remove obsolete entries for big5 and gb2312.
14972
14973 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14974
14975         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14976         uncompressed list.
14977
14978 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14979
14980         * spam-stat.el (spam-stat-strip-xref): New function.
14981         (spam-stat-process-directory): Use it.
14982
14983         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14984         here -- it's done in message-fetch-field.
14985
14986 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14987
14988         * gnus-agent.el (gnus-agent-queue-mail)
14989         (gnus-agent-prompt-send-queue): New variables.
14990         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14991         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14992         "nndraft:queue" along to gnus-draft-send.  Use
14993         gnus-agent-prompt-send-queue.
14994         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14995         is "nndraft:queue".  Suggested by Gaute Strokkenes
14996         <gs234@srcf.ucam.org>
14997
14998         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
14999         (agent-enable-undownloaded-faces): Added.
15000         (gnus-agent-cat-groups): Use eval-and-compile, not
15001         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15002         method of gnus-agent-cat-groups even when the buffer has been
15003         evaled.
15004         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15005         delete gnus-agent-save-active-1.
15006         (gnus-agent-save-groups): Deleted.  Identical to
15007         gnus-agent-save-active.
15008         (gnus-agent-write-active): No longer adjust agent's copy of active
15009         file as agent's adjustments are now stored in their own
15010         file.  Removed optional parameter.
15011         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15012         servers.  Add use of min/max range limits from server's local
15013         file.
15014         (gnus-agent-save-alist): Removed unused optional argument.
15015         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15016         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15017         (gnus-agent-set-local): A per-server file that keeps min/max range
15018         limits for articles known to the agent.  Provides a fast mechanism
15019         for altering many active ranges.
15020         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15021         active file (local makes it unnecessary).
15022         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15023
15024         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15025         (agent-enable-undownloaded-faces): Added.
15026
15027         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15028         disable it when sending to "nndraft:queue".
15029         (gnus-group-send-queue): Add safety check to avoid sending queue
15030         when unplugged.
15031
15032         * gnus-group.el (gnus-group-catchup): Use new
15033         gnus-sequence-of-unread-articles, not
15034         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15035         numbers of articles.  Use gnus-range-map to avoid having to
15036         uncompress the unread list.
15037         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15038         Fixed invalid ange-ftp reference.
15039
15040         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15041         (gnus-sorted-range-intersection): Intersection of two ranges
15042         without requiring that they first be uncompressed.
15043
15044         * gnus-start.el (gnus-activate-group): Unless blocked by the
15045         caller, possibly expand the active range to include both cached
15046         and agentized articles.
15047         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15048         multiple version-dependent converters.
15049         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15050         gnus-agent-save-active.
15051         (gnus-save-newsrc-file): Save dirty agent range limits.
15052
15053         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15054         gnus-agent-possibly-alter-active.
15055         (gnus-adjust-marked-articles): Faster handling of simple lists.
15056
15057 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15058
15059         * spam-stat.el (spam-stat-test-directory): New optional argument
15060         displays a list of files detected.  Suggested by Andrew Cohen
15061         <cohen@andy.bu.edu>.
15062         (spam-stat-buffer-words-with-scores): Don't narrow and change
15063         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15064
15065 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15066
15067         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15068         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15069         (spam-spamassassin-arguments)
15070         (spam-spamassassin-spam-flag-header)
15071         (spam-spamassassin-positive-spam-flag-header)
15072         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15073         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15074         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15075         (spam-list-of-processors, spam-list-of-checks)
15076         (spam-list-of-statistical-checks, spam-registration-functions)
15077         (spam-check-spamassassin-headers, spam-check-spamassassin)
15078         (spam-spamassassin-score)
15079         (spam-spamassassin-register-with-sa-learn)
15080         (spam-spamassassin-register-spam-routine)
15081         (spam-spamassassin-register-ham-routine)
15082         (spam-assassin-register-spam-routine)
15083         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15084         (spam-bogofilter-score): Fix to show article before scoring.
15085
15086 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15087
15088         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15089         default scoring function.
15090         (spam-generic-score): Call spam-spamassassin-score if
15091         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15092         spam-bogofilter-score otherwise.
15093
15094         * gnus.el (spam-process, spam-autodetect-methods): Add
15095         spamassassin and spamassassin-headers.
15096
15097 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15098
15099         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15100         Suppress unnecessary messages.
15101
15102 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15103
15104         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15105         make-hash-table.
15106
15107 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15108
15109         * canlock.el (base64-encode-string): Don't autoload it.
15110
15111 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15112
15113         * run-at-time.el: Remove useless (require 'itimer),
15114         eval-and-compile and (featurep 'xemacs).
15115
15116 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15117
15118         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15119         GROUP is a virtual group.
15120
15121 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15122
15123         * gnus.el: Autoload `message-y-or-n-p'.
15124
15125 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15126
15127         * pgg-parse.el: Remove unnecessary (require 'custom).
15128
15129         * pgg-def.el: do.
15130
15131         * nnmail.el: do.
15132
15133         * gnus-undo.el: do.
15134
15135         * gnus-picon.el: do.
15136
15137         * gnus-util.el: do.
15138
15139 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15140
15141         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15142
15143 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15144
15145         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15146         handle, as well as a list.
15147
15148         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15149         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15150         (mm-w3m-cid-retrieve): Simplify.
15151
15152 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15153
15154         * message.el (message-kill-to-signature): Allow prefix arg to
15155         specify number of lines to keep before signature.
15156
15157 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15158
15159         * message.el (message-kill-to-signature): Change docstring.
15160
15161 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15162
15163         * canlock.el: Always require sha1-el.
15164         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15165
15166         * message.el: Autoload sha1 only when compiling.
15167
15168         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15169         eudc-expand-inline for XEmacs.
15170
15171 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15172
15173         * message.el (message-canlock-generate): Require sha1-el.
15174
15175 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15176
15177         * message.el (message-expand-name): Silence the byte compiler.
15178
15179         * lpath.el: Add detect-coding-system.
15180
15181         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15182         cus-edit.
15183
15184 2004-01-13  Simon Josefsson  <jas@extundo.com>
15185
15186         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15187         Invoke gnus-score-mode.  Reported by
15188         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15189
15190         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15191         Jim Blandy <jimb@redhat.com> (tiny change).
15192
15193 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15194
15195         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15196
15197 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15198
15199         * spam.el (spam-get-article-as-string): Update to use
15200         gnus-request-article-this-buffer, much simpler.
15201         (spam-get-article-as-buffer): Remove.
15202
15203 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15204
15205         * message.el (message-expand-name): Use EUDC if the user uses that.
15206
15207 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15208
15209         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15210         character for the encoding to avoid consing a string.
15211
15212         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15213         unnecessarily.
15214
15215         * mm-util.el (mm-replace-chars-in-string): Remove.
15216
15217         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15218         of mm-replace-chars-in-string.
15219
15220 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15221
15222         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15223
15224         * mm-util.el (mm-subst-char-in-string): Support inplace.
15225
15226         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15227         a new string in every iteration.  Use shy groups.
15228
15229 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15230
15231         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15232         * gnus-soup.el (gnus-soup-group-brew):
15233         * gnus-msg.el (gnus-put-message):
15234         * gnus-move.el (gnus-group-move-group-to-server):
15235         * gnus-kill.el (gnus-batch-score):
15236         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15237         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15238         (gnus-group-update-group, gnus-group-read-group)
15239         (gnus-group-make-group, gnus-group-make-help-group)
15240         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15241         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15242         (gnus-group-sort-by-unread, gnus-group-catchup)
15243         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15244         (gnus-group-yank-group, gnus-group-set-info)
15245         (gnus-group-list-groups):
15246         * gnus.el (gnus-generate-new-group-name):
15247         * gnus-delay.el (gnus-delay-send-queue):
15248         * nnvirtual.el (nnvirtual-catchup-group):
15249         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15250         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15251         (gnus-group-prepare-topics, gnus-topic-check-topology):
15252         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15253         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15254         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15255         (gnus-group-make-articles-read):
15256         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15257         (gnus-group-change-level, gnus-kill-newsgroup)
15258         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15259         (gnus-get-unread-articles, gnus-make-articles-unread)
15260         (gnus-make-ascending-articles-unread): Use accessor
15261         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15262         to get group information for improved readability.
15263
15264
15265 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15266
15267         * gnus-art.el (article-decode-mime-words, article-babel)
15268         (gnus-article-highlight-signature, gnus-article-add-buttons)
15269         (gnus-signature-toggle): Use gnus-with-article-buffer.
15270
15271         * gnus-art.el (gnus-article-highlight-headers)
15272         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15273
15274         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15275         (gnus-article-set-globals, gnus-request-article-this-buffer)
15276         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15277         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15278         (gnus-mime-display-alternative): Use with-current-buffer.
15279
15280 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15281
15282         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15283         also under 80 char limit, and call gnus-error if needed.
15284         (spam-fetch-article-header): Fix - it was a
15285         buffer-local variable (gnus-newsgroup-data).
15286         (spam-find-spam): Use spam-generate-fake-headers, forget about
15287         spam-insert-fake-headers.
15288         (spam-insert-fake-headers): Remove.
15289
15290 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15291
15292         * deuglify.el (gnus-article-outlook-unwrap-lines)
15293         (gnus-outlook-rearrange-article)
15294         (gnus-outlook-repair-attribution-outlook)
15295         (gnus-outlook-repair-attribution-block)
15296         (gnus-outlook-repair-attribution-other): Remove redundant
15297         save-excursion.
15298
15299 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15300
15301         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15302         (spam-fetch-field-subject-fast)
15303         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15304         (spam-fetch-article-header): Add functions to deal with Gnus
15305         internals for fast retrieval of article header data.
15306         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15307
15308 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15309
15310         * pop3.el (pop3-md5): Remove.
15311         (pop3-apop): Replace pop3-md5 with md5.
15312
15313         * mm-bodies.el: base64 is always built-in.
15314
15315         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15316         with-current-buffer.
15317
15318 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15319
15320         * canlock.el (canlock-insert-header): Remove excessive grouping in
15321         regexp.
15322
15323         * gnus-sum.el (gnus-summary-read-document): Ditto.
15324
15325         * gnus-uu.el (gnus-uu-part-number): Ditto.
15326
15327         * html2text.el (html2text-remove-tags): Ditto.
15328         (html2text-format-tags): Ditto.
15329         (html2text-format-single-elements): Ditto.
15330
15331         * mml.el (mml-parse-1): Ditto.
15332
15333 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15334
15335         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15336
15337         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15338
15339         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15340
15341         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15342
15343 2003-11-15  Simon Josefsson  <jas@extundo.com>
15344
15345         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15346         (pgg-gpg-lookup-key): Use regexp match instead of
15347         split-string (split-string is different between emacs 21.2 and
15348         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15349
15350 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15351
15352         * gnus-art.el (gnus-mime-view-all-parts)
15353         (gnus-article-part-wrapper, gnus-article-view-part): Use
15354         with-current-buffer.
15355
15356 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15357
15358         * spam.el (spam-disable-spam-split-during-ham-respool)
15359         (spam-spamoracle-database, spam-cache-lookups)
15360         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15361         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15362         (spam-group-ham-marks, spam-group-spam-marks)
15363         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15364         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15365         also add spam-use-blackholes to the statistical checks.
15366         (spam-fetch-field-fast): Add interface to fetching fields, may
15367         become a macro.
15368         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15369         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15370         (spam-insert-fake-headers): Fake an article when needed.
15371         (spam-find-spam): Fake article when possible.
15372         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15373         (spam-check-bogofilter-headers): Use message-fetch-field instead
15374         of nnmail-fetch-field.
15375
15376 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15377
15378         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15379
15380 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15381
15382         * spam.el (spam-split): Do not require spam-use-CHECK to be
15383         enabled if that check is passed to spam-split explicitly; also
15384         fix so 'spam doesn't get converted to spam-split-group when
15385         spam-split-symbolic-return is t.
15386         (spam-find-spam): Find registrations of the article and use those
15387         instead of re-running spam-split to find the spam/ham
15388         classification of the article.
15389         (spam-log-processing-to-registry, spam-log-registered-p)
15390         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15391         Use gnus-error instead of gnus-message.
15392         (spam-log-registration-type): Add function to determine the
15393         classification of a message based on registry entries; will
15394         return nil if both 'spam and 'ham are found.
15395         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15396         a reasonably fast local cache without the loading errors.
15397         (spam-cache-lookups): Set to t by default.
15398         (spam-find-spam): Don't try to guess spam-cache-lookups.
15399         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15400         spam-caches entry.
15401         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15402         caching of whitelist/blacklist entries.
15403         (spam-check-whitelist, spam-check-blacklist): Invoke
15404         spam-from-listed-p with a type, not a cache variable.
15405         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15406
15407 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15408
15409         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15410
15411         * nnmail.el (nnmail-split-fancy): do.
15412
15413         * mml.el (mml-parse): do.
15414
15415         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15416         (gnus-score-adaptive): do.
15417
15418 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15419
15420         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15421         (gnus-mime-button-map): Don't set keymap parent.
15422         (gnus-button-ctan-directory-regexp): Use shy grouping.
15423         (gnus-prev-page-map): Don't set keymap parent.
15424         (gnus-prev-page-map): Remove duplicated one.
15425         (gnus-next-page-map): Don't set keymap parent.
15426         (gnus-mime-security-button-map): Ditto.
15427
15428         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15429         version number.
15430
15431         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15432
15433 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15434
15435         * canlock.el (canlock-sha1-function): Remove.
15436         (canlock-sha1-function-for-verify): Remove.
15437         (canlock-openssl-program): Remove.
15438         (canlock-openssl-args): Remove.
15439         (canlock-ignore-errors): Remove.
15440         (canlock-sha1-with-openssl): Remove.
15441         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15442         (canlock-verify): Don't use canlock-ignore-errors.
15443
15444         * sha1-el.el (sha1-string-external): Make it can return a string
15445         in binary form.
15446         (sha1-region-external): Ditto.
15447         (sha1-string-internal): Ditto.
15448         (sha1-region-internal): Ditto.
15449         (sha1-region): Ditto.
15450         (sha1-string): Ditto.
15451         (sha1): Ditto.
15452
15453 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15454
15455         * spam.el (spam-report-articles-gmane): New command.
15456
15457 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15458
15459         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15460
15461         * run-at-time.el (run-at-time-saved): Remove.
15462         (run-at-time): Doc fix.
15463
15464 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15465
15466         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15467         (gnus-summary-limit-map): Add it.
15468         (gnus-summary-make-menu-bar): do.
15469
15470 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15471
15472         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15473         Make attempt at some caching support (done for BBDB only now).
15474         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15475         addresses to be checked.
15476         (spam-clear-cache-BBDB): Add function, to be invoked by
15477         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15478         (spam-check-BBDB): Check and use the caches, if
15479         spam-cache-lookups is on, remove superfluous (provide).
15480
15481 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15482
15483         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15484
15485 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15486
15487         * run-at-time.el (run-at-time-saved): Move to after the definition
15488         of `run-at-time'.
15489
15490         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15491
15492 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15493
15494         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15495         mm-w3m-local-map-property.
15496
15497         * mm-view.el (mm-w3m-mode-map): Remove.
15498         (mm-w3m-local-map-property): Remove.
15499         (mm-inline-text-html-render-with-w3m): Don't use
15500         mm-w3m-local-map-property.
15501
15502 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15503
15504         * run-at-time.el: New file.
15505
15506         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15507         under Emacs.
15508
15509         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15510         of gnus-set-text-properties.
15511
15512         * gnus-uu.el (gnus-uu-save-article): Ditto.
15513
15514         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15515
15516         * gnus-cite.el (gnus-cite-parse): Ditto.
15517
15518         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15519         of gnus-.
15520
15521         * gnus-xmas.el (run-at-time): Require run-at-time.
15522
15523         * gnus.el: Changed calls to nnheader-run-at-time and
15524         password-run-at-time throughout to use run-at-time directly.
15525
15526         * password.el: Removed definition of run-at-time.
15527
15528         * nnheaderxm.el: Remove definition of run-at-time.
15529
15530 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15531
15532         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15533         in prompt.
15534
15535 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15536
15537         * messagexmas.el (message-xmas-redefine): Alias
15538         `message-make-caesar-translation-table' to
15539         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15540         version.
15541
15542         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15543         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15544         `gnus-xmas-set-text-properties'.
15545         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15546         `gnus-xmas-completing-read'.
15547         (gnus-xmas-completing-read): Removed.
15548         (gnus-xmas-open-network-stream): Removed.
15549
15550         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15551         XEmacs version.
15552
15553         * dns.el (dns-make-network-process): Use `open-network-stream'
15554         instead of `gnus-xmas-open-network-stream'.
15555
15556         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15557
15558         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15559
15560 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15561
15562         * gnus-art.el (gnus-mime-display-alternative)
15563         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15564         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15565         Don't use gnus-local-map-property.
15566
15567         * gnus-util.el (gnus-local-map-property): Remove.
15568
15569         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15570         gnus-completing-read-maybe-default with completing-read.
15571
15572         * gnus-util.el (gnus-completing-read): do.
15573         (gnus-completing-read-maybe-default): Remove.
15574
15575 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15576
15577         * password.el: Only autoload `run-at-time' if not XEmacs.
15578         Only autoload the itimer functions if XEmacs.
15579
15580 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15581
15582         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15583         XEmacsen.
15584
15585         * dgnushack.el: Autoload executable-find for XEmacs.
15586
15587 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15588
15589         * gnus-art.el (gnus-read-string): Remove.
15590         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15591         read-string.
15592
15593 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15594
15595         * netrc.el: Autoload password-read.
15596         (netrc): Add configuration group.
15597         (netrc-encoding-method, netrc-openssl-path): Add
15598         variables for encoding and decoding of files with symmetric
15599         ciphers.
15600         (netrc-encode): Add assistant function to encode a file with
15601         netrc-encoding-method.
15602         (netrc-parse): Add interactive parameter, added optional
15603         decoding if netrc-encoding-method is non-nil but otherwise
15604         behavior is standard.
15605         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15606         Do s/encode/encrypt/ everywhere.
15607
15608         * spam.el: Remove executable-find autoload.
15609
15610 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15611
15612         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15613
15614         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15615
15616 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15617
15618         * gnus-art.el (gnus-treat-ansi-sequences)
15619         (article-treat-ansi-sequences): New variable and function.
15620         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15621
15622         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15623         Use it.
15624
15625 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15626
15627         * mm-util.el (mm-quote-arg): Remove.
15628
15629         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15630         shell-quote-argument.
15631
15632         * gnus-uu.el (gnus-uu-command): do.
15633
15634         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15635
15636         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15637         with make-char.
15638
15639         * mm-util.el (mm-make-char): Remove.
15640
15641         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15642         add-minor-mode.
15643
15644         * gnus-undo.el (gnus-undo-mode): do.
15645
15646         * gnus-topic.el (gnus-topic-mode): do.
15647
15648         * gnus-sum.el (gnus-dead-summary-mode): do.
15649
15650         * gnus-start.el (gnus-slave-mode): do.
15651
15652         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15653
15654         * gnus-ml.el (gnus-mailing-list-mode): do.
15655
15656         * gnus-gl.el (gnus-grouplens-mode): do.
15657
15658         * gnus-draft.el (gnus-draft-mode): do.
15659
15660         * gnus-dired.el (gnus-dired-mode): do.
15661
15662         * gnus-ems.el (gnus-add-minor-mode): Remove.
15663
15664         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15665         Replace gnus-char-width with char-width.
15666
15667         * gnus-ems.el (gnus-char-width): Remove.
15668
15669         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15670         Replace gnus-char-width with char-width.
15671
15672         * gnus-ems.el (gnus-char-width): Remove.
15673
15674         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15675         definition.
15676         Remove Emacs 20 hash table compatibility code.
15677
15678         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15679         20 compatibility code.
15680
15681         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15682
15683         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15684
15685         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15686         with point-at-{eol,bol}.
15687
15688         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15689
15690         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15691
15692         * flow-fill.el (fill-flowed-point-at-bol)
15693         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15694
15695         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15696         Replace with point-at-{eol,bol} throughout all files.
15697
15698 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15699
15700         * ntlm.el (ntlm-string-as-unibyte): New macro.
15701         (ntlm-build-auth-response): Use it.
15702
15703         Remove Emacs 20 stuff:
15704         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15705         (butlast, mapc, remove): Remove the compiler macros.
15706         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15707         of delq and copy-sequence.
15708         * gnus-art.el (popup-menu): Remove the compiler macro.
15709         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15710         Emacs 20.
15711
15712 2004-01-05  Simon Josefsson  <jas@extundo.com>
15713
15714         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15715         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15716         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15717         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15718         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15719         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15720         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15721         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15722         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15723         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15724         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15725         string-xor into ntlm-string-xor.  Suggested by
15726         Jesper Harder <harder@myrealbox.com>.
15727
15728         * ntlm.el: Don't include poem.
15729
15730         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15731         Jesper Harder <harder@myrealbox.com>.
15732
15733         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15734
15735         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15736         probably breaks emacs with DL patch, but do we care? Is anyone
15737         still using the DL stuff?)
15738
15739         * sieve-manage.el: Use the password package.
15740         (sieve-manage-read-passwd): Remove.
15741         (sieve-manage-interactive-login): Use password.  Re-add
15742         condition-case around loop.
15743
15744         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15745         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15746         the password package.
15747
15748 2003-02-19  Simon Josefsson  <jas@extundo.com>
15749
15750         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15751         token.
15752
15753 2002-08-07  Simon Josefsson  <jas@extundo.com>
15754
15755         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15756         (sieve-manage-authenticators):
15757         (sieve-manage-authenticator-alist): Add some SASL mechs.
15758         (sieve-sasl-auth): New function.
15759         (sieve-manage-cram-md5-auth):
15760         (sieve-manage-plain-auth): Rewrite using SASL library.
15761         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15762         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15763         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15764         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15765
15766 2004-01-05  Simon Josefsson  <jas@extundo.com>
15767
15768         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15769         New files.
15770
15771 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15772
15773         * gnus-group.el (gnus-no-groups-message): Update.
15774
15775         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15776
15777 2003-11-09  Simon Josefsson  <jas@extundo.com>
15778
15779         * imap.el: Support for ID IMAP extension (RFC 2971).
15780         (imap-local-variables): Add imap-id.
15781         (imap-id): New variable.
15782         (imap-id): New function.
15783         (imap-parse-response): Parse untagged ID response.
15784         * nnimap.el (nnimap-id): New variable.
15785         (nnimap-open-connection): Use it.
15786
15787 2003-12-28  Simon Josefsson  <jas@extundo.com>
15788
15789         * gnus-score.el (gnus-score-edit-all-score): New.
15790         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15791
15792 2004-01-04  Simon Josefsson  <jas@extundo.com>
15793
15794         * password.el: Add.
15795
15796 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15797
15798         * dns.el (dns-query-types): Fix typo.
15799         (dns-query-types): New function.
15800         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15801         PTR and SOA replies, see RFC 1035.
15802
15803 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15804
15805         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15806
15807         * Moved to Changelog.2.
15808
15809 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15810
15811         * gnus.el (gnus-version-number): Bump version.
15812
15813 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15814
15815         * gnus.el: No Gnus v0.1 is released.
15816
15817 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15818
15819         * gnus.el: No Gnus v0.0 is released.
15820
15821 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15822
15823         * gnus.el (gnus-version-number): Bump.
15824         (gnus-version): No.
15825
15826 See ChangeLog.2 for earlier changes.
15827
15828     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15829       Free Software Foundation, Inc.
15830
15831   This file is part of GNU Emacs.
15832
15833   GNU Emacs is free software: you can redistribute it and/or modify
15834   it under the terms of the GNU General Public License as published by
15835   the Free Software Foundation, either version 3 of the License, or
15836   (at your option) any later version.
15837
15838   GNU Emacs is distributed in the hope that it will be useful,
15839   but WITHOUT ANY WARRANTY; without even the implied warranty of
15840   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15841   GNU General Public License for more details.
15842
15843   You should have received a copy of the GNU General Public License
15844   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15845
15846 ;; Local Variables:
15847 ;; coding: utf-8
15848 ;; fill-column: 79
15849 ;; add-log-time-zone-rule: t
15850 ;; End: