Remove duplicates from .newsrc list.
[gnus] / lisp / ChangeLog
1 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4         come from no known methods.
5         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
6         list. 
7
8         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
9         message sizes.
10         (pop3-movemail): Use erase-buffer instead of looping and deleting
11         regions, which seems rather odd.
12
13         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
14         file once per `g' run.
15
16         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
17         directories.  This makes the draft queue directory work.
18
19         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
20         data from the backends, so that we only request the list of groups from
21         each method once.  This should speed things up considerably.
22
23         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
24         detect that it's not implemented.
25
26         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
27         we actually do recurse down into the tree, but don't stat all leaf
28         nodes.
29
30         * gnus-html.el (gnus-html-show-images): If there are no images to show,
31         then say so instead of bugging out.
32
33         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
34         files exist before trying to read them.
35
36         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
37         around <pre_int>.
38
39         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
40
41         * nnmh.el (nnmh-request-list-1): Optimize for speed.
42
43 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
44
45         * mm-util.el (mm-image-load-path): Just return the image directories,
46         not all directories in the path in addition to the image directories.
47         (mm-image-load-path): Maintain a cache of the image directories so that
48         the `g' command in Gnus doesn't have to stat dozens of directories each
49         time.
50
51         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
52         (gnus-html-wash-tags): Add a new `i' command to insert images.
53         (gnus-html-insert-image): New command and keystroke.
54         (gnus-html-redisplay-with-images): New command and keystroke.
55         (gnus-html-show-images): Renamed command.
56         (gnus-html-wash-tags): Remove more white space before <pre_int> image
57         spacers.
58         (gnus-html-wash-tags): Decode entities at the end, so that entities
59         inside the tags don't mess up the rest of the "parsing".
60
61         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
62         so that nnimap methods aren't agentized by default.  There's apparently
63         many problems related to agent/imap behaviour.
64
65         * gnus-art.el (gnus-article-copy-string): New command and key binding.
66
67         * gnus-html.el: Doc fix.
68
69 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
70
71         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
72         specifier-spec-list for Emacs 21.
73
74         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
75         glyph-width and glyph-height instead of display-graphic-p and
76         image-size; make avoidance of displaying small images work for XEmacs.
77
78         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
79         for XEmacs.
80
81         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
82         of symbol that holds plist data.
83         (gnus-process-plist): Remove plist of process after getting it.
84
85 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
86
87         * message.el (message-generate-hashcash): Change default to
88         'opportunistic if hashcash is installed.
89
90         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
91         (gnus-html-put-image): Only call image-size once, since it's somewhat
92         time-consuming on remote X servers.
93
94 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
95
96         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
97         type on data, not a file name.
98
99         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
100         window-pixel-edges for Emacs 21.
101
102         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
103         decoded contents.
104         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
105
106 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
107
108         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
109         group line format, since it isn't very interesting.
110
111         * gnus-agent.el (gnus-agent-short-article),
112         (gnus-agent-long-article): Increase values for these two variables,
113         since most people are likely to have more network connection and
114         storage than before.
115
116         * gnus.el (gnus-refer-article-method): Change default to 'current.
117         When referring an article, the common behaviour is to refer it from the
118         current select method, not the native select method.  The chances of
119         the native select method having the message in question is rather slim
120         these days.
121
122         * gnus-sum.el (gnus-auto-select-subject): Change default to
123         `unseen-or-unread'.  I think it's likely that most people want to
124         select an unseen article over a previously seen, but unread one.
125
126         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
127         means that in the article buffer none of the minor mode elements will
128         be shown, usually, and this is not desirable in most cases.
129
130         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
131         that commands like `d' (and the like) go to the next line in the
132         buffer, instead of the next unread article.  I think this is the
133         behaviour that is most natural for most users.
134         (gnus-single-article-buffer): Change default to nil, so that people can
135         have as many article buffers open as they have summary buffer.  I think
136         this is the most natural way for the groups to behave.
137
138         * message.el (message-generate-new-buffers): Change default to
139         `unsent', so that all new message buffers start their names with the
140         string "*unsent", and it's easier to find the buffers if you move from
141         them.
142
143 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
144
145         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
146         small. They're probably tracking images.
147         (gnus-html-wash-tags): Remove all <pre_int> place holders.
148         (gnus-html-rescale-image): Yet another try at getting the image sizing
149         right.
150
151         * nntp.el (nntp-request-set-mark): Refuse to do marks if
152         nntp-marks-file-name is nil.
153
154 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
155
156         * gnus-html.el (gnus-html-wash-tags)
157         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
158         Better logging.
159
160 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
161
162         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
163
164         * gnus-html.el (gnus-html-wash-tags): Check the value of
165         gnus-blocked-images in the summary buffer.
166
167 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
168
169         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
170
171 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
172
173         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
174         like "a", it seems like.
175         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
176         since it needs to be picked from the correct buffer.
177
178         * nnwfm.el: Removed.
179
180         * nnlistserv.el: Removed.
181
182 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
183
184         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
185         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
186
187 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
188
189         * nnkiboze.el: Removed.
190
191         * nndb.el: Removed.
192
193         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
194         alt text.
195         (gnus-html-rescale-image): Try to get the rescaling logic right for
196         images that are just wide and not tall.
197
198         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
199         overshadow variable bindings.
200
201 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
202
203         * gnus-html.el (gnus-html-wash-tags)
204         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
205         extra logging.
206
207 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
208
209         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
210         (gnus-max-image-proportion): New variable.
211         (gnus-html-rescale-image): New function.
212         (gnus-html-put-image): Rescale images.
213
214 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
215
216         Fix up some byte-compiler warnings.
217         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
218         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
219         (gnus-article-fill-cited-article, gnus-article-hide-citation)
220         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
221         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
222         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
223         (gnus-group-update-group): Use save-excursion and with-current-buffer.
224
225 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
226
227         * gnus-html.el (gnus-article-html): Decode contents by charset.
228
229 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
230
231         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
232         (gnus-html-frame-width, gnus-blocked-images)
233         * message.el (message-prune-recipient-rules): Add custom version.
234         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
235
236         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
237         functions.
238
239         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
240         gnus-process-get.
241
242 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
243
244         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
245         instead of lsub directly.
246
247 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
248
249         * nnwarchive.el: Removed.
250
251         * gnus-soup.el: Removed.
252
253         * nnsoup.el: Removed.
254
255         * nnultimate.el: Removed.
256
257         * gnus-html.el (gnus-blocked-images): New variable.
258
259         * message.el (message-prune-recipients): New function.
260         (message-prune-recipient-rules): New variable.
261
262         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
263         guess whether a long line is natural text or not.
264
265         * gnus-html.el (gnus-html-schedule-image-fetching): Use
266         gnus-process-plist and friends for compatibility.
267
268 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
269
270         * gnus-html.el: Require packages that define macros used in this file.
271         (gnus-article-mouse-face): Declare to silence byte-compiler.
272         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
273         process-get.
274         (gnus-html-put-image): Use plist-get to avoid getf.
275         (gnus-html-prefetch-images): Use with-current-buffer.
276
277 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
278
279         * gnus-ems.el: Provide compatibility functions for
280         gnus-set-process-plist.
281
282         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
283         header-line-format for XEmacs 21.4.
284
285         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
286         * gnus.el (gnus-valid-select-methods)
287         * message.el (message-send-mail-partially-limit)
288         * mm-decode.el (mm-text-html-renderer)
289         * mml.el (mml-insert-mime-headers-always)
290         * smiley.el (smiley-regexp-alist): Bump custom version.
291
292 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
293
294         * gnus-html.el: require mm-url.
295         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
296         with the url to `url'.
297         (gnus-html-wash-tags): Support cid: URLs/images.
298
299 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
300
301         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
302         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
303         bindings, as they aren't useful at all. `w' is moved to `W w'.
304
305         * gnus-move.el: Removed file, since it doesn't really work.
306
307         * gnus-html.el (gnus-article-html): Tell w3m that the input is
308         UTF-8. This seems to fix problems with some German web feeds.
309
310         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
311         at the top so that the proper colours are applied.
312
313         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
314         don't have dots in their names.
315
316         * gnus-art.el (gnus-article-view-part): Doc fix.
317
318         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
319         XEmacs-compatible.
320         (gnus-html-put-image): Don't do images on non-graphic displays.
321
322         * nnslashdot.el: Removed this unused backend.
323
324         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
325         actions.
326         (gnus-undo-register-1): Revert last change.
327
328         * gnus-group.el (gnus-group-completing-read): Protect against not
329         having completion-styles bound.
330
331         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
332         make broken recipients happier.
333
334         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
335
336         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
337         point parameter.
338
339         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
340
341         * gnus-group.el (gnus-group-completing-read): Add 'substring to
342         completion-styles for group selection.
343
344 2009-02-04  Andreas Schwab  <schwab@suse.de>
345
346         * gnus-score.el (gnus-score-string): Fix regex for matching extra
347         headers and regexp-quote the match if necessary.
348
349 2009-03-24  Miles Bader  <miles@gnu.org>
350
351         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
352         the blinking smiley.
353
354 2009-03-24  Simon Josefsson  <simon@josefsson.org>
355
356         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
357         blink smiley.
358
359 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
360
361         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
362         where the dribbel file lives exists.
363
364         * message.el (message-send-mail-partially-limit): Change the default to
365         nil, since most people don't want this.
366
367         * mm-url.el (mm-url-decode-entities): Also decode entities like
368         &#x3212.
369
370 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
371
372         * gnus-sum.el (gnus-summary-idna-message):
373         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
374         Hyperlink urls in docstrings with URL `...'.
375
376 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
377
378         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
379         functions.
380
381 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
382
383         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
384         say what the mouseover text should be.
385
386         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
387         version of the mm-w3m-safe-url-regexp variable to only download images
388         in the groups where we want that to happen.
389
390         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
391
392         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
393         easier debugging.
394         (gnus-article-beginning-of-window): Add kludge to allow spacing past
395         big pictures in the article buffer.
396
397         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
398         gnus-article-html.
399         (mm-text-html-renderer): gnus-article-html needs curl in addition to
400         w3m.
401
402         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
403
404 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
405
406         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
407         which doesn't exist.
408
409         * message.el (message-inhibit-ecomplete): New variable to allow some
410         function to inhibit ecomplete address storage.
411         (message-resend): Disable ecomplete message storage when resending
412         messages.
413
414         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
415
416 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
417
418         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
419         Save excursion while copying, moving, and deleting articles in order to
420         prevent the cursor from jumping to unforeseen place.
421
422 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
423
424         * lpath.el: No need to bind bookmark-current-buffer,
425         bookmark-yank-point and bookmark-make-record-function.
426
427 2010-08-17  Glenn Morris  <rgm@gnu.org>
428
429         * gnus-sync.el: Require gnus components whose functions are used.
430
431         * gnus-art.el (bookmark-make-record-function):
432         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
433         Declare for compiler.
434
435         * mm-url.el (mml-compute-boundary): Autoload.
436
437 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
438
439         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
440
441 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
442
443         Typo fix "hoo4a" -> "hook".
444
445         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
446
447 2010-08-14  Glenn Morris  <rgm@gnu.org>
448
449         * gnus-sync.el (gnus-sync): Fix defgroup version.
450
451 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
452
453         Doc fixes and keep unknown groups (ammended for nunion bug fix).
454
455         * gnus-sync.el: Fix docs.
456         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
457         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
458
459 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
460
461         Optimizations for gnus-sync.el.
462
463         * gnus-sync.el: Add docs about gnus-sync-backend
464         possibilities.
465         (gnus-sync-save): Remove unnecessary message.
466         (gnus-sync-read): Optimize and show what groups were skipped.
467
468 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
469
470         Minor bug fixes for gnus-sync.el.
471
472         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
473         read the sync on get-new-news.
474
475         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
476         quiet.
477
478         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
479
480 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
481
482         Make saving and restoring of hidden threads work with overlays.
483         Patch applied by Ted Zlatanov.
484
485         * gnus-sum.el (gnus-hidden-threads-configuration)
486         (gnus-restore-hidden-threads-configuration): Update to deal with text
487         properties, rather than searching for a magic character.
488
489 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
490
491         New gnus-sync.el library for synchronization of marks.
492
493         * gnus-sync.el: New library for synchronization of marks.
494
495         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
496         renamed from `gnus-registry-grep-in-list'.
497
498         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
499
500         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
501
502 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
503
504         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
505         determining charset of text fails.
506
507 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
508
509         * nnmail.el (nnmail-get-new-mail-1): Revert.
510
511         * nnml.el (nnml-active-number): Make sure names of newly created groups
512         in nnml-group-alist are encoded.
513
514 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
515
516         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
517         containing non-ASCII characters in active file for nnml back end.
518
519 2010-07-24  David Engster  <dengste@eml.cc>
520
521         * mml-smime.el (mml-smime-epg-verify): Also accept the older
522         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
523
524 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
525
526         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
527         tag (Bug#6654).
528
529 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
530
531         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
532         the article buffer, not the summary buffer.
533
534 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
535
536         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
537         Emacs 23 as well.
538
539 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
540
541         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
542         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
543
544 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
545
546         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
547         Patch applied by Karl Fogel.
548
549         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
550         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
551
552 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
553
554         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
555         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
556         C-w still not working correctly from Article buffers; Thierry's
557         patch to fix that will be applied after this.
558
559         * gnus-art.el (bookmark-make-record-function): New local variable.
560
561         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
562         article buffer.
563         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
564
565 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
566
567         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
568         on changes in bookmark.el.
569
570 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
571
572         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
573         `no-log' instead of message not to log prompt string.
574
575 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
576
577         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
578         the *other* type of HTML form submission.
579
580 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
581
582         * auth-source.el (auth-source-pick): If choice does not contain a
583         questioned keyword, set the check to t.
584
585 2010-06-12  Romain Francoise  <romain@orebokech.com>
586
587         * gnus-util.el (gnus-date-get-time): Move up before first use.
588
589 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
590
591         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
592         (gnus-article-edit-part): Bind it to make last part that is substituted
593         or deleted visible.
594         (gnus-mime-display-single): Buttonize part of which id equals to
595         gnus-mime-buttonized-part-id.
596
597 2010-06-10  Dan Christensen  <jdc@uwo.ca>
598
599         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
600         (gnus-dd-mmm): Use gnus-date-get-time.
601         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
602         simplify logic.
603         (gnus-summary-limit-to-age): Use gnus-date-get-time.
604         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
605
606 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
607
608         * auth-source.el (top): Autoload `secrets-list-collections',
609         `secrets-create-item', `secrets-delete-item'.
610         (auth-sources): Fix tag string.
611         (auth-get-source, auth-source-retrieve, auth-source-create)
612         (auth-source-delete): New defuns.
613         (auth-source-pick): Rewrite in order to avoid 2 passes.
614         (auth-source-forget-user-or-password): New parameter USERNAME.
615         (auth-source-user-or-password): New parameters CREATE-MISSING and
616         DELETE-EXISTING.  Retrieve password interactively, if needed.
617
618 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
619
620         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
621         deleting unused directories when gnus-expert-user is t.
622
623 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
624
625         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
626         for each temp file when gnus-article-browse-delete-temp is ask.
627
628 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
629
630         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
631         Lisp calls to delete-backward-char by calls to delete-char.
632
633 2010-05-20  Kevin Ryde  <user42@zip.com.au>
634
635         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
636
637 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
638
639         * password-cache.el (password-cache-remove): Fix docstring.
640
641 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
642
643         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
644         article unless decoding article to be saved.
645
646 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
647
648         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
649         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
650         generated within the mm-with-unibyte-current-buffer macro.
651
652 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
653
654         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
655         to nil when we're in a mml-preview buffer and no group is selected.
656
657 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
658
659         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
660         when catching the `C-g'.  Reported by "Leo".
661
662 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
663
664         * message.el (message-forward-make-body-plain)
665         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
666         multibyte-string-p.
667
668         * lpath.el: Revert.
669
670 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
671
672         * message.el (message-forward-make-body-mml): Assume original message
673         is multibyte string; error on unibyte.
674         (message-forward-make-body-plain): Ditto; don't add excessive newline
675         in body end.
676
677         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
678
679 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
680
681         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
682         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
683
684 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
685
686         * mm-extern.el (mm-extern-url): Don't use
687         mm-with-unibyte-current-buffer.
688         (mm-extern-cache-contents): Use with-current-buffer instead of
689         save-excursion + set-buffer.
690
691 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
692
693         * mm-util.el (mm-emacs-mule): Remove.
694
695 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
696
697         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
698         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
699         change.
700
701 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
702
703         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
704         bind the default value of enable-multibyte-characters to nil.
705
706 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
707
708         * message.el (message-forward-make-body-plain)
709         (message-forward-make-body-mml):
710         Don't use mm-with-unibyte-current-buffer.
711
712 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
713
714         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
715
716 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
717
718         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
719         (Bug#5592).
720
721 2010-05-07  Julien Danjou  <julien@danjou.info>
722
723         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
724         it to mm-pipe-part.
725
726         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
727         it is given.
728
729 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
730
731         * binhex.el (binhex-decode-region-internal)
732         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
733         (dns-query)
734         * nnweb.el (nnweb-gmane-search)
735         * pgg-parse.el (pgg-parse-armor)
736         * pgg.el (pgg-verify-region)
737         * sha1.el (sha1-string-external)
738         * uudecode.el (uudecode-decode-region-internal)
739         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
740         XEmacs.
741
742         * gnus-art.el (gnus-article-browse-html-parts)
743         * gnus-group.el (gnus-read-ephemeral-gmane-group)
744         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
745         make-temp-file.
746
747         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
748         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
749         compiling.
750
751         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
752         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
753         XEmacs when compiling.
754
755         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
756         gnus-pick-mode-off-hook for XEmacs when compiling.
757         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
758         gnus-binary-mode-off-hook for XEmacs when compiling.
759
760         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
761         nil if char-charset is not available.
762
763         * imap.el (imap-disable-multibyte)
764         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
765         macros.
766
767         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
768         instead of encode-coding-string.
769
770         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
771         'xemacs) instead of mm-emacs-mule to switch function definitions.
772         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
773
774         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
775         bind temporary-file-directory for XEmacs;
776         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
777         timer-set-function for XEmacs 21.4 and SXEmacs;
778         bind timer-list for XEmacs 21.4 and SXEmacs;
779         fbind char-charset and find-charset-region for non-Mule XEmacs;
780         fbind decode-coding-region, decode-coding-string, detect-coding-region,
781         encode-coding-region and encode-coding-string for XEmacs having no
782         file-coding feature.
783
784 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
785
786         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
787
788 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
789
790         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
791         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
792
793 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
794
795         * mm-util.el (mm-decompress-buffer): Use `delete-file';
796         alias `jka-compr-delete-temp-file' no longer exists.
797
798 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
799
800         Use define-minor-mode in Gnus where applicable.
801         * mml.el (mml-mode): Use define-minor-mode.
802         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
803         (gnus-undo-mode): Use define-minor-mode.
804         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
805         (gnus-dead-summary-mode): Use define-minor-mode.
806         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
807         Initialize in declaration.
808         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
809         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
810         (gnus-mailing-list-mode): Use define-minor-mode.
811         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
812         (gnus-draft-mode): Use define-minor-mode.
813         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
814         (gnus-dired-mode): Use define-minor-mode.
815
816 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
817
818         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
819         handles on recursive mml-to-mime translation and check them for
820         boundary delimiter collisions.  Reported by Greg Troxel.
821
822 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
823
824         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
825
826 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
827
828         * mm-util.el (mm-find-buffer-file-coding-system):
829         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
830
831 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
832
833         * message.el (message-generate-headers): Record insertion of optional
834         headers as well.  Otherwise the check to prevent repeated insertion of
835         optional headers is a no-op.
836
837 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
838
839         * smime.el: Don't mention CVS.
840
841         * nnrss.el (nnrss-fetch): Don't mention CVS.
842
843         * nnir.el: Don't mention CVS.
844
845 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
846
847         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
848
849 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
850
851         * lpath.el: Fbind bookmark-default-handler,
852         bookmark-get-bookmark-record, bookmark-make-record-default,
853         bookmark-prop-get for Emacs <23 and XEmacs.
854
855 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
856
857         * gnus-sum.el: Add bookmark declarations to silence the compiler.
858         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
859         Use with-current-buffer to silence the byte-compiler.
860         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
861         bother to require `gnus'.
862         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
863
864 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
865
866         * gnus-sum.el (gnus-summary-bookmark-make-record)
867         (gnus-summary-bookmark-jump): New functions.
868         (gnus-summary-mode): Setup bookmark support.
869
870 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
871
872         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
873         if set.
874
875 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
876
877         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
878         gnus-article-browse-html-save-cid-image; make it work recursively for
879         forwarded messages as well.
880         (gnus-article-browse-html-parts): Work when prefix arg is given.
881         (gnus-article-browse-html-article): Doc fix.
882
883 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
884
885         * message.el (message-default-mail-headers):
886         (message-default-headers): Carry the value mail-default-headers over
887         into message-default-mail-headers, rather than message-default-headers.
888
889 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
890
891         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
892         charset.
893
894         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
895         charset into the <meta> tag when the article is encoded to utf-8.
896
897 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
898
899         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
900         directories as well.
901         (gnus-article-browse-html-parts): Work for images that do not specify
902         file names; delete temp directory when quitting; insert header at the
903         right place; use file: scheme for image files.
904
905 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
906
907         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
908         (gnus-article-browse-html-parts): Use it to make temporary cid image
909         files in addition to html file so that browser may display them.
910
911 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
912
913         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
914
915 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
916
917         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
918
919 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
920
921         * auth-source.el (auth-sources): Change default to be simpler.  Explain
922         about Secret Service API sources.  Improve Customize options.
923         (auth-source-pick): Change to accept any number of search parameters.
924         Implement fallbacks iteratively, not recursively.  Add scoring on the
925         second pass and sort by score.  Call Secret Service API when needed.
926         (auth-source-user-or-password): Use it.  Call Secret Service API
927         directly when needed to get the user name and the password.
928
929 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
930
931         * message.el (message-interactive): Doc fix.
932         (message-qmail-inject-args): Reflow.
933         (message-kill-to-signature): Fix typo in docstring.
934
935         * smiley.el (smiley-buffer): Fix typo in docstring.
936
937 2010-03-24  Glenn Morris  <rgm@gnu.org>
938
939         * mail-source.el (gnus-message): Declare.
940         (mail-source-delete-old-incoming): Require gnus-util.
941
942 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
943
944         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
945
946         * message.el (ecomplete-setup): Autoload it for Emacs <23.
947
948         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
949         password-cache's default if it is not bound.
950         (mml-secure-passphrase-cache-expiry): Default to 16 that is
951         password-cache-expiry's default if it is not bound.
952
953         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
954         available in Emacs 21.
955
956         * lpath.el: Suppress compiler warnings for:
957         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
958         XEmacs;
959         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
960         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
961         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
962
963 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
964
965         * auth-source.el (auth-sources): Fix up definition so extra parameters
966         are always inline.
967
968 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
969
970         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
971         wasn't updated after mismatch.  Clear cached mailbox info correctly
972         when uidvalidity changes.
973         (nnimap-group-prefixed-name): New function to avoid some code
974         duplication.
975         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
976         (nnimap-request-group): Use it.
977         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
978         (nnimap-update-unseen): Significantly improved speed of Gnus startup
979         with many imap folders.  This is done by caching the group status from
980         the imap server persistently in a group parameter `imap-status'.  (This
981         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
982         but not persistently, so every Gnus startup was still very slow.)
983
984 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
985
986         * assistant.el (assistant-render-text): Run `widget-setup' and don't
987         delete the extra newline.  Otherwise editing of :string and :number
988         types don't work.
989
990 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
991
992         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
993         secrets.el dependency.
994         (auth-sources): Add optional user name.  Add secrets.el configuration
995         choice (unused right now).
996
997 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
998
999         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1000         `gnus-registry-install-shortcuts' fill in the functions.
1001
1002         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1003         warnings.
1004         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1005         (gnus-registry-install-shortcuts): Populate and use it in a
1006         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1007
1008 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1009
1010         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1011         In-place substitutions for the group name encoding/decoding.
1012         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1013         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1014         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1015         (nnimap-update-unseen, nnimap-request-list)
1016         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1017         (nnimap-request-set-mark, nnimap-split-to-groups)
1018         (nnimap-split-articles, nnimap-request-newgroups)
1019         (nnimap-request-create-group, nnimap-request-accept-article)
1020         (nnimap-request-delete-group, nnimap-request-rename-group)
1021         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1022         `encoded-mbx' for consistency.
1023         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1024         variable `imap-current-mailbox'.
1025
1026         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1027         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1028
1029 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1030
1031         * pop3.el (pop3-display-message-size-flag): Display message size byte
1032         counts during POP3 download.
1033         (pop3-movemail): Use it.
1034         (pop3-list): Implement listing of available messages.
1035
1036 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1037
1038         * nnir.el (nnir-get-article-nov-override-function): New function to
1039         override the normal NOV retrieval.
1040         (nnir-retrieve-headers): Use it.
1041
1042 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1043
1044         * auth-source.el (netrc-machine-user-or-password): Autoload.
1045
1046 2010-03-19  Glenn Morris  <rgm@gnu.org>
1047
1048         Stop message.el from loading about 40 libraries it doesn't always need.
1049         The general approach is to autoload rather than require, and to
1050         require in the specific functions rather than the file.  (Bug#5642)
1051
1052         * gmm-utils.el: Don't require wid-edit.
1053         (widget-create-child-value, widget-convert, widget-default-get):
1054         Autoload.
1055
1056         * gnus-util.el: Don't require time-date, netrc.
1057         (message-fetch-field, gnus-group-name-decode): Declare rather than
1058         autoloading.
1059         (gnus-fetch-field): Require message.
1060         (gnus-decode-newsgroups): Require gnus-group.
1061
1062         * ietf-drums.el: Don't require time-date.
1063
1064         * message.el: Don't require hashcash, canlock, ecomplete.
1065         Do require mail-utils.  Require nnheader only when compiling.
1066         (smtpmail-default-smtp-server): Remove declaration.
1067         (message-send-mail-function): Check smtpmail-default-smtp-server
1068         is bound rather than requiring smtpmail.
1069         (message-auto-save-directory, message-insert-signature): Use
1070         expand-file-name rather than nnheader-concat.
1071         (nnheader-insert-file-contents): Autoload.
1072         (hashcash-wait-async): Declare.
1073         (message-send-mail): Only call gnus-setup-posting-charset if
1074         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1075         (message-send-mail-with-sendmail): Require sendmail.
1076         (canlock-password, canlock-password-for-verify): Declare.
1077         (message-canlock-password): Require canlock.
1078         (nnheader-get-report): Autoload.
1079         (gnus-setup-posting-charset): Declare.
1080         (message-send-news): Require gnus-msg.
1081         (message-make-references, message-make-in-reply-to): Use mail-header-id
1082         rather than the alias mail-header-message-id.
1083         (ecomplete-add-item, ecomplete-save): Declare.
1084         (message-put-addresses-in-ecomplete): Require ecomplete.
1085         (ecomplete-display-matches): Autoload.
1086
1087         * mm-decode.el: Don't require mailcap, gnus-util.
1088         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1089         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1090         Autoload.
1091         (mailcap-mime-extensions): Declare.
1092
1093         * mm-encode.el: Don't require mailcap.
1094         (mailcap-extension-to-mime): Autoload.
1095
1096         * mml-sec.el: Don't require password-cache.
1097
1098         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1099         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1100         (mml-minibuffer-read-type): Require mailcap.
1101         (mml-preview): Require gnus-msg.
1102
1103         * mml1991.el: Require password-cache.
1104         (password-cache-expiry): Remove declaration.
1105
1106         * mml2015.el: Require password-cache.
1107         (password-cache-expiry): Remove declaration.
1108
1109         * nneething.el (mailcap): Require mailcap.
1110
1111         * nnheader.el (declare-function): Add compatibility stub.
1112         (message-remove-header): Declare rather than autoload.
1113         (nnheader-replace-header): Require message.
1114
1115         * nnimap.el (declare-function): Add compatibility stub.
1116         (netrc-parse, netrc-machine-user-or-password): Declare.
1117         (nnimap-open-connection): Require netrc.
1118
1119         * nntp.el (declare-function): Add compatibility stub.
1120         (netrc-parse, netrc-machine, netrc-get): Declare.
1121         (nntp-send-authinfo): Require netrc.
1122
1123         * rfc2047.el: Don't require qp.
1124         (quoted-printable-encode-region, quoted-printable-decode-string):
1125         Autoload.
1126
1127         * sieve-mode.el: Don't require easymenu.
1128         (easy-menu-add-item): Autoload it.
1129
1130         * spam-stat.el (time-to-number-of-days): Autoload it.
1131
1132 2010-03-19  Glenn Morris  <rgm@gnu.org>
1133
1134         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1135
1136 2010-03-18  Glenn Morris  <rgm@gnu.org>
1137
1138         * hashcash.el (declare-function): Remove duplicate definition.
1139
1140 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1141
1142         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1143         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1144         value if any backslash escapes).
1145
1146 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1147
1148         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1149         if it is available.  (bug#5647)
1150
1151         * lpath.el: Suppress compiler warning for coding-system-from-name for
1152         Emacs 21 and XEmacs.
1153
1154 2010-03-14  Juri Linkov  <juri@jurta.org>
1155
1156         * hmac-def.el:
1157         * hmac-md5.el:
1158         * netrc.el: Fix keywords.
1159
1160 2010-02-26  Glenn Morris  <rgm@gnu.org>
1161
1162         * message.el (message-send-mail-function): Change the default, so that
1163         it inherits from a customized send-mail-function.  (Bug#5643)
1164
1165 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1166
1167         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1168         shell-command-to-string signals an error (bug#5299).
1169
1170 2010-02-24  Glenn Morris  <rgm@gnu.org>
1171
1172         * message.el (message-smtpmail-send-it)
1173         (message-send-mail-with-mailclient): Doc fixes.
1174
1175 2010-02-16  Glenn Morris  <rgm@gnu.org>
1176
1177         * message.el (message-default-mail-headers): Change the default value
1178         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1179
1180 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1181
1182         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1183         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1184
1185 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1186
1187         * time-date.el (date-to-time): Doc fix (Bug#5408).
1188
1189 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1190
1191         * message.el (message-mail): Just pass yank-action on to message-setup.
1192         (message-setup): Handle (FUN . ARGS) form of yank-action.
1193         (message-with-reply-buffer, message-widen-reply)
1194         (message-yank-original): Handle non-buffer values of
1195         message-reply-buffer (Bug#4080).
1196         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1197
1198 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1199
1200         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1201         Fix typo in docstring.
1202
1203 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1204
1205         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1206         response.
1207
1208 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1209
1210         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1211
1212         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1213
1214         * message.el (message-check-news-header-syntax): Protect against a
1215         string that `rfc822-addresses' returns when parsing fails.
1216
1217 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1218
1219         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1220         (gnus-previous-char-property-change): New functions.
1221
1222         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1223
1224 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1225
1226         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1227         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1228
1229 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1230
1231         * message.el (message-exchange-point-and-mark): Rework last change to
1232         avoid using optional arg of exchange-point-and-mark, for backward
1233         compatibility.
1234
1235 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1236
1237         * message.el (message-exchange-point-and-mark): Call
1238         exchange-point-and-mark with an argument rather than setting
1239         mark-active by hand (Bug#5175).
1240
1241 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1242
1243         * nntp.el (nntp-service-to-port): Work for service expressed with
1244         numeric string; replace [:digit:] with [0-9] for XEmacs.
1245
1246 2009-12-17  Glenn Morris  <rgm@gnu.org>
1247
1248         * gnus-group.el (gnus-bug-group-download-format-alist):
1249         Change emacs entry to debbugs.gnu.org.  Bump :version.
1250
1251 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1252
1253         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1254
1255 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1256
1257         * message.el (message-info): Explain why we use `Info-goto-node'.
1258
1259 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1260
1261         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1262
1263 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1264
1265         * message.el (message-completion-in-region): New compatibility function.
1266         (message-expand-group): Use it.
1267
1268 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1269
1270         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1271         with no unread article should be listed if the 2nd arg `predicate' is
1272         given.
1273
1274 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1275
1276         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1277
1278 2009-11-29  Juri Linkov  <juri@jurta.org>
1279
1280         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1281         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1282         on `gnus-recenter'. (Bug#4698, Bug#4981)
1283
1284 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1285
1286         * sha1.el (sha1-string-external): default-directory "/" in case
1287         otherwise non-existent.  process-connection-type pipe for touch of
1288         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1289
1290 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1291
1292         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1293         it's comms related and sgml-mode.el has "comm" on that basis too.
1294
1295 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1296
1297         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1298         containing tspecial characters if they have been already quoted.
1299
1300 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1301
1302         * dns-mode.el (auto-mode-alist): Purecopy string.
1303
1304 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1305
1306         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1307
1308 2009-10-24  Glenn Morris  <rgm@gnu.org>
1309
1310         * gnus-art.el (help-xref-stack-item): Define for compiler.
1311
1312 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1313
1314         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1315
1316 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1317
1318         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1319
1320 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1321
1322         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1323         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1324
1325 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1326
1327         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1328         (gnus-overlays-in): New alias to overlays-in.
1329
1330         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1331         gnus-overlay-get, and gnus-delete-overlay.
1332         (gnus-summary-show-thread): Make it work as well for systems in which
1333         next-single-char-property-change is not available.
1334         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1335
1336         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1337         (gnus-overlay-get): New alias to extent-property.
1338         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1339
1340         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1341         SXEmacs.
1342
1343         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1344         SXEmacs.
1345
1346 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1347
1348         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1349
1350 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1351
1352         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1353         and XEmacs that don't have `remove-overlays'.
1354
1355 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1356
1357         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1358         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1359         selective display.  Use overlays instead.
1360
1361 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1362
1363         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1364
1365 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1366
1367         * spam-stat.el (spam-stat-load): Fix typo in message.
1368
1369 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1370
1371         * dig.el (dig-invoke): Fix typo in docstring.
1372         (query-dig): Reflow docstring.
1373
1374 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1375
1376         * gnus-art.el (gnus-article-encrypt-body):
1377         * message.el (message-check-recipients):
1378         * mm-util.el (mm-codepage-setup):
1379         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1380         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1381
1382 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1383
1384         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1385         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1386         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1387         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1388         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1389
1390 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1391
1392         * dig.el: Add "Keywords: comm", as per net-utils.el.
1393
1394 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1395
1396         * dig.el (dig-mode): Use define-derived-mode.
1397
1398 2009-09-19  Glenn Morris  <rgm@gnu.org>
1399
1400         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1401
1402 2009-09-18  Glenn Morris  <rgm@gnu.org>
1403
1404         * gnus-diary.el (gnus-diary-check-message):
1405         * message.el (message-insert-formatted-citation-line):
1406         * nnbabyl.el (top-level):
1407         * nndiary.el (nndiary-schedule):
1408         Fix typos in condition-case handlers.
1409
1410 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1411
1412         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1413         configuration that provides the sole article window in a frame;
1414         position point correctly after deleting a part.
1415
1416 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1417
1418         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1419         (spam-resolve-registrations-routine): Use it to unregister articles
1420         that change status.
1421
1422 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1423
1424         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1425         with XEmacs.
1426         (parse-time-string-chars): Use it.
1427
1428 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1429
1430         * imap.el (imap-interactive-login): Better messages.
1431         (imap-open): Fix bug with renamed buffer on reconnect.
1432         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1433         for easier debugging and cleaner code.  On successful (guessed based on
1434         server capabilities) secondary authentication, set imap-state
1435         correctly.
1436         (imap-last-authenticator): Define imap-last-authenticator as a variable
1437         to avoid warnings.
1438
1439 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1440
1441         * nnrss.el (nnrss-request-article): Remove binding of
1442         default-enable-multibyte-characters that has gotten needless by
1443         the 2007-07-13 change in rfc2047-encode-message-header.
1444
1445         * mml.el (mml-insert-multipart): Error on the message header.
1446         (mml-insert-part): Error on the message header; position point at
1447         the end of a MIME tag.
1448
1449 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1450
1451         * time-date.el (autoload): Expand define-obsolete-function-alias into
1452         defalias and make-obsolete for old Emacsen that Gnus supports.
1453         (with-no-warnings): Define it for old Emacsen.
1454         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1455         is available.
1456         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1457         float-time is available; suppress compile warning for time-to-seconds.
1458
1459         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1460         (gnus-float-time): Alias to float-time if it exists.
1461
1462         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1463         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1464         float-time is available; suppress compile warning for time-to-seconds.
1465
1466         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1467         XEmacs.
1468
1469 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1470
1471         * imap.el (imap-message-map): Docstring fix.
1472
1473 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1474
1475         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1476         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1477         Add the optional argument `encoding' that overrides the default.
1478
1479         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1480         mm-encode-buffer.
1481
1482 2009-09-04  Glenn Morris  <rgm@gnu.org>
1483
1484         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1485         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1486         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1487         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1488         * mm-util.el (mm-with-unibyte-current-buffer)
1489         (mm-find-buffer-file-coding-system):
1490         * yenc.el (yenc-decode-region): Use default-value rather than
1491         default-enable-multibyte-characters.
1492
1493 2009-09-03  Glenn Morris  <rgm@gnu.org>
1494
1495         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1496         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1497         than default-enable-multibyte-characters.
1498
1499 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1500
1501         * gnus-art.el (gnus-article-read-summary-keys):
1502         Fix gnus-buffer-configuration's value temporarily used.
1503
1504 2009-09-02  Glenn Morris  <rgm@gnu.org>
1505
1506         * gnus-util.el (gnus-float-time): New function.
1507         * gnus-delay.el (gnus-delay-article):
1508         * gnus-sum.el (gnus-thread-latest-date):
1509         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1510         * nnspool.el (nnspool-request-newgroups):
1511         Use gnus-float-time rather than time-to-seconds.
1512         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1513
1514         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1515         (gnus-header-subject-face, gnus-header-newsgroups-face)
1516         (gnus-header-name-face, gnus-header-content-face):
1517         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1518         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1519         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1520         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1521         (gnus-cite-face-11):
1522         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1523         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1524         (gnus-server-closed-face, gnus-server-denied-face)
1525         (gnus-server-offline-face):
1526         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1527         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1528         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1529         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1530         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1531         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1532         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1533         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1534         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1535         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1536         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1537         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1538         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1539         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1540         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1541         (gnus-summary-high-undownloaded-face)
1542         (gnus-summary-low-undownloaded-face)
1543         (gnus-summary-normal-undownloaded-face)
1544         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1545         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1546         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1547         (gnus-splash-face):
1548         * message.el (message-header-to-face, message-header-cc-face)
1549         (message-header-subject-face, message-header-newsgroups-face)
1550         (message-header-other-face, message-header-name-face)
1551         (message-header-xheader-face, message-separator-face)
1552         (message-cited-text-face, message-mml-face):
1553         * sieve-mode.el (sieve-control-commands-face)
1554         (sieve-action-commands-face, sieve-test-commands-face)
1555         (sieve-tagged-arguments-face):
1556         * spam.el (spam-face):
1557         Mark face aliases with "-face" in the name as obsolete.
1558
1559 2009-09-01  Glenn Morris  <rgm@gnu.org>
1560
1561         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1562         than goto-line.
1563
1564 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1565
1566         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1567         Don't move point if the command is invoked inside the message header.
1568
1569 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1570
1571         * imap.el (imap-send-command): Simplify.
1572         (imap-wait-for-tag): point-max -> buffer-size.
1573
1574 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1575
1576         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1577         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1578         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1579         * nnir.el (nnir-swish-e-index-file):
1580         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1581         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1582         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1583         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1584         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1585         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1586
1587 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1588
1589         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1590         Don't save excursion.
1591
1592 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1593
1594         * nnheader.el (nnheader-find-file-noselect):
1595         * mm-util.el (mm-insert-file-contents):
1596         Use (default-value 'major-mode) instead of default-major-mode.
1597
1598 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1599
1600         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1601
1602 2009-08-26  Glenn Morris  <rgm@gnu.org>
1603
1604         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1605         than placing in files.el.
1606
1607 2009-08-25  Glenn Morris  <rgm@gnu.org>
1608
1609         * nnir.el (top-level): Don't require cl at run-time.
1610         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1611         Replace cl-function substitute with gnus-replace-in-string.
1612         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1613         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1614         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1615         simplified expansions.
1616
1617 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1618
1619         * dig.el (dig): Add autoload cookie.
1620
1621 2009-08-22  Glenn Morris  <rgm@gnu.org>
1622
1623         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1624         goto-line.
1625
1626 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1627
1628         * parse-time.el (parse-time-string-chars): Save match data.
1629
1630 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1631
1632         * parse-time.el (parse-time-string-chars): Compute using character
1633         classes, to handle non-ascii characters (Bug#3190).
1634
1635 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1636
1637         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1638
1639         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1640         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1641         (gnus-mm-display-part, gnus-mime-display-single)
1642         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1643         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1644
1645         * gnus-sum.el
1646         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1647         (gnus-summary-move-article): Add expirable mark to articles copied or
1648         moved to group that has auto-expire turned on if the option is non-nil.
1649
1650 2009-07-24  Glenn Morris  <rgm@gnu.org>
1651
1652         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1653         Fix typo.  (Bug#3903)
1654
1655 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1656
1657         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1658         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1659         that should not be used for draft articles.
1660         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1661         that has no concern in minor mode keys.
1662         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1663         Abolish.
1664
1665 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1666
1667         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1668         article without making inquiry to a user for unknown encoding.
1669
1670         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1671         (nnmaildir--scan): Assume i-node and device number that file-attributes
1672         returns might be cons-cell.
1673
1674         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1675
1676         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1677
1678 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1679
1680         * auth-source.el: Remove docs now in auth.texi.  Don't use
1681         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1682         `auth-source-hide-passwords' and use them.
1683
1684 2009-07-15  Glenn Morris  <rgm@gnu.org>
1685
1686         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1687
1688 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1689
1690         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1691         excessive whitespace from the default values of title and description.
1692
1693 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1694
1695         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1696         mail-fetch-field to fetch Content-Description header in order to
1697         exclude newlines.
1698
1699 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1700
1701         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1702         format used by GnuPG 2.0.11.
1703
1704 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1705
1706         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1707         to deleted part.
1708
1709 2009-05-30  David Engster  <dengste@eml.cc>
1710
1711         * nnmairix.el: Remove old documentation in the commentary block.
1712         (nnmairix-request-group): Do not update active file for nnml back ends.
1713         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1714         end so that overview files are ignored.
1715         (nnmairix-update-groups): Make updating the groups more robust by using
1716         marks.
1717         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1718         with dollar characters in message-id.
1719
1720 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1721
1722         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1723         2008-12-25 in dns.el.
1724
1725 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1726
1727         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1728         could happen if the text is only composed of spaces and/or tabs.
1729
1730 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1731
1732         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1733         when sending a queued message to avoid extra mml tags.
1734
1735 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1736
1737         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1738
1739 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1740
1741         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1742         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1743         rmail-toggle-header for XEmacs;
1744         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1745
1746 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1747
1748         * gnus-dired.el: Remove autoload for gnus-setup-message.
1749         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1750         displaying Gnus logo; always use compose-mail.
1751
1752 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1753
1754         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1755
1756 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1757
1758         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1759         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1760         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1761         available.
1762         (gnus-nocem-epg-verify): New function.
1763
1764 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1765
1766         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1767
1768 2009-02-15  Glenn Morris  <rgm@gnu.org>
1769
1770         * gnus-util.el (rmail-insert-rmail-file-header)
1771         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1772         autoloads.
1773         (rmail-default-rmail-file): Remove unnecessary declaration.
1774         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1775
1776 2009-02-14  Glenn Morris  <rgm@gnu.org>
1777
1778         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1779         variable (only used in gnus-util, which declares it anyway).
1780         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1781         which was only needed by gnus-art (changed to not use it any more).
1782         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1783         only used in gnus-util, which autoloads it itself.
1784         (rmail-update-summary): Fix autoload.
1785
1786         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1787         rather than rmail-output-to-rmail-file.
1788
1789 2009-02-07  Glenn Morris  <rgm@gnu.org>
1790
1791         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1792         autoload of function that no longer exists.
1793         (rmail-toggle-header): Declare.
1794         (message-forward-rmail-make-body): Handle mbox Rmail.
1795
1796 2009-01-31  Glenn Morris  <rgm@gnu.org>
1797
1798         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1799         2009-01-09 change.
1800
1801 2009-01-31  Dave Love  <fx@gnu.org>
1802
1803         * imap.el (imap-fetch-safe): Bind debug-on-error.
1804         (imap-debug): Add imap-fetch-safe.
1805
1806 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1807
1808         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1809         (auth-source-forget-all-cached): New convenience function.
1810         (auth-source-user-or-password): Accept list of modes or a single mode.
1811
1812         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1813         auth-source modes.
1814
1815         * netrc.el (netrc-machine-user-or-password): Use list of
1816         auth-source modes.
1817
1818         * nnimap.el (nnimap-open-connection): Use list of
1819         auth-source modes.
1820
1821         * nntp.el (nntp-send-authinfo): Use list of
1822         auth-source modes.
1823
1824 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1825
1826         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1827         now.
1828
1829 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1830
1831         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1832         coding system in XEmacs; add a workaround for XEmacs.
1833
1834         * lpath.el: Fbind coding-system-aliasee.
1835
1836 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1837
1838         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1839         of current-language-environment.
1840
1841 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1842
1843         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1844         available at runtime.
1845
1846 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1847
1848         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1849
1850 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1851
1852         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1853         the greatest positive fixnum value doesn't work under an XEmacs with
1854         bignum support; use the most-positive-fixnum constant instead,
1855         available since Emacs 21.1 with cl and XEmacs 21.1.
1856
1857 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1858
1859         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1860         XEmacs gets not to work.
1861
1862 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1863
1864         * mm-util.el (mm-coding-system-priorities): Allow the value like
1865         "Japanese (UTF-8)" of current-language-environment.
1866
1867 2009-01-09  Glenn Morris  <rgm@gnu.org>
1868
1869         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1870         with last-command-event.
1871
1872 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1873
1874         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1875         in the doc string.
1876
1877         * message.el (message-fix-before-sending): Amend comment.
1878
1879 2009-01-08  Dave Love  <fx@gnu.org>
1880
1881         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1882
1883 2009-01-07  David Engster  <dengste@eml.cc>
1884
1885         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1886         simplified server definitions by converting it via
1887         gnus-server-to-method.
1888
1889 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1890
1891         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1892         parameter's operands.
1893
1894 2009-01-06  David Engster  <dengste@eml.cc>
1895
1896         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1897         primary select method (for gnus-group-mark-article-as-read).
1898
1899 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1900
1901         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1902         `(gnus)Face', not `(gnus)X-Face'.
1903
1904 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1905
1906         * mm-util.el (mm-ucs-to-char): New function.
1907
1908         * mm-url.el (mm-url-decode-entities): Use it.
1909
1910         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1911         unicode-to-char.
1912
1913 2009-01-05  Dave Love  <fx@gnu.org>
1914
1915         * time-date.el: Require cl for `declare'.
1916
1917 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1918
1919         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1920         Dave Love.
1921
1922 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1923
1924         * message.el (message-fix-before-sending): Add `eight-bit' to
1925         illegible-text check.
1926
1927 2009-01-03  Michael Olson  <mwolson@gnu.org>
1928
1929         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1930         `headers' is nil.  This can occur if the IMAP server does not have
1931         permissions to read messages from a folder, but can write new messages
1932         to the folder.
1933         (nnimap-request-article-part): Do not insert `data' if it is nil.
1934
1935         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1936         characters which will confuse `read', so skip past them.
1937
1938 2009-01-01  Dave Love  <fx@gnu.org>
1939
1940         * imap.el (imap-string-to-integer): Fix typo.
1941         (imap-fetch-safe): New function.
1942         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1943
1944         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1945
1946         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1947         (imap-parse-greeting): Fix doc strings.
1948         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1949         (imap-parse-flag-list): Make messages unique.
1950         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1951
1952         * nnimap.el: Fix author email.
1953         (nnimap-split-rule): Add FIXME comment.
1954         (nnimap-debug): Fix doc string.
1955
1956 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1957
1958         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1959
1960 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1961
1962         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1963         nslookup if resolv.conf isn't available.
1964         (dns-query): Rename from query-dns.
1965         (dns-query-cached): Rename from query-dns-cached.
1966
1967 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1968
1969         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1970         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1971         to check if those variables exist (first appeared in Emacs 18.50).
1972
1973 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1974
1975         * mm-util.el (mm-line-number-at-pos): New function.
1976
1977         * spam-report.el (spam-report-process-queue): Use it.
1978
1979 2008-12-24  David Engster  <dengste@eml.cc>
1980
1981         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1982         parameters that haven't existed as variables as buffer-local variables.
1983
1984 2008-12-23  Dave Love  <fx@gnu.org>
1985
1986         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1987         cadar.
1988
1989         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1990         imap-starttls-p.
1991         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1992
1993 2008-12-22  Dave Love  <fx@gnu.org>
1994
1995         * imap.el: Fix author email.  Doc fixes.
1996         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1997         reply.
1998
1999 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2000
2001         * spam-report.el (spam-report-gmane-max-requests): New constant.
2002         (spam-report-gmane-wait): New variable.
2003         (spam-report-gmane-ham, spam-report-gmane-spam)
2004         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2005         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2006         the server.
2007
2008         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2009         Add explanations.
2010
2011         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2012         nnheader-accept-process-output and nnheader-read-timeout if available.
2013         (pop3-movemail): Use it.
2014
2015         * message.el (message-check-news-body-syntax): Fix signature check if
2016         there's an attachment.
2017
2018 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2019
2020         * mm-util.el: Add comments to the mm- emulating functions.
2021
2022 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2023
2024         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2025         by Stephen Berman <stephen.berman@gmx.net>.
2026
2027 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2028
2029         * mm-util.el (mm-substring-no-properties): New function.
2030         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2031         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2032         (mm-string-to-multibyte): Doc fix.
2033
2034         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2035
2036 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2037
2038         * mml.el (mml-attach-file): Strip text properties from file name.
2039         (Bug#1574)
2040
2041 2008-12-16  Glenn Morris  <rgm@gnu.org>
2042
2043         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2044
2045 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2046
2047         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2048         knows since the charset specified might be a bogus alias that
2049         mm-charset-synonym-alist provides.
2050
2051 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2052
2053         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2054         "ISO_8859-1".
2055
2056         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2057
2058 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2059
2060         * mm-util.el (mm-charset-eval-alist):
2061         Define it before mm-charset-to-coding-system.
2062         (mm-charset-to-coding-system): Add optional argument `silent';
2063         define it before mm-charset-override-alist.
2064         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2065         default value if it can be used in Emacs currently running;
2066         silence mm-charset-to-coding-system.
2067
2068 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2069
2070         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2071         `allow-override' which says whether to use `mm-charset-override-alist'.
2072         (rfc2047-decode-encoded-words): Use it.
2073
2074         * mm-util.el (mm-charset-override-alist): Fix custom type;
2075         add `(gb2312 . gbk)' to choices.
2076
2077 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2078
2079         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2080         fast.
2081
2082         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2083
2084         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2085
2086 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2087
2088         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2089         on links.
2090
2091         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2092
2093 2008-12-03  Lute Kamstra  <lute@gnu.org>
2094
2095         * sha1.el: Remove leading * from docstrings of defcustoms,
2096         deffaces, defconsts and defuns.
2097
2098 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2099
2100         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2101         users' addresses that don't have domain parts.
2102         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2103         rather than message-narrow-to-head since there will be the message
2104         header separator.
2105
2106 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2107
2108         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2109         since the result is inserted in a unibyte buffer anyway.
2110         (nnimap-demule-use-string-to-multibyte): Remove.
2111         (nnimap-demule): Alias it to mm-string-to-multibyte.
2112
2113 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2114
2115         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2116         variable for debugging bug#464 and bug#1174.
2117         (nnimap-demule): Use it.
2118
2119 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2120
2121         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2122         score calculation correctly.
2123
2124 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2125
2126         * message.el (message-send-mail): Just set the buffer to unibyte
2127         rather than use mm-with-unibyte-current-buffer which does a lot more.
2128         (message-send-mail-partially): Don't bother with
2129         mm-with-unibyte-current-buffer since it's already been made unibyte by
2130         message-send-mail.
2131
2132 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2133
2134         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2135
2136 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2137
2138         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2139
2140 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2141
2142         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2143         require itself and to remove `with-no-warnings'.
2144
2145 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2146
2147         * starttls.el (starttls-any-program-available): Get the name of the
2148         available TLS layer program.
2149         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2150         well as the host name in the "opening" message.
2151
2152         * auth-source.el (auth-source-cache, auth-source-do-cache)
2153         (auth-source-user-or-password): Cache passwords and logins by default,
2154         allow override with `auth-source-do-cache'.
2155         (auth-source-forget-user-or-password): Allow users to remove cache
2156         entries if needed.
2157
2158 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2159
2160         * md4.el (md4-buffer): Fix typo in docstring.
2161         (md4, md4-64): Doc fixes.
2162         (md4-pack-int32): Reflow docstring.
2163
2164 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2165
2166         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2167         condition-case to only the forward-sexp call.
2168
2169 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2170
2171         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2172         quotes contained.  Make it more robust regardless by an extra
2173         condition-case wrapper.
2174
2175 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2176
2177         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2178
2179 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2180
2181         * nnml.el (nnml-request-expire-articles): Check if the function set to
2182         `nnmail-expiry-target' returns the symbol `delete'.
2183
2184         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2185
2186         * nnmail.el (nnmail-expiry-target): Fix custom type.
2187
2188 2008-10-02  Glenn Morris  <rgm@gnu.org>
2189
2190         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2191         Silence compiler warning.
2192
2193 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2194
2195         * tls.el (open-tls-stream): Show the actual command being
2196         executed, instead of the format string.
2197
2198 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2199
2200         * lpath.el: Fbind codepage-setup for Emacs 23.
2201
2202 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2203
2204         * mml.el (mml-menu): Don't assume mml2015 is bound.
2205
2206 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2207
2208         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2209         exists.
2210
2211 2008-09-27  Glenn Morris  <rgm@gnu.org>
2212
2213         * gnus-util.el (mail-header-remove-comments): Autoload it.
2214
2215 2008-09-27  Andreas Schwab  <schwab@suse.de>
2216
2217         * gnus-util.el (gnus-split-references): Strip comments.
2218         (gnus-parent-id): Likewise.
2219
2220 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2221
2222         * message.el (message-confirm-send): Fix version.
2223
2224 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2225
2226         * message.el (message-idna-to-ascii-rhs-1): Use
2227         mail-extract-address-components rather than mail-header-parse-addresses
2228         that is an alias by default to ietf-drums-parse-addresses that does not
2229         support non-ASCII names in headers' contents.
2230
2231 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2232
2233         * message.el (message-confirm-send): Fixed variable documentation to
2234         avoid the "y/n" wording.
2235
2236 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2237
2238         * message.el (message-set-auto-save-file-name): Save to a different
2239         filename so multiple messages (especially drafts) can be recovered.
2240
2241 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2242
2243         * message.el (message-confirm-send): Add appropriate version.
2244
2245 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2246
2247         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2248         defvar.
2249
2250 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2251
2252         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2253         (mm-pkcs7-enveloped-magic): Ditto.
2254
2255 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2256
2257         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2258         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2259
2260 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2261
2262         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2263         default, it's better.
2264
2265 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2266
2267         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2268         summary line gnus-number property and ignore them (with a warning
2269         message).
2270
2271 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2272
2273         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2274         macro caddr in the interactive form since it won't be expanded.
2275
2276 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2277
2278         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2279         `charset'; fix name of function called recursively.
2280         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2281
2282 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2283
2284         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2285         (gnus-mime-set-charset-parameters): New function.
2286         (gnus-mime-view-part-as-charset): Use it to correctly display part
2287         specifying wrong charset.
2288
2289 2008-09-08  David Engster  <dengste@eml.cc>
2290
2291         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2292         in completing-read for back end server.
2293
2294 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2295
2296         * message.el (message-confirm-send): New variable to confirm sending a
2297         message.
2298         (message-send): Use it.
2299
2300 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2301
2302         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2303
2304 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2305
2306         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2307
2308 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2309
2310         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2311         prevent tracking too many groups.
2312         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2313         Use it.
2314
2315 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2316
2317         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2318         moving point to the bottom of the window in order to avoid recentering.
2319
2320 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2321
2322         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2323
2324         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2325         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2326         (gnus-article-beginning-of-window): Fix calculation.
2327
2328 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2329
2330         * gnus-msg.el (gnus-summary-supersede-article)
2331         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2332         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2333         message header.
2334
2335 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2336
2337         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2338         pending output coming after the status change.
2339
2340 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2341
2342         * message.el:
2343         * gnus-start.el:
2344         * gnus-registry.el: Remove VMS support.
2345
2346 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2347
2348         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2349         macro.
2350         (rfc2104-hash): Use it.
2351
2352 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2353
2354         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2355         (gnus-summary-sort-by-most-recent-date): New commands.
2356         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2357         and menu entries.
2358
2359 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2360
2361         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2362         don't redisplay article for raw contents; remove plural articles stuff.
2363
2364         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2365         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2366         on gnus-summary-save-article; display results properly.
2367
2368 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2369
2370         * lpath.el: No need to fbind ns-focus-frame.
2371
2372 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2373
2374         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2375
2376 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2377
2378         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2379         gnus-save-all-headers.
2380
2381 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2382
2383         * gnus-util.el (ns-focus-frame): Remove declaration.
2384         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2385         like x.
2386
2387 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2388
2389         * rfc2104.el (rfc2104-zero): Delete defconst.
2390         (rfc2104-hex-alist): Likewise.
2391         (rfc2104-hex-to-int): Delete func.
2392         (rfc2104-hexstring-to-bitstring): Likewise.
2393         (rfc2104-nybbles): New defconst.
2394         (rfc2104-hash): Rewrite for speed.
2395
2396 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2397
2398         * tls.el (open-tls-stream): Make it work with the 2nd argument
2399         BUFFER that is a string but does not exist as a buffer object, as
2400         mentioned in the doc-string.
2401
2402 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2403
2404         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2405         SXEmacs.
2406
2407 2008-07-16  Glenn Morris  <rgm@gnu.org>
2408
2409         * gnus-util.el (ns-focus-frame): Declare for compiler.
2410
2411 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2412
2413         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2414         set as a group parameter.
2415         (gnus-summary-save-in-pipe): Work when it is called independently.
2416         (gnus-summary-pipe-to-muttprint): Don't modify
2417         gnus-summary-pipe-output-default-command.
2418
2419 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2420
2421         * message.el (message-send-mail-with-sendmail):
2422         Display the error message.
2423
2424 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2425
2426         * gnus-art.el (gnus-default-article-saver):
2427         Add gnus-summary-save-in-pipe to choices.
2428         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2429         gnus-summary-pipe-output-default-command as the default command.
2430         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2431         instead of gnus-last-shell-command.
2432
2433         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2434         New user option.
2435         (gnus-summary-muttprint-program): Mention the value will be changed.
2436         (gnus-summary-save-article): Force showing of all headers.
2437         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2438
2439 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2440
2441         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2442
2443 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2444
2445         * nnimap.el (nnimap-id):
2446         * sieve-manage.el (sieve-manage-open): Doc fixes.
2447
2448 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2449
2450         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2451         if available.
2452
2453 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2454
2455         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2456
2457         * nnkiboze.el (nnkiboze-generate-group):
2458         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2459
2460         * nnmairix.el: Require CL.
2461
2462 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2463
2464         * dgnushack.el: Autoload get-display-table and put-display-table for
2465         XEmacs 21.5.
2466
2467         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2468         21.4 and SXEmacs.
2469
2470 2008-06-15  David Engster  <dengste@eml.cc>
2471
2472         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2473
2474 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2475
2476         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2477         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2478         runtime choice under XEmacs.
2479
2480         * gnus-sum.el (gnus-summary-set-display-table):
2481         Use `gnus-put-display-table', `gnus-get-display-table',
2482         `gnus-set-display-table' for the display table, instead of `aset'.
2483
2484         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2485         Use `gnus-put-display-table', `gnus-get-display-table',
2486         `gnus-set-display-table' for the display table.
2487
2488 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2489
2490         * nnmairix.el: Add autoloads.
2491
2492 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2493
2494         * nnmairix.el (nnmairix-delete-recreate-group)
2495         (nnmairix-update-and-clear-marks): Fix error messages.
2496
2497 2008-06-14  David Engster  <dengste@eml.cc>
2498
2499         * nnmairix.el: Upgrade to version 0.6.
2500         (nnmairix-group-toggle-propmarks-this-group)
2501         (nnmairix-group-toggle-readmarks-this-group)
2502         (nnmairix-group-delete-recreate-this-group)
2503         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2504         (nnmairix-remove-tick-mark-original-article): New commands.
2505         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2506         (nnmairix-propagate-marks-to-nnmairix-groups)
2507         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2508         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2509         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2510         functions needed for marks propagation and manipulation of read marks.
2511         (nnmairix-update-groups): New function.
2512         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2513         (nnmairix-determine-original-group-from-registry)
2514         (nnmairix-determine-original-group-from-path)
2515         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2516         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2517         New helper functions.
2518         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2519         keystrokes for new commands.
2520         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2521         (nnmairix-request-group): Check allow-fast group parameter.
2522         (nnmairix-request-create-group): Set allow-fast group parameter if
2523         nnmairix-allowfast-default is set.
2524         (nnmairix-close-group): Propagate marks upon closing if needed.
2525         (nnmairix-group-toggle-threads-this-group): Use new.
2526         nnmairix-group-toggle-parameter helper function.
2527         (nnmairix-search): Better check for empty search result.
2528         (nnmairix-goto-original-article): Use new helper functions for
2529         determining original article.
2530         (nnmairix-show-original-article): Make sure message-id is in brackets.
2531         (nnmairix-call-mairix-binary): Change variable name.
2532         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2533         helper function.
2534         (nnmairix-widget-toggle-activate): Fix doc string.
2535
2536 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2537
2538         * nnir.el: Require edmacro when compiling with XEmacs.
2539         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2540         available in Emacs 21.
2541
2542 2008-06-11  Glenn Morris  <rgm@gnu.org>
2543
2544         * gnus-util.el (x-focus-frame):
2545         * gnus.el (image-size):
2546         * mm-decode.el (image-size): Declare.
2547
2548         * gnus-picon.el (declare-function): Add compat definition.
2549         (image-size): Declare.
2550
2551         * gnus-group.el (tool-bar-map):
2552         * gnus-sum.el (tool-bar-map): Define for compiler.
2553
2554         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2555
2556         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2557
2558         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2559         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2560         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2561         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2562         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2563         * sieve-manage.el, spam-report.el, spam.el:
2564         Remove unnecessary eval-and-compile of autoloads.
2565
2566 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2567
2568         * auth-source.el: Precise Tramp doc.
2569
2570 2008-06-07  Glenn Morris  <rgm@gnu.org>
2571
2572         * nnmairix.el: Remove unnecessary eval-when-compile.
2573
2574 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2575
2576         * lpath.el: Fbind propertize for XEmacs 21.4.
2577
2578 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2579
2580         * nnir.el: Move here from ../contrib.
2581
2582 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2583
2584         * gnus-util.el (gnus-read-shell-command): New function.
2585         * mm-decode.el (mm-pipe-part):
2586         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2587
2588 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2589
2590         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2591
2592 2008-06-03  Glenn Morris  <rgm@gnu.org>
2593
2594         * pop3.el (nnheader-accept-process-output): Autoload it.
2595
2596 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2597
2598         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2599         are not 2-digit hexadecimal characters that follow `%'s.
2600
2601 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2602
2603         * message.el (message-bogus-recipient-p): Fix type in doc string.
2604         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2605         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2606         Improve custom options.
2607         (message-bogus-recipient-p): Adjust accordingly.
2608
2609 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2610
2611         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2612         long-form month and day names.
2613
2614 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2615
2616         * dgnushack.el: Autoload debug, eudc-expand-inline and
2617         pgg-snarf-keys-region for XEmacs.
2618
2619         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2620
2621         * nnmairix.el: Require edmacro when compiling with XEmacs.
2622
2623 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2624
2625         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2626         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2627
2628 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2629
2630         * auth-source.el: Add more docs.
2631
2632         * netrc.el (netrc-machine): Always match if the port is not given.
2633
2634 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2635
2636         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2637         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2638         retrieval faster in some cases, but might make CPU usage larger.  If
2639         this has any bad side effects, we might revert this change.
2640
2641         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2642         seems to make mail retrieval much, much faster.
2643         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2644         unconditionally.
2645
2646         * gnus-draft.el (gnus-group-send-queue): Bind
2647         message-send-mail-partially-limit to nil to avoid being prompted.
2648
2649 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2650
2651         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2652
2653         * message.el (message-bogus-address-regexp): Fix and improve custom
2654         type.
2655         (message-setup-hook): Add message-check-recipients as custom option.
2656
2657 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2658
2659         * message.el (message-cite-function): Remove bogus autoload which crept
2660         in during merge from v5-10.
2661
2662 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2663
2664         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2665
2666         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2667
2668         * auth-source.el: Preliminary Tramp docs.
2669         (auth-sources): Change the default auth-sources to use
2670         EPA .gpg files.
2671
2672 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2673
2674         * nntp.el: Autoload `auth-source-user-or-password'.
2675         (nntp-send-authinfo): Use it.
2676
2677         * nnimap.el: Autoload `auth-source-user-or-password'.
2678         (nnimap-open-connection): Use it.
2679
2680         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2681         for the gnus-message function.
2682         (auth-source-user-or-password): Use it.
2683
2684 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2685
2686         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2687         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2688         (rfc2104-hash): Use it.
2689
2690 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2691
2692         * gnus-art.el (gnus-article-toggle-truncate-lines):
2693         Don't use `iff' in docstring.
2694
2695 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2696
2697         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2698
2699         * gnus-util.el (gnus-extract-address-component-name)
2700         (gnus-extract-address-component-email): Convenience functions around
2701         `gnus-extract-address-components'.
2702
2703         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2704         Use `gnus-extract-address-component-email' to fix bug of comparing full
2705         sender name to `user-mail-address'.
2706
2707 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2708
2709         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2710         catch/throw to optimize.
2711         (gnus-registry-find-keywords): Just use member to find a keyword.
2712
2713 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2714
2715         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2716         is current before calling gnus-server-prepare.
2717         (gnus-server-setup-buffer, gnus-server-update-server)
2718         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2719
2720 2008-05-04  Juri Linkov  <juri@jurta.org>
2721
2722         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2723         (mailcap-file-default-commands): Use mailcap-replace-in-string
2724         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2725         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2726
2727 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2728
2729         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2730
2731 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2732
2733         * gnus.el: Bump version to 0.11.
2734
2735 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2736
2737         * gnus.el: No Gnus v0.10 is released.
2738
2739 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2740
2741         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2742         hooks.
2743         (gnus-update-read-articles): Speed up non-marks-using users.
2744         (gnus-use-marks): Define gnus-use-marks.
2745         (gnus-propagate-marks): Rename variable to something more sensible.
2746
2747 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2748
2749         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2750         (gmm-image-load-path-for-library): Fix typos in docstrings.
2751         (gmm-message): Reflow docstring.
2752
2753 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2754
2755         * mail-source.el (mail-source-set-1, mail-source-bind):
2756         Move auth-source code out of the macro to clean it up and fix bugs.
2757
2758 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2759
2760         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2761         by sender if it's equal to user-mail-address, it's likely to be
2762         useless.
2763
2764         * mail-source.el (mail-source-bind): Don't use user or password if they
2765         are not bound.  Unintern them if they are nil.  Don't use server unless
2766         it's bound, and default it to empty string otherwise.
2767
2768 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2769
2770         * mail-source.el: Load auth-source.el.
2771         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2772         get user name or password, if auth-sources is set up.
2773
2774         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2775         strategy of splitting with parent.
2776         (gnus-registry-split-fancy-with-parent)
2777         (gnus-registry-post-process-groups): Use it and fix prior
2778         bug (returning a list as the split result).
2779
2780         * auth-source.el (auth-sources): Remove server parameter.
2781         (auth-source-pick, auth-source-user-or-password)
2782         (auth-source-user-or-password-imap)
2783         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2784         (auth-source-user-or-password-sftp)
2785         (auth-source-user-or-password-smtp): Remove server parameter.
2786
2787 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2788
2789         * smime.el (smime-sign-region, smime-encrypt-region)
2790         (smime-decrypt-region):
2791         Remove redundant calls to `generate-new-buffer-name'.
2792
2793 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2794
2795         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2796         Don't use QP for message/rfc822.
2797         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2798
2799 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2800
2801         * sieve-manage.el (sieve-string-bytes): Remove.
2802         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2803         correct byte-length only if the process's coding-system is the same as
2804         the one used internally by Emacs to represent strings.
2805
2806 2008-04-22  Juri Linkov  <juri@jurta.org>
2807
2808         * mailcap.el (mailcap-file-default-commands): New function.
2809
2810 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2811
2812         * message.el (message-signature-separator, message-cite-function):
2813         Change custom version.
2814
2815 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2816
2817         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2818         commands.
2819         (tls-checktrust): Ditto.
2820
2821 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2822
2823         * mm-decode.el (mm-display-external): Make temp file read-only.
2824
2825 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2826
2827         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2828         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2829         `C-c C-f d'.
2830
2831 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2832
2833         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2834
2835 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2836
2837         * gnus.el: Bump version to 0.9.
2838
2839 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2840
2841         * gnus.el: No Gnus v0.8 is released.
2842
2843 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2844
2845         * mail-source.el (mail-source-value):
2846         Prefer fboundp to functionp so it works with macros as well.
2847
2848 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2849
2850         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2851         Fix last change in case the element is not even a symbol.
2852
2853 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2854
2855         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2856         Prefer fboundp to functionp so it works with macros as well.
2857
2858 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2859
2860         * auth-source.el: Added docs.
2861         (auth-sources): Modify format to support server.
2862         (auth-source-pick, auth-source-user-or-password)
2863         (auth-source-user-or-password-imap)
2864         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2865         (auth-source-user-or-password-sftp)
2866         (auth-source-user-or-password-smtp): Add server parameter.
2867
2868 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2869
2870         * gnus-registry.el: Initialize the registry when gnus-registry-install
2871         is t.
2872
2873 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2874
2875         * compface.el (uncompface): Make buffer unibyte.
2876
2877 2008-04-05  Glenn Morris  <rgm@gnu.org>
2878
2879         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2880
2881 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2882
2883         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2884         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2885
2886         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2887         multibyteness after rather than before erasing it.
2888
2889         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2890         mm-with-multibyte.
2891         (gnus-request-article-this-buffer): Make sure the proper decoding is
2892         used if gnus-original-article-buffer happens to be unibyte.
2893
2894         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2895         default-enable-multibyte-characters.
2896
2897         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2898         default-enable-multibyte-characters.
2899
2900         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2901
2902         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2903
2904 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2905
2906         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2907         (imap-message-copyuid-1): Use it.
2908         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2909         J. Williams in
2910         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2911
2912         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2913         imap-enable-exchange-bug-workaround.
2914         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2915
2916 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2917
2918         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2919         a 100 byte status-checks into a 2-3MB transfer for each group.
2920         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2921         to enable bug workaround or not.
2922         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2923
2924 2008-03-31  Glenn Morris  <rgm@gnu.org>
2925
2926         * message.el (mml2015-use): Declare for compiler.
2927         (message-info): Require mml2015 when appropriate.
2928
2929 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2930
2931         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2932         whitespace.
2933
2934 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2935
2936         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2937         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2938         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2939         (nntp-service-to-port): New function.
2940         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2941         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2942         (nntp-open-netcat-stream): New function.
2943         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2944
2945 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2946
2947         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2948
2949 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2950
2951         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2952
2953 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2954
2955         * dns.el (dns-write): Use set-buffer-multibyte.
2956
2957 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2958
2959         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2960
2961 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2962
2963         * message.el (message-signature-separator): Change default.
2964         Improve custom type.
2965         (message-cite-function): Change default to
2966         message-cite-original-without-signature.
2967
2968         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2969         toggle.
2970
2971         * message.el (message-check-news-body-syntax): Fix signature check.
2972         (message-setup-1): Mark buffer as unmodified _after_ running
2973         message-setup-hook and handling message-alternative-emails.
2974         (message-shorten-references): Be more strict when building list of
2975         valid references to comply with GNKSA.
2976
2977         * gnus-group.el (gnus-read-ephemeral-bug-group)
2978         (gnus-read-ephemeral-debian-bug-group)
2979         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2980
2981         * message.el (message-info): Don't use booleanp which isn't supported
2982         in Emacs 21 and XEmacs.
2983
2984 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2985
2986         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2987         gnus-group-gmane-group-download-format.
2988         (gnus-group-read-ephemeral-gmane-group): Rename from
2989         gnus-group-read-ephemeral-gmane-group.
2990         (gnus-read-ephemeral-gmane-group-url): Rename from
2991         gnus-group-read-ephemeral-gmane-group-url.
2992         (gnus-bug-group-download-format-alist): New variable.
2993         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2994         (gnus-read-ephemeral-emacs-bug-group): New commands.
2995
2996 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2997
2998         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2999         (gnus-visible-headers): Improve custom type.
3000
3001 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3002
3003         * mml.el (mml-menu): Add workarounds for XEmacs.
3004
3005         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3006         X-Boundary header.
3007
3008         * message.el (message-simplify-recipients): Fix previous commit.
3009
3010 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3011
3012         * mm-util.el (mm-set-buffer-multibyte): New function.
3013         * mm-decode.el (mm-copy-to-buffer): Use it.
3014
3015 2008-03-19  Glenn Morris  <rgm@gnu.org>
3016
3017         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3018         Accidentally removed in the sync process with Emacs.
3019
3020 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3021
3022         * message.el (message-alter-recipients-discard-bogus-full-name):
3023         New function.
3024         (message-alter-recipients-function): New variable.
3025         (message-get-reply-headers): Use it.
3026         (message-replace-header): New helper function.
3027         (message-recipients-without-full-name): New variable.
3028         (message-simplify-recipients): New command.
3029
3030         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3031
3032         * message.el (message-info): Handle EasyPG manual.
3033
3034         * mml.el (mml-menu): Add entry for EasyPG.
3035
3036 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3037
3038         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3039         parameter.
3040
3041         * message.el (message-disassociate-draft): Specify drafts group name
3042         fully.
3043
3044 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3045
3046         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3047         unnecessary duplicates from the match list.
3048
3049 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3050
3051         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3052
3053         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3054
3055         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3056         args of `how-many' of which the XEmacs version doesn't take; declare
3057         Info-index-next as function.
3058
3059 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3060
3061         * gnus-score.el (gnus-score-headers): Fix handling of
3062         gnus-inhibit-slow-scoring.
3063
3064         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3065         string.
3066         (gnus-button-url-regexp): Improve handling of parenthesis.
3067         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3068         (gnus-button-handle-info-keystrokes): Handle index entries.
3069
3070 2008-03-15  Glenn Morris  <rgm@gnu.org>
3071
3072         * parse-time.el (parse-time-string): Simplify.
3073
3074 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3075
3076         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3077         Incoming* files.
3078
3079 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3080
3081         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3082         (auth-source-pick): Use it.
3083
3084 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3085
3086         * binhex.el (binhex-decode-region-internal):
3087         * uudecode.el (uudecode-decode-region-internal):
3088         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3089         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3090         setting default-enable-multibyte-characters.
3091
3092 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3093
3094         * auth-source.el (auth-source-protocols)
3095         (auth-source-protocols-customize, auth-source-choices): Added and
3096         modified variable customizations and defaults.
3097         (auth-source-pick, auth-source-user-or-password)
3098         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3099         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3100         (auth-source-user-or-password-sftp)
3101         (auth-source-user-or-password-smtp): Use new variables and provide an
3102         interface to netrc.el.
3103
3104 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3105
3106         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3107         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3108         Make sure the nntp port to specify is a string.
3109
3110 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3111
3112         * nntp.el: Use with-current-buffer.
3113         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3114         dubious mm-with-unibyte-current-buffer.
3115         (nntp-with-open-group-function): New function extracted from
3116         nntp-with-open-group macro.
3117         (nntp-with-open-group): Use the function, so it's easier to debug.
3118         Add indentation and debugging info.
3119         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3120         the use of the netcat alternatives.
3121
3122         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3123         Avoid mm-string-as-multibyte as well.
3124
3125         * nnweb.el (nnweb-insert-html):
3126         Remove use of nnheader-string-as-multibyte.
3127
3128         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3129         (nnheader-string-as-multibyte): Remove.
3130
3131         * mm-view.el: Use inhibit-read-only.
3132         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3133         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3134         or unibyte-string.
3135
3136         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3137         (mm-uu-yenc-extract): Use with-current-buffer.
3138
3139         * gnus-soup.el (gnus-soup-send-packet): Don't use
3140         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3141
3142         * nnmh.el: Use with-current-buffer.
3143         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3144         mm-string-as-multibyte on the output of mm-encode-coding-string.
3145
3146         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3147         (nnimap-request-move-article): Use with-current-buffer.
3148
3149         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3150         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3151         conversion uses string-make-unibyte rather than string-as-unibyte.
3152
3153         * gnus-msg.el: Use with-current-buffer.
3154
3155         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3156
3157 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3158
3159         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3160         string for caching if it is 'PIN.
3161
3162 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3163
3164         * lpath.el: Consider the case without Emacs/W3.
3165
3166 2008-03-08  Glenn Morris  <rgm@gnu.org>
3167
3168         * time-date.el (date-to-time, time-subtract, time-add)
3169         (safe-date-to-time): Doc fixes.
3170
3171 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3172
3173         * mail-source.el (mail-source-delete-old-incoming-confirm):
3174         Change default to nil.
3175         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3176
3177 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3178
3179         * lpath.el: Rearrange.
3180
3181         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3182         (gnus-article-goto-prev-page): Work for articles having ^L's.
3183
3184         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3185
3186         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3187
3188 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3189
3190         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3191         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3192         (gnus-bookmark-jump): Adjust some variable names.
3193
3194 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3195
3196         * auth-source.el: New package.
3197         (auth-source-choices): Add customization entry point variable.
3198
3199         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3200         bug.
3201
3202 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3203
3204         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3205         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3206         (gnus-registry-install-shortcuts): Rename from
3207         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3208         the `gnus-registry-mark-map' keymap dynamically from
3209         `gnus-registry-marks'.  The generated functions update the summary line
3210         when a registry mark is added or deleted, and will call
3211         `gnus-registry-install-p' (see the comments in the code).
3212         (gnus-registry-user-format-function-M): Use concat intelligently.
3213
3214         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3215         the registry mark functions.
3216
3217 2008-03-05  Glenn Morris  <rgm@gnu.org>
3218
3219         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3220         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3221         gnus-art.
3222         (top-level): No need to load own source when compiling.
3223
3224 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3225
3226         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3227         Suggested by <chris.anderton@zetnet.co.uk>.
3228
3229 2008-03-04  Glenn Morris  <rgm@gnu.org>
3230
3231         * gnus-sum.el (top-level): No need to require gnus when compiling,
3232         since unconditionally required near start of file.
3233         (gnus-summary-display-while-building): Move definition before use.
3234
3235 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3236
3237         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3238         formatting function.
3239
3240 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3241
3242         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3243         with plists.
3244         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3245         Use new format.
3246
3247 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3248
3249         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3250         `where-is-internal' that returns a range of key sequences.
3251
3252 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3253
3254         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3255
3256         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3257         (gnus-summary-jump-to-group): Consider windows on other displayed
3258         frames as well.  Similar changes might be needed elsewhere, but that's
3259         the one I've bumped into during my use.
3260
3261         * nndoc.el (nndoc-oe-dbx-type-p):
3262         * gnus-msg.el (gnus-debug):
3263         * gnus-group.el (gnus-update-group-mark-positions):
3264         Use mm-string-to-multibyte.
3265
3266 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3267
3268         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3269         doesn't handle NotDashEscaped.
3270
3271         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3272         (mml-dnd-attach-options): Fix typo in custom choice.
3273
3274         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3275         nndoc-article-type to mbox.
3276         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3277
3278         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3279         to nil, instead of html2text.
3280
3281         * imap.el (imap-debug): Add `imap-ping-server'.
3282
3283         * gnus-bookmark.el: Add FIXMEs.
3284
3285         * message.el (message-form-letter-separator)
3286         (message-send-form-letter-delay): New variables.
3287         (message-send-form-letter): Use them.  New command to send form
3288         letters.  Requested by Uwe Siart.
3289         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3290
3291 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3292
3293         * Update copyright years.
3294
3295 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3296
3297         Sync from EMACS_22_BASE.
3298
3299         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3300
3301 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3302
3303         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3304         empty author.
3305
3306 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3307
3308         * gnus-registry.el (gnus-registry-marks): Add variable for
3309         customization of marks and their appearance.
3310         (gnus-registry-read-mark): Use it.
3311         (gnus-registry-do-marks): Add utility function to loop through
3312         `gnus-registry-marks'.
3313         (gnus-registry-install-shortcuts-and-menus): Add function to install
3314         shortcuts and menus.
3315         (gnus-registry-initialize): Use it.
3316         (gnus-registry-default-mark): Clarify documentation.
3317
3318 2008-02-29  Glenn Morris  <rgm@gnu.org>
3319
3320         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3321         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3322         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3323         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3324         Change defcustom :version from 23.0 to 23.1.
3325
3326 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3327
3328         * gnus-registry.el (gnus-registry-follow-group-p)
3329         (gnus-registry-post-process-groups): Add functions to aid registry
3330         splitting and improve logging.  Clarify behavior in function
3331         documentation.
3332         (gnus-registry-split-fancy-with-parent): Use them.
3333
3334 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3335
3336         * gnus-art.el: Use with-current-buffer.
3337
3338 2008-02-27  David Engster  <dengste@eml.cc>
3339
3340         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3341         Express real group name in the response.
3342
3343 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3344
3345         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3346         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3347         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3348         autoload gnus-registry-fetch-group when compiling.
3349         (nnmairix-request-group-with-article-number-correction): Remove
3350         unreferenced argument passed to nnmairix-call-backend.
3351
3352 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3353
3354         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3355         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3356         Wilde.
3357
3358 2008-02-27  Glenn Morris  <rgm@gnu.org>
3359
3360         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3361         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3362         variables to defconsts.  Convert comments to doc-strings.
3363         (nnmairix-last-server, nnmairix-current-server): Convert from free
3364         variables to defvars.  Convert comments to doc-strings.
3365         (gnus-registry-fetch-group): Autoload.
3366         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3367         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3368         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3369         caddr.
3370         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3371         nnmairix-request-group-with-article-number-correction call.
3372         (nnmairix-fast, nnmairix-group): New, less general names, for free
3373         variables passed from nnmairix-request-group to
3374         nnmairix-request-group-with-article-number-correction.  Declare.
3375         (nnmairix-request-group-with-article-number-correction):
3376         Use nnmairix-fast, nnmairix-group rather than fast, group.
3377
3378 2008-02-26  David Engster  <dengste@eml.cc>
3379
3380         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3381         version 0.5.
3382
3383 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3384
3385         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3386         instead of making an extra function call.  Don't add the current group
3387         to articles only when they have the group.  Use
3388         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3389         Reported by David <de_bb@arcor.de>.
3390
3391 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3392
3393         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3394         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3395
3396 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3397
3398         * mail-source.el (mail-source-delete-incoming): Change default.
3399         Supplement doc string.
3400
3401         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3402
3403 2008-02-14  Glenn Morris  <rgm@gnu.org>
3404
3405         * time-date.el (format-seconds): New function.
3406
3407 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3408
3409         * nnmail.el (nnmail-message-id-cache-file): Derive from
3410         `gnus-home-directory'.
3411
3412 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3413
3414         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3415         Document negative prefix.
3416
3417         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3418
3419 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3420
3421         * message.el (message-unsent-separator): Add the Exim bounce
3422         separator.
3423
3424 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3425
3426         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3427         list.
3428         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3429         recipient/signer list.
3430
3431 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3432
3433         * Makefile.in (datarootdir): Define.
3434         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3435         name that might contain whitespace.
3436
3437 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3438
3439         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3440         fbound (Emacs 23 unicode), signal an error.
3441
3442 2008-02-08  Glenn Morris  <rgm@gnu.org>
3443
3444         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3445
3446 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3447
3448         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3449         ports to the calls to `netrc-machine-user-or-password' in addition to
3450         "imap" and "imaps".
3451
3452 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3453
3454         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3455
3456         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3457
3458 2008-02-01  Kenichi Handa  <handa@m17n.org>
3459
3460         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3461         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3462         (rfc2104-hash): Convert the result of concat to unibyte string.
3463
3464 2008-02-01  Dave Love  <fx@gnu.org>
3465
3466         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3467         coding-system-for-read.
3468         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3469
3470 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3471
3472         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3473         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3474         <hanche@math.ntnu.no>.
3475
3476 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3477
3478         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3479
3480         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3481
3482 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3483
3484         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3485         * message.el (message-beginning-of-line): Use featurep instead of bound
3486         tests in order to resolve conditionals at compile time.
3487
3488 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3489
3490         * mail-source.el (mail-sources): Add `group' choice.
3491
3492         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3493         parameter `in-group' to control into which group the articles go.
3494         Add treatment of `group' mail-source.
3495
3496 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3497
3498         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3499
3500         * mm-decode.el (mm-dissect-buffer): Decode description.
3501
3502         * mml.el (mml-to-mime): Encode message header first.
3503
3504 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3505
3506         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3507         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3508
3509         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3510         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3511
3512 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3513
3514         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3515
3516 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3517
3518         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3519         prefix keys.
3520         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3521         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3522         gnus-xmas.el.
3523
3524         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3525         (gnus-xmas-article-describe-bindings): New function.
3526         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3527         gnus-xmas-article-describe-bindings.
3528
3529         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3530
3531 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3532
3533         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3534         Add new variables for article mark management.
3535         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3536         list of extra data entries which, when present, will indicate that the
3537         article ID should not be trimmed from the registry.
3538         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3539         functions.
3540         (gnus-registry-read-mark): New function to read a mark name from the
3541         user.
3542         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3543         (gnus-registry-set-article-mark-internal): New functions to add and
3544         remove marks.
3545         (gnus-registry-get-article-marks): New function to show the marks for
3546         an article, or retrieve them for further use.
3547
3548 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3549
3550         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3551         keys when no argument is given.
3552
3553 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3554
3555         * imap.el (imap-ping-server): New variable.
3556         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3557         (imap-ping-server): Minor doc string fixes.
3558
3559 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3560
3561         * imap.el (imap-ping-server): New function.
3562         (imap-opened): Call imap-ping-server.
3563
3564 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3565
3566         * gnus-sum.el (gnus-article-sort-by-random)
3567         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3568         jidanni@jidanni.org.
3569
3570 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3571
3572         * gnus-art.el (gnus-article-describe-bindings): New function.
3573         (gnus-article-read-summary-keys): Use it.
3574         (gnus-article-mode-map): Bind `C-h b' to it.
3575
3576 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3577
3578         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3579         XEmacs.
3580         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3581         against non-character events.
3582
3583         * lpath.el: Fbind map-keymap for Emacs 21.
3584
3585 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3586
3587         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3588         command.
3589         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3590         instead of END.  Change name of the temp file.
3591         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3592         customizable.
3593
3594 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3595
3596         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3597         bind `S W' to gnus-article-wide-reply-with-original; set default
3598         binding to gnus-article-read-summary-send-keys.
3599         (gnus-article-read-summary-keys): Fix the order of keys; display
3600         continuation keys correctly in the echo area; describe bindings
3601         correctly when keys end with `C-h'.
3602         (gnus-article-read-summary-send-keys): New function.
3603         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3604         for gnus-article-read-summary-send-keys; display continuation keys
3605         correctly in the echo area.
3606         (gnus-article-reply-with-original): Ignore prefix argument.
3607         (gnus-article-wide-reply-with-original): New function.
3608
3609         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3610         Emacs 21.
3611
3612 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3613
3614         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3615         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3616
3617 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3618
3619         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3620         (gnus-group-read-ephemeral-gmane-group): New command.
3621
3622 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3623
3624         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3625
3626 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3627
3628         * message.el (message-send-mail-function): Increase custom version.
3629
3630         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3631         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3632
3633 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3634
3635         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3636         for the cases where imap-authenticate is called with a nil buffer
3637         parameter.
3638
3639 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3640
3641         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3642         html parts correctly; support forwarded messages.
3643         (gnus-article-browse-html-article): Remove work buffers.
3644
3645         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3646         compiling.
3647         (netrc-bound-and-true-p): New macro.
3648         (netrc-parse): Use it instead of bound-and-true-p that is not available
3649         in XEmacs 21.4.
3650
3651 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3652
3653         * gnus-registry.el (gnus-registry-mark-article)
3654         (gnus-registry-article-marks): Add functionality to mark articles
3655         through the Gnus registry.
3656
3657         * encrypt.el: Clarify documentation for the new pgg method.
3658         (encrypt-file-alist): Add PGG option.
3659         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3660         functionality.  Abstract password key and messaging to external
3661         functions.
3662         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3663         (encrypt-message-method-and-cipher): Add new convenience external
3664         functions.
3665         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3666         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3667
3668         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3669         (netrc-parse): Use encrypt-file-alist to determine if
3670         encrypt-find-model or encrypt-insert-file-contents should be used.
3671
3672         * encrypt.el: Clarify documentation.  Load password-cache or
3673         password, whichever one is found first, instead of autoloading.
3674
3675 2007-12-19  Glenn Morris  <rgm@gnu.org>
3676
3677         * mml.el (message-options-set, message-narrow-to-head)
3678         (message-in-body-p, message-mail-p, message-encode-message-body):
3679         Autoload.
3680         (message-remove-header, message-narrow-to-headers-or-head)
3681         (message-subscribed-p, message-make-mail-followup-to)
3682         (message-position-on-field, message-news-p)
3683         (message-options-set-recipient, message-generate-headers)
3684         (message-sort-headers): Declare as functions.
3685
3686 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3687
3688         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3689         convention in doc string.
3690
3691 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3692
3693         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3694         title to html parts.
3695         (gnus-article-browse-html-article): Pass message header to it.
3696
3697         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3698
3699 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3700
3701         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3702         or password compatible with XEmacs.
3703
3704 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3705
3706         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3707         format document.
3708         (gnus-mime-delete-part): Don't write description line if empty.
3709         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3710
3711 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
3712
3713         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3714         (gnus-summary-mark-read-and-unread-as-read)
3715         (gnus-summary-mark-current-read-and-unread-as-read)
3716         (gnus-summary-mark-unread-as-ticked): Doc fix.
3717         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3718
3719 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3720
3721         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3722         Christoph Conrad <christoph.conrad@gmx.de>.
3723
3724 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3725
3726         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3727         yes-or-no-p.
3728
3729 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3730
3731         * mm-decode.el (mm-add-meta-html-tag): New function.
3732         (mm-save-part-to-file, mm-pipe-part): Use it.
3733
3734         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3735         gnus-y-or-n-p instead of y-or-n-p.
3736         (gnus-article-browse-html-parts): Work with message/external-body; use
3737         mm-add-meta-html-tag.
3738
3739 2007-12-11  Glenn Morris  <rgm@gnu.org>
3740
3741         * gnus-cache.el: Require gnus-sum not just when compiling.
3742
3743         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3744
3745         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3746         definitions before use.
3747
3748         * mm-decode.el: Require gnus-util.
3749         (mm-remove-part): Only call delete-annotation on XEmacs.
3750
3751         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3752
3753         * nnmail.el: Require gnus-int.
3754
3755         * spam.el: Move `require's before `eval-when-compile's.
3756
3757         * gnus-ems.el (gnus-alive-p):
3758         * gnus-fun.el (message-goto-eoh):
3759         * gnus-util.el (gnus-group-name-decode):
3760         * mail-source.el (gnus-compress-sequence):
3761         * message.el (Info-goto-node, format-spec):
3762         * mm-bodies.el (message-options-get):
3763         * mm-decode.el (mm-view-pkcs7):
3764         * mm-util.el (gmm-write-region):
3765         * mml-smime.el (mml-compute-boundary)
3766         (gnus-completing-read-with-default):
3767         * mml.el (widget-button-press, gnus-make-hashtable):
3768         * mml1991.el (mm-decode-content-transfer-encoding)
3769         (mm-encode-content-transfer-encoding)
3770         (message-options-get, message-options-set):
3771         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3772         * nnfolder.el (gnus-request-group):
3773         * nnheader.el (ietf-drums-unfold-fws):
3774         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3775         * smime.el (gnus-run-mode-hooks):
3776         * spam-stat.el (gnus-message): Autoload.
3777
3778         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3779         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3780         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3781         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3782         Add declare-function compatibility definition.
3783
3784         * gnus-cache.el (nnvirtual-find-group-art):
3785         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3786         (gnus-add-image, gnus-add-wash-type):
3787         * gnus-group.el (nnkiboze-score-file):
3788         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3789         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3790         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3791         (message-tokenize-header, gnus-get-buffer-create)
3792         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3793         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3794         * gnus.el (gnus-group-decoded-name):
3795         * mail-source.el (imap-capability):
3796         * mm-bodies.el (message-options-set):
3797         * mm-decode.el (gnus-configure-windows):
3798         * mm-extern.el (message-goto-body):
3799         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3800         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3801         (epg-sub-key-validity, message-options-set):
3802         * mml.el (widget-event-point, gnus-configure-windows):
3803         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3804         * mml2015.el (epg-check-configuration, epg-configuration)
3805         (message-options-set):
3806         * nndb.el (nndb-request-article):
3807         * nnfolder.el (gnus-request-create-group):
3808         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3809         * nnmaildir.el (gnus-group-mark-article-read):
3810         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3811         * rfc1843.el (message-fetch-field):
3812         * spam.el (gnus-extract-address-components):
3813         Declare as functions.
3814
3815 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3816
3817         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3818
3819         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3820
3821         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3822         bind show-trailing-whitespace for XEmacs.
3823
3824 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3825
3826         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3827         new no-op macro for backward compatibility.
3828
3829         * imap.el (imap-string-to-integer): New function.
3830
3831 2007-12-09  Glenn Morris  <rgm@gnu.org>
3832
3833         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3834
3835         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3836         * message.el, mm-view.el, sieve-manage.el, smime.el:
3837         Add declare-function compatibility definition.
3838
3839         * gnus-art.el (w3-region, w3m-region, Info-menu):
3840         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3841         * gnus-sum.el (gnus-get-predicate):
3842         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3843         * message.el (mail-abbrev-in-expansion-header-p):
3844         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3845         (w3m-detect-meta-charset, w3m-region):
3846         * sieve-manage.el (password-read, password-cache-add)
3847         (password-cache-remove):
3848         * smime.el (password-read-and-add): Declare as functions.
3849
3850 2007-12-08  David Kastrup  <dak@gnu.org>
3851
3852         * gnus-sum.el (gnus-summary-simplify-subject-query):
3853         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3854         `message'.
3855
3856 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3857
3858         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3859         it to bind idna-program, installation-directory, defined-colors, and
3860         face-attribute for XEmacs of the version that compiles defcustom forms.
3861
3862 2007-12-07  Glenn Morris  <rgm@gnu.org>
3863
3864         * gnus-art.el (article-make-date-line): Revert previous change.
3865
3866 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3867
3868         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3869
3870 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3871
3872         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3873         Call gnus-add-to-range ranges only once with a prepared article-list.
3874
3875 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3876
3877         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3878         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3879         group names with backslashes.  Reported by Tassilo Horn
3880         <tassilo@member.fsf.org>.
3881
3882 2007-12-06  Deepak Goel  <deego3@gmail.com>
3883
3884         * gnus-art.el (article-make-date-line):
3885         * gnus-start.el (gnus-load):
3886         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3887
3888 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3889
3890         * gnus-art.el (gnus-use-idna)
3891         * gnus-start.el (gnus-site-init-file)
3892         * message.el (message-use-idna)
3893         * mm-uu.el (mm-uu-hide-markers)
3894         * smiley.el (smiley-style): Revert changes that suppress warnings.
3895
3896 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3897
3898         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3899         specify charset to html source.  Reported by Christoph Conrad
3900         <christoph.conrad@gmx.de>.
3901
3902 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3903
3904         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3905         idna-program in order to suppress byte compile warning issued by XEmacs
3906         that came to byte compile the default value section of defcustom forms
3907         recently.
3908
3909         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3910         value of installation-directory.
3911
3912         * message.el (message-use-idna): Don't directly refer to the value of
3913         idna-program.
3914
3915         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3916
3917         * smiley.el (smiley-style): Don't directly call face-attribute.
3918
3919 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3920
3921         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3922
3923         * gnus-dired.el: Reduce Gnus dependencies.
3924         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3925         require.  Use autoloads instead.
3926         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3927         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3928         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3929         (gnus-dired-mode): Adjust doc string.
3930         (gnus-dired-mail-mode): New variable.
3931         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3932         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3933         (gnus-dired-mail-buffers): New function.  Return mail or message
3934         composition buffers.
3935         (gnus-dired-attach): Use it.
3936         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3937         NO-DECODE.
3938         (gnus-dired-print): Use `gnus-print-buffer' depending on
3939         `gnus-dired-mail-mode'.
3940
3941 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3942
3943         * rfc2047.el (rfc2047-encoded-word-regexp)
3944         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3945         explaining what regexp patterns are for.
3946
3947 2007-12-04  Glenn Morris  <rgm@gnu.org>
3948
3949         * password.el: Move to password-cache.el.
3950
3951         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3952         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3953         * mml-smime.el (password-read, password-cache-add)
3954         (password-cache-remove):
3955         No need to autoload, since mml-sec requires password.
3956
3957         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3958         * message.el (gnus-extract-address-components):
3959         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3960
3961         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3962         password.
3963
3964 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3965
3966         * mailcap.el: Reduce dependencies.
3967         (mail-header-parse-content-type): Autoload.
3968         (mailcap-delete-duplicates): New alias.
3969         (mailcap-mime-info): Add optional argument NO-DECODE.
3970         (mailcap-mime-types): Use mailcap-delete-duplicates.
3971
3972         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3973
3974 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3975
3976         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3977         (imap-parse-status): Upcase status-att for servers that sends them
3978         lower-case (e.g., MS Exchange 2007).
3979
3980 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3981
3982         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3983         function.
3984
3985         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3986         (gnus-uu-yenc-article): New function.
3987
3988         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3989
3990         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3991         buffer.
3992
3993 2007-12-02  Glenn Morris  <rgm@gnu.org>
3994
3995         * binhex.el (binhex): New custom group.
3996         (binhex-decoder-program, binhex-decoder-switches)
3997         (binhex-use-external): Move to the binhex custom group.
3998
3999         * uudecode.el (uudecode): New custom group.
4000         (uudecode-decoder-program, uudecode-decoder-switches)
4001         (uudecode-use-external): Move to the uudecode custom group.
4002
4003         * netrc.el (top-level): Don't load `encrypt' features.
4004         (netrc-parse): Don't use encrypt.
4005         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4006
4007         * encrypt.el: Remove file.
4008
4009 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4010
4011         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4012         matches on patches.
4013
4014         * gnus-art.el (gnus-article-browse-html-article): Mention
4015         `mm-text-html-renderer' in the doc string.
4016
4017         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4018         string.  Add comments.
4019
4020         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4021         if rhs is ASCII.
4022
4023 2007-12-01  Glenn Morris  <rgm@gnu.org>
4024
4025         * mail-source.el (top-level): Require format-spec before
4026         eval-when-compile.
4027
4028 2007-11-30  Glenn Morris  <rgm@gnu.org>
4029
4030         * encrypt.el: Require password, rather than autoloading password-read.
4031
4032 2007-11-29  Glenn Morris  <rgm@gnu.org>
4033
4034         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4035         (sasl-make-client, sasl-next-step, sasl-step-data)
4036         (sasl-step-set-data): Declare as functions.
4037
4038 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4039
4040         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4041
4042 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4043
4044         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4045         certs should be verified and what is to be done in the event of a
4046         verification failure.
4047
4048         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4049         caller can indicate whether the cache should be disregarded for this
4050         call.  This way the result of the call is reproducible at all times and
4051         can be considered a canonical server name for the supplied method.
4052         (gnus-agent-method-p): Canonicalize server names by pushing their
4053         method through `gnus-method-to-server' using the no-cache argument.
4054
4055         * gnus-srvr.el (gnus-server-insert-server-line): Call
4056         `gnus-method-to-server' with `no-cache' argument.
4057
4058         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4059         gnus-agent-possibly-synchronize-flags as this should be called when the
4060         server is actually being opened.
4061         (gnus-agent-possibly-synchronize-flags)
4062         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4063         flags file of an agentized server to the latter function.
4064
4065         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4066         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4067         after a connection has been established successfully.
4068
4069 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4070
4071         * gnus-art.el (article-display-face): Force to display face if called
4072         interactively; check if gnus-article-x-face-too-ugly matches author.
4073         (article-display-x-face): Display face even if From header is missing
4074         as article-display-face does.
4075
4076 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4077
4078         * hashcash.el (message-narrow-to-headers-or-head)
4079         (message-fetch-field, message-goto-eoh)
4080         (message-narrow-to-headers): Declare as functions.
4081
4082 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4083
4084         * mail-source.el (mail-sources): Default to fetch from file for
4085         compatibility with default of nnmail-spool-file.
4086
4087 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4088
4089         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4090         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4091         to look for encoded word that should be encoded again.
4092         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4093         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4094         encoding pattern.
4095         (rfc2047-decode-region): Switch strict regexp and loose one according
4096         to rfc2047-allow-irregular-q-encoded-words.
4097
4098 2007-11-25  Romain Francoise  <romain@orebokech.com>
4099
4100         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4101
4102 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4103
4104         * tls.el (tls-program): Provide more custom choices from
4105         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4106         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4107
4108 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4109
4110         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4111         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4112
4113         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4114         `nnmail-spool-file'.
4115
4116         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4117         `nnmail-spool-file'.
4118
4119         * gnus-move.el (gnus-change-server): Ditto.
4120
4121         * gnus-kill.el (gnus-batch-score): Ditto.
4122
4123         * gnus-cache.el (gnus-jog-cache): Ditto.
4124
4125         * gnus-msg.el (gnus-summary-reply):
4126         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4127
4128 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4129
4130         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4131         version.  Minor improvement to doc strings.
4132         (tls-program): Add comment.
4133
4134 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4135
4136         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4137         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4138         mismatch between the hostname provided in the certificate and the name
4139         of the host connnecting to.
4140         (open-tls-stream): Use them.  Check certificates against trusted root
4141         certificates.
4142
4143 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4144
4145         * gnus-cache.el (gnus-cache-generate-nov-databases):
4146         Use nnml-generate-nov-databases-directory instead of
4147         nnml-generate-nov-databases-1.
4148
4149 2007-11-24  Glenn Morris  <rgm@gnu.org>
4150
4151         * message.el (message-tool-bar-retro): Update for rename
4152         mail_send.xpm->mail-send.xpm.
4153
4154 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4155
4156         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4157         `smime-ldap-search' for Emacs 22 and up.
4158
4159 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4160
4161         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4162
4163         * message.el (message-send-mail-function): Fix error convention.
4164         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4165         (message-widen-reply, message-send-mail, message-talkative-question)
4166         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4167         (message-clone-locals, message-send-news): Use with-current-buffer.
4168         (message-insert-or-toggle-importance): Remove unused var `valid'.
4169         (message-make-references): Remove unused var `new-references'.
4170         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4171
4172 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4173
4174         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4175         (spam-split-symbolic-return-positive): Reflow docstring.
4176         (spam-backends, spam-summary-exit-behavior)
4177         (spam-mark-ham-unread-before-move-from-spam-group)
4178         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4179         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4180         (spam-clear-cache, spam-backend-check, spam-install-backend)
4181         (spam-install-statistical-backend, spam-list-of-processors)
4182         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4183         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4184         (spam-check-crm114, spam-initialize, spam-unload-hook):
4185         Fix typos in docstrings.
4186
4187 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4188
4189         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4190         been checked if they have never been read and those group levels are
4191         higher than the one that a user specified.
4192
4193 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4194
4195         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4196         foreign groups unless a group level is specified by a user.
4197         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4198
4199 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4200
4201         * message.el (message-send-mail-function): Require sendmail.
4202
4203 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4204
4205         * message.el (message-send-mail-function): Check for smtpmail too.
4206
4207         * utf7.el (utf7-encode, utf7-decode): Use coding system
4208         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4209
4210         * message.el (message-send-mail-function): New function.
4211         (message-send-mail-function): Set default using
4212         message-send-mail-function.  Adjust doc string.
4213         (message-send-mail-with-mailclient): New function.
4214
4215 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4216
4217         * smime.el (from):
4218         * rfc2047.el (message-posting-charset):
4219         * qp.el (mm-use-ultra-safe-encoding):
4220         * pop3.el (parse-time-months):
4221         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4222         * nnml.el (files):
4223         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4224         (jka-compr-compression-info-list, ange-ftp-path-format)
4225         (efs-path-regexp):
4226         * nndiary.el (files):
4227         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4228         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4229         (epg-digest-algorithm-alist, inhibit-redisplay)
4230         (password-cache-expiry):
4231         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4232         (pgg-output-buffer, password-cache-expiry):
4233         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4234         (efs-path-regexp):
4235         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4236         (inhibit-redisplay):
4237         * mm-uu.el (file-name, start-point, end-point, entry)
4238         (gnus-newsgroup-name, gnus-newsgroup-charset):
4239         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4240         (latin-unity-ucs-list):
4241         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4242         (mm-uu-binhex-decode-function):
4243         * message.el (gnus-message-group-art, gnus-list-identifiers)
4244         (rmail-enable-mime-composing, gnus-local-organization)
4245         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4246         (gnus-read-active-file, facemenu-add-face-function)
4247         (facemenu-remove-face-function, gnus-article-decoded-p)
4248         (tool-bar-mode):
4249         * mail-source.el (display-time-mail-function):
4250         * gnus-util.el (nnmail-pathname-coding-system)
4251         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4252         (gnus-original-article-buffer, gnus-user-agent)
4253         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4254         (xemacs-codename, sxemacs-codename, emacs-program-version):
4255         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4256         * gnus-start.el (gnus-agent-covered-methods)
4257         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4258         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4259         (gnus-newsgroup-headers, gnus-group-list-mode)
4260         (gnus-group-mark-positions, gnus-newsgroup-data)
4261         (gnus-newsgroup-unreads, nnoo-state-alist)
4262         (gnus-current-select-method, mail-sources)
4263         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4264         (nnmail-spool-file, gnus-cache-active-hashtb):
4265         * gnus-mh.el (mh-lib-progs):
4266         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4267         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4268         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4269         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4270         (gnus-group-buffer):
4271         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4272         (font-lock-set-defaults):
4273         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4274         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4275         (gnus-summary-post-menu, total-parts, type, condition, length):
4276         * gnus-agent.el (gnus-agent-read-agentview):
4277         * flow-fill.el (show-trailing-whitespace):
4278         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4279         eval-and-compile wrappers for byte compiler pacifiers.
4280
4281         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4282         (mm-display-inline-fontify): Check for featurep 'xemacs not
4283         extent-list.
4284
4285         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4286         itimer-list.
4287         (mm-create-image-xemacs): Only do something for XEmacs.
4288         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4289
4290         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4291
4292         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4293         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4294
4295 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4296
4297         * nnimap.el (nnimap-split-download-body):
4298         * gnus-demon.el (gnus-demon):
4299         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4300
4301 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4302
4303         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4304         macros.
4305         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4306         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4307         copy data from unibyte buffer to multibyte current buffer.
4308         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4309         to copy data from unibyte current buffer to multibyte buffer.
4310         (nntp-make-process-buffer): Make process buffer unibyte.
4311
4312         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4313
4314 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4315
4316         * pop3.el (pop3-open-server): Accept and process data more robustly at
4317         connexion start to avoid spurious "POP SSL connexion failed" errors.
4318
4319 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4320
4321         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4322         read group names.
4323
4324 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4325
4326         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4327
4328 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4329
4330         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4331         (nnmail-save-active): Use a unibyte buffer when saving active file,
4332         which may contain non-ASCII group names.
4333
4334         * nnml.el (nnml-request-group): Decode group names in messages.
4335
4336 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4337
4338         * message.el (message-citation-line-function)
4339         (message-insert-formatted-citation-line): Fix spelling of
4340         `message-insert-formated-citation-line'.
4341
4342 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4343
4344         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4345
4346 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4347
4348         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4349         nnmail-pathname-coding-system.
4350
4351         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4352         that a user enters; decode group names in messages.
4353
4354         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4355
4356 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4357
4358         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4359
4360         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4361
4362         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4363         risky local variable.
4364
4365         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4366
4367 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4368
4369         * encrypt.el: Improve documentation to fix function name typo.
4370         Reported by Daiki Ueno <ueno@unixuser.org>.
4371
4372 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4373
4374         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4375         even if the point is not in the last page of an article.
4376         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4377         back to the previous page.
4378
4379 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4380
4381         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4382
4383 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4384
4385         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4386
4387 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4388
4389         * message.el (message-check-news-body-syntax): Avoid
4390         mm-string-as-multibyte.
4391         (message-hide-headers): Don't assume (point-min)==1.
4392
4393 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4394
4395         * message.el (message-remove-blank-cited-lines): Fix if remove is
4396         given.
4397         (message-bogus-address-regexp): New variable.
4398         (message-bogus-recipient-p): New function.
4399         (message-check-recipients): New command.
4400         (message-syntax-checks): Add `bogus-recipient'.
4401         (message-fix-before-sending): Add `bogus-recipient'.
4402
4403         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4404         (gnus-treat-body-boundary): Don't test window-system.
4405
4406 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4407
4408         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4409
4410 2007-10-28  Miles Bader  <miles@gnu.org>
4411
4412         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4413         at compile-time too.
4414
4415 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4416
4417         * gnus-msg.el (gnus-message-setup-hook): Add
4418         `message-remove-blank-cited-lines' to options.
4419
4420 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4421
4422         * message.el (message-remove-blank-cited-lines): New function.
4423         Suggested by Karl Plästerer.
4424
4425 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4426
4427         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4428         mapc.
4429
4430         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4431         (top-level): Use mapc to set functions to be traced for debugging.
4432
4433         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4434         called for effect with while loop.
4435
4436         * message.el (message-talkative-question): Replace mapcar called for
4437         effect with mapc.
4438
4439         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4440         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4441         called for effect with dolist.
4442
4443         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4444
4445         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4446         gnus-extra-headers and nnmail-extra-headers.
4447
4448         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4449         called for effect with dolist.
4450         (top-level): Use mapc to set functions to be traced for debugging.
4451
4452         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4453         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4454         dolist.
4455
4456         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4457         Replace mapcar called for effect with mapc.
4458         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4459         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4460         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4461         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4462
4463         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4464         remove-if that's a cl function.
4465
4466         * webmail.el (webmail-debug): Replace mapcar called for effect with
4467         dolist.
4468
4469         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4470         with mapc.
4471
4472 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4473
4474         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4475         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4476         with while loop.
4477
4478         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4479         functions from article-* functions.
4480         (gnus-multi-decode-header): Replace mapcar called for effect with
4481         dolist.
4482
4483         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4484         (gnus-bookmark-show-details): Replace mapcar called for effect with
4485         while loop.
4486
4487         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4488         called for effect with while loop.
4489
4490         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4491         with dolist.
4492
4493         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4494         mapcar called for effect with dolist.
4495
4496         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4497
4498         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4499         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4500         Replace mapcar called for effect with dolist.
4501         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4502         mapc.
4503
4504         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4505         Replace mapcar called for effect with dolist.
4506         (gnus-topic-list): Replace mapcar called for effect with mapc.
4507
4508         * gnus.el: Use mapc instead of mapcar to add autoloads.
4509
4510 2007-10-23  Richard Stallman  <rms@gnu.org>
4511
4512         * gnus-group.el (gnus-group-highlight): Mark as risky.
4513
4514 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4515
4516         * gnus.el (gnus-server-to-method): Return method found first in
4517         gnus-newsrc-alist.
4518
4519         * gnus-art.el (gnus-article-highlight-signature)
4520         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4521         button overlay without the front stickiness.
4522
4523 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4524
4525         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4526         overview buffer needed a catch to receive its throw.
4527         (gnus-agent-flush-cache): Declared as interactive to make this function
4528         easier to use.
4529
4530 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4531
4532         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4533         `next-line'.
4534
4535 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4536
4537         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4538         exclude address matching message-dont-reply-to-names.
4539
4540 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4541
4542         * gnus-util.el (gnus-string<): New function.
4543
4544         * gnus-sum.el (gnus-article-sort-by-author)
4545         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4546
4547 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4548
4549         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4550         the frame-focus tag is set in gnus-buffer-configuration.
4551
4552 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4553
4554         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4555         the front stickiness.
4556
4557 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4558
4559         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4560         url pattern; remove duplicate one.
4561         (gnus-article-extend-url-button): New function.
4562         (gnus-article-add-buttons): Use it.
4563         (gnus-button-push): Use concatenated url that it makes.
4564
4565 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4566
4567         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4568
4569 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4570
4571         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4572         Don't hardcode point-min==1.
4573
4574 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4575
4576         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4577         Fix comment about "iso8859-1".
4578
4579 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4580
4581         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4582         ones returned from the verify-function.
4583
4584         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4585         mml2015-extract-cleartext-signature if extraction failed.
4586
4587 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4588
4589         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4590         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4591         failed.
4592
4593 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4594
4595         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4596
4597 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4598
4599         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4600         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4601         recommends to use EasyPG instead of PGG.
4602
4603         * pgg.el: Revert to revision 6.23.2.16.
4604
4605         * pgg-def.el: Revert to revision 6.6.2.14.
4606
4607         * pgg-gpg.el: Revert to revision 6.23.2.34.
4608
4609 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4610
4611         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4612         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4613         thread for both the null and zero (kill/expire thread) universal prefix
4614         cases.
4615         (gnus-summary-expire-thread): Add new function to expire a thread,
4616         using gnus-summary-kill-thread.
4617         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4618         shortcuts for gnus-summary-expire-thread.
4619         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4620         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4621
4622 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4623
4624         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4625         extras value, so an extras entry can be deleted.
4626         (gnus-registry-delete-extra-entry): Use it.
4627         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4628         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4629         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4630         storage through the gnus-registry, and provide an appropriate API for
4631         it.
4632
4633 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4634
4635         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4636         Suggested by Leo <sdl.web@gmail.com>.
4637
4638         * gnus.el: Do.
4639
4640 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4641
4642         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4643         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4644
4645         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4646
4647         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4648         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4649
4650 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4651
4652         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4653         newline.
4654         (nnmbox-request-accept-article): Don't change article in source buffer;
4655         narrow to header to use message-fetch-field rather than
4656         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4657         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4658         as delimiters; make sure article ends with newline.
4659         (nnmbox-delete-mail): Correct last position of article to be deleted;
4660         ignore X-Gnus-Newsgroup header in article body.
4661         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4662         positions; make sure article ends with newline.
4663
4664         * message.el (message-display-abbrev): Don't infloop when a user
4665         inserts SPC in the beginning of header.
4666
4667         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4668         coding-system-for-read and coding-system-for-write for XEmacs having no
4669         file-coding feature.
4670
4671         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4672
4673 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4674
4675         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4676         list of groups not followed by default.  Fix type to be regexp.
4677         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4678
4679 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4680
4681         * hmac-def.el (define-hmac-function): Switch from old-style to
4682         new-style backquotes.
4683
4684         * md4.el (md4-make-step): Likewise.
4685
4686 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4687
4688         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4689         raw-text coding system when saving .newsrc file, which may contain
4690         non-ASCII group names.
4691
4692 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4693
4694         * gnus-cus.el (gnus-score-extra): New widget.
4695         (gnus-score-extra-convert): New function.
4696         (gnus-score-customize): Use it for Extra.
4697
4698 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4699
4700         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4701         (mml2015-mailcrypt-clear-verify): Use it.
4702         (mml2015-gpg-clear-verify): Use it.
4703         (mml2015-pgg-clear-verify): Use it.
4704         (mml2015-epg-clear-verify): Replace the current part with the output
4705         from GnuPG; don't extract the plaintext by itself.
4706
4707         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4708         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4709         mml2015-clear-verify-function; don't touch the armor headers or
4710         dash-escaped text here.
4711
4712 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4713
4714         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4715         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4716         parts, or application/octet-stream as a last resort.
4717         (gnus-mime-view-part-as-type): Don't toggle display.
4718         (gnus-mime-view-part-as-charset): Don't turn off display before
4719         querying charset.
4720
4721         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4722         stuff to undisplayer function in Emacs.
4723         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4724
4725         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4726         text/calendar parts.
4727
4728 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4729
4730         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4731         decoding text/calendar parts.
4732
4733         * message.el (message-forward-make-body-mime): Always mark body as
4734         having no illegible text; remove signed-or-encrypted argument.
4735         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4736
4737         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4738         (mml-generate-mime-1): Don't encode body if it is specified to be in
4739         raw form; don't make buffer be unibyte when inserting multibyte string.
4740
4741 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4742
4743         * sha1.el: Fix up comment style.
4744         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4745         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4746
4747         * hex-util.el: Fix up comment style.
4748         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4749
4750         * gnus-salt.el: Use with-current-buffer.
4751         (gnus-pick-setup-message): Fix long-standing typo.
4752
4753 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4754
4755         * imap.el (imap-logout-timeout): New variable.
4756         (imap-logout, imap-logout-wait): New functions.
4757         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4758
4759         * nnimap.el (nnimap-logout-timeout): New server variable.
4760         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4761         nnimap-logout-timeout.
4762
4763         * gnus-art.el (gnus-article-summary-command-nosave)
4764         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4765
4766 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4767
4768         * gnus.el (gnus-maximum-newsgroup): New variable.
4769
4770         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4771         according to gnus-maximum-newsgroup.
4772
4773         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4774         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4775         Limit the range of articles according to gnus-maximum-newsgroup.
4776
4777 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4778
4779         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4780         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4781         Don't perform gnus-configure-windows here; reuse existing sticky
4782         article buffer.
4783
4784         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4785         it doesn't exist in gnus-article-mode.
4786
4787 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4788
4789         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4790         (gnus-agent-decoded-group-name): New function.
4791         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4792         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4793
4794 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4795
4796         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4797         Add binding for gnus-sticky-article.
4798         (gnus-summary-exit): Don't kill sticky article buffers.
4799
4800         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4801         article buffer.
4802         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4803         (gnus-kill-sticky-article-buffers): New commands.
4804
4805 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4806
4807         * nntp.el (nntp-xref-number-is-evil): New server variable.
4808         (nntp-find-group-and-number): If it is non-nil, don't trust article
4809         numbers in the Xref header.
4810
4811 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4812
4813         * gnus-agent.el (gnus-agent-read-group): New function.
4814         (gnus-agent-flush-group, gnus-agent-expire-group)
4815         (gnus-agent-regenerate-group): Use it.
4816         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4817         nnmail-pathname-coding-system.
4818
4819 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4820
4821         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4822
4823         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4824         that are unread as unread, and also as selected so that information of
4825         marks having been changed by a user may be updated when exiting group.
4826
4827 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4828
4829         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4830         calculated ignoring signature parts to gnus-treat-article.
4831
4832 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4833
4834         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4835         a point here in order to keep the window start.
4836         (gnus-insert-mime-security-button): Make a button overlay without the
4837         front stickiness.
4838         (gnus-mime-display-security): Goto the end of a button.
4839
4840         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4841
4842 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4843
4844         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4845         group-name-at-point.
4846         (gnus-group-completing-read): New function that offers decoded
4847         non-ASCII group names for completion.
4848         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4849         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4850         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4851         (gnus-group-fetch-control): Use it.
4852         (gnus-fetch-group): Use group-name-at-point for the initial value
4853         rather than the default value; use gnus-alive-p.
4854
4855         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4856         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4857         (gnus-summary-post-news): Use gnus-group-completing-read.
4858
4859         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4860         (gnus-read-move-group-name): Decode group name for completion.
4861
4862 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4863
4864         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4865         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4866         Yamaoka slightly modified the code).
4867
4868 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4871         (nnmail-split-incoming): Bind it.
4872
4873         * nnml.el (nnml-group-name-charset): New function.
4874         (nnml-decoded-group-name): Use it; don't decode group name if
4875         nnmail-group-names-not-encoded-p is non-nil.
4876         (nnml-encoded-group-name): New function.
4877         (nnml-group-pathname): Inline nnml-decoded-group-name.
4878         (nnml-request-expire-articles): Decode group name in message.
4879         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4880         nnmail-pathname-coding-system.
4881         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4882         not decoded ones according to nnmail-group-names-not-encoded-p.
4883         (nnml-generate-active-info): Use nnml-encoded-group-name.
4884
4885 2007-08-08  Glenn Morris  <rgm@gnu.org>
4886
4887         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4888         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4889         doc-strings and comments.
4890
4891 2007-07-25  Glenn Morris  <rgm@gnu.org>
4892
4893         * Relicense all FSF files to GPLv3 or later.
4894
4895 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4896
4897         * gnus-sum.el (gnus-summary-move-article): Make
4898         gnus-summary-respool-article work.
4899
4900 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4901
4902         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4903         string.
4904
4905 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4906
4907         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4908         that should be ignored when comparing distant RSS articles with local
4909         ones.
4910         (nnrss-make-hash-index): New function.  Create a hash index according
4911         to the ignored fields.
4912         (nnrss-check-group): Use it.
4913
4914 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4915
4916         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4917
4918         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4919
4920         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4921         the new optional argument ENCODED is non-nil.
4922         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4923         coding system for encoding group name.
4924         (gnus-group-make-rss-group): Pass un-encoded group name to
4925         gnus-group-make-group.
4926         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4927         encoded.
4928
4929         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4930         Encode group name to which articles are moved or copied.
4931         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4932         coding system for encoding Newsgroup, Followup-To and Xref headers.
4933
4934         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4935         marks; use nnheader-file-coding-system to write a file.
4936         (nnagent-retrieve-headers): Bind file-name-coding-system to
4937         nnmail-pathname-coding-system.
4938
4939         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4940
4941         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4942         (nnml-request-article, nnml-request-create-group)
4943         (nnml-request-rename-group, nnml-find-id)
4944         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4945         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4946         (nnml-save-marks): Use nnml-group-pathname instead of
4947         nnmail-group-pathname.
4948
4949         (nnml-request-create-group, nnml-request-expire-articles)
4950         (nnml-request-move-article, nnml-request-delete-group)
4951         (nnml-deletable-article-p, nnml-possibly-create-directory)
4952         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4953         (nnml-open-marks): Bind file-name-coding-system to
4954         nnmail-pathname-coding-system.
4955
4956         (nnml-request-article): Pass server argument to nnml-find-group-number.
4957         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4958         server argument to nnml-possibly-create-directory.
4959         (nnml-request-accept-article): Pass server argument to
4960         nnml-active-number and nnml-save-mail.
4961         (nnml-find-group-number): Pass server argument to nnml-find-id.
4962         (nnml-request-update-info): Pass server argument to
4963         nnml-marks-changed-p.
4964
4965         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4966         (nnml-save-mail, nnml-active-number): Add server argument.
4967
4968         (nnml-request-delete-group): Warn if group is missing.
4969         (nnml-get-nov-buffer): Decode group name.
4970         (nnml-generate-active-info): Encode group name.
4971         (nnml-open-marks): Decode group name in messages.
4972
4973 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4974
4975         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4976         if it is not specified.
4977         (gnus-article-pipe-part, gnus-article-save-part)
4978         (gnus-article-interactively-view-part, gnus-article-copy-part)
4979         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4980         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4981         (gnus-article-replace-part, gnus-article-delete-part)
4982         (gnus-article-view-part-as-type): Pass raw prefix argument to
4983         gnus-article-part-wrapper.
4984
4985 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4986
4987         * gnus-agent.el (gnus-agent-save-active): Bind
4988         nnheader-file-coding-system to gnus-agent-file-coding-system.
4989
4990         * gnus-cache.el (gnus-cache-save-buffers)
4991         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4992         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4993         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4994         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4995         (gnus-cache-generate-active, gnus-cache-rename-group)
4996         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4997         (gnus-cache-update-overview-total-fetched-for): Bind
4998         file-name-coding-system to nnmail-pathname-coding-system.
4999         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5000         variables.
5001         (gnus-cache-decoded-group-name): New function.
5002         (gnus-cache-file-name): Use it.
5003         (gnus-cache-generate-active): Use non-decoded group name for active.
5004
5005         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5006         right place.
5007         (gnus-write-active-file): Don't break non-ASCII group names.
5008
5009         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5010         nnmail-pathname-coding-system.
5011
5012         * lpath.el: Bind default-file-name-coding-system,
5013         file-name-coding-system and language-info-alist for XEmacs.
5014
5015         * gnus-uu.el (gnus-uu-decode-save): Typo.
5016
5017 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5018
5019         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5020
5021 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5022
5023         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5024         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5025         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5026         (gnus-agent-flush-group, gnus-agent-flush-cache)
5027         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5028         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5029         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5030         (gnus-agent-regenerate-group)
5031         (gnus-agent-update-files-total-fetched-for)
5032         (gnus-agent-update-view-total-fetched-for): Bind
5033         file-name-coding-system to nnmail-pathname-coding-system.
5034         (gnus-agent-group-pathname): Don't encode file names by
5035         nnmail-pathname-coding-system.
5036         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5037         coding-system-for-write instead of buffer-file-coding-system to
5038         gnus-agent-file-coding-system.
5039
5040         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5041         Decode group name.
5042
5043         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5044
5045         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5046         (gnus-read-newsrc-el-file): Make group names unibyte.
5047
5048         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5049         nnmail-pathname-coding-system.
5050
5051         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5052         (nnrss-request-delete-group): Bind file-name-coding-system to
5053         nnmail-pathname-coding-system.
5054         (nnrss-read-server-data, nnrss-read-group-data): Bind
5055         file-name-coding-system correctly.
5056         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5057
5058         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5059         (nntp-server-to-method-cache): New variable.
5060         (nntp-group-pathname): New function that decodes non-ASCII group names.
5061         (nntp-possibly-create-directory, nntp-marks-changed-p)
5062         (nntp-save-marks, nntp-open-marks): Use it.
5063         (nntp-possibly-create-directory, nntp-open-marks):
5064         Bind file-name-coding-system to nnmail-pathname-coding-system.
5065         (nntp-open-marks): Decode group names when bootstrapping marks.
5066
5067         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5068         Newsgroups and Folowup-To headers.
5069
5070 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5071
5072         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5073         (gnus-server-closed-face, gnus-server-denied-face)
5074         (gnus-server-offline-face): Remove variable.
5075         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5076
5077         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5078         of modifying message-stack directly for XEmacs.
5079
5080         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5081         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5082         if the coding-system argument is nil for XEmacs.
5083
5084         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5085         mm-charset-override-alist.
5086
5087         * rfc2047.el: Don't require base64; require rfc2045 for the function
5088         rfc2045-encode-string.
5089         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5090         to quote the parameter value.
5091
5092 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5093
5094         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5095         form in gnus-group-name-charset-method-alist.
5096
5097         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5098         overrides the default layout edit-form.
5099
5100         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5101
5102         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5103
5104 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5105
5106         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5107         as unfetched articles.
5108
5109 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5110
5111         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5112
5113 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5114
5115         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5116         original back end that keeps marks in the local system.
5117
5118 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5119
5120         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5121         arg of pop-to-buffer for XEmacs.
5122         (gnus-article-read-summary-keys): Ditto; don't restore window
5123         configuration if summary command ends up with neither article buffer
5124         nor summary buffer; describe bindings if summary keys end with C-h.
5125
5126 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5127
5128         * message.el (message-fix-before-sending): Skip raw message part to be
5129         forwarded while checking illegible text.
5130         (message-forward-make-body-mime, message-forward-make-body): Mark
5131         signed or encrypted raw message as having no illegible text.
5132
5133 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5134
5135         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5136         (gnus-message-with-timestamp-1): New macro.
5137         (gnus-message-with-timestamp): New function.
5138         (gnus-message): Use them.
5139
5140         * nnheader.el (nnheader-message): Use them.
5141
5142 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5143
5144         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5145         .newsrc.eld file.
5146
5147 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5148
5149         * gnus-agent.el (gnus-agent-fetch-headers)
5150         (gnus-agent-retrieve-headers): Bind
5151         gnus-decode-encoded-address-function to identity.
5152
5153         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5154         available also when the server returns simply a dot.
5155
5156         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5157
5158 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5159
5160         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5161
5162 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5163
5164         * gnus-ems.el (gnus-x-splash): Make it work.
5165
5166         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5167         from being used.
5168
5169         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5170
5171 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5172
5173         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5174         4th and the 5th arguments.
5175
5176         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5177         the front stickiness.
5178         (gnus-article-summary-command-nosave): Correct the order of the
5179         arguments passed to pop-to-buffer.
5180         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5181         summary command ends up with the article buffer.
5182
5183         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5184         the same faces.
5185
5186 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5187
5188         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5189
5190 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5191
5192         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5193         * gnus-sum.el (gnus-summary-highlight):
5194         * pgg.el (pgg-sign-region, pgg-sign):
5195         * mail-source.el (mail-source-delete-old-incoming-confirm):
5196         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5197
5198 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5199
5200         * gnus-art.el (gnus-mime-view-part-externally)
5201         (gnus-mime-view-part-internally): Fix predicate function passed to
5202         completing-read.
5203
5204         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5205
5206         * gnus.el (gnus-update-message-archive-method): Add :version.
5207
5208 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5209
5210         * gnus.el (gnus-update-message-archive-method): New variable.
5211
5212         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5213         according to gnus-message-archive-method if
5214         gnus-update-message-archive-method is non-nil.
5215
5216 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5217
5218         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5219         by Loic Dachary <loic@dachary.org>.
5220         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5221
5222 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5223
5224         * message.el (message-pop-to-buffer): Add switch-function argument.
5225         (message-mail): Pass switch-function argument to it.
5226
5227 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5228
5229         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5230         Improve doc string.
5231
5232 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5233
5234         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5235         (gnus-header-content)
5236         * gnus-cite.el (gnus-cite-10)
5237         * gnus-srvr.el (gnus-server-closed)
5238         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5239         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5240         (gnus-group-mail-3-empty, gnus-group-mail-low)
5241         (gnus-group-mail-low-empty, gnus-splash)
5242         * message.el (message-header-to, message-header-cc)
5243         (message-header-subject, message-header-other, message-header-name)
5244         (message-header-xheader, message-separator, message-cited-text)
5245         (message-mml): Lighten colors of faces used for dark background.
5246
5247 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5248
5249         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5250         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5251
5252 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5253
5254         * message.el (message-narrow-to-headers-or-head):
5255         Ignore mail-header-separator in the body.
5256
5257 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5258
5259         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5260         same as window size.
5261
5262 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5263
5264         * message.el (message-font-lock-keywords): Use message-header-xheader
5265         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5266         ahead of the anything pattern, to get it recognised.
5267
5268 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5269
5270         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5271         spam.el loads uses it in the compiled defadvice form.
5272
5273 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5274
5275         * gnus-sum.el (gnus-articles-to-read)
5276         (gnus-summary-insert-old-articles): Don't truncate group name for
5277         `read-string'.
5278
5279         * gnus-util.el (gnus-limit-string): Delete this function.
5280
5281         * gnus-sum.el (gnus-simplify-subject-fully): Use
5282         `truncate-string-to-width' instead.
5283
5284 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5285
5286         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5287         if, on summary exit, the next group has to be selected.
5288         (gnus-summary-exit): Use it.
5289
5290 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5291
5292         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5293         non-break space.
5294
5295 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5296
5297         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5298         Check if group is not a directory.
5299         (nnfolder-request-expire-articles): Don't delete articles if the target
5300         group is not available.
5301
5302         * nnml.el (nnml-request-create-group): Properly check if group is not a
5303         file.
5304         (nnml-request-expire-articles): Don't delete articles if the target
5305         group is not available.
5306
5307         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5308         Don't quote characters that are within parentheses.
5309
5310 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5311
5312         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5313         (gnus-handle-ephemeral-exit): Select article according to it.
5314
5315 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5316
5317         * message.el (message-insert-formated-citation-line): Remove newline.
5318         (message-citation-line-format): Add final \n here so that the user can
5319         avoid a blank line.
5320
5321 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5322
5323         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5324         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5325         Update lanl/arXiv support.
5326
5327 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5328
5329         * gnus.el: Bump version number.
5330
5331 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5332
5333         * gnus.el (gnus-version-number): Bump version.
5334
5335 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5336
5337         * gnus.el: No Gnus v0.6 is released.
5338
5339 2007-04-27  Didier Verna  <didier@xemacs.org>
5340
5341         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5342         * gmm-utils.el (gmm-regexp-concat): here.
5343         * message.el: Don't require 'gnus-util.
5344         (message-dont-reply-to-names): Handle name change above.
5345         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5346
5347 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5348
5349         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5350         since the initial value varies according to the system.
5351
5352 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5353
5354         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5355
5356 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5357
5358         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5359
5360 2007-04-24  Didier Verna  <didier@xemacs.org>
5361
5362         Improve the type of gnus-ignored-from-addresses.
5363         * gnus-util.el (gnus-orify-regexp): New function.
5364         * message.el (gnus-util): Require it.
5365         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5366         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5367         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5368
5369 2007-04-24  Didier Verna  <didier@xemacs.org>
5370
5371         * gnus-sum.el:
5372         * gnus-utils.el: Fix some trailing whitespaces.
5373
5374 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5375
5376         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5377         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5378         article's Message-ID; refer parent article in summary buffer.
5379
5380         * message.el (message-bounce): Call mime-to-mml.
5381
5382         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5383         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5384         optimize and/or forms properly.
5385
5386 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5387
5388         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5389         URL.
5390
5391 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5392
5393         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5394
5395 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5396
5397         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5398         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5399         displayed of multipart/alternative part if it is invoked from summary
5400         buffer.
5401
5402         * mm-view.el (mm-inline-text-html-render-with-w3m)
5403         (mm-inline-text-html-render-with-w3m-standalone)
5404         (mm-inline-render-with-function): Use mail-parse-charset by default.
5405
5406 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5407
5408         * parse-time.el (parse-time-string-chars): Check if CHAR
5409         is less than the length of parse-time-syntax.
5410
5411 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5412
5413         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5414         from gnus-newsgroup-processable.
5415
5416 2007-04-16  Didier Verna  <didier@xemacs.org>
5417
5418         * gnus-msg.el (gnus-configure-posting-styles): Handle
5419         message-signature-directory properly with :file syntax.  Reported by
5420         "Leo".
5421
5422 2007-04-11  Didier Verna  <didier@xemacs.org>
5423
5424         New user option: message-signature-directory.
5425         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5426         * message.el (message-insert-signature): Ditto.
5427         * message.el (message-signature-file): Doc update.
5428         * message.el (message-signature-directory): New.
5429
5430 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5431
5432         * gnus-msg.el (gnus-inews-yank-articles): Use
5433         message-exchange-point-and-mark instead of exchange-point-and-mark.
5434
5435 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5436
5437         * message.el (message-yank-original): Make sure cited text ends with
5438         newline; don't exchange point and mark.
5439
5440 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5441
5442         * tls.el (open-tls-stream): Properly handle case where there
5443         is no associated buffer.
5444
5445 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5446
5447         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5448         message-yank-original, make sure (< mark TEXT point).
5449
5450 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5451
5452         * message.el (message-fill-column): New variable.
5453         (message-mode): Use it.  Add comment on a possible new hook.
5454
5455         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5456         (nnmail-get-new-mail): Reformat.
5457
5458         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5459
5460         * gmm-utils.el: Fix Commentary.
5461         (gmm-tool-bar-from-list): Fix typo in doc string.
5462
5463 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5464
5465         * message.el (message-yank-original): Don't switch point and mark
5466         unnecessarily to put point and mark as documented.
5467
5468 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5469
5470         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5471         from the message heads.
5472
5473 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5474
5475         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5476         article buffer does not have a window.  This may not be the best
5477         solution but is certainly better than setting the start of the null,
5478         that is the current, window.
5479
5480 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5481
5482         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5483         (gnus-draft-setup): Run it.
5484
5485         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5486         gnus-score-fast-scoring.  Allow regexp.
5487         (gnus-score-headers): Use it.
5488
5489         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5490         XEmacs.
5491
5492         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5493         string.
5494         (gnus-button-alist): Also catch `<f1> k ...'.
5495         (gnus-treat-display-x-face): Fix doc string.
5496
5497 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5498
5499         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5500         evaluation of gnus-extended-version to ensure correct generation of the
5501         User-Agent header when message-generate-headers-first is used.
5502
5503 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5504
5505         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5506         hashcash-path is nil.  Don't call callback with incorrect number of
5507         parameters if val is 0.
5508
5509 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5510
5511         * message.el (message-required-news-headers):
5512         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5513
5514 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5515
5516         * tls.el (open-tls-stream): In handshake-waiting loop,
5517         don't wait more if there is output available to process.
5518
5519 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5520
5521         * tls.el (tls-program): Doc fix.
5522
5523 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5524
5525         * message.el (message-generate-new-buffers): Change the meaning of the
5526         nil value; add `standard' to the choices; treat t as `unique'; improve
5527         doc string.
5528         (gnus-select-frame-set-input-focus): Autoload.
5529         (message-buffer-name): Search for the existing message buffer if
5530         message-generate-new-buffers is nil or `standard'; treat the value t of
5531         message-generate-new-buffers as `unique'.
5532         (message-pop-to-buffer): Raise the frame already displaying the message
5533         buffer; clear the echo area after querying.
5534         (message-setup): Pass the `continue' argument to compose-mail.
5535         (message-mail): Prefer `switch-function' if it is given; search for the
5536         existing message buffer if the `continue' argument is non-nil; pass
5537         continue and switch-function arguments to compose-mail by way of
5538         message-setup.
5539         (message-mail-other-window): Adjust argument of message-setup.
5540         (message-mail-other-frame): Ditto.
5541
5542 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5543
5544         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5545         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5546         to turn font-lock on when turning gnus-message-citation-mode on.
5547
5548 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5549
5550         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5551         (mml-smime-function-alist): New variable; add epg as the backend.
5552         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5553         mml-smime- functions instead.
5554         * mm-view.el: Require smime.
5555
5556 2007-03-05  Didier Verna  <didier@xemacs.org>
5557
5558         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5559         instead of just inheritance for posting styles.
5560         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5561
5562 2007-02-24  Chris Moore  <dooglus@gmail.com>
5563
5564         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5565         * pgg-pgp.el (pgg-pgp-encrypt-region):
5566         * pgg-gpg.el (pgg-gpg-encrypt-region):
5567         Check pgg-encrypt-for-me if no other recipients.
5568
5569 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5570
5571         * tls.el (tls-certtool-program): Fix custom type.
5572
5573 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5574
5575         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5576         and point-at-eol instead of line-(beginning|end)-position.
5577
5578         * assistant.el (assistant-parse-buffer): Ditto.
5579
5580         * netrc.el (netrc-parse-services): Ditto.
5581
5582 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5583
5584         * mml2015.el (mml2015-epg-find-usable-key): New function.
5585         (mml2015-epg-sign): Use it.
5586         (mml2015-epg-encrypt): Use it.
5587
5588 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5589
5590         * message.el (message-make-in-reply-to): Quote name containing
5591         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5592         if there are special characters.  Reported by NAKAJI Hiroyuki
5593         <nakaji@jp.freebsd.org>.
5594
5595 2007-02-27  Didier Verna  <didier@xemacs.org>
5596
5597         Include the group parameters as well as the topic ones in the
5598         inheritance filter process.
5599         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5600         argument GROUP-PARAMS-LIST.
5601         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5602
5603 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5604
5605         * nntp.el (nntp-never-echoes-commands)
5606         (nntp-open-connection-functions-never-echo-commands): New variables.
5607         (nntp-send-command): Use them.
5608
5609 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5610
5611         * mml2015.el (mml2015-epg-verify): Simplified.
5612
5613 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5614
5615         * mml.el (mml-content-disposition-alist): New user option.
5616         (mml-content-disposition): New function.
5617         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5618         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5619
5620 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5621
5622         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5623         verification.
5624
5625 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5626
5627         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5628         articles posted in the last 24 hours.
5629
5630 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5631
5632         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5633
5634 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5635
5636         * nntp.el (nntp-send-command): Don't wait for echoes when
5637         nntp-open-ssl-stream is used.
5638
5639 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5640
5641         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5642         (gnus-message-add-citation-keywords)
5643         (gnus-message-remove-citation-keywords): Remove.
5644         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5645         directly, make the variables in font-lock-defaults buffer-local, add
5646         gnus-message-citation-keywords to them and then update the value of
5647         font-lock-keywords.
5648
5649 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5650
5651         * message.el (message-cite-original-1): Don't call
5652         gnus-article-highlight-citation.
5653
5654         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5655         citations; fix line count.
5656
5657 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5658
5659         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5660         (gnus-message-add-citation-keywords)
5661         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5662         versions of font-lock-add-keywords and font-lock-remove-keywords to
5663         work with XEmacs correctly.
5664
5665 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5666
5667         * gnus-cite.el (gnus-cite-face-list): Set the values of
5668         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5669         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5670         (gnus-message-cite-prefix-regexp): New variable.
5671         (gnus-message-search-citation-line): Use it; protect against long
5672         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5673         the 0th match data for Emacs.
5674         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5675         (gnus-message-add-citation-keywords): Append keywords rather than
5676         prepending; emulate font-lock-add-keywords if it is not available.
5677         (gnus-message-remove-citation-keywords): Emulate
5678         font-lock-remove-keywords if it is not available.
5679
5680         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5681
5682         * message.el (message-cite-prefix-regexp): Set the value of
5683         gnus-message-cite-prefix-regexp.
5684
5685 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5686
5687         * nnweb.el (nnweb-google-parse-1): Update parser.
5688
5689 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5690
5691         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5692
5693 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5694
5695         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5696         regexp.
5697
5698 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5699
5700         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5701         string-to-multibyte.
5702         (uudecode-decode-region-internal): Use it.
5703
5704         * lpath.el: Fbind string-as-multibyte for XEmacs.
5705
5706 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5707
5708         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5709         custom choice.
5710
5711         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5712
5713 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5714
5715         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5716
5717         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5718         `write-region' to respect `mm-inhibit-file-name-handlers'.
5719
5720 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5721
5722         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5723         Use gnus-home-directory instead of "~/" or "$HOME".
5724
5725 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5726
5727         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5728         to mention filename.
5729         Add comments at beginning regarding usage.
5730         (encrypt-write-file-contents): Change interactive so a string is
5731         acceptable.  If the file has no associated model, show an error instead
5732         of a nonsense prompt.
5733
5734 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5735
5736         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5737         Thanks to Yoshihiko Yamada for kind notification of this typo.
5738
5739 2007-01-12  Kenichi Handa  <handa@m17n.org>
5740
5741         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5742         multibyte buffer.
5743
5744 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5745
5746         * gnus-score.el (gnus-score-fast-scoring): New variable.
5747         (gnus-score-headers): Use it.
5748
5749         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5750
5751         * message.el (message-cite-original-1): Call
5752         gnus-article-highlight-citation if requested.
5753         (message-make-from): Allow name and address as optional arguments.
5754
5755         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5756
5757         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5758         bugs to doc string.
5759         (gnus-button-alist): Add mid\\|message-id.
5760         (gnus-button-fetch-group): Extend for use in
5761         `browse-url-browser-function'.
5762         (gnus-button-url-regexp): Try to catch paired parentheses like in
5763         Wikipedia URLs.
5764
5765         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5766         Suggested by Simon Krahnke <overlord@gmx.li>.
5767
5768 2007-01-13  Romain Francoise  <romain@orebokech.com>
5769
5770         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5771         Update copyright.
5772
5773 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5774
5775         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5776
5777 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5778
5779         * gnus-registry.el (gnus-registry-unfollowed-groups)
5780         (gnus-registry-split-fancy-with-parent): Fix documentation.
5781
5782 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5783
5784         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5785         from nnweb groups.
5786
5787 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5788
5789         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5790         Xref urls.  Erase buffer before requesting head.
5791
5792 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5793
5794         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5795         customizable.
5796
5797 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5798
5799         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5800         no signing key is found.
5801         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5802         no encrypting and/or signing key is found.
5803
5804 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5805
5806         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5807
5808 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5809
5810         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5811         headers read from disk with the ones newly found in the current search.
5812         This should no longer cause problems, because the article numbers in
5813         Gmane's `nov.php' output are ignored since the previous change.
5814
5815 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5816
5817         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5818
5819 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5820
5821         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5822         replace-regexp-in-string; bind url-version; fbind display-images-p and
5823         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5824         find-face and set-itimer-function for Emacs; bind itimer-list for
5825         Emacs.
5826
5827         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5828
5829 2007-01-01  Romain Francoise  <romain@orebokech.com>
5830
5831         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5832
5833 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5834
5835         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5836         `define-minor-mode' macro definition expanded properly.
5837         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5838         exclude it there.
5839
5840         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5841         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5842         `fboundp' test.
5843         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5844         This is OK to autoload in (S)XEmacs now.
5845
5846 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5847
5848         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5849         keystroke.
5850         (gnus-summary-limit-to-singletons): Fix typo.
5851
5852         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5853         else fails.
5854
5855 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5856
5857         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5858         docstring.
5859
5860         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5861         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5862         (gnus-summary-insert-dormant-articles): Fix typo in message.
5863
5864 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5865
5866         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5867         nil for XEmacs.
5868         (gnus-message-citation-mode): Don't autoload in XEmacs.
5869
5870         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5871
5872 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5873
5874         * nnimap.el (nnimap-expunge-search-string): Mention
5875         nnimap-search-uids-not-since-is-evil in docstring.
5876
5877 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5878
5879         * spam.el: Revert to make-obsolete-variable because
5880         define-obsolete-variable-alias is not supported in Emacs 21.
5881
5882         * spam.el (spam-ifile-path, spam-ifile-database-path)
5883         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5884         make-obsolete-variable.
5885         (spam-bsfilter-path, spam-bsfilter-program)
5886         (spam-spamassassin-path, spam-spamassassin-program)
5887         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5888         use "path" inappropriately.
5889         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5890         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5891         variable names.
5892
5893 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5894
5895         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5896         summary buffer.
5897
5898         * password.el (password-cache-remove): Use clear-string to burn
5899         password, if available.
5900
5901 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5902
5903         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5904
5905         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5906
5907         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5908         (gnus-message-highlight-citation): Move defcustom here from
5909         gnus-cite.el.
5910         (gnus-message-citation-mode): Autoload.
5911
5912         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5913         checks to make it compile with XEmacs.
5914         (gnus-message-citation-mode): New minor mode.
5915         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5916         (gnus-message-highlight-citation): New variables.
5917         (gnus-message-search-citation-line)
5918         (gnus-message-add-citation-keywords)
5919         (gnus-message-remove-citation-keywords)
5920         (turn-on-gnus-message-citation-mode)
5921         (turn-off-gnus-message-citation-mode): New functions.
5922
5923 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5924
5925         * gnus-cite.el: Enable highlighting of different citation levels in
5926         message-mode.
5927
5928 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5929
5930         * message.el (message-make-fqdn): Fix comment.
5931         (message-bogus-system-names): Add ".local".
5932
5933         * spam.el (spam-ifile-path, spam-ifile-program)
5934         (spam-ifile-database-path, spam-ifile-database)
5935         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5936         Don't use "path" inappropriately.
5937         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5938         strings.
5939         (spam-check-ifile, spam-ifile-register-with-ifile)
5940         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5941         new variable names.
5942
5943         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5944         (gnus-treat-display-smileys): Simplify using
5945         gnus-image-type-available-p.
5946
5947         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5948         available.
5949
5950         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5951         `display-images-p' if available.
5952
5953 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5954
5955         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5956         one after turning on the buffer's multibyteness instead of decoding
5957         them directly in the unibyte buffer that causes unexpected conversion
5958         in Emacs 23 (unicode).
5959
5960 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5961
5962         * message.el (message-generate-hashcash): Fix custom type.
5963
5964 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5965
5966         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5967
5968 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5969
5970         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5971         disconnect icons.  Add help text.
5972
5973 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5974
5975         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5976         negated to be consistent with the others we handle.
5977
5978 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5979
5980         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5981         version of gnus-summary-buffer to something, so that we can use two
5982         article buffers at the same time.
5983
5984 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5985
5986         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5987         trigger all the extra headers.
5988         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5989         sorting.
5990
5991 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5992
5993         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5994         solid groups.
5995
5996 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5997
5998         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5999
6000 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6001
6002         * legacy-gnus-agent.el: Add Copyright notice.
6003
6004 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6005
6006         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6007
6008 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6009
6010         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6011
6012         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6013         to make it work reliably in CVS Emacs.
6014         (gnus-summary-limit-strange-charsets-predicate)
6015         (gnus-summary-limit-to-predicate): New functions.
6016
6017 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6018
6019         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6020         specifying array size.
6021         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6022         array if it is too small.
6023         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6024         (gnus-sort-threads-loop): New function.
6025
6026 2006-12-06  Chris Moore  <dooglus@gmail.com>
6027
6028         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6029         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6030
6031 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6032
6033         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6034         options.
6035
6036 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6037
6038         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6039         DOS-ing the recipient.
6040
6041         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6042         the headers when creating the mapping to avoid mismappings.
6043         (nnweb-gmane-create-mapping): Always nix out old mapping.
6044
6045 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6046
6047         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6048         and mm-verify-option to never.
6049
6050 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6051
6052         * message.el (message-signed-or-encrypted-p): New function.
6053         (message-forward-make-body): Use it.
6054
6055         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6056         Replace encode-coding-string with mm-encode-coding-string.
6057
6058 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6059
6060         * nneething.el (nneething-decode-file-name): Replace
6061         decode-coding-string with mm-decode-coding-string.
6062
6063         * gnus-int.el (gnus-open-server): Say failed server's name.
6064
6065 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6066
6067         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6068         strings to a single string.  Quote `errors-file-name'.
6069         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6070         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6071         Adjust calls.  Use `shell-quote-argument'.
6072
6073 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6074
6075         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6076         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6077
6078         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6079         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6080         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6081         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6082         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6083         (gnus-subscribe-newsgroup, gnus-1):
6084         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6085         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6086         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6087         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6088
6089 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6090
6091         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6092         keystroke.
6093         (gnus-summary-limit-to-bodies): Implement headersp.
6094
6095 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6096
6097         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6098
6099 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6100
6101         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6102
6103 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6104
6105         * message.el (message-generate-hashcash): Expand range of values to
6106         include `opportunistic'.
6107         (message-send-mail): Use it.
6108
6109 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6110
6111         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6112         and comment it.
6113
6114         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6115
6116 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6117
6118         * gnus-util.el (gnus-extract-address-components): Improve comment.
6119
6120 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6121
6122         * gnus-util.el (gnus-extract-address-components): Work with address in
6123         which the name portion contains @.
6124
6125         * lpath.el: Fbind custom-autoload.
6126
6127 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6128
6129         * gnus.el (gnus-start): Move custom group up.
6130         (gnus-select-method): Don't autoload, but make it available for
6131         `customize-variable'.
6132         (gnus-getenv-nntpserver): Don't autoload.
6133
6134 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6135
6136         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6137
6138 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6139
6140         * message.el (message-sendmail-extra-arguments): New variable.
6141         (message-send-mail-with-sendmail): Use it.
6142
6143 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6144
6145         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6146         mm-with-unibyte-current-buffer to make string unibyte.
6147
6148         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6149         mm-string-as-multibyte.
6150
6151 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6152
6153         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6154         Reported by Werner Koch <wk@gnupg.org>.
6155
6156 2006-11-14  Daiki Ueno  <ueno@p360>
6157
6158         * mml2015.el: Autoload epa-select-keys when compiling.
6159
6160 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6161
6162         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6163         message-options.
6164         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6165
6166 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6167
6168         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6169         EasyPG (< 0.0.6).
6170         (mml2015-always-trust): New user option.
6171         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6172         prompt.
6173
6174 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6175
6176         * nntp.el (nntp-authinfo-force): New variable.
6177         (nntp-send-authinfo): Use it.
6178
6179 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6180
6181         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6182         decode encoded words.  Improve prompt.  Add comment about forwarding.
6183         (message-replacement-char): Move up.
6184
6185 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6186
6187         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6188         instead of gnus-intersection because arguments of gnus-sorted-nunion
6189         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6190
6191 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6192
6193         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6194         (message-simplify-subject-functions): Enable
6195         message-strip-subject-encoded-words by default.
6196
6197 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6198
6199         * message.el (message-strip-subject-encoded-words): New function.
6200         (message-simplify-subject-functions): New variable.
6201         (message-simplify-subject): Use it.  Fix typo in doc string.
6202         Support message-strip-subject-encoded-words.
6203
6204 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6205
6206         * gnus-diary.el (gnus-diary-delay-format-function):
6207         * nndiary.el (nndiary-reminders):
6208         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6209
6210 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6211
6212         * gnus-art.el (article-hide-boring-headers): Fetch date from
6213         gnus-original-article-buffer to avoid problems with localized date
6214         strings.
6215
6216 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6217
6218         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6219
6220 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6221
6222         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6223         New variables.
6224         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6225         (mm-charset-synonym-alist): Move some entries to
6226         mm-codepage-iso-8859-list.
6227         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6228         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6229
6230 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6231
6232         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6233
6234 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6235
6236         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6237         with Emacs 21 and XEmacs.
6238
6239 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6240
6241         * spam.el (spam-parse-address): New function for better parsing,
6242         catching errors, etc.
6243         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6244
6245 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6246
6247         * mm-view.el: Add interactive arg to html2text autoload.
6248
6249 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6250
6251         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6252
6253 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6254
6255         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6256         variables.
6257         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6258         (mm-charset-synonym-alist): Move some entries to
6259         mm-codepage-iso-8859-list.
6260
6261         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6262
6263 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6264
6265         * message.el (message-citation-line-format)
6266         (message-insert-formated-citation-line): Fix implementation of %E, %N
6267         and %n according to the doc string.
6268
6269 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6270
6271         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6272         car-safe to avoid bad parses.
6273
6274 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6275
6276         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6277         names.
6278
6279         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6280
6281 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6282
6283         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6284         header.
6285
6286         * message.el (message-draft-headers): Add Date.
6287         (message-headers-to-generate): Fix typo in docstring.
6288
6289         * nndraft.el (nndraft-required-headers): New variable.
6290         (nndraft-generate-headers): Use it.
6291
6292         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6293
6294 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6295
6296         * gnus-registry.el (gnus-registry-wash-for-keywords)
6297         (gnus-registry-find-keywords): New functions to allow easy searching of
6298         articles that are in the registry.
6299
6300 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6301
6302         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6303         ietf-drums-parse-address instead of gnus-extract-address-components.
6304         Reported by Damien Elmes <damien@repose.cx>.
6305
6306 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6307
6308         * gnus.el (gnus-mime): Remove unused custom group.
6309
6310 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6311
6312         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6313         "blank line" when searching for end of armor headers.
6314
6315 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6316
6317         * gmm-utils.el (gmm-write-region): Fix variable name.
6318
6319 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6320
6321         * gmm-utils.el (gmm-write-region): New function based on compatibility
6322         code from `mm-make-temp-file'.
6323
6324         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6325
6326         * nnmaildir.el (nnmaildir--update-nov)
6327         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6328         Use `gmm-write-region'.
6329
6330 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6331
6332         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6333         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6334
6335         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6336
6337         * message.el (message-replacement-char): New variable.
6338         (message-fix-before-sending): Use it.
6339         (message-simplify-subject): New function to remove duplicate code.
6340         (message-reply, message-followup): Use it.
6341
6342         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6343         gnus-summary-limit-to-articles.
6344
6345 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6346
6347         * gnus-util.el (gnus-with-local-quit): New macro.
6348
6349         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6350
6351 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6352
6353         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6354         ignore non-string data.
6355
6356 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6357
6358         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6359         non-string data (needs to be done in the registry too).
6360
6361 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6362
6363         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6364         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6365         (gnus-registry-split-fancy-with-parent)
6366         (gnus-registry-fetch-simplified-message-subject-fast)
6367         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6368         Remove text properties on ingress into the registry and when it's saved.
6369         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6370         registry from entries with no groups.
6371
6372 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6373
6374         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6375         function to remove string properties.
6376
6377 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6378
6379         * gmm-utils.el (gmm): Adjust custom version.
6380
6381         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6382         custom version.
6383
6384         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6385
6386 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6387
6388         * gnus-art.el (gnus-insert-prev-page-button)
6389         (gnus-insert-next-page-button): Simplify.  Reformat.
6390
6391 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6392
6393         * gnus-art.el (gnus-insert-prev-page-button)
6394         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6395
6396 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6397
6398         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6399
6400 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6401
6402         * gnus-art.el (gnus-insert-mime-button)
6403         (gnus-insert-mime-security-button):
6404         Apply gnus-article-button-face to MIME and security buttons.
6405
6406 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6407
6408         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6409         readable.
6410
6411 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6412
6413         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6414
6415 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6416
6417         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6418         `browse-url-of-file' instead of `browse-url'.
6419
6420 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6421
6422         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6423         regexp.  Articles containing quotation were cut prematurely.
6424
6425 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6426
6427         * message.el (message-cite-original-1): Use nobody by default for the
6428         value of From header.
6429         (message-reply): Ditto.
6430
6431 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6432
6433         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6434         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6435         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6436
6437 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6438
6439         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6440         mails in the doc string.  Add some URLs in comment.
6441         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6442
6443 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6444
6445         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6446         backslashes handling and the way to find boundaries of quoted strings.
6447
6448 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6449
6450         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6451         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6452         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6453         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6454
6455 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6456
6457         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6458         doc string.
6459         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6460
6461 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6462
6463         * lpath.el: Fbind epg-check-configuration.
6464
6465 2006-09-06  Simon Josefsson  <jas@extundo.com>
6466
6467         * mml2015.el (mml2015-use): Doc fix, mention epg.
6468
6469 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6470
6471         * mml2015.el (mml2015-use): Default to epg, if available.
6472
6473 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6474
6475         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6476         message-sender.
6477         (mml1991-epg-encrypt): Ditto.
6478         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6479         message-sender.
6480         (mml2015-epg-encrypt): Ditto.
6481
6482 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6483
6484         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6485         several common directories.
6486
6487 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6488
6489         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6490         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6491
6492 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6493
6494         * gnus-art.el (article-decode-encoded-words): Make it fast.
6495
6496 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6497
6498         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6499
6500         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6501         in quoted string into `\'.
6502
6503 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6504
6505         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6506         Use standard-syntax-table.
6507
6508 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6509
6510         * gnus-art.el (gnus-decode-address-function): New variable.
6511         (article-decode-encoded-words): Use it to decode headers which are
6512         assumed to contain addresses.
6513         (gnus-mime-delete-part): Remove useless `or'.
6514
6515         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6516         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6517         (gnus-nov-parse-line): Use it to decode From header.
6518         (gnus-get-newsgroup-headers): Ditto.
6519         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6520
6521         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6522         (mail-decode-encoded-address-string): New alias.
6523
6524         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6525         New function.
6526         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6527         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6528         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6529         (rfc2047-decode-string): Ditto.
6530         (rfc2047-decode-address-region): New function.
6531         (rfc2047-decode-address-string): New function.
6532
6533 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6534
6535         * message.el (message-caesar-buffer-body): Allow rotating headers.
6536
6537         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6538
6539         * message.el (message-insert-formated-citation-line): Fix %f.
6540         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6541
6542 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6543
6544         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6545         (gnus-bookmark-mouse-available-p): New macro.
6546         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6547         (gnus-bookmark-bmenu-show-infos): Use it.
6548         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6549         (gnus-bookmark-bmenu-hide-infos): Ditto.
6550         (gnus-bookmark-remove-properties): New function.
6551         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6552         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6553         (gnus-bookmark-write-file): Bind coding-system-for-write.
6554         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6555         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6556         group before selecting it.
6557         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6558         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6559         quit-window if it is not available; use gnus-mouse-2 and bind it to
6560         gnus-bookmark-bmenu-select-by-mouse.
6561         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6562         (gnus-bookmark-bmenu-select-by-mouse): New function.
6563
6564 2006-08-13  Romain Francoise  <romain@orebokech.com>
6565
6566         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6567         space.
6568
6569 2006-08-10  Romain Francoise  <romain@orebokech.com>
6570
6571         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6572         (dns-mode-soa-auto-increment-serial): New user option.
6573         (dns-mode-soa-maybe-increment-serial): New function.
6574         (dns-mode): Add the latter to `write-contents-functions'.
6575
6576 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6577
6578         * compface.el (uncompface): Use binary rather than raw-text-unix.
6579
6580 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6581
6582         * compface.el (uncompface): Make sure the eol conversion doesn't take
6583         place when communicating with the external programs.  Reported by
6584         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6585
6586 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6587
6588         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6589
6590 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6591
6592         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6593         Make it more robust by parsing author and date independently.
6594
6595 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6596
6597         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6598
6599 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6600
6601         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6602         first matching secret key.
6603         (mml2015-epg-encrypt): Ditto.
6604
6605         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6606         first matching secret key.
6607         (mml1991-epg-encrypt): Ditto.
6608
6609         * mml2015.el (mml2015-encrypt-to-self): New user option.
6610         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6611         mml2015-epg-encrypt-to-self is set.
6612
6613         * mml1991.el (mml1991-encrypt-to-self): New variable.
6614         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6615         mml1991-epg-encrypt-to-self is set.
6616
6617         * mml2015.el (mml2015-signers): New user option.
6618         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6619         (mml2015-epg-encrypt): Allow to select signing keys.
6620
6621         * mml1991.el (mml1991-signers): New variable.
6622         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6623         (mml1991-epg-encrypt): Allow to select signing keys.
6624
6625 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6626
6627         * nnheader.el (nnheader-insert-head): Make it work even if the file
6628         uses CRLF for the line-break code.
6629
6630 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6631
6632         * mml2015.el: Require mml-sec instead of password.
6633         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6634         (mml2015-cache-passphrase): Inherit the default value from
6635         mml-secure-cache-passphrase.
6636         (mml2015-passphrase-cache-expiry): Inherit the default value from
6637         mml-secure-passphrase-cache-expiry.
6638
6639         * mml1991.el: Require mml-sec instead of password.
6640         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6641         (mml1991-cache-passphrase): Inherit the default value from
6642         mml-secure-cache-passphrase.
6643         (mml1991-passphrase-cache-expiry): Inherit the default value from
6644         mml-secure-passphrase-cache-expiry.
6645
6646         * mml-sec.el: Require password.
6647         (mml-secure-verbose): New user option.
6648         (mml-secure-cache-passphrase): New user option.
6649         (mml-secure-passphrase-cache-expiry): New user option.
6650
6651 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6652
6653         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6654         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6655         andreas@altroot.de (Andreas Vögele).
6656
6657         FIXME: Use `tiny change'?
6658
6659 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6660
6661         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6662         workaround for the url package included with Emacs.
6663
6664         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6665
6666 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6667
6668         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6669         correctly.  This fixes a bug caused by the 2006-05-12 change.
6670
6671 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6672
6673         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6674         some information about the error when saying that the `bogus' mail
6675         group will be used.
6676
6677 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6678
6679         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6680         string.
6681
6682 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6683
6684         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6685
6686 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6687
6688         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6689
6690 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6691
6692         * mml1991.el (mml1991-function-alist): Add epg.
6693         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6694         (mml1991-epg-encrypt): New functions.
6695
6696 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6697
6698         * mml2015.el (mml2015-verbose): New variable.
6699         (mml2015-cache-passphrase): Ditto.
6700         (mml2015-passphrase-cache-expiry): Ditto.
6701         (mml2015-function-alist): Add epg.
6702         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6703         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6704         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6705         functions.
6706
6707 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6708
6709         * message.el (message-cite-original-1): Preserve region when removing
6710         quoted text due to X-No-Archive in order to avoid bogus attribution
6711         when citing multiple messages.
6712
6713 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6714
6715         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6716         Kenneth Jacker <khj@be.cs.appstate.edu>.
6717
6718 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6719
6720         * gnus-diary.el (gnus-user-format-function-d)
6721         (gnus-user-format-function-D): Autoload.
6722
6723         * imap.el (Commentary): Fix typo.
6724
6725         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6726         2006-04-22 contribution.
6727
6728 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6729
6730         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6731         It didn't really fix the bogosity I'm seeing with solid web groups.
6732
6733 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6734
6735         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6736         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6737         created using server names.  If we use the feature without declaring
6738         it, Gnus does not properly manage server and group state.
6739
6740         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6741         bound.
6742
6743 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6744
6745         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6746         looking up the method using GROUP's prefix before inventing a new one.
6747         It is used on killed/unknown groups in various places where returning
6748         an all-new method isn't expected by the caller.
6749
6750         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6751         and match semantics of gnus-group-real-prefix.
6752
6753 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6754
6755         * nnmail.el (nnmail-broken-references-mailers): New variable.
6756         (nnmail-ignore-broken-references): New function generalizing
6757         nnmail-fix-eudora-headers.
6758         (nnmail-fix-eudora-headers): Now obsolete.
6759
6760         * gnus-art.el (gnus-button-handle-custom): Support
6761         `customize-apropos*'.
6762
6763 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6764
6765         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6766
6767         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6768         articles.
6769
6770 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6771
6772         * message.el (message-cite-reply-above): New variable.
6773         (message-yank-original): Use it.
6774
6775 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6776
6777         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6778
6779 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6780
6781         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6782         as read.
6783
6784         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6785
6786 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6787
6788         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6789         (gnus-bookmark-default-file): Use gnus-directory.
6790         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6791         Remove "*" in doc string.
6792         (gnus-bookmark-write-file): Simplify.
6793         (gnus-bookmark-maybe-sort-alist): Use `when'.
6794         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6795         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6796         FIXME about Emacs 21 and XEmacs compatibility.
6797         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6798         compatibility.
6799         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6800         compatibility.
6801         (gnus-bookmark-menu-heading): Fix version.
6802
6803 2006-06-19  Bastien Guerry  <bzg@altern.org>
6804
6805         * gnus-bookmark.el: New file.
6806
6807 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6808
6809         * message.el (message-syntax-checks): Doc fix.
6810
6811 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6812
6813         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6814         unsubscribed groups as if they were killed ones.  It causes duplicate
6815         entries in gnus-newsrc-alist.
6816
6817 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6818
6819         * message.el (message-syntax-checks): Doc fix.
6820         (message-send-mail): Add check for continuation headers.
6821         (message-check-news-header-syntax): Fix regexp used to check for
6822         continuation headers.
6823
6824 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6825
6826         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6827
6828 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6829
6830         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6831
6832 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6833
6834         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6835         default-truncate-lines.
6836
6837 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6838
6839         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6840         to fill the utf-8 entry.
6841
6842         * lpath.el: Fbind unicode-precedence-list.
6843
6844 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6845
6846         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6847
6848 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6849
6850         * gnus-agent.el (directory-files-and-attributes): Move all the way
6851         forward (the third and final move).
6852         (gnus-agent-read-agentview): Trap reconstruction errors due to
6853         nonexistant directory.  Handle by returning nil.
6854
6855 2006-05-30  Didier Verna  <didier@xemacs.org>
6856
6857         * message.el (message-dont-reply-to-names): Update the custom type.
6858         * message.el (message-dont-reply-to-names): New defsubst: potentially
6859         convert a list of regexps into a single one.
6860         * message.el (message-get-reply-headers): Use it.
6861         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6862
6863 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6864
6865         * gnus-agent.el (directory-files-and-attributes): Move forward.
6866
6867 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6868
6869         * gnus-ml.el (gnus-mailing-list-subscribe)
6870         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6871         (gnus-mailing-list-message): Fix doc strings.
6872
6873 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6874
6875         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6876         of doing it manually.
6877
6878 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6879
6880         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6881         comment.
6882
6883 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6884
6885         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6886         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6887         (gnus-agent-read-local): All symbols allocated in my-obarray.
6888         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6889         (gnus-agent-regenerate-group): Check numeric names to see if they are
6890         messages or groups.
6891         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6892         better way of do this...)
6893
6894         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6895         'dummy.group' (there should be a better way of do this...)
6896
6897 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6898
6899         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6900         (gnus-saved-headers): Ditto.
6901         (gnus-default-article-saver): Mention functions may have properties.
6902         (gnus-article-save): Override gnus-save-all-headers and
6903         gnus-saved-headers by :headers property which saver function may have.
6904         (gnus-summary-save-in-file): Add :headers property.
6905         (gnus-summary-write-to-file): Ditto.
6906
6907         * gnus-sum.el (gnus-summary-save-article): Bind
6908         gnus-prompt-before-saving to t when saving many articles in a file;
6909         always show all headers.
6910
6911         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6912
6913 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6914
6915         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6916         marks.
6917
6918         * message.el (message-indent-citation): Add optional arguments to allow
6919         using it outside of message buffers.
6920
6921         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6922         (gnus-article-treat-unfold-headers): Use it.
6923         (gnus-article-truncate-lines): New variable.
6924         (gnus-article-mode): Use it.
6925         (gnus-article-toggle-truncate-lines): New function.
6926
6927         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6928         gnus-article-toggle-truncate-lines.
6929
6930         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6931         coding system in XEmacs, use binary.
6932
6933 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6934
6935         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6936         after-load-alist.
6937
6938         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6939         this function should save decoded articles.
6940         (gnus-summary-write-to-file): Use property to specify this function
6941         should save decoded articles and specify gnus-summary-save-in-file
6942         should be used to save articles other than the first one when saving
6943         many articles.
6944         (gnus-summary-save-body-in-file): Use property to specify this
6945         function should save decoded articles.
6946         (gnus-summary-write-body-to-file): Use property to specify this
6947         function should save decoded articles and specify
6948         gnus-summary-save-body-in-file should be used to save articles other
6949         than the first one when saving many articles.
6950
6951         * gnus-sum.el (gnus-summary-save-article): Simplify.
6952
6953 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6954
6955         * gnus-art.el (gnus-default-article-saver): Add
6956         gnus-summary-write-body-to-file.
6957         (gnus-article-save-coding-system): Don't use coding system object
6958         in XEmacs.
6959         (gnus-read-save-file-name): Add optional `dir-var' argument which
6960         specifies directory in which files are saved; work even if optional
6961         `variable' argument is not specified.
6962         (gnus-summary-write-to-file): Read file name.
6963         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6964         (gnus-summary-write-body-to-file): New function.
6965
6966         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6967         (gnus-summary-local-variables): Add it.
6968         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6969         (gnus-summary-save-article): Remove optional `decode' argument;
6970         determine whether to decode articles by the value of
6971         gnus-default-article-saver; when saving many files using
6972         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6973         it first and use gnus-summary-save-in-file or
6974         gnus-summary-save-body-in-file thereafter unless
6975         gnus-prompt-before-saving is always; move point to article which
6976         will be saved.
6977         (gnus-summary-save-article-file): Revert.
6978         (gnus-summary-write-article-file): Revert.
6979         (gnus-summary-save-article-body-file): Revert.
6980         (gnus-summary-write-article-body-file): New function.
6981
6982 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6983
6984         * gnus-art.el (gnus-default-article-saver): Doc fix.
6985         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6986         from gnus-summary-save-article-coding-system, and default to a
6987         certain coding system.
6988         (gnus-output-to-file): Add coding cookie and encode text according
6989         to gnus-article-save-coding-system; don't use mm-append-to-file.
6990
6991         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6992         gnus-art.el and rename to gnus-article-save-coding-system.
6993         (gnus-summary-save-article): Require gnus-art; don't show all
6994         headers if it decodes articles; don't add coding cookie here;
6995         don't bind mm-text-coding-system-for-write.
6996         (gnus-summary-save-article-file): Save decoded articles.
6997         (gnus-summary-write-article-file): When saving many files, use
6998         gnus-summary-write-to-file first and gnus-summary-save-in-file
6999         thereafter unless gnus-prompt-before-saving is always.
7000         (gnus-summary-save-article-body-file): Save decoded articles.
7001
7002         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7003
7004 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7005
7006         * nnrss.el (nnrss-check-group): Bind hash-index.
7007
7008 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7009
7010         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7011         its hash index.  Store this hash in `nnrss-group-data'.
7012         (nnrss-read-group-data): Update accordingly.
7013
7014 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7015
7016         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7017         entry.
7018
7019         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7020         gnus-article-browse-html-article.
7021
7022 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7023
7024         * gnus-sum.el (gnus-summary-mime-map): Add
7025         gnus-article-browse-html-article.
7026
7027         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7028
7029 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7030
7031         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7032         suitable coding systems in customize.
7033
7034 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7035
7036         * mail-source.el (mail-sources): Fix custom type.
7037
7038 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7039
7040         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7041         (gnus-summary-expire-articles-now): Shorten prompt.
7042
7043         * gmm-utils.el (wid-edit): Require.
7044         (defun-gmm): Renamed from `gmm-defun-compat'.
7045         (gmm-image-search-load-path): Use it.
7046         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7047
7048 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7049
7050         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7051         variable.
7052         (gnus-summary-save-article): Add optional `decode' argument.  If
7053         it is set and gnus-summary-save-article-coding-system is non-nil,
7054         save decoded article.
7055         (gnus-summary-write-article-file): Save decoded article if
7056         gnus-summary-save-article-coding-system is non-nil.
7057
7058         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7059         type.
7060
7061 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7062
7063         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7064
7065 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7066
7067         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7068         first to test gnus-single-article-buffer which may be buffer-local.
7069
7070         * gnus-sum.el (gnus-summary-setup-buffer): Make
7071         gnus-single-article-buffer buffer-local and nil in ephemeral
7072         group; make gnus-article-buffer, gnus-article-current, and
7073         gnus-original-article-buffer always buffer-local.
7074         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7075         group.
7076         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7077
7078 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7079
7080         * nnml.el (nnml-request-compact-group): Compressed files might not
7081         have .gz extension.
7082
7083 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7084
7085         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7086         (mm-copy-to-buffer): Use with-current-buffer.
7087         (mm-display-part): Simplify.
7088         (mm-inlinable-p): Add optional arg `type'.
7089
7090 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7091
7092         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7093         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7094         Try harder to show the attachment internally or externally using
7095         gnus-mime-view-part-as-type.
7096
7097 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7098
7099         * message.el (message-from-style, message-signature-separator)
7100         (message-user-organization-file, message-send-mail-function)
7101         (message-citation-line-function, message-yank-prefix)
7102         (message-indent-citation-function, message-signature)
7103         (message-signature-file, message-signature-insert-empty-line):
7104         Remove autoloads.
7105
7106         * gnus-art.el (gnus-buttonized-mime-types): Remove
7107         "multipart/signed".  Revert 2006-04-26 change.
7108
7109 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7110
7111         * gnus.el (gnus-version-number): Bump version.
7112
7113 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7114
7115         * gnus.el: No Gnus v0.5 is released.
7116
7117 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7118
7119         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7120         fetching articles by message-id.
7121
7122 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7123
7124         * message.el (hashcash): Require hashcash as normal.
7125
7126         * ecomplete.el (ecomplete-highlight-match-line): Use
7127         point-at-eol.
7128         (ecomplete-highlight-match-line): Use `highlight', because that
7129         face exists in both Emacs and XEmacs.
7130
7131         * message.el (message-display-abbrev): Use point-at-bol.
7132
7133         * mail-source.el: Don't require timer/timer-funcs.
7134
7135         * gnus-async.el: Ditto.
7136
7137         * password.el: Ditto.
7138
7139         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7140
7141         * mm-url.el: Ditto.
7142
7143         * gnus-xmas.el: Don't require timer-funcs.
7144
7145         * mm-util.el: Require timer/timer-funcs.
7146
7147 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7148
7149         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7150         Close.
7151
7152 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7153
7154         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7155         unibyte after clear-decrypt function runs.
7156
7157         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7158         returns as a unibyte string.
7159
7160 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7161
7162         * lpath.el: Revert.
7163
7164         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7165         (pgg-gpg-process-sentinel): Revert.
7166
7167         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7168         (pgg-pgp-lookup-key): Revert.
7169
7170         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7171         (pgg-pgp5-lookup-key): Revert.
7172
7173         * pgg.el (pgg-fetch-key): Revert.
7174
7175 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7176
7177         * lpath.el: Fbind string-as-multibyte for XEmacs.
7178
7179         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7180         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7181         (mml1991-pgg-encrypt): Ditto.
7182
7183         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7184         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7185         a multibyte buffer.
7186
7187         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7188         (pgg-pgp-lookup-key): Ditto.
7189
7190         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7191         (pgg-pgp5-lookup-key): Ditto.
7192
7193         * pgg.el (pgg-fetch-key): Ditto.
7194
7195 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7196
7197         * message.el (message-user-organization-file): Check several
7198         locations of the organization file.
7199
7200         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7201         Add gnus-article-view-part-as-type.
7202
7203         * gnus-art.el (gnus-article-view-part-as-type): New function.
7204
7205         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7206         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7207
7208         * mml.el: Simplify autoload.
7209         (mml-mode): defvar dnd-protocol-alist instead of using
7210         symbol-value.
7211         (mml-default-directory): New variable.
7212         (mml-minibuffer-read-file): Use it.
7213         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7214
7215         * message.el (message-citation-line-format): New variable.
7216         (message-insert-formated-citation-line): New function.
7217         (message-citation-line-function): Add
7218         `message-insert-formated-citation-line' to custom type.
7219
7220         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7221         to doc string.
7222
7223         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7224         depending on mm-verify-option.
7225
7226 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7227
7228         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7229         binding pgg-* variables; reimplement the section which prevents
7230         MIME header from being signed.
7231         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7232         pgg-text-mode; remove a blank line at the top of body.
7233
7234         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7235         lines at the top of body; use gnus-newsgroup-charset if there's no
7236         Charset header.
7237
7238 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7239
7240         * message.el (message-self-insert-commands): Doc fix.
7241
7242         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7243         (mm-uu-pgp-encrypted-test): Ditto.
7244         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7245         between header and body; return application/pgp-encrypted handle
7246         if decryption failed; decode decrypted body by charset.
7247
7248         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7249         element match to application/pgp-*.
7250
7251 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7252
7253         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7254         HTML.
7255
7256 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7257
7258         * mail-source.el (mail-source-call-script): Message the error
7259         string.
7260
7261 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7262
7263         * gnus-util.el (gnus-byte-compile): Use it.
7264
7265 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7266
7267         * gnus-util.el (kill-empty-logs): New function.
7268
7269 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7270
7271         * message.el (message-mail-alias-type): Doc fix.
7272         (message-mail-alias-type-p): New function.
7273         (message-send): Use it.
7274         (message-mode): Ditto.
7275         (message-strip-forbidden-properties): Ditto.
7276
7277         * ecomplete.el (ecomplete-database-file-coding-system): New
7278         variable.
7279         (ecomplete-save): Use it.
7280         (ecomplete-setup): Use it.
7281
7282 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7283
7284         * message.el (message-self-insert-commands): New variable.
7285         (message-strip-forbidden-properties): Use it.
7286
7287 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7288
7289         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7290         that doesn't make XEmacs choke.
7291
7292 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7293
7294         * gnus-util.el (gnus-replace-in-string):
7295         Prefer replace-regexp-in-string over of replace-in-string.
7296
7297 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7298
7299         * gnus-util.el (gnus-select-frame-set-input-focus):
7300         Use select-frame-set-input-focus if it is available in XEmacs; use
7301         definition defined in Emacs 22 for old Emacsen.
7302
7303         * dgnushack.el: Autoload unmorse-region for XEmacs.
7304
7305         * lpath.el: Bind cursor-in-non-selected-windows and
7306         select-frame-set-input-focus for XEmacs.
7307
7308 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7309
7310         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7311
7312 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7313
7314         * gnus-registry.el (gnus-registry-cache-save): Remove text
7315         properties when saving via the temp buffer.
7316
7317 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7318
7319         * message.el (message-generate-hashcash): Honor custom type.
7320
7321 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7322
7323         * message.el (message-generate-hashcash): Default to non-nil when
7324         hashcash is found.
7325
7326         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7327         (gnus-refer-thread-limit): Increase default to 500.
7328
7329         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7330
7331         * flow-fill.el (fill-flowed): Allow delete-space.
7332
7333 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7334
7335         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7336         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7337         Remove autoloads.
7338
7339 2006-04-18  Simon Josefsson  <jas@extundo.com>
7340
7341         * message.el (message-generate-hashcash): Default to.
7342
7343 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7344
7345         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7346         concatenating segments rather than before concatenating them.
7347
7348 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7349
7350         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7351
7352 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7353
7354         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7355
7356         * message.el (message-forward-make-body-plain): Allow
7357         message-forward-ignored-headers to be a list.
7358         (message-remove-ignored-headers): Factor out into function.
7359         (message-forward-make-body-mml): Use it.
7360
7361         * imap.el (imap-quote-specials): New function.
7362         (imap-login-auth): Quote specials.
7363
7364         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7365         (rfc2231-parse-string): Allow concatanation of parameters that
7366         aren't contiguous.  The test case is
7367           (mail-header-parse-content-type "message/external-body;
7368             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7369             access-type=LOCAL-FILE;
7370             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7371
7372 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7373
7374         * nntp.el (nntp-accept-process-output): Return the value of
7375         `nnheader-accept-process-output'.
7376
7377 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7378
7379         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7380         (gnus-button-alist): Recognize more diff formats.
7381         (gnus-button-patch): Strip directory.
7382
7383 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7384
7385         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7386         Emacs 22 when setting focus.
7387
7388 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7389
7390         * gnus-art.el (gnus-article-treat-types): Do treatment of
7391         text/x-verbatim parts.
7392         (gnus-button-patch): New command.
7393
7394         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7395         addresses that contain invalid characters.
7396
7397 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7398
7399         * message.el (message-put-addresses-in-ecomplete): Use
7400         gnus-replace-in-string.
7401         (message-is-yours-p): Use the more correct
7402         mail-header-parse-address instead of
7403         mail-extract-address-components.
7404         (message-put-addresses-in-ecomplete): Fix typo.
7405
7406         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7407         keystroke.
7408
7409         * gnus-art.el (gnus-treatment-function-alist): Change order of
7410         newsgroups/generic header folding to avoid double-folding.
7411
7412         * message.el (message-hidden-headers): Add X-Draft-From.
7413
7414         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7415         command.
7416         (gnus-summary-repeat-search-article-backward): New command.
7417
7418         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7419         groups in the parent topic.
7420
7421 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7422
7423         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7424         (spam-extra-header-to-number): Return the CRM114 number as a
7425         number instead of a string.
7426
7427 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7428
7429         * gnus-art.el (gnus-face-properties-alist): Moved here from
7430         gnus-fun.
7431
7432         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7433
7434 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7435
7436         * message.el (message-strip-forbidden-properties): Only display on
7437         self-insert-command.
7438
7439         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7440         reindent.
7441         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7442
7443 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7444
7445         * smiley.el (smiley-style): Fix typo.
7446
7447 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7448
7449         * hashcash.el (hashcash-insert-payment-async-2): Use
7450         message-goto-eoh instead of doing it manually.
7451         (mail-add-payment): Use message-narrow-to-header instead of trying
7452         to do the same itself.
7453
7454         * message.el (message-hidden-headers): Add Face.
7455
7456         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7457         reparenting code.
7458         (gnus-summary-reparent-children): Refactored out code.
7459         (gnus-summary-thread-map): New keystroke.
7460         (gnus-summary-reparent-children): Make into command.
7461
7462         * smiley.el (smiley-style): Default to `medium' if using a large
7463         font.
7464
7465         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7466         does it itself.
7467
7468         * message.el (message-point-in-header-p): Simplify definition.
7469
7470 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7471
7472         * nnagent.el (nnagent-request-set-mark): Silence log file
7473         writing.
7474         (nnagent-request-set-mark): Use write-region instead of
7475         append-to-file.
7476
7477         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7478         strange select method.
7479
7480         * ecomplete.el (ecomplete-display-matches): Get highlightling
7481         right.
7482         (ecomplete-display-matches): Use literals.
7483         (ecomplete-display-matches): Disable message logging.
7484
7485         * message.el (message-display-abbrev): Small optimization.
7486
7487         * ecomplete.el (ecomplete-display-matches): Allow automatic
7488         display.
7489
7490         * message.el (message-strip-forbidden-properties): Display
7491         abbrevs.
7492         (message-display-abbrev): Get automatic display right.
7493
7494         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7495         keystrokes.
7496
7497 2006-04-13  Romain Francoise  <romain@orebokech.com>
7498
7499         TODO: Backport to v5-10!
7500
7501         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7502         Moved here (and renamed) from gnus-registry.el.
7503
7504         * gnus-registry.el: Require gnus-util.
7505         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7506
7507 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7508
7509         * gnus-group.el (gnus-group-catchup-current): Change
7510         if-then-else-if-then-else into cond.
7511         (gnus-group-catchup): Indent.
7512         (group-name-at-point): New function.
7513         (gnus-fetch-group): Provide default from thing at point.
7514
7515 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7516
7517         * message.el (message-display-abbrev): Fix regexp.
7518
7519         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7520         choosing.
7521         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7522         dead variables.
7523
7524         * message.el (message-newline-and-indent): Remove debugging.
7525         (message-display-abbrev): Use new implementation.
7526
7527 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7528
7529         * gnus-art.el (gnus-article-mode): Set
7530         cursor-in-non-selected-windows to nil.
7531
7532         * smiley.el: Revert previous change.
7533         (smiley-data-directory): defvar it before using it in the
7534         defcustom of `smiley-style'.
7535
7536 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7537
7538         * message.el (message-newline-and-indent): New function.
7539
7540         * ecomplete.el: Implement more bits.
7541
7542         * message.el (message-put-addresses-in-ecomplete): Clean up the
7543         string.
7544
7545         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7546
7547         * gnus-sum.el (gnus-summary-save-parts): Bind
7548         gnus-summary-save-parts-counter and use it to make unique file
7549         names.
7550
7551         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7552
7553         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7554         parameter to say whether to actually parse the individual
7555         addresses.
7556
7557         * message.el (message-put-addresses-in-ecomplete): New function.
7558         (ecomplete): Require.
7559         (message-mail-alias-type): Add ecomplete as an option.
7560
7561 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7562
7563         * flow-fill.el (fill-flowed): Remove trailing space from blank
7564         quoted lines.
7565
7566 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7567
7568         * smiley.el (smiley-style): Move definition later to avoid a
7569         compilation warning.
7570
7571 2006-04-12  Kenichi Handa  <handa@m17n.org>
7572
7573         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7574         buffer and then decode the buffer text if necessary.
7575         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7576         first, and after mm-encode-body, change the buffer to unibyte.
7577         Use mm-disable-multibyte instead of set-buffer-multibyte.
7578
7579 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7580
7581         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7582         Content-Type header instead of Content-Disposition header.
7583         (gnus-mime-inline-part): Ditto.
7584         (gnus-mime-view-part-as-charset): Ignore charset that the part
7585         specifies.
7586
7587         * mm-decode.el (mm-display-part): Work with external parts and
7588         usual parts similarly.
7589
7590         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7591         instead of gnus-display-mime.
7592
7593         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7594         instead of with-temp-buffer.
7595
7596         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7597         tag to summarized topics part in order to encode non-ASCII text.
7598
7599 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7600
7601         * smiley.el (smiley-style): New variable.
7602         (smiley-directory): New function.
7603         (smiley-data-directory): Derive from `smiley-style' using
7604         `smiley-directory'.
7605         (smiley-regexp-alist): Add new entries.
7606
7607         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7608         (gnus-article-browse-delete-temp): Add :version.
7609
7610 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7611
7612         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7613         the sieve region.
7614
7615 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7616
7617         * gnus.el (gnus-version-number): Bump version.
7618
7619 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7620
7621         * gnus.el: No Gnus v0.4 is released.
7622
7623 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7624
7625         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7626         layout.
7627
7628         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7629         unknown charset.
7630
7631         * message.el (message-header-synonyms): Add Original-To to the
7632         default.
7633
7634         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7635         optional parameter.
7636
7637 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7638
7639         * gnus-fun.el (gnus): Require it for gnus-directory.
7640
7641 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7642
7643         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7644
7645 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7646
7647         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7648
7649 2006-04-05  Simon Josefsson  <jas@extundo.com>
7650
7651         * password.el (password-reset): New function.
7652
7653 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7654
7655         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7656         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7657
7658 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7659
7660         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7661         Some whitespace was matched into the url, which broke browsing hits
7662         > 100 when mm-url-use-external was nil.
7663
7664 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7665
7666         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7667         gnus-extra-headers for 'Newsgroups.
7668
7669         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7670         bound.
7671
7672 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7673
7674         * pgg-gpg.el: Clean up process buffers every time gpg processes
7675         complete.
7676
7677 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7678
7679         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7680         doc string.
7681
7682 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7683
7684         * pgg-gpg.el (pgg-gpg-process-filter)
7685         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7686
7687         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7688         lines, temporary fix.
7689
7690 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7691
7692         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7693
7694 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7695
7696         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7697         default-enable-multibyte-characters.  This reverts the change from
7698         revision 6.17 which is no longer necessary because the passphrase
7699         is sent separately now.  GnuPG messages are unreadable under
7700         multibyte locales with default-enable-multibyte-characters set to
7701         nil.
7702
7703 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7704
7705         * message.el (message-tool-bar-gnome): Move "spell".
7706
7707 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7708
7709         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7710         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7711         instead.
7712
7713 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7714
7715         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7716         newsgroups handling for NNTP overviews which don't include
7717         Newsgroups.
7718
7719 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7720
7721         * message.el (message-resend): Bind message-generate-hashcash to nil.
7722
7723 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7724
7725         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7726         when searching for already-paid recipients.
7727
7728 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7729
7730         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7731         passphrases when it is not needed.
7732         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7733         passphrase stuff from gpg, should only be necessary when you use
7734         gpg with a smartcard.
7735
7736 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7737
7738         * mml.el (mml-insert-mime): Ignore cached contents of
7739         message/external-body part.
7740
7741         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7742         (mm-insert-part): Ditto.
7743
7744 2006-03-23  Simon Josefsson  <jas@extundo.com>
7745
7746         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7747         Reiner.
7748         (pgg-gpg-use-agent-p): Use it again.
7749
7750 2006-03-23  Simon Josefsson  <jas@extundo.com>
7751
7752         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7753         older emacsen.
7754         (pgg-gpg-use-agent-p): Don't use it.
7755
7756 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7757
7758         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7759         if we can.
7760
7761 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7762
7763         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7764         (pgg-gpg-update-agent): New function.
7765         (pgg-gpg-use-agent-p): New function.
7766         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7767         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7768         (pgg-gpg-sign-region): Use it.
7769
7770 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7771
7772         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7773         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7774
7775 2006-03-21  Simon Josefsson  <jas@extundo.com>
7776
7777         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7778         <wilde@sha-bang.de>.
7779         (pgg-gpg-use-agent): New variable.
7780         (pgg-gpg-process-region): Use it.
7781         (pgg-gpg-encrypt-region): Likewise.
7782         (pgg-gpg-encrypt-symmetric-region): Likewise.
7783         (pgg-gpg-decrypt-region): Likewise.
7784         (pgg-gpg-sign-region): Likewise.
7785         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7786
7787 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7788
7789         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7790
7791         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7792         Add comment on version.
7793
7794 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7795
7796         * smiley.el: Add missing test smiley.
7797
7798 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7799
7800         * mm-decode.el (mm-with-part): New macro.
7801         (mm-get-part): Use it; work with message/external-body as well.
7802         (mm-save-part): Treat name and filename equally.
7803
7804         * mm-extern.el (mm-extern-cache-contents): New function.
7805         (mm-inline-external-body): Use it; force the part to be displayed;
7806         move undisplayer added to the cached handle to the parent.
7807
7808         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7809         (gnus-mime-view-part-as-type): Work with message/external-body.
7810
7811         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7812
7813 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7814
7815         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7816         images in image-load-path.  [Sync with image.el, revision 1.60, in
7817         Emacs.]
7818
7819 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7820
7821         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7822         path rather than symbol.  Always return list of directories.
7823         Guarantee that image directory comes first.  [Sync with image.el,
7824         revision 1.59, in Emacs.]
7825
7826         * message.el (message-make-tool-bar): Adjust to new API of
7827         `gmm-image-load-path-for-library'.
7828
7829         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7830
7831         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7832
7833 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7834
7835         * gnus-art.el (gnus-article-only-boring-p):
7836         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7837         intangible text.
7838         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7839
7840 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7841
7842         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7843         `defun' instead of `gmm-defun-compat'.
7844
7845 2006-03-14  Simon Josefsson  <jas@extundo.com>
7846
7847         * message.el (message-unique-id): Don't use message-number-base36
7848         if (user-uid) is a float.
7849         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7850
7851 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7852
7853         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7854
7855         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7856         empty line between a part and a message part.
7857
7858 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7859
7860         * smiley.el: Add more test smileys.
7861         (smiley-data-directory, smiley-regexp-alist)
7862         (gnus-smiley-file-types): Fix doc strings.
7863         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7864         adding new elements.
7865         (smiley-mouse-map): Unused code.  Make it a comment.
7866
7867 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7868
7869         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7870         scan latest NoCeM messages instead of old ones.
7871         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7872         delimiters that are recently used.
7873         (gnus-nocem-load-cache): Add autoload cookie.
7874
7875         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7876
7877         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7878         level which is larger than gnus-use-nocem is specified.
7879
7880         * gnus-group.el (gnus-group-get-new-news): Ditto.
7881
7882 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7883
7884         * gnus-util.el (gnus-tool-bar-update): New function.
7885
7886         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7887         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7888
7889         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7890
7891         * gnus-group.el (gnus-group-redraw-when-idle)
7892         (gnus-group-redraw-check): Remove.
7893         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7894
7895 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7896
7897         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7898         if optional last element is specified in splits (FIELD VALUE...).
7899
7900 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7901
7902         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7903         to gmm-image-load-path-for-library.  Call with no-error argument.
7904         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7905
7906         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7907
7908         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7909
7910         * gmm-utils.el (gmm-image-load-path): Remove alias.
7911
7912 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7913
7914         * gmm-utils.el (gmm-image-load-path): Add alias.
7915
7916         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7917         nnml-generate-nov-databases-1.
7918         (nnml-generate-nov-databases): Use it.
7919         (nnml-generate-nov-databases-directory): Document no-active
7920         argument.
7921
7922         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7923         directory if path is t.  Add no-error.
7924
7925         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7926         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7927
7928         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7929         resetting gnus-article-browse-html-temp-list.
7930
7931         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7932         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7933         Add example to docstring.  Rename local variables.  Move error
7934         checks to default case in cond and simplify.
7935
7936 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7937
7938         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7939         handle is multipart when calling it recursively.
7940         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7941
7942 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7943
7944         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7945         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7946
7947 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7948
7949         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7950         is loaded.
7951
7952         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7953         loaded.
7954
7955 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7956
7957         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7958         to "Emacs 23 (unicode)" in doc string.
7959
7960         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7961         "Emacs 23 (unicode)" in comment.
7962
7963 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7964
7965         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7966
7967         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7968         characters 160 through 255 in Emacs 23.
7969
7970 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7971
7972         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7973         gnus-article-browse-html-temp.
7974         (gnus-article-browse-delete-temp): Make it customizable.  Add
7975         `file'.  Adjust doc string.
7976         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7977         query for each file.  Adjust doc string.
7978         (gnus-article-browse-html-parts): Add
7979         `gnus-article-browse-delete-temp-files' to
7980         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7981
7982 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7983
7984         * gnus-art.el (gnus-article-browse-html-temp)
7985         (gnus-article-browse-delete-temp): New variables.
7986         (gnus-article-browse-delete-temp-files): New function.
7987         (gnus-article-browse-html-parts): Use it.
7988
7989 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7990
7991         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7992
7993         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7994         string.
7995
7996         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7997         gnus-summary-insert-new-articles when unplugged.  Remove
7998         gnus-summary-search-article-forward.
7999
8000         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8001         display-visual-class instead of display-color-cells.
8002
8003 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8004
8005         * dgnushack.el: Autoload customize-group for XEmacs.
8006
8007         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8008         message/* containing non-ASCII text properly.
8009
8010 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8011
8012         * message.el: Require gmm-utils, remove autoloads.
8013         (message-tool-bar): Set default based on
8014         gmm-tool-bar-style.
8015         (message-tool-bar-gnome): Add gmm-customize-mode.
8016
8017         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8018         gmm-tool-bar-style.
8019         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8020
8021         * gnus-group.el (gnus-group-tool-bar): Set default based on
8022         gmm-tool-bar-style.
8023         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8024
8025         * gmm-utils.el (gmm-image-directory): Rename variable from
8026         gmm-image-load-path.
8027         (gmm-image-load-path): Use gmm-image-directory.
8028         (gmm-customize-mode): New function.
8029         (gmm-tool-bar-style): New variable.
8030
8031         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8032         gnus-group-redraw-line-number.
8033         (gnus-group-redraw-check): Simplify.
8034         (gnus-group-tool-bar-update): Remove redraw check.
8035         (gnus-group-make-tool-bar): Add redraw check.
8036
8037 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8038
8039         * gnus-art.el (gnus-button): Add missing parentheses.
8040
8041 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8042
8043         * lpath.el: Fbind line-number-at-pos.
8044
8045 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8046
8047         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8048
8049 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8050
8051         * gnus-art.el (gnus-button): New face.
8052         (gnus-article-button-face): Use it.
8053
8054         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8055         gnus-summary-next-page.  Re-order.
8056
8057         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8058         next-node are now included.
8059         (gnus-group-redraw-line-number): New internal variable.
8060         (gnus-group-redraw-check): Helper function for updating the tool
8061         bar.
8062         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8063
8064         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8065
8066         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8067         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8068         Use it to match format of Spamassassin 3.0 and later.  Reported by
8069         IRIE Tetsuya <irie@t.email.ne.jp>.
8070         (spam-check-bogofilter)
8071         (spam-bogofilter-register-with-bogofilter): Fix args of
8072         `gnus-error' calls.
8073
8074 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8075
8076         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8077         unnecessary interaction when sending queued mails.  Reported by
8078         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8079
8080 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8081
8082         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8083         first or last are nil.
8084
8085 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8086
8087         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8088
8089 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8090
8091         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8092
8093 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8094
8095         * dns.el (query-dns): Protect more against buggy tcp output.
8096
8097 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8098
8099         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8100         nov.php.
8101
8102 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8103
8104         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8105         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8106         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8107         output on the server side.
8108         (nnweb-google-create-mapping): Update regexps and add some
8109         progress indication.
8110
8111 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8112
8113         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8114         gnus-agent-toggle-plugged.  Re-order icons.
8115         (gnus-group-tool-bar-gnome): Add
8116         gnus-group-{prev,next}-unread-group.
8117         (gnus-group-tool-bar-gnome): Re-order icons.
8118
8119         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8120         gnus-summary-insert-new-articles.
8121
8122         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8123         comments.
8124
8125         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8126         also available in Emacs 21.3.
8127
8128         * message.el (message-fix-before-sending): Change "Emacs 22" to
8129         "Emacs 23 (unicode)" in comment.
8130
8131         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8132         "Emacs 23 (unicode)" in comment.
8133
8134         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8135         comment.
8136         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8137
8138         * mm-view.el (mm-fill-flowed): Add :version.
8139
8140 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8141
8142         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8143         and load-path.
8144
8145 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8146
8147         * message.el: Autoload gmm-image-load-path.
8148         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8149         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8150         consitency.
8151
8152         * gmm-utils.el (gmm-image-load-path): Also search in
8153         "../etc/images".  Don't set gmm-image-load-path if we don't find
8154         the image.
8155
8156 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8157
8158         * gmm-utils.el (gmm-image-load-path): Don't make
8159         `gmm-image-load-path' include subdirectories which the second arg
8160         `image' might specify.
8161
8162         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8163         subdirectory to icon file names.
8164
8165         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8166
8167 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8168
8169         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8170         gmm-image-load-path calls.
8171
8172         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8173
8174         * message.el (message-make-tool-bar): Ditto.
8175
8176         * mml.el (mml-preview): Added comment concerning tool bar icons.
8177
8178         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8179         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8180
8181         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8182         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8183
8184         * message.el (message-tool-bar-gnome): Use new icon names.
8185         (message-make-tool-bar): Use `gmm-image-load-path'.
8186
8187         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8188         functions from MH-E.
8189         (gmm-image-load-path): New variable from MH-E.
8190         (gmm-image-load-path): New function from MH-E.  Added arguments
8191         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8192         *-image-load-path-called-flag.
8193
8194 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8195
8196         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8197
8198 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8199
8200         * nnimap.el (nnimap-request-move-article): Change folder back to
8201         source group before deleting.
8202
8203 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8204
8205         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8206
8207         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8208         mm-url.
8209
8210         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8211
8212 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8213
8214         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8215         coding system which mm-charset-to-coding-system returns for a
8216         given charset is valid.
8217
8218 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8219
8220         * html2text.el (html2text-remove-tag-list):
8221         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8222
8223 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8224
8225         * gnus-cus.el: Revert 2005-10-17 change.
8226
8227 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8228
8229         * gnus-art.el (article-strip-banner): Call
8230         article-really-strip-banner only when the regexp match is made.
8231
8232 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8233
8234         * gnus-art.el (article-strip-banner): Use
8235         gnus-extract-address-components instead of
8236         mail-header-parse-addresses to make it work with non-ASCII text;
8237         remove mail-encode-encoded-word-string.
8238
8239         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8240         values which are surrounded with \"...\"; make it never cause a
8241         Lisp error; give up parsing of parameters if it failed in
8242         extracting type.
8243
8244 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8245
8246         * smime.el (smime-cert-by-ldap-1): Fix bug where
8247         `smime-ldap-search' returns results without userCertificates.
8248
8249 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8250
8251         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8252
8253 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8254
8255         * spam.el (spam-check-spamassassin-headers): Adapt format for
8256         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8257         <ari@mbf.ocn.ne.jp>.
8258         (spam-list-of-processors): Add spam-use-gmane.
8259
8260 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8261
8262         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8263         make-temp-file; make it work with XEmacs as well.
8264
8265         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8266         mm-make-temp-file.
8267
8268         * mm-decode.el (mm-display-external): Use the 3rd arg of
8269         mm-make-temp-file.
8270         (mm-create-image-xemacs): Ditto.
8271
8272 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8273
8274         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8275         with message-narrow-to-headers.
8276         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8277         (gnus-draft-check-draft-articles): New function.
8278         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8279
8280 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8281
8282         * gnus-art.el (gnus-article-browse-html-parts):
8283         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8284         Don't use suffix argument for mm-make-temp-file for Emacs 21
8285         compatibility.  Remove useless `format'.
8286
8287 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8288
8289         * nnweb.el (nnweb-google-wash-article): Update regexps.
8290         (nnweb-group-alist): Use defvoo instead of defvar.
8291
8292 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8293
8294         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8295         re-loading nn* modules.
8296
8297 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8298
8299         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8300         for `tool-bar-mode' and don't check it's default-value.
8301
8302         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8303
8304         * message.el (message-make-tool-bar): Ditto.
8305
8306         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8307         `substring'.  Shorten tmp-file name.
8308
8309         * gnus.el: Remove bogus comment.
8310
8311 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8312
8313         * gnus-art.el (gnus-article-browse-html-parts): New function.
8314         (gnus-article-browse-html-article): New function for viewing html
8315         articles with a browser.
8316
8317 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8318
8319         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8320         in elisp.
8321         (pgg-gpg-encrypt-symmetric-region): Ditto.
8322         (pgg-gpg-sign-region): Ditto.
8323
8324         * pgg-def.el (pgg-text-mode): New variable.
8325
8326         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8327         (mml2015-pgg-encrypt): Ditto.
8328
8329         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8330         (mml1991-pgg-encrypt): Ditto.
8331
8332 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8333
8334         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8335         message-make-date instead of current-time-string.
8336
8337         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8338         to gnus-decoded which mm-uu might set.
8339
8340 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8341
8342         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8343         don't decode quoted parameters; remove misimported Emacs code.
8344         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8345         (rfc2231-decode-encoded-string): Don't use split-string which
8346         behaves differently according to Emacs version; use
8347         mm-decode-coding-region to convert charset to coding-system.
8348         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8349         (rfc2231-encode-string): Remove misimported Emacs code.
8350
8351 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8352
8353         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8354         when calling mail-header-parse-content-type.
8355         (article-de-quoted-unreadable): Ditto.
8356         (article-de-base64-unreadable): Ditto.
8357         (article-wash-html): Ditto.
8358
8359         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8360         calling mail-header-parse-content-type and
8361         mail-header-parse-content-disposition.
8362         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8363         mail-header-parse-content-type.
8364
8365         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8366         insert charset and format parameters; encode description after
8367         inserting it to buffer.
8368         (mml-insert-parameter): Fold lines properly even if a parameter is
8369         segmented into two or more lines; change the max column to 76.
8370
8371         * rfc1843.el (rfc1843-decode-article-body): Don't use
8372         ignore-errors when calling mail-header-parse-content-type.
8373
8374         * rfc2231.el (rfc2231-parse-string): Return at least type if
8375         possible; don't cause an error even if it fails in parsing of
8376         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8377         (rfc2231-encode-string): Don't break lines at the beginning, leave
8378         it to mml-insert-parameter.
8379
8380         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8381         calling mail-header-parse-content-type.
8382
8383 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8384
8385         * spam-report.el (spam-report-gmane-use-article-number):
8386         Improve doc string.
8387         (spam-report-gmane-internal): Check if a suitable header was found
8388         in the article.
8389
8390 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8391
8392         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8393         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8394
8395 2006-02-05  Romain Francoise  <romain@orebokech.com>
8396
8397         Update copyright notices of all files in the gnus directory.
8398
8399 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8400
8401         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8402
8403 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8404
8405         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8406         segmented lines of parameter value to cope with Thunderbird 1.5
8407         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8408         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8409         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8410
8411 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8412
8413         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8414         parts.
8415
8416 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8417
8418         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8419         there's only one active file for all servers.
8420         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8421         solid groups.  Gnus might have used a FAST request to select the group.
8422         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8423         and nnweb-search redundantly in the active file.
8424         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8425         (nnweb-request-create-group): Don't use ARGS.
8426         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8427         initialisations.  Let nnoo do the work.
8428
8429 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8430
8431         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8432         Say the part has been decoded.
8433
8434         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8435
8436 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8437
8438         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8439         mailcap-viewer-test-cache when there's no 'test clause, since that
8440         will invert the meaning of a "nil" test previously determined by
8441         mailcap-mailcap-entry-passes-test.
8442
8443 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8444
8445         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8446         compiling.
8447
8448         * gnus-sum.el: Ditto.
8449
8450         * message.el: Don't bind tool-bar-map when compiling.
8451
8452 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8453
8454         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8455
8456 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8457
8458         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8459         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8460         current Google Groups.
8461
8462 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8463
8464         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8465         and tool-bar-mode.
8466
8467         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8468         and tool-bar-mode.
8469
8470         * message.el (message-tool-bar-update): Simplify.
8471         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8472
8473         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8474         gnus-summary-buffer.
8475         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8476         gnus-summary-reply.
8477
8478         * gmm-utils.el (gmm): Add :version.
8479
8480 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8481
8482         * Makefile.in (clean): New rule.
8483         (distclean): Use it.
8484
8485 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8486
8487         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8488         autoload.
8489
8490 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8491
8492         * gmm-utils.el (gmm-verbose): Add :group.
8493
8494 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8495
8496         * message.el: Change some comments WRT tool-bars.
8497
8498         * gnus-sum.el (gnus-summary-tool-bar)
8499         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8500         (gnus-summary-tool-bar-zap-list): New variables.
8501         (gnus-summary-make-tool-bar): Complete rewrite using
8502         `gmm-tool-bar-from-list'.
8503
8504         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8505         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8506         variables.
8507         (gnus-group-make-tool-bar): Complete rewrite using
8508         `gmm-tool-bar-from-list'.
8509         (gnus-group-tool-bar-update): New function.
8510
8511         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8512
8513 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8514
8515         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8516         is dissected into a single part of which the type is the same as
8517         the given one; decode charset.
8518
8519 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8520
8521         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8522         into alists as symbol not string, since that's what
8523         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8524         look for.
8525
8526 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8527
8528         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8529         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8530
8531         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8532
8533 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8534
8535         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8536         (gnus-xmas-mime-security-button-menu): New function.
8537
8538         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8539         (gnus-mime-security-button-menu): New definition.
8540         (gnus-mime-security-button-map): Use them.
8541         (gnus-mime-security-button-menu): New function.
8542         (gnus-insert-mime-security-button): Addition to help echo.
8543         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8544         (gnus-mime-security-pipe-part): New functions.
8545
8546         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8547         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8548
8549         * mm-decode.el (mm-handle-set-disposition): Remove.
8550         (mm-handle-set-description): Remove.
8551
8552 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8553
8554         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8555         (mm-w3m-standalone-supports-m17n-p): New function.
8556         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8557         w3m usage.
8558
8559         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8560         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8561
8562 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8563
8564         * message.el (message-tool-bar-zap-list): Use
8565         gmm-tool-bar-zap-list as custom type.
8566         (message-tool-bar-update): New function.
8567         (message-tool-bar, message-tool-bar-gnome)
8568         (message-tool-bar-retro): Add message-tool-bar-update.
8569         (message-tool-bar-gnome): Add flyspell-buffer.
8570
8571         * gnus-util.el (gnus-error): Describe `args'.
8572
8573         * gmm-utils.el (gmm-error): Describe `args'.
8574         (gmm-tool-bar-zap-list): New widget.
8575         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8576
8577 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8578
8579         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8580         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8581         the number of recursive calls.
8582
8583         * mm-decode.el (mm-handle-set-disposition): New macro.
8584         (mm-handle-set-description): New macro.
8585
8586 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8587
8588         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8589         encoding.
8590
8591 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8592
8593         * message.el (message-tool-bar-zap-list, message-tool-bar)
8594         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8595         (message-tool-bar-local-item-from-menu): Remove.
8596         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8597         (message-make-tool-bar): New function.
8598         (message-mode): Use `message-make-tool-bar'.
8599
8600         * gmm-utils.el: New file.
8601         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8602         (gmm-lazy): New widget copied from `nnmail.el'.
8603         (gmm-tool-bar-from-list): New function for creating customizable
8604         tool bars.
8605         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8606         output.
8607         (gmm): Add :prefix to defgroup.
8608
8609 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8610
8611         * gmm-utils.el (gmm-widget-p): New function.
8612
8613 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8614
8615         * mml.el (mml-attach-file): Describe `description' in doc string.
8616         (mml-menu): Add Emacs MIME manual and PGG manual.
8617
8618 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8619
8620         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8621
8622 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8623
8624         * nntp.el (nntp-end-of-line): Doc fix.
8625
8626 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8627
8628         * imap.el (imap-open): Handle case where buffer is a buffer
8629         object.
8630
8631 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8632
8633         * gnus-delay.el (gnus-delay): Don't autoload.
8634         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8635         to be re-loaded when customizing the `gnus-delay' group.
8636
8637 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8638
8639         * message.el (message-insert-citation-line): Use newlines.
8640
8641 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8642
8643         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8644         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8645         these routines, so the passphrase can be managed externally and
8646         passed in to the system.
8647         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8648         pgg-add-passphrase-to-cache function.
8649
8650         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8651         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8652         these routines, so the passphrase can be managed externally and
8653         passed in to the system.
8654         (pgg-pgp5-sign-region): Use new name of
8655         pgg-add-passphrase-to-cache function.
8656
8657 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8658
8659         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8660         part of the decoded armor to find the key-identifier.
8661         (pgg-gpg-lookup-key-owner): New function to return the
8662         human-readable identifier of a key owner.
8663         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8664         itself.
8665         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8666         the key value) if we have a key and can match it against a secret
8667         key.  Also, added a note pointing out fact that the prompt only
8668         indicates the first matching key.
8669
8670         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8671         pgg-decrypt-region.
8672         (pgg-add-passphrase-to-cache): Rename from
8673         `pgg-add-passphrase-cache' to reduce confusion (all callers
8674         changed).
8675         (pgg-remove-passphrase-from-cache): Rename from
8676         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8677         changed).
8678         (pgg-read-passphrase, pgg-add-passphrase-cache)
8679         (pgg-remove-passphrase-cache): Add informative docstrings.
8680         (pgg-decrypt): Convey provided passphrase in subordinate call to
8681         pgg-decrypt-region.
8682
8683 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8684
8685         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8686         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8687         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8688         'passphrase' argument, so the passphrase can be managed externally
8689         and then passed in to the system.
8690
8691         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8692         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8693         so the passphrase cache can be used reliably with identifiers
8694         besides a pgp packet's key id.
8695
8696         * pgg-gpg.el (pgg-gpg-encrypt-region)
8697         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8698         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8699         these routines, so the passphrase can be managed externally and
8700         passed in to the system.
8701
8702         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8703         'notruncate' argument, so the passphrase cache can be used
8704         reliably with identifiers besides a pgp packet's key id.
8705
8706 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8707
8708         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8709         symmetric encryption.
8710         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8711         encrypted session key.
8712         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8713         message ask for the passphrase in a proper way.
8714
8715         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8716         New user commands for symmetric encryption.
8717
8718 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8719
8720         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8721
8722         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8723
8724 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8725
8726         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8727
8728 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8729
8730         * mm-decode.el (mm-inlined-types): Add application/pgp.
8731         (mm-automatic-display): Ditto.
8732
8733         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8734         part as text.
8735
8736 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8737
8738         * nnrss.el: Update copyright.
8739         (nnrss-opml-import): Query whether to subscribe to each entry.
8740
8741         * gnus-art.el:
8742         * gnus-sum.el:
8743         * gnus-xmas.el:
8744         * messagexmas.el:
8745         * mm-uu.el:
8746         * mm-view.el: Update copyright.
8747
8748 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8749
8750         * message.el (message-info): New function.
8751         (message-mode-menu): Add it.
8752         Update copyright.
8753
8754         * ChangeLog: Fix and update copyright.
8755
8756 2006-01-13  Romain Francoise  <romain@orebokech.com>
8757
8758         * message.el (message-forward-subject-name-subject): Prefer the
8759         address to 'nowhere' if the sender has no name.
8760         Fix typo.  Update copyright year.
8761
8762 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8763
8764         * gnus-art.el (article-wash-html): Use
8765         gnus-summary-show-article-charset-alist if a numeric arg is given.
8766         (gnus-article-wash-html-with-w3m-standalone): New function.
8767
8768         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8769         mm-inline-text-html-render-with-w3m-standalone.
8770         (mm-text-html-washer-alist): Map w3m-standalone to
8771         gnus-article-wash-html-with-w3m-standalone.
8772         (mm-inline-text-html-render-with-w3m-standalone): New function.
8773
8774 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8775
8776         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8777         Improve LaTeX.
8778
8779 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8780
8781         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8782         (nnrss-request-article): Render text/plain parts as HTML.
8783
8784         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8785         the buffer.
8786
8787 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8788
8789         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8790         custom definition of `gnus-posting-styles'.
8791
8792         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8793         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8794
8795 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8796
8797         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8798         Use nntp for bug archive.
8799
8800 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8801
8802         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8803         parts.
8804         (nnrss-normalize-date): New function converts ISO 8601 date into
8805         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8806         (nnrss-check-group): Use it.
8807
8808 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8809
8810         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8811
8812         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8813         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8814         (nnrss-insert-w3): Ditto.
8815
8816 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8817
8818         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8819         the articles to be forwarded including the case where neither a
8820         number of articles nor a region is specified.
8821
8822 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8823
8824         * nnrss.el (nnrss-request-article): Fix last change; fill
8825         text/plain parts.
8826
8827 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8828
8829         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8830         in text/plain part.
8831         (nnrss-check-group): Don't add excessive newline to dc:subject.
8832
8833 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8834
8835         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8836         article.
8837
8838 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8839
8840         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8841         (nnml-use-compressed-files, nnml-save-mail): Support other
8842         comression programs such as bzip2.
8843
8844 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8845
8846         * dns.el (query-dns): Make sure we check the buffer size before
8847         removing tcp headers.
8848
8849 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8850
8851         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8852         remove MIME buttons associated with multipart/alternative parts.
8853         (gnus-mime-display-alternative): Tag buttons using `article-type'
8854         text property.
8855
8856         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8857         associated with multipart/alternative parts.
8858
8859         * gnus-art.el (gnus-signature-separator): Fix custom type.
8860
8861         * mm-decode.el (mm-inlined-types): Fix custom type.
8862         (mm-keep-viewer-alive-types): Ditto.
8863         (mm-automatic-display): Ditto.
8864         (mm-attachment-override-types): Ditto.
8865         (mm-inline-override-types): Ditto.
8866         (mm-automatic-external-display): Ditto.
8867
8868 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8869
8870         * spam-report.el (spam-report-user-mail-address)
8871         (spam-report-user-agent): New variables.
8872         (spam-report-url-ping-plain): Use spam-report-user-agent.
8873
8874 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8875
8876         * gnus-art.el (gnus-button-handle-custom): Do not just use
8877         `customize-apropos' for any "M-x customize-*" button but the
8878         function called for.  Accept both the function name and its
8879         argument in order to achieve this.
8880         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8881         function name to `gnus-button-handle-custom' in case of "M-x
8882         customize-*" buttons.
8883
8884 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8885
8886         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8887         multipart/alternative and add xref to mm-discouraged-alternatives
8888         in doc string.
8889
8890         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8891         gnus-buttonized-mime-types in doc string.
8892
8893 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8894
8895         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8896         Suggest image/.* in the doc string.
8897
8898 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8899
8900         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8901         message-marks (Debian bug #342521).
8902
8903 2005-12-12  Simon Josefsson  <jas@extundo.com>
8904
8905         * password.el (password-read-from-cache): Add.
8906         (password-read): Use it.
8907
8908 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8909
8910         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8911         us-ascii as a MIME charset.
8912
8913         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8914         against the case where the 2nd arg TYPE is nil.
8915
8916 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8917
8918         * pop3.el (pop3-stream-type): Fix custom version.
8919
8920         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8921
8922 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8923
8924         * mm-decode.el (mm-display-external): Add missing cdr.
8925
8926 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8927
8928         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8929         RFC1524) if it is in mailcap or add a suffix according to
8930         mailcap-mime-extensions when generating a temp filename; postpone
8931         deleting a temp file for 2 seconds for some wrappers, shell
8932         scripts, and so on, which might exit right after having started a
8933         viewer command as a background job.
8934
8935 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8936
8937         * nntp.el (nntp-marks-directory): Fix custom group.
8938
8939         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8940         steps when < 10.
8941
8942         * gnus-start.el (gnus-no-server-1): Mention
8943         `gnus-level-default-subscribed' in doc string.
8944
8945 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8946
8947         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8948         parens.
8949
8950 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8951
8952         * gnus-xmas.el (gnus-use-toolbar): Revert.
8953         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8954         gnus-use-toolbar is default.
8955
8956         * messagexmas.el (message-use-toolbar): Revert.
8957         (message-setup-toolbar): Use global default-toolbar if
8958         message-use-toolbar is default.
8959
8960 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8961
8962         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8963         according to default-toolbar-visible-p.
8964
8965         * messagexmas.el (message-use-toolbar): Ditto.
8966
8967 2005-11-26  Dave Love  <fx@gnu.org>
8968
8969         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8970         (tls-program, tls-success): Provide openssl alternative.
8971
8972         * starttls.el: Doc fixes.
8973         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8974         SERVICE to PORT.
8975
8976         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8977         port null or service name.
8978         (starttls-negotiate): Autoload.
8979
8980 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8981
8982         * message.el (message-kill-to-signature): Fix interactive spec.
8983
8984 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8985
8986         * pop3.el (pop3-open-server): Recognize a string as a service name.
8987
8988 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8989
8990         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8991
8992 2005-11-23  Dave Love  <fx@gnu.org>
8993
8994         Add pop3s, pop3/starttls.
8995
8996         * pop3.el (pop3-authentication-scheme): Clarify doc.
8997         (open-tls-stream, starttls-open-stream): Autoload.
8998         (pop3-stream-type): New.
8999         (pop3-open-server): Use it.
9000
9001         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9002         for POP.
9003         (mail-source-keyword-map): Add :stream for POP.
9004         (mail-source-fetch-pop): Use pop3-stream-type.
9005
9006 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9007
9008         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9009         of current-time-string.
9010
9011 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9012
9013         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9014         date header.
9015
9016 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9017
9018         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9019         it can seriously impact performance as it bypasses the agent's
9020         local caches.
9021
9022 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9023
9024         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9025         must be explicitly online rather than "not explicitly offline" for
9026         its flags to be synchronized.
9027
9028         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9029         that gnus-uu-unmark-thread will function correctly.
9030
9031         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9032         1024K is instead displayed as 1M.
9033
9034 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9035
9036         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9037
9038 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9039
9040         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9041
9042 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9043
9044         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9045         error message to display actual error condition.
9046         (gnus-agent-save-local): Avoid saving symbols that are bound to
9047         nil as they simply result in a warning message in
9048         gnus-agent-read-local.
9049
9050 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9051
9052         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9053         rather than make-variable-buffer-local for file-precious-flag.
9054
9055 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9056
9057         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9058         for duplicates which are removed.  The invalid sort check then
9059         triggers a rescan after the sort as sorting may have moved
9060         duplicate entries such that they can be cheaply detected.
9061
9062 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9063
9064         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9065
9066 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9067
9068         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9069         internal variable to a custom variable.  Changed default value
9070         from compressed(2) to uncompressed(1).
9071         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9072         support for uncompressed agentview files.  Taken together, reading
9073         the agentview file should now be 6-7 times faster.
9074
9075 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9076
9077         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9078         as a buffer-local variable.  This avoids creating truncated
9079         dribble files as a result of a hang up, eg.
9080
9081 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9082
9083         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9084         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9085         XEmacs.
9086
9087 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9088
9089         * gnus-start.el (gnus-start-draft-setup): Enforce
9090         `gnus-draft-mode' for nndraft:drafts at startup.
9091
9092         * gnus.el (gnus-splash): Change custom group.
9093         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9094         allow-list argument.
9095
9096         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9097         string.
9098
9099 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9100
9101         * gnus-art.el (gnus-default-article-saver): Add user-defined
9102         `function' to custom type.
9103
9104 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9105
9106         * imap.el (imap-open): Handle case where buffer is a buffer
9107         object.
9108
9109 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9110
9111         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9112         long lines.
9113         (gnus-cache-delete-group): Wrap doc strings.
9114
9115         * gnus-agent.el (gnus-agent-rename-group)
9116         (gnus-agent-delete-group): Wrap doc strings.
9117
9118 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9119
9120         * messagexmas.el (message-use-toolbar): Change the valid values
9121         into default, top, bottom, left, and right.
9122         (message-toolbar-thickness): New variable.
9123         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9124         well.
9125         (message-setup-toolbar): Make it work.
9126
9127         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9128         (gnus-use-toolbar): Change the valid values into default, top,
9129         bottom, left, and right.
9130         (gnus-toolbar-thickness): New variable.
9131         (gnus-xmas-setup-toolbar): New function.
9132         (gnus-xmas-setup-group-toolbar): Use it.
9133         (gnus-xmas-setup-summary-toolbar): Use it.
9134
9135 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9136
9137         * gnus-start.el (gnus-1): Add "native" to
9138         gnus-predefined-server-alist.
9139
9140         * gnus.el (gnus-method-to-server): Don't add "native" to the
9141         lists here, because that leads to problems when
9142         gnus-select-method is bound.
9143
9144 2005-11-09  Simon Josefsson  <jas@extundo.com>
9145
9146         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9147         use (not sort-by-date) instead.
9148
9149 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9150
9151         * gnus-delay.el (gnus-delay-group): Don't autoload.
9152         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9153         to be re-loaded when customizing the `gnus-delay' group.
9154
9155 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9156
9157         * message.el: Revert last changes.
9158         (message-insert-citation-line): Use newlines.
9159
9160 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9161
9162         * message.el (message-courtesy-message)
9163         (message-mark-insert-begin, message-mark-insert-end)
9164         (message-elide-ellipsis, message-cancel-message)
9165         (message-add-header, message-change-subject)
9166         (message-cross-post-followup-to-header)
9167         (message-cross-post-insert-note, message-reduce-to-to-cc)
9168         (message-widen-reply, message-delete-not-region)
9169         (message-kill-to-signature, message-insert-signature)
9170         (message-insert-importance-high, message-insert-importance-low)
9171         (message-insert-or-toggle-importance)
9172         (message-insert-disposition-notification-to)
9173         (message-indent-citation, message-yank-original)
9174         (message-cite-original-without-signature, message-cite-original)
9175         (message-insert-citation-line, message-position-on-field)
9176         (message-fix-before-sending, message-send-mail-partially)
9177         (message-send-mail, message-send-mail-with-sendmail)
9178         (message-send-mail-with-qmail, message-send-news)
9179         (message-check-news-header-syntax, message-generate-headers)
9180         (message-insert-courtesy-copy, message-fill-address)
9181         (message-fill-header, message-shorten-references)
9182         (message-setup-1, message-cancel-news)
9183         (message-forward-make-body-plain, message-forward-make-body-mime)
9184         (message-forward-make-body-mml, message-encode-message-body)
9185         (message-forward-make-body-digest-plain)
9186         (message-forward-make-body-digest-mime)
9187         (message-use-alternative-email-as-from): Insert `hard-newline'
9188         instead of ordinary newlines.
9189
9190 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9191
9192         * message.el (message-generate-headers): Downcase the argument
9193         given to message-check-element.
9194
9195 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9196
9197         * nntp.el (nntp-authinfo-rejected): New error condition.
9198         (nntp-wait-for): Use new error condition to signal authentication
9199         error.
9200         (nntp-retrieve-data): Rethrow new error condition to break out of
9201         recursive call to nntp-send-authinfo.
9202
9203 2005-11-08  Romain Francoise  <romain@orebokech.com>
9204
9205         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9206         (gnus-summary-exit-map): Bind to `Z p'.
9207         (gnus-summary-make-menu-bar): Add menu item.
9208
9209 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9210
9211         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9212         (gnus-treat-*): Add `first' in all doc strings.
9213
9214         * gnus-group.el (gnus-group-compact-group): Fix typo.
9215
9216 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9217
9218         * gnus.el (gnus-parameters-case-fold-search): New variable.
9219         (gnus-parameters-get-parameter): Use it.
9220
9221         * gnus-score.el (gnus-home-score-file): Doc fix.
9222
9223 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9224
9225         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9226
9227 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9228
9229         * mm-util.el (mm-special-display-p): New function.
9230
9231         * mml.el (mml-preview): Use it; doc fix.
9232
9233 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9234
9235         * imap.el (imap-open): Handle case where buffer is a buffer object.
9236
9237 2005-10-29  Romain Francoise  <romain@orebokech.com>
9238
9239         * message.el (message-fix-before-sending): Fix comment.
9240
9241 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9242
9243         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9244
9245 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9246
9247         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9248         Used in gnus-score.el.
9249
9250 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9251
9252         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9253
9254 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9255
9256         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9257         whitespace removed in revision 7.8.  Use concatenated string to
9258         protect trailing whitespace.
9259
9260 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9261
9262         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9263         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9264         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9265         Courier IMAP ("some version from 2004").  Mostly based on similar
9266         code in the same function.
9267
9268 2005-10-26  Didier Verna  <didier@xemacs.org>
9269
9270         * gnus-group.el (gnus-group-compact-group): Invalidate original
9271         article buffer.
9272         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9273         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9274         NOV database and in article itself.
9275         Invalidate article backlog.
9276
9277 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9278
9279         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9280
9281 2005-10-26  Simon Josefsson  <jas@extundo.com>
9282
9283         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9284         part of 2004-07-25 change.
9285
9286 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9287
9288         * message.el (message-display-completion-list): New function.
9289         (message-expand-group): Use it; make sure the Completions buffer
9290         is modifiable.
9291 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9292
9293         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9294         user-mail-name is an empty string.
9295
9296 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9297
9298         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9299         depending on gnus-score-decay-constant.
9300
9301         * encrypt.el (encrypt-insert-file-contents)
9302         (encrypt-write-file-contents): Don't use `gnus-message'.
9303
9304         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9305         arguments.
9306         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9307         arguments to mm-uu-verbatim-marks-extract.
9308         (mm-uu-hide-markers): New variable.
9309         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9310
9311         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9312         (gnus-convert-image-to-face-command): Use "convert" by default to
9313         allow other input image formats.
9314         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9315         accordingly.
9316
9317 2005-10-23  Simon Josefsson  <jas@extundo.com>
9318
9319         * imap.el (imap-gssapi-program): Align command line parameters
9320         with latest GNU SASL.
9321         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9322
9323 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9324
9325         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9326         HTML.
9327         (nnslashdot-request-article): Ditto.
9328
9329         * lpath.el (featurep): Add nobreak-char-display.
9330
9331 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9332
9333         * mail-source.el (mail-source-fetch-pop): Require pop3.
9334         (mail-source-check-pop): Ditto.
9335
9336 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9337
9338         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9339         errors.
9340
9341 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9342
9343         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9344         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9345
9346         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9347
9348         * mm-bodies.el (mm-decode-string): Call
9349         `mm-charset-to-coding-system' with allow-override argument.
9350
9351 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9352
9353         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9354         (rfc2047-charset-to-coding-system): New function.
9355         (rfc2047-decode-encoded-words): New function.
9356         (rfc2047-decode-region): Use them.
9357         (rfc2047-decode-cte): Remove.
9358         (rfc2047-parse-and-decode): Remove.
9359         (rfc2047-decode): Remove.
9360
9361 2005-10-15  Kenichi Handa  <handa@m17n.org>
9362
9363         * rfc2047.el (rfc2047-decode-cte): New function.
9364         (rfc2047-decode-region): Change the way to decode successive
9365         encoded-words: decode B- or Q-encoding in each encoded-word,
9366         concatenate them, and decode it as charset.
9367
9368 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9369
9370         * lpath.el: Fbind codepage-setup for XEmacs.
9371
9372 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9373
9374         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9375         widget-move-and-invoke.
9376         (gnus-custom-mode): Use gnus-custom-map.
9377
9378 2005-10-15  Bill Wohler  <wohler@newt.com>
9379
9380         * message.el (message-tool-bar-map): Renamed image file from
9381         mail_send to mail/send.
9382
9383 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9384
9385         * message.el (message-expand-group): Pass the common
9386         prefix substring of completion to `display-completion-list'.
9387
9388 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9389
9390         * mml-sec.el (mml-secure-method): New internal variable.
9391         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9392         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9393         functions using mml-secure-method.
9394
9395         * mml.el (mml-mode-map): Add key bindings for those functions.
9396         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9397         Harder <harder@myrealbox.com>.
9398         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9399         end of message if point is the headers of the message.
9400
9401         * message.el (message-in-body-p): New function.
9402
9403         * assistant.el: Autoload gnus-util and netrc.
9404
9405         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9406         Use `mm-charset-override-alist' only when decoding.
9407
9408         * mm-bodies.el (mm-decode-body): Call
9409         `mm-charset-to-coding-system' with allow-override argument.
9410
9411         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9412         `filename' from Content-Disposition if Content-Type doesn't
9413         provide `name'.
9414         (gnus-mime-view-part-as-type): Set default instead of
9415         initial-input.
9416
9417 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9418
9419         * format-spec.el (format-spec): Propagate text properties of % spec.
9420
9421 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9422
9423         * gnus-art.el (gnus-treat-predicate): Add `first'.
9424
9425 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9426
9427         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9428         (mm-charset-override-alist): New variable.
9429         (mm-charset-to-coding-system): Use it.
9430         (mm-codepage-setup): New helper function.
9431         (mm-charset-eval-alist): New variable.
9432         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9433         about unknown charsets.
9434
9435         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9436
9437 2005-10-04  David Hansen  <david.hansen@gmx.net>
9438
9439         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9440         (nnrss-check-group): Ditto.
9441
9442 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9443
9444         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9445         Rename x-gnus-verbatim to x-verbatim.
9446         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9447
9448         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9449         x-verbatim.
9450
9451         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9452
9453         * gnus-util.el (gnus-remove-duplicates): Remove.
9454
9455         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9456         instead of gnus-remove-duplicates.
9457
9458         * message.el (message-remove-duplicates): Remove.
9459         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9460         message-remove-duplicates.
9461
9462         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9463         available, else use implementation from `delete-dups'.
9464
9465         * message.el (message-insert-expires): New function.
9466         (message-mode-map): Add key binding.
9467         (message-mode-field-menu): Add menu entry.
9468         (message-mode): Document it.
9469         (message-make-expires-date): Use `message-make-date'.
9470
9471 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9472
9473         * message.el (message-make-expires-date): New function.
9474
9475 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9476
9477         * Makefile.in (list-installed-shadows): New entry.
9478         (install): Use it.
9479         (remove-installed-shadows): New entry.
9480
9481         * dgnushack.el (dgnushack-default-load-path): New variable.
9482         (dgnushack-find-lisp-shadows): New function.
9483         (dgnushack-remove-lisp-shadows): New function.
9484
9485 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9486
9487         * Makefile.in (install-el-elc): New entry.
9488         (install): Use it so that .el files are necessarily installed.
9489
9490 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9491
9492         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9493
9494 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9495
9496         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9497         function rather than the diff-mode.el package.
9498         (mm-display-external): Use with-current-buffer.
9499         (mm-viewer-completion-map, mm-viewer-completion-map):
9500         Move initialization inside declaration.
9501
9502 2005-09-29  Simon Josefsson  <jas@extundo.com>
9503
9504         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9505         autoload mail-check-payment.
9506         (spam-check-hashcash): Define unconditionally, since hashcash.el
9507         is part of Gnus now.  Ignore errors from payment checking.
9508
9509 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9510
9511         * message.el (message-bold-region, message-unbold-region): Rename
9512         from `bold-region' and `unbold-region'.
9513
9514         * message.el: Remove useless autoloads.
9515
9516 2005-09-28  Simon Josefsson  <jas@extundo.com>
9517
9518         * message.el (message-use-idna): Default to t.
9519         (message-use-idna): Test whether encoding works too.  Doc fix.
9520
9521 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9522
9523         * nntp.el (nntp-warn-about-losing-connection): Remove.
9524
9525 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9526
9527         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9528         customizable.  Change default value.
9529         (mm-uu-diff-groups-regexp): Change default value.
9530         (mm-uu-type-alist): Add doc string.
9531         (mm-uu-configure): Add doc string.  Make it interactive.
9532         (mm-uu-tex-groups-regexp): New variable.
9533         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9534         (mm-uu-type-alist): Add LaTeX documents.
9535         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9536         of "text/verbatim".
9537         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9538
9539         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9540         instead of "text/verbatim".
9541
9542         * message.el (message-mark-inserted-region)
9543         (message-mark-insert-file): Use slrn style marks when called with
9544         prefix argument.
9545
9546 2005-09-27  Simon Josefsson  <jas@extundo.com>
9547
9548         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9549
9550 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9551
9552         * message.el (message-remove-duplicates): New function.
9553         Implementation borrowed from `gnus-remove-duplicates'.
9554         (message-idna-to-ascii-rhs): Also encode idna addresses in
9555         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9556         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9557         only ask about the same idna domain once per header and also tell
9558         in what header to replace the idna domain.
9559
9560         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9561         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9562         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9563         a header is decoded and not just the last one.
9564
9565 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9566
9567         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9568         has been decoded.
9569
9570         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9571         (mm-insert-part): Don't modify text if it has been decoded.
9572
9573         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9574         decoded.
9575
9576         * mm-view.el (mm-inline-text): Don't strip text props unless
9577         decoding enriched or richtext parts.
9578
9579 2005-09-25  Romain Francoise  <romain@orebokech.com>
9580
9581         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9582         * gnus-start.el (gnus-subscribe-interactively):
9583         * gnus-uu.el (gnus-uu-grab-articles):
9584         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9585         space.
9586
9587 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9588
9589         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9590         * mm-view.el (mm-view-pkcs7-decrypt):
9591         * gnus-sum.el (gnus-summary-limit-to-extra)
9592         (gnus-summary-respool-article, gnus-read-move-group-name):
9593         * gnus-score.el (gnus-summary-increase-score):
9594         * gnus-util.el (gnus-completing-read-with-default):
9595         * gnus-art.el (gnus-read-save-file-name)
9596         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9597         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9598         * message.el (message-check-news-header-syntax):
9599         Follow convention for reading with the minibuffer.
9600
9601 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9602
9603         * spam-report.el (spam-report-url-ping-plain):
9604         Use gnus-extended-version as User-Agent.
9605
9606         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9607         default value is nil.
9608
9609         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9610         (mm-uu-verbatim-marks-extract): New function.
9611         (mm-uu-extract): New face.
9612         (mm-uu-copy-to-buffer): Use it.
9613
9614         * spam-report.el (spam-report-gmane-ham): Renamed from
9615         `spam-report-gmane-unspam'.
9616         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9617         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9618
9619         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9620         Autoload.
9621         (spam-report-gmane-unregister-routine): Renamed
9622         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9623
9624 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9625
9626         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9627         (spam-report-gmane-unregister-routine): Add support for gmane
9628         unregistration.
9629
9630         * spam-report.el (spam-report-gmane-unspam)
9631         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9632         (spam-report-gmane): Change to take a single article and do unspam
9633         registration.
9634
9635 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9636
9637         * mm-url.el (mm-url-decode-entities): Fix regexp.
9638
9639 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9640
9641         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9642         default to nil, to be able to use Gnus at all.  If the default
9643         switches to something else, then the function should be fixed not
9644         be exceedingly slow.
9645
9646 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9647
9648         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9649         fail hard.
9650
9651         * spam-report.el: Add better Keywords line.
9652
9653         * spam.el: Add Maintainer and better Keywords line.
9654
9655 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9656
9657         * gnus-art.el (gnus-article-replace-part)
9658         (gnus-mime-replace-part): New functions.
9659         (gnus-mime-action-alist, gnus-mime-button-commands)
9660         (gnus-mime-save-part-and-strip): Added file argument.
9661         (gnus-article-part-wrapper): Added interactive argument.
9662
9663         * gnus-sum.el (gnus-summary-mime-map): Add
9664         `gnus-article-replace-part'.
9665
9666 2005-09-19  Didier Verna  <didier@xemacs.org>
9667
9668         The nnml compaction feature:
9669         * nnml.el (nnml-request-compact-group): New function.
9670         * nnml.el (nnml-request-compact): New function.
9671         * gnus-int.el (gnus-request-compact-group): New function.
9672         * gnus-int.el (gnus-request-compact): New function.
9673         * gnus-group.el (gnus-group-compact-group): New function.
9674         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9675         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9676         * gnus-srvr.el (gnus-server-compact-server): New function.
9677         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9678         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9679
9680 2005-09-18  Deepak Goel  <deego@gnufans.org>
9681
9682         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9683         format spec.
9684
9685 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9686
9687         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9688
9689 2005-09-15  Romain Francoise  <romain@orebokech.com>
9690
9691         * message.el (message-fill-paragraph): Clarify docstring.
9692
9693 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9694
9695         * gnus-art.el (gnus-mime-display-part): Protect against broken
9696         MIME messages.
9697
9698 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9699
9700         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9701         before parsing header.
9702
9703 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9704
9705         * html2text.el (html2text-replace-list): Add new entities.
9706
9707 2005-09-11  Romain Francoise  <romain@orebokech.com>
9708
9709         * message.el (message-alternative-emails): Improve docstring.
9710         (message-setup-1): Call `message-use-alternative-email-as-from'
9711         after `message-setup-hook' to give it precedence over posting
9712         styles, etc.
9713         (message-use-alternative-email-as-from): Add docstring.  Remove
9714         the original From header if present.
9715
9716         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9717         (nnml-save-mail): Use it.
9718
9719         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9720         articles.  Add new argument `silent'.
9721         (gnus-uu-mark-all): Report the total number of marked articles.
9722
9723 2005-09-10  Romain Francoise  <romain@orebokech.com>
9724
9725         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9726         (gnus-uu-mark-series): Likewise.
9727
9728 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9729
9730         * spam-report.el (spam-report-gmane): Fix generation of spam
9731         report URL.
9732
9733 2005-09-10  Simon Josefsson  <jas@extundo.com>
9734
9735         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9736         t, based on discussion on the ding list with Robert Epprecht
9737         <epprecht@solnet.ch>.
9738
9739 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9740
9741         * spam-report.el (spam-report-gmane): Make it work without
9742         X-Report-Spam header.  Gmane now only provides Archived-At.
9743         This is only used if `spam-report-gmane-use-article-number' is nil.
9744         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9745
9746         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9747         make `gnus-summary-sort-by-recipient' work with threading.
9748
9749         * nnweb.el (nnweb-google-wash-article): Print a message if article
9750         is not available.
9751
9752 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9753
9754         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9755         change.  Decode text/* parts content before displaying.
9756
9757 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9758
9759         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9760
9761 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9762
9763         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9764
9765         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9766         url-package-name, url-package-version,
9767         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9768         w3m-display-inline-images, and w3m-minor-mode-map.
9769
9770 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9771
9772         * message.el (message-tab-body-function): Fix mismatched custom type.
9773
9774         * gnus.el (gnus-group-change-level-function): Ditto.
9775
9776         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9777
9778         * gnus-art.el (gnus-signature-limit)
9779         (gnus-article-mime-part-function): Ditto.
9780
9781 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9782
9783         * mml.el (mml-mode): Silence the byte compiler.
9784
9785         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9786         using `(sit-for 0)' before moving the point to the specified part;
9787         skip unbuttonized parts.
9788         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9789         return to the summary window if gnus-auto-select-part is non-nil.
9790
9791 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9792
9793         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9794         variables.
9795         (mml-dnd-attach-file, mml-mode): Use them.
9796
9797         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9798         Make fetching article by MID work again for Google Groups.  Added
9799         FIXME concerning gnus-group-make-web-group.
9800
9801         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9802         Don't depend on Gnus by using mail-extract-address-components if
9803         gnus-extract-address-components is not bound.
9804
9805 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9806
9807         * gnus-art.el (gnus-mime-display-security): Don't display the
9808         signature, but only the signed part.
9809
9810 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9811
9812         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9813
9814         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9815         list, not listp.
9816
9817 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9818
9819         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9820         when encoding.
9821
9822         * mm-bodies.el (mm-decode-content-transfer-encoding):
9823         De-canonicalize CRLF for all text content types, not just
9824         text/plain.
9825
9826 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9827
9828         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9829         valid article; point arrow and cursor at the MIME button.
9830
9831 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9832
9833         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9834         Suggested by Dan Christensen <jdc@uwo.ca>.
9835
9836         * mm-decode.el (mm-save-part): Enable change of prompt.
9837
9838 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9839
9840         * gnus-msg.el (gnus-inews-add-send-actions): Made
9841         `message-post-method' lambda parameter ARG `&optional'.
9842
9843 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9844
9845         * gnus-sum.el (gnus-summary-mime-map): Added
9846         gnus-article-save-part-and-strip, gnus-article-delete-part and
9847         gnus-article-jump-to-part.
9848
9849         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9850         (gnus-article-edit-part): Use it.
9851         (gnus-article-part-wrapper): Added no-handle argument.
9852         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9853         functions.
9854
9855 2005-08-29  Romain Francoise  <romain@orebokech.com>
9856
9857         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9858         docstring.
9859         (gnus-face-from-file): Likewise.
9860
9861 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9862
9863         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9864         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9865         non-nil.
9866         (gnus-auto-select-part): New variable.
9867         (gnus-article-jump-to-part): New function.
9868         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9869         (gnus-mime-delete-part): Allow selecting specified part after
9870         deleting or stripping parts.
9871         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9872         part if argument is bogus.
9873
9874 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9875
9876         * gnus-art.el (w3m-minor-mode-map):
9877         * gnus-spec.el (gnus-newsrc-file-version):
9878         * gnus-util.el (nnmail-active-file-coding-system)
9879         (gnus-original-article-buffer, gnus-user-agent):
9880         * gnus.el (gnus-ham-process-destinations)
9881         (gnus-parameter-ham-marks-alist)
9882         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9883         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9884         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9885         * mm-decode.el (gnus-current-window-configuration):
9886         * mm-extern.el (gnus-article-mime-handles):
9887         * mm-url.el (url-current-object, url-package-name)
9888         (url-package-version):
9889         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9890         (smime-keys, w3m-cid-retrieve-function-alist)
9891         (w3m-current-buffer, w3m-display-inline-images)
9892         (w3m-minor-mode-map):
9893         * mml-smime.el (gnus-extract-address-components):
9894         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9895         (gnus-newsrc-hashtb, message-default-charset)
9896         (message-deletable-headers, message-options)
9897         (message-posting-charset, message-required-mail-headers)
9898         (message-required-news-headers):
9899         * mml1991.el (mc-pgp-always-sign):
9900         * mml2015.el (mc-pgp-always-sign):
9901         * nnheader.el (nnmail-extra-headers):
9902         * rfc1843.el (gnus-decode-encoded-word-function)
9903         (gnus-decode-header-function, gnus-newsgroup-name):
9904         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9905
9906 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9907
9908         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9909         the end of the date treatments.
9910
9911 2005-08-15  Simon Josefsson  <jas@extundo.com>
9912
9913         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9914         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9915         Capello and Romain Francoise.
9916         (pgg-fetch-key-function): Removed, not used?
9917         (pgg-insert-url-with-w3): Require url, to get
9918         url-insert-file-contents regardless of where it is defined.
9919
9920 2005-08-13  Romain Francoise  <romain@orebokech.com>
9921
9922         * message.el (message-cite-original-1): New function.
9923         (message-cite-original): Use it.
9924         (message-cite-original-without-signature): Ditto.
9925
9926 2005-08-08  Romain Francoise  <romain@orebokech.com>
9927
9928         * message.el (message-yank-empty-prefix): New variable.
9929         (message-indent-citation): Use it.
9930         (message-cite-original-without-signature): Respect X-No-Archive.
9931
9932 2005-08-08  Simon Josefsson  <jas@extundo.com>
9933
9934         * pgg.el: Autoload url-insert-file-contents instead of loading
9935         w3/url.
9936         (pgg-insert-url-with-w3): Don't load url here.
9937
9938 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9939
9940         * message.el (message-kill-to-signature): Don't insert newline at
9941         bol.
9942         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9943
9944 2005-08-06  Romain Francoise  <romain@orebokech.com>
9945
9946         * message.el (message-user-fqdn): Fix typo in docstring.
9947
9948 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9949
9950         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9951
9952         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9953
9954 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9955
9956         * mm-bodies.el (mm-encode-body): Use coding system rather than
9957         charset to encode text.
9958
9959         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9960         number of charsets if utf-8 is available (XEmacs).
9961
9962 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9963
9964         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9965         taken from `gnus-button-mid-or-mail-regexp'.
9966         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9967         (gnus-button-alist): Improve regexp for domain part of the MIDs
9968         for news:localpart@domain buttons.
9969         (gnus-button-ctan-directory-regexp): Update.
9970
9971 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9972
9973         * sieve-manage.el (sieve-manage-interactive-login): Use
9974         make-local-variable rather than make-variable-buffer-local.
9975         (sieve-manage-open): Ditto.
9976         (sieve-manage-authenticate): Ditto.
9977
9978         * mml.el (mml-generate-mime-1): Make the content type default to
9979         text/plain if the filename is not specified.
9980
9981 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9982
9983         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9984         instead of insert-buffer.
9985
9986         * message.el (message-yank-original): Ditto; set the mark at the
9987         end of the yanked message.
9988
9989 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9990
9991         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9992         lines to scroll rather than to stop it.
9993
9994         * mml.el (mml-generate-default-type): Add doc string.
9995         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9996         default to application/octet-stream when determining the content
9997         type if it is not specified for the part or the mml contents; add
9998         a comment about mml-generate-default-type.
9999
10000 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10001
10002         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10003         make it default to application/octet-stream when determining the
10004         content type if it is not specified for the external contents.
10005
10006 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10007
10008         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10009         segmented parameter but also other parameters might be there.
10010
10011 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10012
10013         * mm-decode.el (mm-display-external): Delete temp file, directory
10014         and buffer immediately if the external process is exited.
10015
10016 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10017
10018         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10019         fewer lines than that of scroll-margin.
10020         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10021
10022 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10023
10024         * gnus-art.el (gnus-article-next-page): Revert.
10025         (gnus-article-beginning-of-window): New macro.
10026         (gnus-article-next-page-1): Use it.
10027         (gnus-article-prev-page): Ditto.
10028         (gnus-article-edit-part): Use insert-buffer-substring instead of
10029         insert-buffer.
10030         (gnus-article-edit-exit): Ditto.
10031
10032         * gnus-util.el (gnus-beginning-of-window): Remove.
10033         (gnus-end-of-window): Remove.
10034
10035         * lpath.el: Don't bind header-line-format and scroll-margin.
10036
10037 2005-07-25  Simon Josefsson  <jas@extundo.com>
10038
10039         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10040         to have the url package without w3.  Reported by Daiki Ueno
10041         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10042
10043 2005-07-20  Didier Verna  <didier@xemacs.org>
10044
10045         * gnus-diary.el: Remove the description comment (nndiary is now
10046         properly documented in the Gnus manual).
10047         Fix the spelling of "Back End".
10048         * nndiary.el: Ditto.
10049         Fix the copyright notice.
10050
10051 2005-07-18  Romain Francoise  <romain@orebokech.com>
10052
10053         * gnus-sum.el (gnus-summary-to-prefix)
10054         (gnus-summary-newsgroup-prefix): New variables.
10055         (gnus-summary-from-or-to-or-newsgroups): Use them.
10056
10057 2005-07-17  Romain Francoise  <romain@orebokech.com>
10058
10059         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10060         space as it's generally not especially interesting to the user.
10061
10062 2005-07-16  Romain Francoise  <romain@orebokech.com>
10063
10064         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10065         nil to avoid prompting and file modification if one of the
10066         messages at the top of the nnfolder file contains a copyright
10067         notice.
10068         Update copyright notice.
10069
10070         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10071         instead of `current-time-string' as the latter creates a time
10072         string that is not RFC 2822 compliant (it lacks the zone).
10073         Update copyright notice.
10074
10075 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10076
10077         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10078         for text/rtf.  Display default in prompt.  Pass default for M-n.
10079
10080         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10081
10082 2005-07-16  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-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10089
10090         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10091         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10092         (gnus-article-prev-page): Ditto.
10093
10094         * gnus-util.el (gnus-beginning-of-window): New function.
10095         (gnus-end-of-window): New function.
10096
10097         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10098
10099 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10100
10101         * gnus-score.el (gnus-score-edit-all-score): Set
10102         gnus-score-edit-exit-function to gnus-score-edit-done and call
10103         gnus-message.
10104
10105 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10106
10107         * gnus-msg.el (gnus-button-mailto): Remove
10108         save-selected-window-window hackery because it relies on
10109         save-selected-window internals.
10110
10111 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10112
10113         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10114         add-minor-mode.
10115         (gnus-binary-mode): Ditto.
10116
10117         * gnus-topic.el (gnus-topic-mode): Ditto.
10118
10119 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10120
10121         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10122         (gnus-article-prev-page): Take scroll-margin into consideration.
10123
10124 2005-07-04  Lute Kamstra  <lute@gnu.org>
10125
10126         Update FSF's address in GPL notices.
10127
10128 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10129
10130         * gnus.el (gnus-exit):
10131         * gnus-group.el (gnus-group-icons):
10132         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10133
10134         * gnus-nocem.el (gnus-nocem):
10135         * message.el (message-various, message-buffers, message-sending)
10136         (message-interface, message-forwarding, message-insertion)
10137         (message-headers, message-news, message-mail):
10138         * pgg-gpg.el (pgg-gpg):
10139         * pgg-parse.el (pgg-parse):
10140         * pgg-pgp.el (pgg-pgp):
10141         * pgg-pgp5.el (pgg-pgp5):
10142         * pop3.el (pop3): Finish `defgroup' description with period.
10143
10144 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10145
10146         * gnus-art.el (article-display-face): Improve the efficiency.
10147         (article-display-x-face): Ditto; remove grey x-face stuff.
10148
10149 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10150
10151         * gnus-art.el (article-display-face): Correct the position in
10152         which Faces are inserted.
10153
10154 2005-06-29  Didier Verna  <didier@xemacs.org>
10155
10156         * gnus-art.el (article-display-face): Display faces in correct
10157         order.
10158
10159 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10160
10161         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10162         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10163         (gnus-nocem-check-article): Fetch the Type header.
10164         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10165         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10166         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10167         make sure gnus-nocem-hashtb is initialized.
10168         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10169         (gnus-nocem-unwanted-article-p): Ditto.
10170
10171         * pgg.el (pgg-verify): Return the verification result.
10172
10173 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10174
10175         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10176         is ascii.
10177
10178 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10179
10180         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10181         `show-nonbreak-escape'.
10182
10183 2005-06-23  Lute Kamstra  <lute@gnu.org>
10184
10185         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10186
10187         * dig.el (dig-mode):
10188         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10189
10190 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10191
10192         * nnimap.el (nnimap-split-download-body): Fix spellings.
10193
10194 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10195
10196         * gnus-art.el (gnus-article-encrypt-body):
10197         * gnus-cus.el (gnus-score-customize):
10198         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10199         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10200
10201 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10202
10203         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10204         header by looking for magic "MII" at the beginnig.
10205
10206 2005-06-16  Miles Bader  <miles@gnu.org>
10207
10208         * gnus-xmas.el (gnus-xmas-group-startup-message):
10209         Use renamed gnus-splash face.
10210
10211         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10212         (assistant-field-face): New backward-compatibility alias for renamed
10213         face.
10214         (assistant-render-text): Use renamed assistant-field face.
10215
10216         * spam.el (spam): Remove "-face" suffix from face name.
10217         (spam-face): New backward-compatibility alias for renamed face.
10218         (spam-face, spam-initialize): Use renamed spam face.
10219
10220         * message.el (message-header-to, message-header-cc)
10221         (message-header-subject, message-header-newsgroups)
10222         (message-header-other, message-header-name)
10223         (message-header-xheader, message-separator, message-cited-text)
10224         (message-mml): Remove "-face" suffix from face names.
10225         (message-header-to-face, message-header-cc-face)
10226         (message-header-subject-face, message-header-newsgroups-face)
10227         (message-header-other-face, message-header-name-face)
10228         (message-header-xheader-face, message-separator-face)
10229         (message-cited-text-face, message-mml-face):
10230         New backward-compatibility aliases for renamed faces.
10231         (message-font-lock-keywords): Use renamed message faces.
10232
10233         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10234         (sieve-test-commands, sieve-tagged-arguments):
10235         Remove "-face" suffix from face names.
10236         (sieve-control-commands-face, sieve-action-commands-face)
10237         (sieve-test-commands-face, sieve-tagged-arguments-face):
10238         New backward-compatibility aliases for renamed faces.
10239         (sieve-control-commands-face, sieve-action-commands-face)
10240         (sieve-test-commands-face, sieve-tagged-arguments-face):
10241         Use renamed sieve faces.
10242
10243         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10244         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10245         (gnus-group-news-3-empty, gnus-group-news-4)
10246         (gnus-group-news-4-empty, gnus-group-news-5)
10247         (gnus-group-news-5-empty, gnus-group-news-6)
10248         (gnus-group-news-6-empty, gnus-group-news-low)
10249         (gnus-group-news-low-empty, gnus-group-mail-1)
10250         (gnus-group-mail-1-empty, gnus-group-mail-2)
10251         (gnus-group-mail-2-empty, gnus-group-mail-3)
10252         (gnus-group-mail-3-empty, gnus-group-mail-low)
10253         (gnus-group-mail-low-empty, gnus-summary-selected)
10254         (gnus-summary-cancelled, gnus-summary-high-ticked)
10255         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10256         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10257         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10258         (gnus-summary-low-undownloaded)
10259         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10260         (gnus-summary-low-unread, gnus-summary-normal-unread)
10261         (gnus-summary-high-read, gnus-summary-low-read)
10262         (gnus-summary-normal-read, gnus-splash):
10263         Remove "-face" suffix from face names.
10264         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10265         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10266         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10267         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10268         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10269         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10270         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10271         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10272         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10273         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10274         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10275         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10276         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10277         (gnus-summary-normal-ticked-face)
10278         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10279         (gnus-summary-normal-ancient-face)
10280         (gnus-summary-high-undownloaded-face)
10281         (gnus-summary-low-undownloaded-face)
10282         (gnus-summary-normal-undownloaded-face)
10283         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10284         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10285         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10286         (gnus-splash-face):
10287         New backward-compatibility aliases for renamed faces.
10288         (gnus-group-startup-message): Use renamed gnus faces.
10289
10290         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10291         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10292         (gnus-server-agent): Remove "-face" suffix from face names.
10293         (gnus-server-agent-face, gnus-server-opened-face)
10294         (gnus-server-closed-face, gnus-server-denied-face)
10295         (gnus-server-offline-face):
10296         New backward-compatibility aliases for renamed faces.
10297         (gnus-server-agent-face, gnus-server-opened-face)
10298         (gnus-server-closed-face, gnus-server-denied-face)
10299         (gnus-server-offline-face): Use renamed gnus faces.
10300
10301         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10302         Remove "-face" suffix from face names.
10303         (gnus-picon-xbm-face, gnus-picon-face):
10304         New backward-compatibility aliases for renamed faces.
10305
10306         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10307         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10308         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10309         (gnus-cite-11): Remove "-face" suffix from face names.
10310         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10311         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10312         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10313         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10314         New backward-compatibility aliases for renamed faces.
10315         (gnus-cite-attribution-face, gnus-cite-face-list)
10316         (gnus-article-boring-faces): Use renamed gnus faces.
10317
10318         * gnus-art.el (gnus-signature, gnus-header-from)
10319         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10320         (gnus-header-content): Remove "-face" suffix from face names.
10321         (gnus-signature-face, gnus-header-from-face)
10322         (gnus-header-subject-face, gnus-header-newsgroups-face)
10323         (gnus-header-name-face, gnus-header-content-face):
10324         New backward-compatibility aliases for renamed faces.
10325         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10326
10327         * gnus-sum.el (gnus-summary-selected-face)
10328         (gnus-summary-highlight): Use renamed gnus faces.
10329         * gnus-group.el (gnus-group-highlight): Likewise.
10330
10331 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10332
10333         * gnus-sieve.el (gnus-sieve-article-add-rule):
10334         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10335         * spam-stat.el (spam-stat-buffer-change-to-spam)
10336         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10337
10338         * message.el (message-is-yours-p):
10339         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10340
10341 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10342
10343         * mm-view.el (mm-inline-text): Withdraw the last change.
10344
10345 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10346
10347         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10348         executing enriched-decode.
10349
10350 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10351
10352         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10353         charset of tar files.
10354
10355 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10356
10357         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10358
10359 2005-06-04  Lute Kamstra  <lute@gnu.org>
10360
10361         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10362         information is never recorded.
10363
10364 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10365
10366         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10367
10368 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10369
10370         * pop3.el (pop3-apop): Run md5 in the binary mode.
10371
10372         * starttls.el (starttls-set-process-query-on-exit-flag):
10373         Use eval-and-compile.
10374
10375 2005-05-31  Simon Josefsson  <jas@extundo.com>
10376
10377         * smime.el (smime-replace-in-string): Define.
10378         (smime-cert-by-ldap-1): Use it.
10379
10380 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10381
10382         * gnus-art.el (article-display-x-face): Replace
10383         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10384
10385         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10386         set-process-query-on-exit-flag or process-kill-without-query.
10387
10388         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10389         loop instead of replace-regexp.
10390
10391         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10392         instead of process-kill-without-query if it is available.
10393
10394         * lpath.el: Fbind ldap-search-entries.
10395
10396         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10397         instead of find-file-hooks if it is available.
10398
10399         * mml1991.el: Bind pgg-default-user-id when compiling.
10400
10401         * mml2015.el: Bind pgg-default-user-id when compiling.
10402
10403         * nndraft.el (nndraft-request-associate-buffer):
10404         Use write-contents-functions instead of write-contents-hooks if it is
10405         available.
10406
10407         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10408         instead of find-file-hooks if it is available.
10409
10410         * nntp.el (nntp-open-connection): Replace
10411         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10412         (nntp-open-ssl-stream): Ditto.
10413         (nntp-open-tls-stream): Ditto.
10414
10415         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10416         set-process-query-on-exit-flag or process-kill-without-query.
10417         (starttls-open-stream-gnutls): Use it instead of
10418         process-kill-without-query.
10419         (starttls-open-stream): Ditto.
10420
10421 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10422
10423         * smime.el (smime-cert-by-ldap-1): Don't use
10424         replace-regexp-in-string.
10425
10426 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10427
10428         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10429
10430         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10431         in PEM format.  Adjust to the XEmacs compability.
10432
10433 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10434
10435         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10436         by `string-to-number'.
10437         * gnus-agent.el (gnus-agent-regenerate-group)
10438         (gnus-agent-fetch-articles): Ditto.
10439         * gnus-art.el (gnus-button-fetch-group): Ditto.
10440         * gnus-cache.el (gnus-cache-generate-active)
10441         (gnus-cache-articles-in-group): Ditto.
10442         * gnus-group.el (gnus-group-set-current-level)
10443         (gnus-group-insert-group-line): Ditto.
10444         * gnus-score.el (gnus-score-set-expunge-below)
10445         (gnus-score-set-mark-below, gnus-summary-score-effect)
10446         (gnus-summary-score-entry): Ditto.
10447         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10448         (gnus-soup-pack): Ditto.
10449         * gnus-spec.el (gnus-xmas-format): Ditto.
10450         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10451         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10452         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10453         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10454         * nndb.el (nndb-get-remote-expire-response): Ditto.
10455         * nndiary.el (nndiary-parse-schedule-value)
10456         (nndiary-string-to-number, nndiary-request-replace-article)
10457         (nndiary-request-article): Ditto.
10458         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10459         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10460         * nneething.el (nneething-make-head): Ditto.
10461         * nnfolder.el (nnfolder-request-article)
10462         (nnfolder-retrieve-headers): Ditto.
10463         * nnheader.el (nnheader-file-to-number): Ditto.
10464         * nnkiboze.el (nnkiboze-request-article): Ditto.
10465         * nnmail.el (nnmail-process-unix-mail-format)
10466         (nnmail-process-babyl-mail-format): Ditto.
10467         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10468         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10469         (nnmh-request-create-group, nnmh-request-list-1)
10470         (nnmh-request-group, nnmh-request-article): Ditto.
10471         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10472         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10473         * nnsoup.el (nnsoup-make-active): Ditto.
10474         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10475         * nntp.el (nntp-find-group-and-number)
10476         (nntp-retrieve-headers-with-xover): Ditto.
10477         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10478         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10479         (pgg-format-key-identifier): Ditto.
10480         * pop3.el (pop3-last, pop3-stat): Ditto.
10481         * qp.el (quoted-printable-decode-region): Ditto.
10482
10483         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10484         of concat.
10485
10486 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10487
10488         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10489
10490         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10491
10492         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10493
10494         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10495
10496         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10497
10498         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10499
10500         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10501         (gnus-carpal-mode): Ditto.
10502
10503         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10504         (gnus-browse-mode): Ditto.
10505
10506         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10507
10508         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10509
10510 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10511
10512         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10513
10514 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10515
10516         * gnus-util.el (gnus-run-mode-hooks): New function.
10517
10518         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10519
10520         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10521         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10522
10523 2005-05-27  Lute Kamstra  <lute@gnu.org>
10524
10525         * dns-mode.el (dns-mode): Specify customization group.
10526
10527 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10528
10529         * gnus-agent.el (gnus-agent-make-mode-line-string):
10530         Use mode-line-highlight as mouse-face.
10531
10532 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10533
10534         * canlock.el (canlock): Change the parent group to news.
10535
10536         * deuglify.el (gnus-outlook-deuglify): Add :group.
10537
10538         * dig.el (dig): Add :group.
10539
10540         * dns-mode.el (dns-mode): Add :group.
10541
10542         * encrypt.el (encrypt): Add :group.
10543
10544         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10545         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10546         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10547         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10548         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10549
10550         * gnus-diary.el (gnus-diary): Add :group.
10551
10552         * gnus.el (gnus-group-news-1-face): Add :group.
10553         (gnus-group-news-1-empty-face): Ditto.
10554         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10555         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10556         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10557         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10558         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10559         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10560         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10561         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10562         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10563         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10564         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10565         (gnus-summary-high-ticked-face): Ditto.
10566         (gnus-summary-low-ticked-face): Ditto.
10567         (gnus-summary-normal-ticked-face): Ditto.
10568         (gnus-summary-high-ancient-face): Ditto.
10569         (gnus-summary-low-ancient-face): Ditto.
10570         (gnus-summary-normal-ancient-face): Ditto.
10571         (gnus-summary-high-undownloaded-face): Ditto.
10572         (gnus-summary-low-undownloaded-face): Ditto.
10573         (gnus-summary-normal-undownloaded-face): Ditto.
10574         (gnus-summary-high-unread-face): Ditto.
10575         (gnus-summary-low-unread-face): Ditto.
10576         (gnus-summary-normal-unread-face): Ditto.
10577         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10578         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10579
10580         * hashcash.el (hashcash): New custom group.
10581         (hashcash-default-payment): Add :group.
10582         (hashcash-payment-alist): Ditto.
10583         (hashcash-default-accept-payment): Ditto.
10584         (hashcash-accept-resources): Ditto.
10585         (hashcash-path): Ditto.
10586         (hashcash-extra-generate-parameters): Ditto.
10587         (hashcash-double-spend-database): Ditto.
10588         (hashcash-in-news): Ditto.
10589
10590         * message.el (message-minibuffer-local-map): Add :group.
10591
10592         * netrc.el (netrc): Add :group.
10593
10594         * sieve-manage.el (sieve-manage-log): Add :group.
10595         (sieve-manage-default-user): Diito.
10596         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10597         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10598         (sieve-manage-authenticators): Ditto.
10599         (sieve-manage-authenticator-alist): Ditto.
10600         (sieve-manage-default-port): Ditto.
10601
10602         * sieve-mode.el (sieve-control-commands-face): Add :group.
10603         (sieve-action-commands-face): Ditto.
10604         (sieve-test-commands-face): Ditto.
10605         (sieve-tagged-arguments-face): Ditto.
10606
10607         * smime.el (smime): Add :group.
10608
10609         * spam-report.el (spam-report): Add :group.
10610
10611         * spam.el (spam, spam-face): Add :group.
10612
10613 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10614
10615         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10616         return \n.\n.\n at the end of articles.  Protect against that.
10617         (nntp-with-open-group): Allow debugging.
10618
10619         * nnheader.el (mail-header-set-extra): Make into a function
10620         because I just could't understand how to quote the list properly.
10621
10622         * dns.el (query-dns-cached): New function.
10623
10624 2005-05-26  Lute Kamstra  <lute@gnu.org>
10625
10626         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10627
10628 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10629
10630         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10631
10632         * gnus-art.el: Don't autoload mail-extract-address-components.
10633
10634         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10635         eval-and-compile to evaluate it.
10636
10637         * hashcash.el: Don't autoload executable-find.
10638
10639         * nndb.el: Don't declare the nndb back end two or more times; don't
10640         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10641
10642         * nntp.el: Autoload format-spec instead of format; use
10643         eval-and-compile to evaluate autoload forms.
10644
10645 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10646
10647         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10648
10649 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10650
10651         * gnus.el (gnus-version-number): Bump version.
10652
10653 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10654
10655         * gnus.el: No Gnus v0.3 is released.
10656
10657 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10658
10659         * lpath.el (featurep): Bind show-nonbreak-escape.
10660
10661 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10662
10663         * gnus-art.el (gnus-article-edit-part): Disable undo.
10664
10665 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10666
10667         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10668         gnus-article-date-lapsed-new-header is t if date timer is active;
10669         skip headers in which the original date value is empty.
10670         (gnus-article-save-original-date): Redefine it as a macro.
10671         (gnus-display-mime): Use it.
10672
10673 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10674
10675         * gnus-art.el (article-date-ut): Support converting date in
10676         forwarded parts as well.
10677         (gnus-article-save-original-date): New function.
10678         (gnus-display-mime): Use it.
10679
10680 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10681
10682         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10683         enclosure element of <item>.
10684
10685 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10686
10687         * message.el (message-kill-buffer-query): Renamed from
10688         `message-kill-buffer-query-if-modified'.  Added :version.
10689
10690 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10691
10692         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10693         window layout.
10694
10695 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10696
10697         * mml.el: Autoload dnd when compiling.
10698
10699 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10700
10701         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10702         x-dnd-*.
10703
10704 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10705
10706         * qp.el (quoted-printable-encode-region): Save excursion.
10707
10708 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10709
10710         * message.el (message-kill-buffer-query-if-modified): Add new variable
10711         so the user can kill a modified message buffer quickly.
10712         (message-kill-buffer): Use it.
10713
10714 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10715
10716         * lpath.el: Fbind display-time-event-handler; don't fbind
10717         string-to-multibyte.
10718
10719         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10720
10721 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10722
10723         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10724         contained in text because xml.el decodes entities) with LFs.
10725
10726 2005-04-11  Lute Kamstra  <lute@gnu.org>
10727
10728         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10729         differently.
10730
10731 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10732
10733         * mm-util.el (mm-detect-coding-region): Typo.
10734
10735 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10736
10737         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10738
10739 2005-04-06  Deepak Goel  <deego@gnufans.org>
10740
10741         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10742         user-function allow user modifications of the scores.
10743         (spam-stat-score-buffer-user): New function, to allow
10744         user-computed modifications to the score.
10745         (spam-stat-score-buffer-user-functions): List of additional
10746         scoring functions.
10747         (spam-stat-error-holder): Global temporary error holder.
10748         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10749         variable.
10750
10751 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10752
10753         * gnus-registry.el (gnus-registry-clean-empty-function)
10754         (gnus-registry-trim, gnus-registry-fetch-groups)
10755         (gnus-registry-delete-group): Groups that match
10756         `gnus-registry-ignored-groups' are removed from the registry
10757         entries, not just ignored for splitting.  This helps clean up the
10758         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10759         to get all the groups a message ID is in.
10760
10761         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10762         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10763         (spam-stat-score-buffer-user-functions): Add :number custom type.
10764
10765 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10766
10767         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10768         argument in XEmacs.
10769
10770         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10771         (nnrss-request-group): Decode group name first.
10772         (nnrss-request-article): Make a text/plain article if mml-to-mime
10773         failed.
10774         (nnrss-get-encoding): Return a compatible encoding according to
10775         nnrss-compatible-encoding-alist.
10776         (nnrss-find-el): Use consp instead of listp.
10777         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10778
10779 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10780
10781         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10782         which Emacs 20 doesn't support.
10783         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10784
10785 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10786
10787         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10788         silence the byte compiler inside the defun.
10789
10790         * gnus-demon.el (parse-time-string): Add autoload.
10791
10792         * gnus-delay.el (parse-time-string): Add autoload.
10793
10794         * gnus-art.el (parse-time-string): Add autoload.
10795
10796         * nnultimate.el (parse-time): Require for `parse-time-string'.
10797
10798 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10799
10800         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10801
10802         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10803
10804         * smime.el (smime-ldap-host-list): Add :version.
10805
10806 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10807
10808         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10809         pass it to `gnus-browse-read-group'.
10810         (gnus-browse-read-group): Add NUMBER argument and pass it to
10811         `gnus-group-read-ephemeral-group'.
10812
10813         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10814         argument and pass it to `gnus-group-read-group'.
10815
10816 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10817
10818         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10819         mm-xemacs-find-mime-charset-1 if we have the mule feature
10820         available at runtime.
10821
10822 2005-03-25  Werner Lemberg  <wl@gnu.org>
10823
10824         * nnmaildir.el: Replace `illegal' with `invalid'.
10825
10826 2005-03-23  Lute Kamstra  <lute@gnu.org>
10827
10828         * time-date.el: Add comment on time value formats.
10829         Don't require parse-time.
10830         (with-decoded-time-value): New macro.
10831         (encode-time-value): New function.
10832         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10833         (days-to-time): Return a valid time value when arg is huge.
10834         (time-since): Use time-subtract.
10835         (time-to-number-of-days): Use time-to-seconds.
10836
10837 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10838
10839         * gnus-start.el (gnus-display-time-event-handler):
10840         Check display-time-timer at runtime rather than only at load time
10841         in case display-time-mode is turned off in the mean time.
10842
10843 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10844
10845         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10846         used.
10847
10848         * nneething.el (nneething-map-file-directory): Derive from
10849         `gnus-directory'.
10850
10851         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10852         the To/Cc button.
10853
10854 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10855
10856         * nnmaildir.el (nnmaildir-request-accept-article):
10857         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10858
10859 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10860
10861         * gnus-async.el: Require timer-funcs at compile time when in
10862         XEmacs for `run-with-idle-timer'.
10863
10864 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10865
10866         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10867         autoloaded function.
10868
10869 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10870
10871         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10872
10873 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10874
10875         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10876
10877 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10878
10879         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10880         gnus-expert-user to default.
10881
10882 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10883
10884         * nnimap.el (nnimap-open-server): Ditto.
10885
10886         * imap.el (imap-authenticate): Fix typo.
10887
10888 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10889
10890         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10891         buffer (since IMAP server might return FETCH response out of
10892         order, and the nntp buffer must be sorted).
10893
10894 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10895
10896         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10897         comparison on string.
10898
10899         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10900         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10901         (gnus-agent-summary-fetch-series): Modified to protect against
10902         gnus-agent-summary-fetch-group clearing processable flags.
10903         (gnus-agent-synchronize-group-flags): Update live group buffer as
10904         synchronization may occur due to the user toggle the plugged
10905         status.
10906         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10907         successfully downloaded.
10908         (gnus-agent-expire-group-1): Avoid using markers when the overview
10909         is in ascending order; greatly improves performance.
10910         (gnus-agent-regenerate-group): Use
10911         gnus-agent-synchronize-group-flags to reset read status in both
10912         gnus and server.
10913         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10914
10915 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10916
10917         * message.el: Don't autoload former message-utils variables.
10918         (message-strip-subject-trailing-was): Change doc string.
10919
10920         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10921         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10922         (nnweb-google-search): Add "hl=en" here.
10923         (nnweb-google-parse-1, nnweb-google-create-mapping):
10924         Don't hardcode URL.
10925
10926 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10927
10928         * message.el (message-get-reply-headers, message-followup):
10929         Mention related variables `message-use-followup-to' and
10930         `message-use-mail-followup-to', in the information buffer.
10931
10932         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10933         of broken groups(-beta).google.com.
10934
10935 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10936
10937         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10938         parameter to invoked gnus-request-move-article; remove the
10939         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10940         all at once instead of once per article.
10941         (gnus-summary-remove-process-mark): Accept a list of articles as
10942         well as a single article for processing.
10943
10944         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10945         parameter.
10946
10947         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10948
10949         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10950
10951         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10952         parameter.
10953
10954         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10955         parameter.
10956
10957         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10958         parameter and remove the gnus-sum-hint-move-is-internal variable.
10959
10960         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10961         parameter.
10962
10963         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10964         parameter.
10965
10966         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10967         parameter.
10968
10969         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10970
10971         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10972         parameter.
10973
10974         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10975         parameter.
10976
10977 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10978
10979         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10980         a more conservative way.
10981
10982 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10983
10984         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10985         buffer, so it moves the window's cursor.
10986
10987 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10988
10989         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10990         `mm-dissect-multipart' and receive the from field as an (optional)
10991         argument from `mm-dissect-multipart'.
10992         (mm-dissect-multipart): Receive the from field as an argument and
10993         pass it on when we call `mm-dissect-buffer' on MIME parts.
10994         Fixes verification/decryption of signed/encrypted MIME parts.
10995
10996 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10997
10998         * gnus-sum.el (gnus-summary-move-article): Set
10999         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11000         whatever it calls (right now, only nnimap-request-move article
11001         respects it).
11002
11003         * nnimap.el (nnimap-request-move-article): When
11004         gnus-sum-hint-move-is-internal is set, don't do the extra
11005         nnimap-request-article.
11006
11007 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11008
11009         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11010
11011         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11012         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11013
11014         * gnus-sum.el (gnus-summary-caesar-message):
11015         Apply `gnus-treat-article' after rotation.
11016
11017         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11018         doc string.
11019
11020 2005-02-22  Simon Josefsson  <jas@extundo.com>
11021
11022         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11023         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11024         <arne@arnested.dk>.
11025         (encrypt): Add password-cache and password-cache-expiry as group
11026         members.
11027
11028 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11029
11030         * smime.el (smime-ldap-host-list): Doc fix.
11031         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11032         cache) password.
11033         (smime-sign-region): Use it.
11034         (smime-decrypt-region): Use it.
11035         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11036         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11037         fails.
11038         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11039         certificate from DER to PEM format rather than calling openssl.
11040
11041         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11042
11043         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11044         for signing/encryption.
11045
11046         * mml.el (mml-parse-1): Use them.
11047
11048 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11049
11050         * nnrss.el (nnrss-verbose): Removed.
11051         (nnrss-request-group): Use `nnheader-message' instead.
11052
11053 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11054
11055         * nnrss.el (nnrss-verbose): New variable.
11056         (nnrss-request-group): Make it say nnrss is requesting a group.
11057
11058 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11059
11060         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11061         Handle news URL with given port correctly.
11062
11063 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11064
11065         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11066         containing special characters.
11067
11068         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11069
11070         * mml.el (mime-to-mml): Ditto.
11071
11072         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11073         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11074         (rfc2047-decode-region): Quote decoded words containing special
11075         characters when rfc2047-quote-decoded-words-containing-tspecials
11076         is non-nil.
11077
11078 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11079
11080         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11081
11082         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11083
11084 2005-02-15  Simon Josefsson  <jas@extundo.com>
11085
11086         * nnimap.el (nnimap-debug): Doc fix.
11087
11088         * imap.el (imap-debug): Doc fix.
11089
11090 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11091
11092         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11093
11094 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11095
11096         * gnus.el (spam-contents): Improve docs for spam-contents
11097         parameter in its variable incarnation.
11098
11099 2005-02-14  Simon Josefsson  <jas@extundo.com>
11100
11101         * smime-ldap.el: Use require instead of load-library for ldap.
11102         (smime-ldap-search): Indent.
11103         (smime-ldap-search-internal): Shorten line.
11104
11105         * smime.el (smime-cert-by-dns): Add doc-string.
11106         (smime-cert-by-ldap-1): Indent.
11107
11108         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11109         mml-smime-get-dns-ldap.
11110         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11111
11112 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11113
11114         * smime.el: Require smime-ldap.
11115         (smime-ldap-host-list): New variable.
11116         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11117
11118         * mml-smime.el (mml-smime-encrypt-query): New function.
11119         (mml-smime-encrypt-query): Use it.
11120
11121         * smime-ldap.el: New file.
11122
11123 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11124
11125         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11126
11127 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11128
11129         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11130         argument in doc string.  Make query for type more clear.
11131
11132 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11133
11134         * gnus.el (gnus-group-startup-message): Search for gnus images in
11135         etc/images/gnus.
11136         * mm-util.el (mm-image-load-path): Likewise.
11137         * smiley.el (smiley-data-directory): Search for smilies in
11138         etc/images/smilies.
11139
11140 2005-02-09  Kim F. Storm  <storm@cua.dk>
11141
11142         Change Emacs release version from 21.4 to 22.1 throughout.
11143         Change Emacs development version from 21.3.50 to 22.0.50.
11144
11145 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11146
11147         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11148
11149         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11150         non-Mule XEmacs as well.
11151         (mm-decompress-buffer): Signal an error intentionally if it does
11152         not decompress compressed data because auto-compression-mode is
11153         disabled.
11154
11155 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11156
11157         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11158         an ID in the registry even if it has no groups.
11159
11160 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11161
11162         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11163         merge it into mm-decompress-buffer.
11164         (gnus-mime-copy-part): Use the MIME part charset, the value which
11165         a user specified or gnus-newsgroup-charset for decoding, like
11166         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11167         save-buffer what was used.  Suggested by Kevin Ryde
11168         <user42@zip.com.au>.
11169         (gnus-mime-inline-part): Allow the name parameter as well as the
11170         filename parameter; force decompressing of compressed data; always
11171         display contents being not decoded as unibyte.
11172
11173         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11174         as well as the filename parameter.
11175
11176         * mm-util.el (mm-decompress-buffer): Merge
11177         gnus-mime-jka-compr-maybe-uncompress.
11178         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11179         of compressed data.
11180
11181 2005-02-08  Simon Josefsson  <jas@extundo.com>
11182
11183         * imap.el (imap-log): Doc fix.
11184
11185 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11186
11187         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11188         the coding cookies; decompress compressed parts.
11189
11190         * mml.el (mml-generate-mime-1): Add the charset parameter according
11191         to the value which a user specified manually or the coding cookie.
11192
11193         * mm-util.el (mm-string-to-multibyte): New function.
11194         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11195         (mm-coding-system-to-mime-charset): New function.
11196         (mm-decompress-buffer): New function.
11197         (mm-find-buffer-file-coding-system): New function.
11198
11199         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11200         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11201         parts.
11202
11203 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11204
11205         * mm-view.el (mm-display-inline-fontify): Decode a part according
11206         to the charset parameter.
11207
11208 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11209
11210         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11211         prefix arg is neither nil nor a number, as info specifies.
11212
11213 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11214
11215         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11216         timestamps.
11217
11218 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11219
11220         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11221         groups error checking and notify user.
11222
11223 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11224
11225         * message.el (message-send-mail-function): Check existence of
11226         sendmail-program first before using default value
11227         `message-send-mail-with-sendmail'.  Otherwise use more generic
11228         `smtpmail-send-it'.
11229
11230 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11231
11232         * nntp.el (nntp-request-update-info): Always return nil.
11233
11234 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11235
11236         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11237
11238 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11239
11240         * message.el (message-beginning-of-line): Change the behavior when
11241         invoked between BOL and : so that it first moves backward.
11242
11243 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11244
11245         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11246         article buffer when editing of the article is discarded.
11247         (gnus-article-prepare): Revert.
11248
11249 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11250
11251         * gnus-art.el (gnus-article-prepare):
11252         Remove message-strip-forbidden-properties from the local hook.
11253
11254 2005-01-27  Simon Josefsson  <jas@extundo.com>
11255
11256         * password.el (password-cache-add): Only start one timer per key.
11257         Reported by Derek Atkins <warlord@MIT.EDU>.
11258
11259 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11260
11261         * run-at-time.el: Removed.  It is no longer needed as
11262         timer-funcs.el in the xemacs-base package has a working version of
11263         `run-at-time'.
11264
11265         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11266
11267         * password.el: Require timer-funcs instead of run-at-time in
11268         XEmacs.
11269         Remove `password-run-at-time' macro.
11270         (password-cache-add): Use `run-at-time' instead of
11271         `password-run-at-time'.
11272
11273         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11274         Remove `nnheader-cancel-function-timers' alias,
11275         `cancel-function-timers' exists in XEmacs in timer-funcs.
11276
11277         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11278         for `run-with-idle-timer'.
11279
11280         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11281         for `run-at-time'.
11282
11283         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11284         for `with-timeout'.
11285
11286         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11287         the same as for XEmacs 21.4.
11288         No need to ignore `run-with-idle-timer', this function exists in
11289         XEmacs now in timer-funcs.el in the xemacs-base package.
11290         (dgnushack-compile): No need to delete
11291         run-at-time.el from the list of files to compile because it
11292         doesn't exist anymore.
11293
11294 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11295
11296         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11297         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11298
11299 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11300
11301         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11302         sensitively.
11303
11304 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11305
11306         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11307
11308 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11309
11310         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11311         which will be inserted according to the multibyteness of a buffer
11312         rather than the type of contents.  Suggested by ARISAWA Akihiro
11313         <ari@mbf.ocn.ne.jp>.
11314
11315         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11316         of string which old xml.el may return rather than a string.
11317
11318 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11319
11320         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11321
11322 2005-01-16  Simon Josefsson  <jas@extundo.com>
11323
11324         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11325         idn/idna.el isn't available.
11326         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11327         <michael@waxrat.com>.
11328
11329         * hashcash.el: Remove non-FSF copyright header.
11330
11331         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11332         (hashcash-generate-payment): Use it.
11333         (hashcash-generate-payment-async): Use it.
11334
11335 2005-01-15  Simon Josefsson  <jas@extundo.com>
11336
11337         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11338         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11339
11340         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11341         gnus-summary-idna-message.
11342         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11343         (gnus-summary-idna-message): New function.
11344
11345 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11346
11347         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11348         gnus-novice-user.
11349
11350 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11351
11352         * nnrss.el (nnrss-request-delete-group): Delete entries in
11353         nnrss-group-alist as well.
11354         (nnrss-save-server-data): Insert newline.
11355
11356 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11357
11358         * gnus.el (gnus-user-agent): Use list of symbols instead of
11359         symbols.  Display full version number for (S)XEmacs.  Optionally
11360         display (S)XEmacs codename.
11361
11362         * gnus-util.el (gnus-emacs-version): Update for new
11363         `gnus-user-agent'.
11364
11365         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11366         Gnus version.
11367
11368 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11369
11370         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11371         which is unreadable in some setups.
11372
11373 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11374
11375         * gnus-spec.el (gnus-update-format-specifications): Flush the
11376         group format spec cache if it doesn't support decoded group names.
11377
11378 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11379
11380         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11381         Allow to apply decay on score files matching a regexp.
11382
11383 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11384
11385         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11386         compatibility in %g and %c.
11387
11388 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11389
11390         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11391         name for only %g and %c.
11392         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11393         of gnus-tmp-group to decoded group name.
11394         (gnus-group-make-rss-group): Exclude `/'s from group names.
11395
11396 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11397
11398         * nnrss.el (nnrss-get-encoding): Fix regexp.
11399
11400 2004-12-27  Simon Josefsson  <jas@extundo.com>
11401
11402         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11403         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11404         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11405
11406 2004-12-17  Kim F. Storm  <storm@cua.dk>
11407
11408         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11409
11410         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11411
11412 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11413
11414         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11415
11416 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11417
11418         * nnrss.el: Require rfc2047 and mml.
11419         (nnrss-file-coding-system): New variable.
11420         (nnrss-format-string): Redefine it as an inline function.
11421         (nnrss-decode-group-name): New function.
11422         (nnrss-string-as-multibyte): Remove.
11423         (nnrss-retrieve-headers): Decode group name; don't use
11424         nnrss-format-string.
11425         (nnrss-request-group): Decode group name.
11426         (nnrss-request-article): Decode group name; allow a Message-ID as
11427         well as an article number; don't use nnrss-format-string; encode a
11428         Message-ID string which may contain non-ASCII characters; use
11429         mml-to-mime to compose a MIME article.
11430         (nnrss-request-expire-articles): Decode group name.
11431         (nnrss-request-delete-group): Decode group name.
11432         (nnrss-fetch): Clarify error message.
11433         (nnrss-read-server-data): Use insert-file-contents instead of load;
11434         bind file-name-coding-system; use multibyte buffer.
11435         (nnrss-save-server-data): Bind coding-system-for-write to the
11436         value of nnrss-file-coding-system; bind file-name-coding-system;
11437         add coding cookie.
11438         (nnrss-read-group-data): Use insert-file-contents instead of load;
11439         bind file-name-coding-system; use multibyte buffer.
11440         (nnrss-save-group-data): Bind coding-system-for-write to the
11441         value of nnrss-file-coding-system; bind file-name-coding-system.
11442         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11443         make it work with non-ASCII text.
11444         (nnrss-find-el): Make it work with old xml.el as well.
11445
11446 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11447
11448         * nnrss.el (nnrss-get-encoding): New function.
11449         (nnrss-fetch): Use unibyte buffer initially; bind
11450         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11451         decode contents according to the encoding attribute.
11452         (nnrss-save-group-data): Add coding cookie.
11453         (nnrss-mime-encode-string): New function.
11454         (nnrss-check-group): Use it to encode subject and author.
11455
11456 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11457
11458         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11459         imaginary variable.
11460
11461 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11462
11463         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11464         correctly even if there are wide characters.
11465
11466 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11467
11468         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11469         downcased symbol names; make a new cache instead of reusing
11470         bbdb-hashtable.
11471
11472 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11473
11474         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11475         concatenating segments rather than before concatenating them.
11476         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11477
11478         * message.el (message-get-reply-headers): Bind `extra'.
11479
11480 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11481
11482         * message.el (message-extra-wide-headers): New variable.
11483         (message-get-reply-headers): Use it.
11484
11485 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11486
11487         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11488         (gnus-agent-group-pathname): Ditto.
11489
11490         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11491
11492         * gnus-group.el (gnus-group-make-group): Decode group name.
11493         (gnus-group-make-rss-group): Register the group data after opening
11494         the nnrss group.
11495
11496 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11497
11498         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11499         by expiry now get marked as read.
11500
11501 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11502
11503         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11504
11505 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11506
11507         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11508         unify Latin characters in XEmacs.
11509         (mm-find-mime-charset-region): Use it.
11510
11511 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11512
11513         * gnus-util.el (gnus-delete-directory): New function.
11514
11515         * gnus-agent.el (gnus-agent-delete-group): Use it.
11516
11517         * gnus-cache.el (gnus-cache-delete-group): Use it.
11518
11519 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11520
11521         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11522         names.
11523
11524 2004-12-16  Simon Josefsson  <jas@extundo.com>
11525
11526         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11527
11528 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11529
11530         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11531
11532         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11533         (gnus-group-set-current-level): Decode group name.
11534
11535 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11536
11537         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11538         failed.
11539
11540 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11541
11542         * gnus-group.el (gnus-group-delete-group): Decode group name.
11543         (gnus-group-make-rss-group): Encode group name.
11544         (gnus-group-catchup-current): Decode group name.
11545         (gnus-group-kill-group): Decode group name.
11546
11547 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11548
11549         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11550
11551 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11552
11553         * gnus-group.el (gnus-group-make-rss-group):
11554         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11555
11556         * gnus-start.el (gnus-setup-news): Honor user's setting to
11557         gnus-message-archive-method.  Suggested by Lute Kamstra
11558         <lute@gnu.org>.
11559
11560 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11561
11562         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11563         global counterparts of the buffer-local variables.
11564
11565 2004-11-16  Romain Francoise  <romain@orebokech.com>
11566
11567         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11568         counterparts of the buffer-local variables.
11569
11570 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11571
11572         * message.el (message-forbidden-properties): Fixed typo in doc
11573         string.
11574
11575 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11576
11577         * gnus-util.el (gnus-replace-in-string): Added doc string.
11578
11579         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11580         to avoid problems when splitting mails with many recipients.
11581
11582 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11583
11584         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11585         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11586
11587 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11588
11589         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11590         if there is no hashtable in memory or file modification time is
11591         newer than cached timestamp.
11592
11593 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11594
11595         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11596         not-matching option.
11597
11598 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11599
11600         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11601         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11602         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11603         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11604         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11605         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11606
11607 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11608
11609         * message.el (message-forward-make-body-mml): Remove headers
11610         according to message-forward-ignored-headers if a message is decoded.
11611
11612 2004-12-02  Romain Francoise  <romain@orebokech.com>
11613
11614         * message.el (message-forward-make-body-plain): Always remove
11615         headers according to message-forward-ignored-headers.
11616
11617 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11618
11619         * spam.el (spam-summary-prepare-exit): Remove the
11620         gnus-summary-limit pop for now, it has problems with ham marks for
11621         me.
11622
11623 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11624
11625         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11626         correctly.
11627
11628 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11629
11630         * format-spec.el (format-spec): Message the char.
11631
11632 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11633
11634         * gnus-art.el (gnus-split-methods): Reformat comments.
11635
11636         * spam.el (spam-summary-prepare-exit): Remove article limits
11637         before exiting the summary buffer.
11638
11639 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11640
11641         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11642         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11643
11644         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11645         order to silence the byte compiler.
11646
11647         * spam.el: Fix the way to silence the byte compiler, which
11648         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11649         bbdb-search-simple, spam-BBDB-register-routine,
11650         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11651         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11652         spam-stat-buffer-is-spam, spam-stat-load,
11653         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11654         spam-stat-save and spam-stat-split-fancy.
11655
11656 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11657
11658         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11659         which may confuse users.
11660         (canlock-password-for-verify): Ditto.
11661
11662         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11663
11664         * gnus-art.el (gnus-emphasis-alist): Ditto.
11665
11666         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11667
11668         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11669
11670         * gnus-start.el (gnus-save-killed-list): Ditto.
11671
11672         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11673         (gnus-sum-thread-tree-root): Ditto.
11674         (gnus-sum-thread-tree-false-root): Ditto.
11675         (gnus-sum-thread-tree-single-indent): Ditto.
11676
11677         * message.el (message-courtesy-message): Ditto.
11678         (message-archive-note): Ditto.
11679         (message-subscribed-address-file): Ditto.
11680         (message-user-fqdn): Ditto.
11681
11682         * spam-report.el (spam-report-gmane-regex): Ditto.
11683
11684         * spam.el (spam-blackhole-good-server-regex): Ditto.
11685
11686 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11687
11688         * mml.el (mml-preview): Widen the message buffer before copying
11689         the contents to the preview buffer; sort headers before previewing.
11690
11691         * message.el (message-hidden-headers): Fix the way to avoid a bug
11692         in the `repeat' widget in Emacs 21.3 or earlier.
11693
11694 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11695
11696         * message.el (message-hidden-headers): Default to "^References:".
11697         Improve customization type.  Suggested by Reiner Steib
11698         <Reiner.Steib@gmx.de>.
11699
11700 2004-11-25  Romain Francoise  <romain@orebokech.com>
11701
11702         * message.el (message-strip-forbidden-properties): Remove check for
11703         obsolete `message-hidden' text property, hidden headers are not
11704         accessible in the buffer anymore.
11705
11706 2004-11-22  Romain Francoise  <romain@orebokech.com>
11707
11708         * message.el (message-header-format-alist): Add `From' in list
11709         so that it can be sorted.
11710         (message-fix-before-sending): Widen and sort headers before
11711         sending.
11712         (message-hide-headers): Use narrowing to hide headers by moving
11713         them to the top of the buffer and narrowing to the region
11714         underneath.
11715
11716 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11717
11718         * message.el (message-strip-forbidden-properties): Bind
11719         buffer-read-only (etc) to nil.
11720
11721 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11722
11723         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11724         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11725
11726 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11727
11728         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11729
11730 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11731
11732         * dns.el (query-dns): Use sit-for to time instead of
11733         accept-process-output, since that doesn't seem to work on udp
11734         sockets.
11735
11736 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11737
11738         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11739
11740 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11741
11742         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11743         doc string.  Improve doc string.
11744
11745 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11746
11747         * nntp.el (nntp-request-update-info): Return nil if
11748         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11749         may not call gnus-activate-group which uselessly issues the GROUP
11750         commands for all nntp groups and wastes time.  Reported by Romain
11751         Francoise <romain@orebokech.com>.
11752
11753         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11754
11755 2004-11-15  Simon Josefsson  <jas@extundo.com>
11756
11757         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11758         headers separately.
11759         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11760         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11761
11762 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11763
11764         * gnus-start.el (gnus-convert-old-newsrc):
11765         Assign legacy-gnus-agent to 5.10.7.
11766
11767 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11768
11769         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11770         start of the lines.
11771
11772 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11773
11774         * hashcash.el (hashcash-default-payment): Change default to 20.
11775         (hashcash-default-accept-payment): Change default to 20.
11776         (hashcash-process-alist): New variable.
11777         (hashcash-generate-payment-async): Add.
11778         (hashcash-already-paid-p): Add.
11779         (hashcash-insert-payment): Don't generate payments twice.
11780         (hashcash-insert-payment-async): Add.
11781         (hashcash-insert-payment-async-2): Add.
11782         (hashcash-cancel-async): Add.
11783         (hashcash-wait-async): Add.
11784         (hashcash-processes-running-p): Add.
11785         (hashcash-wait-or-cancel): Add.
11786         (mail-add-payment): New optional argument.  Conditionally start
11787         asynchronous calculation.
11788         (mail-add-payment-async): Add.
11789
11790         * message.el (message-send-mail): Wait for asynchronous hashcash
11791         results.  Don't clobber existing X-Hashcash headers.
11792         (message-setup-1): Call mail-add-payment-async when
11793         message-generate-hashcash is non-nil.
11794
11795 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11796
11797         * message.el (message-use-alternative-email-as-from): Examine the
11798         From header as well; use message-make-from in order to include a
11799         user's full name.
11800
11801 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11802
11803         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11804         default; improve customization type.
11805         (gnus-emphasis-custom-with-format): New macro.
11806         (gnus-emphasis-custom-value-to-external): New function.
11807         (gnus-emphasis-custom-value-to-internal): New function.
11808
11809 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11810
11811         * dns.el (query-dns): Resolve reverse addresses.
11812
11813 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11814
11815         * gnus-group.el (gnus-group-get-new-news): Use it.
11816
11817         * gnus-start.el (gnus-check-reasonable-setup): New function.
11818
11819 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11820
11821         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11822         "Args out of range" error.  Reported by Arnaud Giersch
11823         <arnaud.giersch@free.fr>.
11824
11825 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11826
11827         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11828
11829 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11830
11831         * spam.el (spam group): Add :version.
11832
11833         * pgg-def.el (pgg group): Add :version.
11834
11835 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11836
11837         * gnus-art.el (gnus-article-edit-article): Don't associate the
11838         article buffer with a draft file.  This is a temporary measure
11839         against the 2004-08-22 change to gnus-article-edit-mode.
11840
11841 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11842
11843         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11844         (html2text-format-tags): Remove unused variable `attr'.
11845
11846 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11847
11848         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11849
11850         * tls.el (tls-process-connection-type, tls-success)
11851         (tls-certtool-program): Add :version.
11852
11853         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11854         (starttls-extra-arguments, starttls-process-connection-type)
11855         (starttls-connect, starttls-failure, starttls-success): Add :version.
11856
11857         * spam-stat.el (spam-stat): Add :version.
11858
11859         * sieve.el (sieve): Add :version.
11860
11861         * sha1.el (sha1): Add :version.
11862         (sha1-use-external): Remove redundant version.
11863
11864         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11865         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11866         (nnmail-split-fancy-match-partial-words)
11867         (nnmail-split-lowercase-expanded): Add :version.
11868
11869         * nndiary.el (nndiary): Add :version.
11870
11871         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11872
11873         * mml-sec.el (mml-default-sign-method)
11874         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11875         Add :version.
11876
11877         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11878
11879         * mm-url.el (mm-url-use-external, mm-url-program)
11880         (mm-url-arguments): Add :version.
11881
11882         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11883         (mm-attachment-file-modes, mm-decrypt-option)
11884         (mm-w3m-safe-url-regexp): Add :version.
11885
11886         * message.el (message-cite-prefix-regexp)
11887         (message-sendmail-envelope-from, message-minibuffer-local-map)
11888         (message-user-fqdn, message-completion-alist): Add :version.
11889
11890         * gnus-win.el (gnus-configure-windows-hook)
11891         (gnus-use-frames-on-any-display): Add :version.
11892
11893         * gnus-art.el (gnus-article-address-banner-alist)
11894         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11895         (gnus-treat-from-picon, gnus-treat-mail-picon)
11896         (gnus-treat-x-pgp-sig): Add :version.
11897
11898         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11899         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11900         (gnus-summary-article-delete-hook)
11901         (gnus-summary-display-while-building): Add :version.
11902
11903         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11904         (gnus-get-top-new-news-hook): Add :version.
11905
11906         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11907         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11908
11909         * gnus-registry.el (gnus-registry): Add :version.
11910
11911         * gnus-spec.el (gnus-use-correct-string-widths)
11912         (gnus-make-format-preserve-properties): Add :version.
11913
11914         * gnus.el (gnus-group-charter-alist)
11915         (gnus-group-fetch-control-use-browse-url)
11916         (gnus-install-group-spam-parameters): Add :version.
11917
11918         * gnus-diary.el (gnus-diary): Add :version.
11919
11920         * gnus-delay.el (gnus-delay): Add :version.
11921
11922         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11923         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11924         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11925         Add :version.
11926
11927         * gnus-agent.el (gnus-agent-max-fetch-size)
11928         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11929         (gnus-agent-prompt-send-queue): Add :version.
11930
11931         * deuglify.el (gnus-outlook-deuglify): Add :version.
11932
11933         * html2text.el: Beautify code.  Improve doc strings.  Some
11934         checkdoc cleanup.
11935         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11936
11937 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11938
11939         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11940
11941 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11942
11943         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11944         when package is loaded.
11945
11946         * spam.el (spam-summary-score-preferred-header): Add global preference
11947         for people who want to override the default SpamAssassin over
11948         Bogofilter preference (when both are set).
11949         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11950         (spam-user-format-function-S): Check
11951         spam-summary-score-preferred-header.
11952         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11953         (spam-user-format-function-S): Format the score correctly.
11954
11955 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11956
11957         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11958         signature file.  Suggested by Manoj Srivastava
11959         <srivasta@golden-gryphon.com>.
11960
11961         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11962         iso-2022-jp even in the Japanese language environment.
11963         Suggested by Jason Rumney <jasonr@gnu.org>.
11964
11965 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11966
11967         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11968         use the same characters as the dummy marks; make it free from
11969         getting affected by the language environment.
11970         (gnus-summary-read-group-1): Update mark positions only when the
11971         format spec is updated.
11972
11973         * gnus-spec.el (gnus-update-format-specifications): Return a list
11974         of updated types.
11975
11976 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11977
11978         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11979         of boundp to check if display-warning is available.
11980
11981 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11982
11983         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11984
11985 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11986
11987         * nnspool.el (nnspool-spool-directory): Use news-path if the
11988         news-directory variable is not bound.
11989
11990         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11991         function instead of display-warning if it is not available.
11992
11993 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11994
11995         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11996         v5-10: Use `point-at-bol'.
11997
11998 2004-10-26  Simon Josefsson  <jas@extundo.com>
11999
12000         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12001         <chenggao@gmail.com>.
12002
12003 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12004
12005         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12006         instead.
12007
12008 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12009
12010         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12011         to remove a server from the nnimap-server-buffer-alist.
12012         (nnimap-open-connection, nnimap-close-server): Use it.
12013
12014         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12015
12016 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12017
12018         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12019         running the major-mode function.
12020
12021 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12022
12023         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12024         dummy marks in the right way.
12025
12026 2004-10-18  David Edmondson  <dme@dme.org>
12027
12028         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12029         excessively.
12030
12031 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12032
12033         * gnus-util.el (gnus-split-references): Accept a nil references
12034         string and go on blissfully.
12035
12036         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12037         cases where the references string is non-nil but has no references.
12038
12039         * encrypt.el: Add autoload tags.
12040
12041         * spam.el (spam-resolve-registrations-routine): Remove article
12042         from unregistration list too.  Reported by David Hanak
12043         <dhanak@isis.vanderbilt.edu>
12044
12045 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12046
12047         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12048         nil.  Changed custom type.
12049
12050 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12051
12052         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12053
12054         * gnus-sum.el (gnus-summary-move-article): Use it.
12055
12056 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12057
12058         * encrypt.el: Add autoload cookies.
12059
12060         * spam.el (spam-backend-article-list-property)
12061         (spam-backend-get-article-todo-list)
12062         (spam-backend-put-article-todo-list)
12063         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12064         Resolve registrations separately.
12065         (spam-register-routine): Format comments.
12066         (spam-unregister-routine, spam-register-routine): Always call with
12067         specific-articles, no default list.
12068         (spam-summary-prepare-exit): Use the spam-classifications function.
12069
12070         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12071         gnus-encrypt.el.
12072
12073         * encrypt.el: Copied from gnus-encrypt.el.
12074
12075         * gnus-encrypt.el: Commented that it's obsolete.
12076
12077 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12078
12079         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12080         (gnus-score-save): Use it.
12081
12082         * message.el (message-bury): Use `window-dedicated-p'.
12083
12084 2004-10-15  Simon Josefsson  <jas@extundo.com>
12085
12086         * pop3.el (top-level): Don't require nnheader.
12087         (pop3-read-timeout): Add.
12088         (pop3-accept-process-output): Add.
12089         (pop3-read-response, pop3-retr): Use it.
12090
12091 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12092
12093         * spam.el (spam-register-routine): Move comment.
12094         (spam-verify-bogofilter): Use 'unknown for the initial
12095         spam-bogofilter-valid state, not 'never.
12096
12097         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12098         for netrc-machine.
12099
12100         * nnimap.el (nnimap-open-connection): Use
12101         netrc-machine-user-or-password.
12102
12103 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12104
12105         * gnus-registry.el (gnus-registry-unload-hook):
12106         Set as a variable with add-hook.
12107
12108         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12109         of news-path.
12110
12111         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12112
12113         * spam.el: Delete duplicate `provide'.
12114         (spam-unload-hook): Set as a variable with add-hook.
12115
12116 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12117
12118         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12119         in the doc string.
12120
12121         * message.el (message-ignored-news-headers)
12122         (message-ignored-supersedes-headers)
12123         (message-ignored-resent-headers)
12124         (message-forward-ignored-headers): Improve custom type.
12125
12126 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12127
12128         * message.el (message-tokenize-header): Fix 2004-09-06 change
12129         which used point-min in the wrong place.
12130
12131 2004-10-12  Simon Josefsson  <jas@extundo.com>
12132
12133         * tls.el (tls-certtool-program): New variable.
12134         (tls-certificate-information): New function, based on
12135         ssl-certificate-information.
12136
12137 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12138
12139         * compface.el: Move the version of ELisp-based uncompface program
12140         to the contrib directory because of the copyright problem.
12141
12142 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12143
12144         * message.el (message-kill-buffer): Raise the current frame.
12145
12146 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12147
12148         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12149
12150         * gnus.el (message-y-or-n-p): Autoload.
12151
12152         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12153         (pop3-password-required, pop3-authentication-scheme)
12154         (pop3-leave-mail-on-server): Made customizable.
12155         (pop3): New custom group.
12156         (pop3-retr): Remove `sleep-for' statements.
12157         Suggested by Dave Love <fx@gnu.org>.
12158
12159         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12160         Windows/DOS.
12161
12162         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12163         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12164         Dave Love <fx@gnu.org>.
12165
12166         * mml.el (mml-minibuffer-read-disposition): Require match.
12167         Suggested by Dave Love <fx@gnu.org>.
12168
12169 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12170
12171         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12172         doc string.
12173
12174 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12175
12176         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12177
12178 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12179
12180         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12181         instead of calling `mm-insert-inline', to decode text/* parts
12182         before displaying them.
12183
12184 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12185
12186         * mm-uu.el (mm-uu-text-plain-type): New variable.
12187         (mm-uu-pgp-signed-extract-1): Use it.
12188         (mm-uu-pgp-encrypted-extract-1): Use it.
12189         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12190         bind mm-uu-text-plain-type with that value.
12191         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12192         mm-uu-dissect.
12193
12194 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12195
12196         * gnus-group.el (gnus-update-group-mark-positions):
12197         * gnus-sum.el (gnus-update-summary-mark-positions):
12198         * message.el (message-check-news-body-syntax):
12199         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12200         of string-as-multibyte.
12201
12202 2004-10-05  Juri Linkov  <juri@jurta.org>
12203
12204         * gnus-group.el (gnus-update-group-mark-positions):
12205         * gnus-sum.el (gnus-update-summary-mark-positions):
12206         * message.el (message-check-news-body-syntax):
12207         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12208         8-bit unibyte values to a multibyte string for search functions.
12209
12210 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12211
12212         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12213         (mm-uu-dissect-text-parts): New function.
12214
12215         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12216         dissect text parts.
12217
12218         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12219         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12220
12221         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12222
12223         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12224         gnus-current-topics instead of gnus-current-topic.
12225
12226 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12227
12228         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12229
12230 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12231
12232         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12233         where approriate.
12234
12235         * nnml.el (nnml-generate-active-info): do.
12236
12237         * nndiary.el (nndiary-generate-active-info): do.
12238
12239         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12240         (gnus-topic-move): do.
12241
12242         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12243         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12244
12245         * gnus-srvr.el (gnus-server-prepare)
12246         (gnus-server-open-all-servers): do.
12247
12248         * gnus-msg.el (gnus-summary-cancel-article)
12249         (gnus-summary-resend-message)
12250         (gnus-summary-mail-crosspost-complaint): do.
12251
12252         * gnus-move.el (gnus-change-server): do.
12253
12254         * gnus-group.el (gnus-group-unmark-all-groups)
12255         (gnus-group-set-current-level): do.
12256
12257 2004-10-04  Simon Josefsson  <jas@extundo.com>
12258
12259         * message.el (message-generate-hashcash): Doc fix.
12260
12261 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12262
12263         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12264         avoid infinite recursion via gnus-get-function.
12265
12266 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12267
12268         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12269
12270         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12271
12272         * nnmail.el (nnmail-split-history): do.
12273
12274         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12275         (nnml-request-delete-group): do.
12276
12277         * nnslashdot.el (nnslashdot-read-groups): do.
12278
12279         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12280         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12281
12282         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12283         (nnspool-sift-nov-with-sed): Use last.
12284         (nnspool-retrieve-headers-with-nov): Use mapc.
12285         (nnspool-request-newgroups): Use dolist.
12286         (nnspool-request-group): Use last.
12287
12288         * nntp.el (nntp-read-server-type): Use dolist.
12289
12290         * nnvirtual.el (nnvirtual-create-mapping)
12291         (nnvirtual-update-read-and-marked): Use dolist.
12292         (nnvirtual-convert-headers): Simplify.
12293
12294 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12295
12296         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12297         support for sync'ing tick marks.
12298
12299 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12300
12301         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12302         there's no visible header.
12303
12304 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12305
12306         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12307         necessary, pass full group name to gnus-request-set-marks.
12308
12309 2004-10-01  Simon Josefsson  <jas@extundo.com>
12310
12311         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12312         acroread.
12313
12314 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12315
12316         * spam-report.el (spam-report-gmane): Fix interactive.
12317
12318         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12319
12320         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12321         when writing file.
12322         (gnus-agent-synchronize-flags): Don't default to being
12323         interactive.
12324
12325 2004-09-30  Simon Josefsson  <jas@extundo.com>
12326
12327         * message.el (message-generate-hashcash): Add.
12328         (message-send-mail): Use it, call mail-add-payment.
12329
12330 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12331
12332         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12333
12334 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12335
12336         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12337         gnus-requst-update-info with explicit code to sync the in-memory
12338         info read flags with the marks being sync'd to the backend.
12339
12340         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12341
12342 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12343
12344         * spam.el (spam-verify-bogofilter): Add new function.
12345         (spam-check-bogofilter)
12346         (spam-bogofilter-register-with-bogofilter): Use it.
12347         (spam-verify-bogofilter): Add small fixes.
12348
12349 2004-09-28  Simon Josefsson  <jas@extundo.com>
12350
12351         * hashcash.el (hashcash-generate-payment): Revert.
12352
12353 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12354
12355         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12356         gnus-extract-references instead of gnus-split-references.
12357
12358         * gnus-util.el (gnus-extract-references): Add new function, analogous
12359         to gnus-split-references but extracts only the message-ID without
12360         anything extra.
12361
12362         * hashcash.el (hashcash-generate-payment)
12363         (hashcash-check-payment): Do the right thing if hashcash-path is
12364         nil (because the hashcash program could not be found).
12365
12366         * spam.el (spam-use-hashcash): Remove comment.
12367
12368 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12369
12370         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12371         (gnus-cache-enter-article, gnus-cache-remove-article)
12372         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12373
12374         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12375
12376         * gnus-art.el (article-hide-boring-headers)
12377         (article-translate-strings, article-display-face)
12378         (gnus-article-mime-match-handle-first)
12379         (gnus-article-highlight-headers)
12380         (gnus-article-add-buttons-to-head): do.
12381
12382 2004-09-27  Simon Josefsson  <jas@extundo.com>
12383
12384         * hashcash.el: New version, from
12385         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12386         ../contrib/.
12387
12388 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12389
12390         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12391
12392 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12393
12394         * gnus-dup.el (gnus-dup-open): Use mapc.
12395         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12396
12397         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12398         Reported by Stefan Wiens <s.wi@gmx.net>.
12399
12400         * gnus.el (gnus-shutdown): Use dolist.
12401
12402         * gnus-undo.el (gnus-undo): Use mapc.
12403
12404         * nnrss.el (nnrss-generate-active): do.
12405
12406         * message.el (message-cite-original-without-signature)
12407         (message-cite-original): Use mapc.
12408         (message-do-actions, message-make-forward-subject): Use dolist.
12409
12410 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12411
12412         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12413         deletion to remove entire duplicate line.  Fixes merged article
12414         number bug.
12415
12416 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12417
12418         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12419         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12420         first ask if you want to open a server and then, even when you
12421         responded with no, asking if you want to synchronize the server's
12422         flags.
12423         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12424         multi-line expressions.
12425         (gnus-agent-synchronize-group-flags): New internal function.
12426         Updates marks in memory (in the info structure) AND in the
12427         backend.
12428
12429         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12430
12431         * nnagent.el (nnagent-request-set-mark): Use
12432         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12433         method, to ensure that synchronization updates marks in the
12434         backend and in the info (in memory) structure.
12435
12436 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12437
12438         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12439         convention fully; don't miss the root article of a thread; make
12440         the X-Draft-From header with correct article numbers.
12441
12442 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12443
12444         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12445         unless plugged.  Disable the agent so that an open failure causes
12446         an error.
12447
12448         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12449         Reverted 2004-09-21 change.  The backend must be opened while
12450         synchronizing flags even when the backend stores the flags
12451         locally.
12452
12453 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12454
12455         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12456         in `header' match.  Reported by Svend Tollak Munkejord.
12457
12458         * message.el (message-cite-original): Fix use of
12459         `message-cite-articles-with-x-no-archive'.
12460
12461 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12462
12463         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12464         (gnus-window-to-buffer): Ditto.
12465
12466         * mml.el (mml-preview-buffer): New variable.
12467         (mml-preview): Manage window layout with gnus-buffer-configuration.
12468
12469         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12470         X-Draft-From header even if those articles aren't quoted.
12471
12472 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12473
12474         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12475         (gnus-request-set-mark, gnus-request-update-mark): Use new
12476         g-s-t-u-l-m to decide to use backend even when unplugged.
12477
12478 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12479
12480         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12481         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12482
12483 2004-09-20  Simon Josefsson  <jas@extundo.com>
12484
12485         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12486         "utf-16-le".
12487
12488 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12489
12490         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12491
12492 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12493
12494         * uudecode.el (uudecode-use-external): Add :version.
12495
12496         * smime.el (smime-CA-file, smime-encrypt-cipher)
12497         (smime-dns-server): Add :version.
12498
12499         * smiley.el (gnus-smiley-file-types): Add :version.
12500
12501         * sha1.el (sha1-use-external): Add :version.
12502
12503         * pgg-def.el (pgg-query-keyserver): Add :version.
12504
12505         * nnmail.el (nnmail-fancy-expiry-targets)
12506         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12507         Add :version.
12508
12509         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12510         (nnimap-retrieve-groups-asynchronous): Add :version.
12511         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12512
12513         * mml.el (mml-content-disposition-parameters)
12514         (mml-insert-mime-headers-always): Add :version.
12515
12516         * mm-util.el (mm-coding-system-priorities): Add :version.
12517
12518         * mm-decode.el (mm-inline-text-html-with-images)
12519         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12520         (mm-verify-option): Add :version.
12521         (mm-text-html-renderer): Change :version.
12522
12523         * message.el (message-fcc-externalize-attachments)
12524         (message-required-headers, message-draft-headers)
12525         (message-subject-trailing-was-query)
12526         (message-subject-trailing-was-ask-regexp)
12527         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12528         (message-mark-insert-end, message-archive-header)
12529         (message-archive-note, message-cross-post-default)
12530         (message-cross-post-note, message-followup-to-note)
12531         (message-cross-post-note-function, message-use-mail-followup-to)
12532         (message-subscribed-address-functions)
12533         (message-subscribed-address-file, message-subscribed-addresses)
12534         (message-subscribed-regexps, message-allow-no-recipients)
12535         (message-yank-cited-prefix, message-signature-insert-empty-line)
12536         (message-hidden-headers, message-hierarchical-addresses)
12537         (message-mail-user-agent, message-use-idna)
12538         (message-valid-fqdn-regexp)
12539         (message-strip-special-text-properties, message-header-synonyms)
12540         (message-beginning-of-line, message-tab-body-function): Add :version.
12541         (message-insert-canlock, message-wide-reply-confirm-recipients):
12542         Change :version.
12543
12544         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12545         and :version.
12546         (mail-source-delete-old-incoming-confirm)
12547         (mail-source-movemail-program): Add :version.
12548
12549         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12550         (gnus-agent-cache, gnus-agent): Change :version.
12551
12552         * gnus-util.el (gnus-use-byte-compile): Change :version.
12553
12554         * gnus-sum.el (gnus-summary-make-false-root-always)
12555         (gnus-summary-default-high-score)
12556         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12557         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12558         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12559         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12560         (gnus-sum-thread-tree-single-indent)
12561         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12562         (gnus-sum-thread-tree-leaf-with-other)
12563         (gnus-sum-thread-tree-single-leaf): Add :version.
12564         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12565         (gnus-article-loose-mime): Change :version.
12566
12567         * gnus-start.el (gnus-backup-startup-file)
12568         (gnus-save-startup-file-via-temp-buffer): Add :version.
12569
12570         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12571         (gnus-server-offline-face): Add :version.
12572
12573         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12574
12575         * gnus-msg.el (gnus-gcc-externalize-attachments)
12576         (gnus-debug-files, gnus-debug-exclude-variables)
12577         (gnus-discouraged-post-methods): Change :version.
12578         (gnus-confirm-mail-reply-to-news)
12579         (gnus-confirm-treat-mail-like-news): Add :version.
12580
12581         * gnus-int.el (gnus-server-unopen-status): Add :version.
12582
12583         * gnus-group.el (gnus-group-jump-to-group-prompt)
12584         (gnus-large-ephemeral-newsgroup)
12585         (gnus-fetch-old-ephemeral-headers): Add :version.
12586
12587         * gnus-fun.el (gnus-x-face-directory)
12588         (gnus-convert-pbm-to-x-face-command)
12589         (gnus-convert-image-to-x-face-command)
12590         (gnus-convert-image-to-face-command): Add :version.
12591
12592         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12593
12594         * gnus-cite.el (gnus-cite-blank-line-after-header)
12595         (gnus-article-boring-faces): Add :version.
12596
12597         * gnus-art.el (gnus-buttonized-mime-types)
12598         (gnus-inhibit-mime-unbuttonizing)
12599         (gnus-treat-display-face)
12600         (gnus-treat-body-boundary): Change :version.
12601         (gnus-body-boundary-delimiter, gnus-picon-databases)
12602         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12603         (gnus-treat-date-english, gnus-treat-fold-headers)
12604         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12605         (gnus-treat-mail-picon, gnus-treat-wash-html)
12606         (gnus-article-encrypt-protocol)
12607         (gnus-use-idna, gnus-article-over-scroll)
12608         (gnus-mime-display-multipart-alternative-as-mixed)
12609         (gnus-mime-display-multipart-related-as-mixed)
12610         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12611         (gnus-ctan-url, gnus-button-ctan-handler)
12612         (gnus-button-handle-ctan-bogus-regexp)
12613         (gnus-button-ctan-directory-regexp)
12614         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12615         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12616         (gnus-button-man-level, gnus-button-emacs-level)
12617         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12618
12619         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12620         (gnus-agent-go-online): Change :version.
12621         (gnus-agent-expire-unagentized-dirs)
12622         (gnus-agent-auto-agentize-methods): Add :version.
12623
12624         * flow-fill.el (fill-flowed-display-column)
12625         (fill-flowed-encode-column): Add :version.
12626
12627         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12628         (gnus-outlook-deuglify-unwrap-max)
12629         (gnus-outlook-deuglify-cite-marks)
12630         (gnus-outlook-deuglify-unwrap-stop-chars)
12631         (gnus-outlook-deuglify-no-wrap-chars)
12632         (gnus-outlook-deuglify-attrib-cut-regexp)
12633         (gnus-outlook-deuglify-attrib-verb-regexp)
12634         (gnus-outlook-deuglify-attrib-end-regexp)
12635         (gnus-outlook-display-hook): Add :version.
12636
12637         * binhex.el (binhex-use-external): Add :version.
12638
12639 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12640
12641         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12642         and `invisible'.
12643
12644 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12645
12646         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12647         in gnus-registry-trim.
12648
12649 2004-09-13  Simon Josefsson  <jas@extundo.com>
12650
12651         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12652
12653         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12654
12655         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12656         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12657         <yamaoka@jpl.org>.
12658         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12659         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12660         <yamaoka@jpl.org>.
12661
12662         * sieve.el (sieve-manage-mode): Ditto.
12663
12664 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12665
12666         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12667
12668 2004-09-11  Simon Josefsson  <jas@extundo.com>
12669
12670         * dns-mode.el: Add.
12671
12672         * mm-view.el (mm-display-dns-inline): Add.
12673
12674         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12675         (mm-automatic-display): Ditto.
12676
12677         * mailcap.el (mailcap-mime-data): Add text/dns.
12678         (mailcap-mime-extensions): Map .soa to text/dns.
12679
12680 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12681
12682         * gnus-art.el (article-decode-mime-words, article-babel)
12683         (gnus-article-highlight-signature, gnus-article-add-buttons)
12684         (gnus-signature-toggle): Remove unnecessary bindings of
12685         `inhibit-read-only' inherited from v5.10 merge.
12686
12687 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12688
12689         * nntp.el (nntp): New customization group.
12690         (nntp-authinfo-file): Add customization group.
12691
12692         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12693
12694         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12695
12696         * gnus.el (to-address, to-list, subscribed)
12697         (large-newsgroup-initial): Ditto.
12698
12699         * flow-fill.el (fill-flowed-display-column)
12700         (fill-flowed-encode-column): Ditto.
12701
12702 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12703
12704         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12705         Use point-min rather than 1.
12706         (message-send-mail): Use buffer-size rather than point-max.
12707
12708         * gnus-sum.el (gnus-summary-search-article-forward):
12709         Signal a specific `search-failed' rather than a generic `error'.
12710
12711         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12712         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12713         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12714
12715 2004-09-10  Simon Josefsson  <jas@extundo.com>
12716
12717         * nndb.el (require): Remove tcp and duplicate cl.
12718
12719 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12720
12721         * gnus-agent.el (directory-files-and-attributes): Move forward.
12722
12723 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12724
12725         * gnus-agent.el (directory-files-and-attributes): Optionally
12726         defined to support XEmacs.
12727
12728 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12729
12730         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12731         to avoid run-time CL dependencies.
12732         (gnus-agent-unfetch-articles): New function.
12733         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12734         article numbers even when local .overview file is missing.
12735         (gnus-agent-read-article-number): New function.  Only accepts
12736         27-bit article numbers.
12737         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12738         gnus-agent-read-article-number.
12739         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12740         from backend while recognizing that article numbers in .overview
12741         must be valid.
12742         (gnus-agent-update-files-total-fetched-for): Use
12743         directory-files-and-attributes to improve performance.
12744         * gnus-int.el (gnus-request-move-article): Use
12745         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12746         improve performance.
12747
12748         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12749         some users confused by references to .newsrc when they only have a
12750         .newsrc.eld file.
12751         (gnus-convert-mark-converter-prompt)
12752         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12753         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12754         New function.  Used internally to only display 'gnus converting
12755         files' message when actually necessary.
12756
12757         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12758         methods now autoloaded.
12759
12760 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12761
12762         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12763         identifiers.
12764
12765 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12766
12767         * gnus-picon.el: Fix indentation and closing parenthesis.
12768
12769 2004-09-01  Simon Josefsson  <jas@extundo.com>
12770
12771         * message.el (message-canlock-generate): Require sha1, not
12772         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12773         to require within a function.  Sadly, if sha1.el isn't loaded, the
12774         let binding in m-c-g will hide the defcustom definition, which is
12775         bad.)
12776
12777         * canlock.el: Require sha1, not sha1-el.
12778
12779         * message.el: Don't autoload sha1 (there is a autoload cookie in
12780         sha1.el).
12781
12782         * sha1-el.el: Renamed to sha1.el.
12783
12784 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12785
12786         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12787
12788 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12789
12790         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12791
12792 2004-08-30  Kim F. Storm  <storm@cua.dk>
12793
12794         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12795
12796         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12797         Add :group 'nnimap.
12798
12799 2004-08-30  Andreas Schwab  <schwab@suse.de>
12800
12801         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12802         ?* and ?\;.
12803
12804         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12805         and ?\' to symbol instead of whitespace.
12806
12807 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12808
12809         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12810
12811         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12812         instead of re-search-forward.
12813
12814         * gnus-uu.el (gnus-uu-save-article): Ditto.
12815         (gnus-uu-post-encode-uuencode): Ditto.
12816
12817         * html2text.el (html2text-clean-list-items): Ditto.
12818         (html2text-clean-dtdd): Ditto.
12819         (html2text-format-tags): Ditto.
12820
12821         * message.el (message-send-mail-with-sendmail): Fix regexp.
12822         (message-fill-field-general): Use search-forward instead of
12823         re-search-forward.
12824         (unbold-region): Ditto.
12825
12826         * nnrss.el (nnrss-request-article): Ditto.
12827
12828         * nnslashdot.el (nnslashdot-request-article): Ditto.
12829
12830         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12831
12832         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12833         "Unrecognized menu descriptor" error in XEmacs.
12834
12835 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12836
12837         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12838         parent article of a sparse article in the thread hashtb.
12839
12840 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12841
12842         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12843         (nnmail-expand-newtext): Lowercase expanded entries if
12844         nnmail-split-lowercase-expanded is non-nil.
12845
12846 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12847
12848         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12849
12850         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12851         of gnus-tmp-news-method into string under XEmacs.  It will be
12852         passed to gnus-correct-length which takes only a string argument.
12853
12854 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12855
12856         * gnus-util.el (gnus-bind-print-variables): New macro.
12857         (gnus-prin1): Use it.
12858         (gnus-prin1-to-string): Use it.
12859         (gnus-pp): New function.
12860         (gnus-pp-to-string): New function.
12861
12862         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12863         Replace pp-to-string with gnus-pp-to-string.
12864         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12865         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12866         * gnus-msg.el (gnus-debug): Ditto.
12867         * gnus-score.el (gnus-score-save): Ditto.
12868         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12869         gnus-pp-to-string.
12870         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12871         with gnus-pp.
12872         * score-mode.el (gnus-score-pretty-print): Ditto.
12873         * webmail.el (webmail-debug): Ditto.
12874
12875 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12876
12877         * gnus-art.el (article-display-face, article-display-x-face):
12878         Use buffer-read-only.
12879
12880 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12881
12882         * gnus-art.el (article-hide-list-identifiers):
12883         Bind inhibit-read-only as t.
12884
12885 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12886
12887         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12888
12889 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12890
12891         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12892         (gnus-narrow-to-page): Don't assume point-min == 1.
12893         (gnus-article-edit-mode): Derive from message-mode.
12894
12895         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12896         point-min == 1.
12897
12898         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12899         Disable incorrect use of `assert'.
12900
12901         * message.el (message-mode): Set comment-start-skip.
12902
12903
12904 2004-08-22  Sam Steingold  <sds@gnu.org>
12905
12906         * pop3.el (pop3-leave-mail-on-server): New user variable.
12907         (pop3-movemail): Delete mail only when it is nil.
12908
12909 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12910
12911         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12912
12913         * mml.el (mml-preview): Use `pop-to-buffer'.
12914
12915         * message.el (message-goto-mail-followup-to): Insert after "To".
12916         (message-carefully-insert-headers): Add comment.
12917
12918         * gnus.el: Remove unused variable `gnus-article-check-size'.
12919
12920         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12921
12922         * gnus-art.el (gnus-button-alist): Improve
12923         `gnus-button-handle-library' entry.
12924
12925 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12926
12927         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12928         downcase, since XEmacs capitalizes error messages differently.
12929
12930 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12931
12932         * nntp.el: Add (require 'gnus) due to reference to
12933         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12934
12935 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12936
12937         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12938         `mm-fill-flowed'.
12939
12940         * mm-decode.el (mm-dissect-singlepart): Check it.
12941
12942 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12943
12944         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12945         'imap' for netrc parsing.
12946
12947 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12948
12949         * mailcap.el (mailcap-mime-data): Mark as risky.
12950
12951 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12952
12953         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12954         may be included in the encoded word.
12955         (rfc2047-encode): Don't append a space if the encoded word
12956         includes close parenthesis.
12957
12958 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12959
12960         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12961         of text within parentheses.
12962
12963 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12964
12965         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12966         (gnus-encrypt-write-file-contents): Make the password key the file
12967         name PLUS the cipher, not just the cipher.  Also remove failed
12968         passwords from the cache.
12969
12970 2004-08-06  Simon Josefsson  <jas@extundo.com>
12971
12972         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12973         fix.
12974
12975 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12976
12977         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12978         LWSP.
12979
12980 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12981
12982         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12983         to append in-reply-to: data to the references: header.
12984
12985         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
12986         (netrc-parse): Use gnus-encrypt.el functions.
12987
12988         * gnus-encrypt.el: Add new file for encryption support; currently
12989         does only a few GPG ciphers and an internal XOR cipher.
12990
12991         * password.el: Add comments on using password-read-and-add.
12992         (password-read-and-add): Add function to read and add the
12993         password to the cache at once.
12994
12995 2004-07-28  Simon Josefsson  <jas@extundo.com>
12996
12997         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12998         parameter (but don't use it, for now).
12999
13000         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13001         instead of hard coding to nil.
13002
13003 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13004
13005         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13006         as mm-inline-image-xemacs does.
13007
13008 2004-07-26  Simon Josefsson  <jas@extundo.com>
13009
13010         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13011         Revert part of 2004-07-17 change below.
13012
13013 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13014
13015         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13016         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13017
13018 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13019
13020         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13021         quotes that actually start with ">" at the beginning of the
13022         lines.
13023
13024 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13025
13026         * rfc2047.el (rfc2047-encode-region): Fix last change.
13027         (rfc2047-encode-parameter): Remove useless concat.
13028
13029 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13030
13031         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13032         encode special characters; fix some kind of misconfigured headers;
13033         signal a real error if debug-on-quit or debug-on-error is non-nil.
13034         (rfc2047-encode-max-chars): New variable.
13035         (rfc2047-encode-1): Use it.
13036         (rfc2047-encode-parameter): New function.
13037
13038         * mml.el (mml-insert-parameter): Remove an excessive space.
13039
13040 2004-07-17  Simon Josefsson  <jas@extundo.com>
13041
13042         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13043         Kai Grossjohann <kai@emptydomain.de>.
13044         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13045         (gnus-group-make-menu-bar): Ditto.
13046
13047         * gnus-util.el (gnus-group-server): Add.
13048
13049 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13050
13051         * message.el (message-clone-locals): Clone sendmail and smtp
13052         variables.
13053
13054 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13055
13056         * rfc2047.el (rfc2047-encode-region): Fix last change.
13057
13058 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13059
13060         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13061         characters as non-special.
13062
13063 2004-07-09  Simon Josefsson  <jas@extundo.com>
13064
13065         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13066         Users will lose all flag changes made while unplugged with
13067         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13068         good default.  See numerous reports on ding mailing list.
13069
13070 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13071
13072         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13073         add generate-head-function and generate-article-function to the
13074         rfc822-forward entry.
13075         (nndoc-rfc822-forward-generate-article): New function.
13076         (nndoc-rfc822-forward-generate-head): New function.
13077
13078         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13079
13080 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13081
13082         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13083         respect display group parameter and gnus-summary-expunge-below.
13084         (gnus-articles-to-read): Remove unused reference to display group
13085         parameter.
13086
13087 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13088
13089         * nnheader.el (nnheader-uniquify-message-id): New experimental
13090         variable.
13091         (nnheader-nov-read-message-id): Use it.
13092
13093         * spam-report.el (spam-report-gmane): Add interactive.
13094
13095 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13096
13097         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13098         qp-or-base64 for the application/* types.
13099
13100 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13101
13102         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13103
13104 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13105
13106         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13107         trim value.
13108
13109 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13110
13111         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13112         New macro and function.
13113         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13114
13115 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13116
13117         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13118         after-load-alist.
13119
13120 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13121
13122         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13123         update info that isn't there.
13124
13125 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13126
13127         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13128         entry.
13129
13130 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13131
13132         * mm-view.el (mm-inline-render-with-function): Use multibyte
13133         buffer; decode html source by charset.
13134
13135         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13136
13137         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13138         Mule-UCS is loaded under XEmacs.
13139         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13140
13141 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13142
13143         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13144
13145 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13146
13147         * mm-util.el (mm-coding-system-p): Return a coding-system.
13148         (mm-mime-mule-charset-alist): Use shift_jis instead of
13149         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13150         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13151         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13152         instead of japanese-shift-jis and iso-latin-1 respectively in
13153         order to share the default value with both Emacs and XEmacs-mule.
13154         (mm-mule-charset-to-mime-charset): Make
13155         mm-coding-system-priorities effective.
13156         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13157         while predicating of candidates upon the priorities.
13158
13159 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13160
13161         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13162         gnus-uu-invert-processable.
13163
13164         * gnus.el: Autoload gnus-uu-invert-processable.
13165
13166 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13167
13168         * mm-util.el (mm-with-multibyte-buffer): New macro.
13169
13170         * rfc2047.el (rfc2047-encode-string): Use it.
13171         (rfc2047-encode-region): Move point to the end of the region after
13172         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13173
13174 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13175
13176         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13177         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13178
13179 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13180
13181         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13182         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13183         Karl Chen <quarl@nospam.quarl.org>.
13184
13185 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13186
13187         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13188         invalid addresses.
13189
13190 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13191
13192         * spam.el: Change section markers, revise TODO list.
13193         (spam-backends): Make new master list of all installed backends.
13194         (spam-summary-exit-behavior): Add new variable to determine how
13195         messages moves are done at summary exit.
13196         (spam-move-spam-nonspam-groups-only)
13197         (spam-process-ham-in-nonham-groups)
13198         (spam-process-ham-in-spam-groups): Remove variables, the
13199         spam-summary-exit-behavior variable should be used to manage this
13200         behavior.
13201         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13202         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13203         and spam-old-spam-articles.
13204         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13205         Add empty variables, placeholders for the backends they represent.
13206         (spam-set-difference): Move, unchanged.
13207         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13208         unless the user has a processor variable.
13209         (spam-classifications, spam-classification-valid-p)
13210         (spam-backend-properties, spam-backend-property-valid-p)
13211         (spam-backend-function-type-valid-p)
13212         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13213         (spam-report-articles-gmane, spam-report-articles-resend):
13214         Remove functions, they are not needed.
13215         (spam-install-backend-super, spam-backend-list)
13216         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13217         (spam-backend-function, spam-backend-ham-registration-function)
13218         (spam-backend-spam-registration-function)
13219         (spam-backend-ham-unregistration-function)
13220         (spam-backend-spam-unregistration-function)
13221         (spam-backend-statistical-p, spam-backend-mover-p)
13222         (spam-install-backend-alias, spam-install-checkonly-backend)
13223         (spam-install-mover-backend, spam-install-nocheck-backend)
13224         (spam-install-backend, spam-install-statistical-backend)
13225         (spam-install-statistical-checkonly-backend): Add backend installation
13226         support.
13227         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13228         (spam-group-processor-p): Use the new backend code and respect the
13229         summary exit behavior.
13230         (spam-mark-spam-as-expired-and-move-routine): Remove.
13231         (spam-summary-prepare): Change to use the new spam-old-articles
13232         variable.
13233         (spam-copy-or-move-routine, spam-copy-spam-routine)
13234         (spam-move-spam-routine, spam-copy-ham-routine)
13235         (spam-move-ham-routine): Add code to copy/move ham or spam.
13236         (spam-fetch-field-fast): Improve doc and code, plus allow the
13237         'number request.
13238         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13239         variables.
13240         (spam-split, spam-find-spam): Use the new backend code.
13241         (spam-registration-functions): Remove variable.
13242         (spam-unregister-routine): Add convenience wrapper.
13243         (spam-log-undo-registration, spam-register-routine)
13244         (spam-log-processing-to-registry)
13245         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13246         where possible.
13247         (spam-check-gmane-xref, spam-check-regex-headers)
13248         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13249         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13250         (spam-check-bogofilter-headers, spam-check-spamoracle)
13251         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13252         (spam-check-crm114-headers): Use the spam-split-group that
13253         spam-split prepares, no need to determine it every time.
13254
13255         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13256         to the nnheader-parse-naked-head call.
13257
13258         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13259
13260         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13261         the nnheader-nov-read-message-id call.
13262
13263 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13264
13265         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13266         gnus-activate-group twice.  Suggested by Markus Peter
13267         <warp@spin.de>.
13268
13269 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13270
13271         * gnus-art.el (gnus-article-time-format): Exchange the order of
13272         day and month in the default value; fix customization type.
13273         (article-date-ut): Use add-text-properties.
13274         (article-make-date-line): Use message-make-date instead of
13275         current-time-string.
13276
13277         * message.el (message-fetch-field): Don't use set-text-properties.
13278         (message-make-date): Simplify.
13279
13280         * messagexmas.el (message-xmas-make-date): New function.
13281         (message-xmas-redefine): Defalias message-make-date to it.
13282
13283 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13284
13285         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13286         (rfc2047-encode-region): Treat text within parentheses as special;
13287         show the original text when error has occurred.
13288
13289         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13290         already-computed method to gnus-activate-group.
13291
13292         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13293         same select-methods identical Lisp objects.
13294
13295         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13296         object when modifying the info.
13297
13298 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13299
13300         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13301         gnus-opened-servers since it has never been opened with the new
13302         configuration yet.
13303
13304 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13305
13306         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13307         arg to nnheader-generate-fake-message-id.
13308
13309 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13310
13311         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13312         number and build a fake message ID localized to a group and
13313         article number (so it's repeatable from that point on).
13314         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13315         ID format.
13316
13317         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13318         nnheader-generate-fake-message-id with the article number.
13319
13320 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13321
13322         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13323         end-of-buffer.
13324
13325 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13326
13327         * message.el (message-ignored-supersedes-headers): Add Approved.
13328
13329 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13330
13331         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13332         goto-char.
13333         (rfc2047-encode): Fold the line before encoding.
13334
13335 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13336
13337         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13338         folding -- not all headers can be folded, and this should be done
13339         by the message composition mode.  Probably.  I think.
13340
13341 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13342
13343         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13344         fast.
13345
13346         * gnus-ems.el (gnus-remove-image): Don't use
13347         message-text-with-property; remove only the image found first.
13348
13349         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13350         found first.
13351
13352 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13353
13354         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13355
13356 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13357
13358         * message.el (message-text-with-property): Make it fast and accept
13359         optional arguments.
13360         (message-strip-forbidden-properties): Use it.
13361         (message-fix-before-sending): Follow the m-t-w-p change.
13362
13363         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13364
13365 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13366
13367         * gnus-art.el (article-hide-headers): Don't change the buffer
13368         mistakenly when performing mml-preview even if
13369         gnus-single-article-buffer is nil.
13370
13371 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13372
13373         * message.el (message-expand-name-databases): New user option.
13374         (message-expand-name): Use it.
13375
13376 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13377
13378         * spam.el (spam-report-articles-resend)
13379         (spam-report-resend-register-routine): Allow ham reporting.
13380         (spam-report-resend-register-ham-routine): Add wrapper.
13381         (spam-registration-functions): Add ham resending functions.
13382         (spam-list-of-processors): Add ham resend processor.
13383
13384         * gnus.el (ham-resend-to): Add new group parameter.
13385         (spam-process): Add ham resend option.
13386
13387         * spam-report.el (spam-report-resend): Allow reporting ham.
13388         (spam-report-resend-ham): Add wrapper.
13389
13390 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13391
13392         * message.el (message-cite-articles-with-x-no-archive): New
13393         variable.
13394         (message-cite-original): Use it.
13395
13396 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13397
13398         * message.el (message-cite-original): Respect X-No-Archive.
13399
13400 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13401
13402         * gnus-art.el (article-hide-headers): Refer to the values for
13403         gnus-ignored-headers and gnus-visible-headers in the summary
13404         buffer since a user may have set them as group parameters.
13405
13406 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13407
13408         * assistant.el (assistant-node-name): Add convenience function.
13409         (assistant-render-text, assistant-render-node): Add error handling,
13410         plus handle multiple next nodes.
13411         (assistant-find-next-node): Comment out for now.
13412         (assistant-find-next-nodes): Add function, returns list of next
13413         nodes.
13414
13415 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13416
13417         * mail-source.el (mail-source-directory): Fix doc-string.
13418
13419 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13420
13421         * assistant.el (assistant-render-text, assistant-eval): Add :set
13422         widget type, which is different because it takes and returns a
13423         list.  Much hilarity ensues.
13424
13425 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13426
13427         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13428
13429         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13430         doc-string.
13431
13432         * gnus-start.el (gnus-activate-group): Added doc-string.
13433
13434 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13435
13436         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13437
13438 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13439
13440         * assistant.el (assistant-render-text): Try to add a :set
13441         widget, more to come.
13442
13443         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13444         strings.
13445         (spam-report-articles-resend)
13446         (spam-register-routine): Do registration iff any articles warrant
13447         it.
13448         (spam-summary-prepare-exit): Change log message for nil group
13449         destinations.
13450
13451 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13452
13453         * spam.el (spam-report-resend-register-routine): Allow
13454         spam-report-resend-to to be a group parameter or a global value.
13455
13456 2004-05-26  Simon Josefsson  <jas@extundo.com>
13457
13458         * starttls.el: Merge with my GNUTLS based starttls.el.
13459         (starttls-gnutls-program, starttls-use-gnutls)
13460         (starttls-extra-arguments, starttls-process-connection-type)
13461         (starttls-connect, starttls-failure, starttls-success): New
13462         variables.
13463         (starttls-program, starttls-extra-args): Doc fix.
13464         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13465         functions.
13466         (starttls-negotiate, starttls-open-stream): Check
13467         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13468         function if it is set.
13469
13470 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13471
13472         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13473         structured fields.
13474
13475 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13476
13477         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13478
13479 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13480
13481         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13482         variable.
13483         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13484         assigning the spam-mark to new messages.
13485
13486 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13487
13488         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13489
13490 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13491
13492         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13493
13494         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13495         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13496         default.
13497
13498 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13499
13500         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13501         correct data.
13502
13503 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13504
13505         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13506         (spam-group-processor-p): Fix function.
13507         (spam-group-processor-multiple-p)
13508         (spam-group-spam-processor-report-gmane-p)
13509         (spam-group-spam-processor-report-resend-p)
13510         (spam-group-spam-processor-bogofilter-p)
13511         (spam-group-spam-processor-blacklist-p)
13512         (spam-group-spam-processor-ifile-p)
13513         (spam-group-ham-processor-ifile-p)
13514         (spam-group-spam-processor-spamoracle-p)
13515         (spam-group-spam-processor-crm114-p)
13516         (spam-group-ham-processor-bogofilter-p)
13517         (spam-group-spam-processor-stat-p)
13518         (spam-group-ham-processor-stat-p)
13519         (spam-group-ham-processor-whitelist-p)
13520         (spam-group-ham-processor-BBDB-p)
13521         (spam-group-ham-processor-spamoracle-p)
13522         (spam-group-ham-processor-copy-p): Remove functions with some
13523         prejudice against unneeded code.
13524         (spam-report-articles-resend)
13525         (spam-report-resend-register-routine): Allow the group/topic
13526         spam-resend-to value to override spam-report-resend-to.
13527         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13528         properly now.
13529
13530         * gnus.el (spam-resend-to): Add group/topic parameter.
13531         (spam-process): Move the OBSOLETE processors to the end of the
13532         choices.
13533
13534 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13535
13536         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13537         with resend-to set to nil, and then ask the user if necessary.
13538         (spam-report-resend): spam-report-resend takes a list of articles, not
13539         separate article numbers.
13540
13541 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13542
13543         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13544         addition to emacs-w3m.
13545
13546 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13547
13548         * assistant.el (assistant-authinfo-data): New function.
13549         (assistant-eval): Eval for entire assistant.
13550
13551         * netrc.el (netrc-services-file): New variable.
13552         (netrc-parse-services): New function.
13553         (netrc-find-service-name): New function.
13554         (netrc-find-service-number): New function.
13555         (netrc-port-equal): New function.
13556         (netrc-machine): Use it.
13557
13558         * nnimap.el (nnimap-open-connection): Use netrc.
13559
13560         * gnus-util.el (gnus-netrc-get): Remove aliases.
13561
13562         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13563
13564         * assistant.el (wid-edit): Fix compilation.
13565
13566         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13567
13568 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13569
13570         * gnus-util.el (gnus-set-file-modes): New function.  (small
13571         patch).
13572
13573 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13574
13575         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13576
13577         * assistant.el (assistant-render-node): Fix up rendering and
13578         read-only text.
13579         (assistant-render-node): Reset.
13580         (assistant-make-read-only): Not sticky.
13581
13582 2004-05-20  Danny Siu  <dsiu@adobe.com>
13583
13584         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13585         centered even when gnus-auto-center-summary is t.
13586
13587 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13588
13589         * dns.el (dns-get-txt-answer): New function.
13590         (dns-read-txt): Ditto.
13591         (query-dns): Use it.
13592
13593 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13594
13595         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13596         active for foreign groups even if the group level is higher than
13597         the specified value.
13598
13599 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13600
13601         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13602         non-active groups.
13603
13604         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13605
13606 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13607
13608         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13609
13610 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13611
13612         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13613         (spam-crm114-header, spam-crm114-spam-switch)
13614         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13615         (spam-crm114-positive-spam-header)
13616         (spam-crm114-database-directory, spam-list-of-processors)
13617         (spam-group-spam-processor-crm114-p)
13618         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13619         (spam-generic-score, spam-list-of-checks)
13620         (spam-list-of-statistical-checks, spam-registration-functions)
13621         (spam-check-crm114-headers, spam-crm114-score)
13622         (spam-check-crm114, spam-crm114-register-with-crm114)
13623         (spam-crm114-register-spam-routine)
13624         (spam-crm114-unregister-spam-routine)
13625         (spam-crm114-register-ham-routine)
13626         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13627         asjo@koldfront.dk (Adam Sjøgren).
13628
13629         * gnus.el: Add spam-use-crm114.
13630
13631         * spam.el (spam-list-of-processors, spam-registration-functions):
13632         Add spam-use-resend.
13633         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13634         (spam-report-articles-gmane): Add doc fix.
13635         (spam-report-articles-resend, spam-report-resend-register-routine):
13636         Add wrappers around spam-report-resend-to.
13637
13638         * spam-report.el (spam-report-resend-to, spam-report-resend):
13639         Add support for resending spam.
13640         (spam-report-gmane): Fix line length >80.
13641
13642         * gnus.el (spam-process): Add spam-use-resend.
13643
13644 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13645
13646         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13647         number of processed spam messages.
13648         (spam-ham-copy-or-move-routine): Return the number of processed
13649         ham messages.
13650         (spam-summary-prepare-exit): Use the above values to decide
13651         whether status messages shouled be displayed.
13652
13653 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13654
13655         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13656         `rfc2047-encoding-function-alist' in order to avoid conflicting
13657         with the old version.
13658         (rfc2047-encode-region): Concatenate words containing non-ASCII
13659         characters in structured fields; don't encode space-delimited
13660         ASCII words even in unstructured fields; don't break words at
13661         char-category boundaries.
13662         (rfc2047-encode-1): New function.
13663         (rfc2047-encode): Use it; encode text so that it occupies the
13664         maximum width within 76-column; work correctly on Q encoding for
13665         iso-2022-* charsets.
13666         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13667         sure not to break a line just after the header name.
13668         (rfc2047-b-encode-region): Removed.
13669         (rfc2047-b-encode-string): New function.
13670         (rfc2047-q-encode-region): Removed.
13671         (rfc2047-q-encode-string): New function.
13672
13673         * mm-util.el (mm-replace-in-string): New function.
13674
13675 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13676
13677         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13678         get it right.
13679         (gnus-inews-make-draft): Really.
13680
13681 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13682
13683         * nnmh.el (nnmh-request-list-1): Don't check the link count
13684         before descending.  (small patch)
13685
13686 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13687
13688         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13689         stuff.
13690
13691         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13692         on real group name.
13693
13694         * gnus-art.el (gnus-signature-limit): Doc fix.
13695
13696         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13697
13698         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13699
13700 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13701
13702         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13703         isn't a string.
13704
13705 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13706
13707         * gnus-draft.el (gnus-draft-send): Bind
13708         rfc2047-encode-encoded-words.
13709
13710         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13711         (rfc2047-encodable-p): Say that =? needs encoding.
13712         (rfc2047-encode-encoded-words): New variable.
13713
13714         * gnus-group.el (gnus-group-select-group): Doc fix.
13715
13716         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13717
13718         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13719         to nil.
13720
13721         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13722
13723         * nnheader.el (nnheader-get-lines-and-char): New function.
13724
13725 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13726
13727         * gnus-msg.el (gnus-summary-followup-with-original): Document
13728         yanking of region when active.
13729
13730 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13731
13732         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13733         groups if the group level is higher than the specified value.
13734
13735 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13736
13737         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13738         (gnus-group-jump-to-group): Added prefix argument using
13739         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13740         non-active group.
13741
13742         * compface.el (uncompface): Be verbose when changing
13743         `uncompface-use-external'.
13744
13745         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13746         handle manual section.
13747
13748 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13749
13750         * gnus-art.el (gnus-button-alist): Revert previous change.
13751
13752 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13753
13754         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13755
13756 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13757
13758         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13759         whether backend can accept message.
13760
13761         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13762
13763 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13764
13765         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13766         Avoid creating directory when nntp-marks-is-evil is true.
13767         Reported by Reiner Steib.
13768
13769 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13770
13771         * gnus-picon.el (gnus-picon-style): New variable.
13772         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13773         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13774         Jesper Harder <harder@ifa.au.dk>.
13775
13776 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13777
13778         * message.el (message-fill-field): Return point.
13779         (message-generate-headers): Go to end of field.
13780
13781         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13782         stuff for non-living groups.
13783
13784 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13785
13786         * gnus-art.el (gnus-article-followup-with-original)
13787         (gnus-article-reply-with-original): gnus-mark-active-p ->
13788         gnus-region-active-p.
13789
13790 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13791
13792         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13793         only when there is spam or ham to be processed.
13794
13795 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13796
13797         * mail-source.el (mail-source-delete-crash-box): Refactor.
13798         (mail-source-fetch): Use it.
13799         (mail-source-fetch-file): Ditto.
13800         (mail-source-fetch-directory): Run postscript in loop.
13801         (mail-source-fetch-pop): Delete.
13802         (mail-source-fetch-maildir): Ditto.
13803         (mail-source-fetch-imap): Ditto.
13804
13805         * imap.el (imap-authenticators): Comment out sasl.
13806
13807         * message.el (message-skip-to-next-address): New function.
13808         (message-fill-header-address): Refactor.
13809         (message-fill-address): Use it.
13810         (message-delete-address): Use it.
13811         (message-fill-header-general): Refactor.
13812         (message-fill-field-address): Rename.
13813         (message-narrow-to-field): Find the start of the header.
13814         (message-header-format-alist): Don't pre-fill.
13815         (message-fill-header): Removed.
13816         (message-insert-header): New function.
13817         (message-shorten-references): Use it.
13818
13819         * rfc2047.el (rfc2047-field-value): Strip props.
13820
13821         * mail-parse.el (mail-header-make-address): New alias.
13822
13823         * ietf-drums.el (ietf-drums-make-address): New function.
13824
13825         * imap.el: Add compiler directives.
13826
13827         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13828
13829         * gnus-art.el (article-decode-idna-rhs): Don't use
13830         message-idna-inside-rhs-p.
13831
13832 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13833
13834         * message.el (message-idna-inside-rhs-p): Removed.
13835         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13836
13837         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13838         false positives.
13839
13840 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13841
13842         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13843
13844 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13845
13846         * nneething.el (nneething-file-name): Don't create spurious
13847         files.
13848
13849         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13850         (gnus-inews-do-gcc): Remove sleep.
13851
13852         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13853         part under point.
13854
13855         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13856         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13857
13858 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13859
13860         * spam.el (spam-summary-prepare-exit): Fixed (length).
13861
13862 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13863
13864         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13865         as expired without moving it" message when there are spam
13866         messages left.
13867
13868 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13869
13870         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13871         header is not nil.
13872
13873 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13874
13875         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13876         nntp-possibly-create-directory, not nntp-possibly-change-group.
13877         (nntp-marks-changed-p): New arg SERVER.
13878         (nntp-request-update-info): Adjust caller.
13879
13880 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13881
13882         * nntp.el (nntp-save-marks): Pass missing arg.
13883
13884 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13885
13886         * nntp.el: Support marks.
13887         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13888         (nntp-marks-modtime, nntp-marks-directory): New variables.
13889         (nntp-request-set-mark, nntp-request-update-info)
13890         (nntp-possibly-create-directory, nntp-marks-changed-p)
13891         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13892         functions.
13893
13894 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13895
13896         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13897         (gnus-xmas-redefine): Rename.
13898
13899         * gnus-score.el (gnus-score-insert-help): Use
13900         gnus-select-lowest-window.
13901
13902         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13903         appt-select-lowest-window and rename to gnus-select-lowest-window.
13904
13905         * gnus.el: do.
13906
13907 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13908
13909         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13910         encodings of MIME-encoded words, in order to improve
13911         interoperability with several broken MUAs.
13912
13913 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13914
13915         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13916         tags, only when charsets are not specified in headers.
13917         (mm-inline-text-html-render-with-w3m): Ditto.
13918
13919         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13920         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13921
13922 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13923
13924         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13925         instead of MIME-decoded from fields when checking
13926         `gnus-article-address-banner-alist'.
13927
13928 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13929
13930         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13931         description rather than subject.
13932
13933 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13934
13935         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13936
13937 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13938
13939         * gnus.el (gnus-version-number): Bump.
13940
13941 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13942
13943         * gnus.el: No Gnus v0.2 is released.
13944
13945 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13946
13947         * gnus-agent.el (gnus-agent-read-agentview): Inline
13948         gnus-uncompress-range.
13949
13950 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13951
13952         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13953         `exec-installed-p'.
13954
13955 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13956
13957         * gnus.el (spam-process, spam-autodetect-methods): Add
13958         bsfilter and bsfilter-headers.
13959
13960         * spam.el (spam-bsfilter): New customize group.
13961         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13962         (spam-bsfilter-header, spam-bsfilter-probability-header)
13963         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13964         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13965         (spam-bsfilter-database-directory): New options.
13966         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13967         (spam-list-of-statistical-checks, spam-registration-functions):
13968         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13969         (spam-bsfilter-score): New command.
13970         (spam-check-bsfilter-headers, spam-check-bsfilter)
13971         (spam-bsfilter-register-with-bsfilter)
13972         (spam-bsfilter-register-spam-routine)
13973         (spam-bsfilter-unregister-spam-routine)
13974         (spam-bsfilter-register-ham-routine)
13975         (spam-bsfilter-unregister-ham-routine): New functions.
13976         (spam-generic-score): Support bsfilter; Accept an optional argument
13977         to recalcurate spam score even if scoring header has already been
13978         added.
13979         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13980         optional argument to recalcurate spam score even if scoring header
13981         has already been added.
13982
13983 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13984
13985         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13986         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13987         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13988         link is missing.
13989
13990 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13991
13992         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13993         (html2text-get-attr): Rewrite.
13994
13995         * message.el (message-setup-1): Remove redundant put-text-property
13996         on mail-header-separator.
13997
13998 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13999
14000         * gnus-registry.el (gnus-registry-cache-whitespace)
14001         (gnus-registry-action, gnus-registry-spool-action)
14002         (gnus-registry-split-fancy-with-parent): Change message levels
14003         from 5 to 3 or 7, as needed.
14004
14005         * spam.el (spam-summary-prepare-exit)
14006         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14007         (spam-split, spam-find-spam, spam-log-undo-registration)
14008         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14009         level from 5 to 6.
14010
14011 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14012
14013         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14014         2004-03-04 change).
14015
14016 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14017
14018         * sieve-manage.el (sieve-manage-open):
14019         * nnweb.el (nnweb-insert-html):
14020         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14021         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14022         * nnspool.el (nnspool-request-group):
14023         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14024         * nnml.el (nnml-request-update-info):
14025         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14026         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14027         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14028         (nnimap-request-set-mark):
14029         * nnfolder.el (nnfolder-request-update-info):
14030         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14031         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14032         * gnus-uu.el (gnus-uu-find-articles-matching):
14033         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14034         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14035         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14036         * gnus-nocem.el (gnus-nocem-scan-groups):
14037         * gnus-int.el (gnus-start-news-server):
14038         * gnus-group.el (gnus-group-make-kiboze-group)
14039         (gnus-group-browse-foreign-server):
14040         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14041         Use mapc when appropriate.
14042
14043 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14044
14045         FIXME: Make separate entries for each person.
14046
14047         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14048         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14049         <shields@msrl.com>:
14050
14051         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14052         may need for spam sorting and scoring.
14053         (spam-user-format-function-S): Add user format function suitable for
14054         general use.
14055         (spam-article-sort-by-spam-status): Add sorting function for summary
14056         sorting.
14057         (spam-extra-header-to-number): Add function to get a score from a
14058         header.
14059         (spam-summary-score): Add function to get a numeric score from the
14060         headers.
14061         (spam-generic-score): Fix function doc, was in wrong place.
14062         (spam-initialize): Take symbols when it's run, and install the
14063         extra headers that spam-necessary-extra-headers thinks we need.
14064
14065 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14066
14067         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14068         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14069
14070 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14071
14072         * gnus-sum.el (gnus-set-global-variables)
14073         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14074         (gnus-article-get-xrefs, gnus-summary-best-group)
14075         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14076         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14077         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14078         Use with-current-buffer.
14079
14080 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14081
14082         * spam.el (spam-summary-prepare-exit): Simplify logic.
14083         (spam-fetch-article-header): Read the article header if it's not
14084         available.
14085         (spam-list-articles): Simplify logic.
14086         (spam-filelist-register-routine): Fix bug with unregister-list.
14087
14088         * gnus-registry.el: Fix comments at beginning.
14089
14090 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14091
14092         * message.el (message-cater-to-broken-inn): Remove.
14093         (message-shorten-references): Make sure the total folded length of
14094         References is shorter than 998 characters to cater to a bug in INN
14095         2.3.  Also, don't pretend that references aren't folded -- this
14096         hasn't worked for a while.
14097
14098 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14099
14100         * gnus-agent.el (gnus-agentize):
14101         gnus-agent-send-mail-real-function no longer set to current value
14102         of message-send-mail-function but rather a lambda that calls
14103         message-send-mail-function.  The change makes the agent real-time
14104         responsive to user changes to message-send-mail-function.
14105
14106 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14107
14108         * legacy-gnus-agent.el
14109         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14110         help from Florian Weimer <fw@deneb.enyo.de>
14111
14112 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14113
14114         * nnmail.el (nnmail-cache-insert): Revert last change.
14115
14116 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14117
14118         * nnmail.el (nnmail-cache-insert): Always check whether
14119         nnmail-cache-ignore-groups matches a group name.
14120
14121 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14122
14123         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14124         (spam-find-spam, spam-log-processing-to-registry)
14125         (spam-log-registered-p, spam-log-unregistration-needed-p)
14126         (spam-log-undo-registration): Use gnus-message instead of
14127         gnus-error, none of these errors are fatal.
14128
14129         * gnus-registry.el (gnus-registry-clean-empty-function)
14130         (gnus-registry-clean-empty): Remove only empty entries without
14131         extra data.
14132
14133 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14134
14135         * spam-stat.el (spam-stat-buffer-change-to-spam)
14136         (spam-stat-buffer-change-to-non-spam): Change (error) to
14137         (gnus-message 8) invocation.
14138
14139 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14140
14141         * nntp.el (nntp-via-netcat-command): New variable.
14142         (nntp-via-netcat-switches): New variable.
14143         (nntp-open-via-rlogin-and-netcat): New function.
14144         (nntp-open-connection-function): Doc fix.
14145         (nntp-telnet-command): Doc fix.
14146         (nntp-end-of-line): Doc fix.
14147         (nntp-via-rlogin-command): Doc fix.
14148         (nntp-via-user-name): Doc fix.
14149         (nntp-via-address): Doc fix.
14150
14151 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14152
14153         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14154         error in Emacs 21.1.
14155
14156 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14157
14158         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14159
14160 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14161
14162         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14163         (gnus-agent-with-refreshed-group): New macro.
14164         (gnus-agent-rename-group): New function.
14165         (gnus-agent-delete-group): New function.
14166         (gnus-agent-save-group-info): Use gnus-command-method when
14167         `method' parameter is nil.  Don't write nil entries into the
14168         active file.
14169         (gnus-agent-get-group-info): New function.
14170         (gnus-agent-fetch-articles): Use
14171         gnus-agent-update-files-total-fetched-for to increment disk space
14172         used.
14173         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14174         gnus-agent-update-view-total-fetched-for to increment disk space
14175         used.
14176         (gnus-agent-get-local): Added optional parameters to avoid calling
14177         gnus-group-real-name and gnus-find-method-for-group.
14178         (gnus-agent-set-local): Delete stored entry if either min, or max,
14179         are nil.
14180         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14181         quit, use gnus-agent-regenerate-group to record existance of any
14182         articles fetched to disk before the quit occurred.
14183         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14184         gnus-agent-update-view-total-fetched-for, and
14185         gnus-agent-update-files-total-fetched-for to decrement disk space
14186         used.
14187         (gnus-agent-retrieve-headers): Use
14188         gnus-agent-update-view-total-fetched-for to increment disk space
14189         used.
14190         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14191         with gnus-agent-update-files-total-fetched-for to decrement disk
14192         space and fresh group buffer.
14193         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14194         (gnus-agent-need-update-total-fetched-for): New variable.
14195         (gnus-agent-update-files-total-fetched-for): New function.
14196         (gnus-agent-update-view-total-fetched-for): New function.
14197         (gnus-agent-total-fetched-for): New function.
14198
14199         * gnus-cache.el (gnus-cache-save-buffers): Use
14200         gnus-cache-update-overview-total-fetched-for to change disk space
14201         used by this group.
14202         (gnus-cache-possibly-enter-article): Use
14203         gnus-cache-update-file-total-fetched-for to increment disk space
14204         used by this group.
14205         (gnus-cache-possibly-remove-article): Use
14206         gnus-cache-update-file-total-fetched-for to decrement disk space
14207         used by this group.
14208         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14209         (gnus-cache-rename-group): New function.
14210         (gnus-cache-delete-group): New function.
14211         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14212         (gnus-cache-need-update-total-fetched-for): New variable.
14213         (gnus-cache-with-refreshed-group): New macro.
14214         (gnus-cache-update-file-total-fetched-for): New function.
14215         (gnus-cache-update-overview-total-fetched-for): New function.
14216         (gnus-cache-rename-group-total-fetched-for): New function.
14217         (gnus-cache-delete-group-total-fetched-for): New function.
14218         (gnus-cache-total-fetched-for): New function.
14219
14220         * gnus-group.el: Require gnus-sum and autoload functions to
14221         resolve warnings when gnus-group.el compiled alone.
14222         (gnus-group-line-format): Documented new %F.
14223         (size of Fetched data) group line format; identifies disk space
14224         used by agent and cache.
14225         (gnus-group-line-format-alist): Defined new F format.
14226         (gnus-total-fetched-for): New function.
14227         (gnus-group-delete-group): No longer update
14228         gnus-cache-active-altered as gnus-request-delete-group now keeps
14229         the cache in sync.
14230         (gnus-group-list-active): Let the agent store a server's active
14231         list if currently plugged.
14232
14233         * gnus-int.el (gnus-request-delete-group):
14234         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14235         local disk in sync with the server.
14236         (gnus-request-rename-group):
14237         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14238         local disk in sync with the server.
14239
14240         * gnus-start.el (gnus-get-unread-articles):
14241         Cosmetic simplification to logic.
14242
14243         * gnus-util.el (gnus-rename-file): New function.
14244
14245 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14246
14247         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14248
14249 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14250
14251         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14252         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14253
14254 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14255
14256         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14257         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14258
14259 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14260
14261         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14262
14263 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14264
14265         * spam.el (spam-set-difference): Add function to replace
14266         gnus-set-difference in spam.el.
14267         (spam-summary-prepare-exit): Use spam-set-difference.
14268
14269 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14270
14271         * gnus-registry.el (gnus-registry-cache-file): Update to use
14272         gnus-dribble-directory OR gnus-home-directory OR ~.
14273         (gnus-registry-split-fancy-with-parent): Fix doc.
14274
14275 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14276
14277         * message.el (message-exchange-point-and-mark): Use
14278         message-mark-active-p.  Suggested by Jesper Harder
14279         <harder@ifa.au.dk>.
14280
14281 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14282
14283         * message.el (message-exchange-point-and-mark): Don't activate
14284         region if it was inactive.  Suggested by Hiroshi Fujishima
14285         <pooh@nature.tsukuba.ac.jp>.
14286
14287 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14288
14289         * gnus-art.el (article-display-face): Display Faces in the same
14290         order as X-Faces.
14291
14292 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14293
14294         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14295
14296 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14297
14298         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14299         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14300         (gnus-article-mime-hierarchy): Remove.
14301         (gnus-article-mime-hierarchy-next): Remove.
14302         (gnus-article-mode): Revert 2004-03-19 change.
14303         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14304         (gnus-insert-mime-button): Revert 2004-03-19 change.
14305         (gnus-mime-accumulate-hierarchy): Remove.
14306         (gnus-mime-enter-multipart): Remove.
14307         (gnus-mime-leave-multipart): Remove.
14308         (gnus-mime-display-part): Revert 2004-03-19 change.
14309         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14310
14311         * mml.el (mml-preview): Revert 2004-03-19 change.
14312
14313 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14314
14315         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14316
14317 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14318
14319         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14320         t while entering a file name using the mm-with-multibyte macro.
14321         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14322
14323         * mm-util.el (mm-with-multibyte): New macro.
14324
14325 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14326
14327         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14328         user option.
14329         (gnus-mime-multipart-functions): Doc and customization fix.
14330         (gnus-article-mime-hierarchy): New variable.
14331         (gnus-article-mime-hierarchy-next): New variable.
14332         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14333         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14334         gnus-article-mime-hierarchy-next to nil.
14335         (gnus-insert-mime-button): Show hierarchy numbers.
14336         (gnus-mime-accumulate-hierarchy): New function.
14337         (gnus-mime-enter-multipart): New function.
14338         (gnus-mime-leave-multipart): New function.
14339         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14340         (gnus-mime-display-alternative): Show hierarchy numbers.
14341
14342         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14343         gnus-article-mime-hierarchy-next to nil.
14344
14345 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14346
14347         * dns.el: Don't require gnus-xmas.
14348
14349 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14350
14351         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14352         inline PGP.
14353         (mml-menu): Disable mml-quote-region if mark is inactive.
14354
14355 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14356
14357         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14358         when the group's active is not available.
14359
14360 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14361
14362         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14363         error.
14364
14365 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14366
14367         * imap.el (imap-store-password): New variable.
14368         (imap-interactive-login): Use it.
14369         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14370
14371 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14372
14373         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14374         window-start and hscroll to summary window.
14375
14376 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14377
14378         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14379         conversion message to newsrc-dribble when an actual conversion is
14380         performed.
14381
14382 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14383
14384         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14385
14386 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14387
14388         * mm-decode.el (mm-complicated-handles): New function reviving
14389         former definition of mm-multiple-handles.
14390
14391         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14392         (gnus-mime-delete-part): Use it.
14393
14394 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14395
14396         * gnus-agent.el (gnus-agent-read-local): Bind
14397         nnheader-file-coding-system to gnus-agent-file-coding-system to
14398         avoid the implicit assumption that they will always be equal.
14399         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14400         coding-system-for-write, as the with-temp-file macro first prints
14401         to a buffer then saves the buffer.
14402
14403 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14404
14405         * gnus-art.el (gnus-article-edit-part): New function.
14406         (gnus-mime-save-part-and-strip): Use it; do query instead of
14407         signaling an error; don't use mm-multiple-handles.
14408         (gnus-mime-delete-part): Ditto.
14409
14410 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14411
14412         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14413         old file versions.
14414         (gnus-group-prepare-hook): Removed function that converted list
14415         form of gnus-agent-expire-days to group properties.
14416
14417         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14418         (gnus-request-accept-article): Re-indented.
14419
14420         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14421         converters to handle old agent file formats.  Added logic for a
14422         "backup before upgrading warning".
14423         (gnus-convert-mark-converter-prompt): Developers can mark
14424         functions as needing (default), or not needing,
14425         gnus-convert-old-newsrc's "backup before upgrading warning".
14426         (gnus-convert-converter-needs-prompt): Tests whether the user
14427         should be protected from potentially irreversable changes by the
14428         function.
14429
14430         * legacy-gnus-agent.el: New.  Provides converters that are only
14431         loaded when gnus-convert-old-newsrc needs to call them.
14432
14433 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14434
14435         * mail-source.el (mail-source-touch-pop): Doc fix.
14436
14437         * message.el (message-smtpmail-send-it): Doc fix.
14438
14439 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14440
14441         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14442
14443         * nnmail.el (nnmail-split-fancy): do.
14444
14445         * gnus-kill.el (gnus-kill, gnus-execute): do.
14446
14447 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14448
14449         * gnus-sum.el (gnus-widget-reversible-match)
14450         (gnus-widget-reversible-to-internal)
14451         (gnus-widget-reversible-to-external): New functions.
14452         (gnus-widget-reversible): New widget.
14453         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14454
14455 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14456
14457         * gnus-sum.el (gnus-thread-sort-functions)
14458         (gnus-article-sort-functions): Document `(not F)' items.
14459
14460 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14461
14462         * spam.el (spam-use-gmane-xref): Add new backend.
14463         (spam-gmane-xref-spam-group): Add variable to control the name of the
14464         Gmane spam group.
14465         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14466         (spam-regex-headers-spam, spam-regex-headers-ham)
14467         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14468         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14469         backends and checks.
14470         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14471
14472         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14473         an autodetect method.
14474
14475 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14476
14477         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14478         articles are being added to a group.
14479         (gnus-request-replace-article): Inform the agent that articles
14480         need to be uncached as the cached contents are no longer valid.
14481
14482 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14483
14484         * binhex.el: Don't autoload executable-find.
14485
14486         * canlock.el: Don't autoload mail-fetch-field.
14487
14488         * dgnushack.el: Autoload c-mode for XEmacs.
14489
14490         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14491
14492         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14493         rmail-dont-reply-to and rmail-output.
14494
14495         * gnus-score.el: Don't autoload ffap-string-at-point.
14496
14497         * gnus-setup.el: Don't autoload sc-cite-original.
14498
14499         * imap.el: Don't autoload base64-decode-string,
14500         base64-encode-string and md5.
14501
14502         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14503         and rmail-msg-restore-non-pruned-header.
14504
14505         * mm-decode.el: Don't autoload executable-find.
14506
14507         * mm-url.el: Don't autoload executable-find.
14508
14509         * mm-view.el: Don't autoload diff-mode.
14510
14511         * nndb.el: Don't autoload news-reply-mode, news-setup,
14512         cancel-timer and telnet.
14513
14514         * password.el: Don't autoload run-at-time for Emacs.
14515
14516         * sha1-el.el: Don't autoload executable-find.
14517
14518         * sieve-mode.el: Don't autoload c-mode.
14519
14520         * uudecode.el: Don't autoload executable-find.
14521
14522 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14523
14524         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14525         (gnus-agent-possibly-alter-active): Avoid null in numeric
14526         comparison.
14527         (gnus-agent-set-local): Refuse to save null in local object table.
14528         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14529         list of articles that will be marked as unread.
14530
14531 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14532
14533         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14534
14535 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14536
14537         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14538         language tags.
14539
14540 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14541
14542         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14543         Don't bind "obarray".
14544
14545         * gnus-sum.el (gnus-thread-sort-functions): Added
14546         `gnus-thread-sort-by-most-recent-number' and
14547         `gnus-thread-sort-by-most-recent-date'.
14548         Reported by Kai Grossjohann <kai@emptydomain.de>.
14549
14550 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14551
14552         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14553
14554 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14555
14556         * gnus-cus.el (gnus-agent-customize-category): Removed
14557         ignore-errors macro reference that required cl to be loaded at
14558         run-time.
14559
14560         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14561         single-interval range of the form (min . max).  Previously the
14562         range had to look like ((min . max)).  Likewise, return
14563         (min . max) rather than ((min . max)).
14564         (gnus-range-map): Use gnus-range-normalize to accept
14565         single-interval range.
14566
14567         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14568         the cache, but not the agent, now appear with their usual face.
14569
14570         * dgnushack.el (loaddir): New variable that is bound to the
14571         directory containing the dgnushack.el file. Use loaddir, rather
14572         than srcdir, to update load-path. Change lets dgnushack compile
14573         code in directories other than GNUS/lisp.
14574
14575 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14576
14577         * lpath.el: Don't bind w3m-safe-url-regexp.
14578
14579         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14580         w3m-safe-url-regexp variable buffer-local.
14581
14582         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14583
14584 2004-02-27  Simon Josefsson  <jas@extundo.com>
14585
14586         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14587         gnus-group-real-prefix.
14588         (gnus-summary-move-article): Use it, instead of
14589         gnus-group-real-prefix.
14590
14591 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14592
14593         * lpath.el: Bind w3m-safe-url-regexp.
14594
14595         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14596         w3m-safe-url-regexp variable buffer-local and set it as the value
14597         of mm-w3m-safe-url-regexp.
14598
14599         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14600
14601         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14602         parsing gnus-posting-styles when the message is not for replying.
14603
14604         * dgnushack.el: Autoload sgml-mode for XEmacs.
14605
14606         * nnrss.el (nnrss-opml-export): Use
14607         mm-set-buffer-file-coding-system instead of
14608         set-buffer-file-coding-system.
14609
14610 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14611
14612         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14613         of checkdoc.el).
14614         * nnrss.el: do.
14615         * gnus-mlspl.el: do.
14616         * gnus-ml.el: do.
14617         * gnus-srvr.el: do.
14618
14619         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14620
14621 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14622
14623         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14624         Corrections to custom-manual links.
14625
14626         * gnus-art.el (gnus-article): Ditto.
14627
14628         * mm-decode.el (mime-display, mime-security): Ditto.
14629
14630 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14631
14632         * flow-fill.el: Typo.
14633
14634 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14635
14636         * spam-wash.el: New file.
14637
14638 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14639
14640         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14641
14642 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14643
14644         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14645         to be run with new-articles as LIST1, not LIST2.
14646         (spam-registration-functions): Add spam-use-ham-copy as a nil
14647         registration backend.
14648
14649 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14650
14651         * spam-stat.el (spam-stat-washing-hook): New option.
14652         (spam-stat-buffer-words): Use it.
14653         (spam-stat-process-directory, spam-stat-test-directory): Use
14654         insert-file-contents-literally.
14655         (spam-stat-coding-system): New variable.
14656         (spam-stat-load, spam-stat-save): Use it.
14657
14658 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14659
14660         * spam-report.el (spam-report-plug-agent): Quote
14661         spam-report-url-to-file and spam-report-url-ping-plain.
14662
14663 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14664
14665         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14666         / in mailto URLs.
14667
14668 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14669
14670         * spam-report.el (spam-report-process-queue): Fix interactive use.
14671         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14672         (spam-report-unplug-agent): Doc fixes.
14673         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14674         (spam-report-agentize, spam-report-deagentize): Autoload.
14675
14676 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14677
14678         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14679
14680         * message.el (message-setup-fill-variables): Add mml tags to
14681         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14682         <ajk@iu.edu>.
14683         (message-mode): Don't modify paragraph-separate there.
14684
14685 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14686
14687         * compface.el (uncompface-use-external): Default to undecided.
14688         (uncompface-use-external-threshold): New variable.
14689         (uncompface-float-time): New macro.
14690         (uncompface): Determine whether to use the external decoder if
14691         uncompface-use-external is undecided.
14692
14693 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14694
14695         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14696         after images.
14697
14698         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14699
14700 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14701
14702         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14703
14704         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14705
14706         * gnus-sum.el (gnus-summary-limit-to-age)
14707         (gnus-summary-limit-children): do.
14708
14709         * gnus-int.el (gnus-request-scan): do.
14710
14711         * gnus-group.el (gnus-group-suspend): do.
14712
14713         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14714
14715         * gnus-cite.el (gnus-cite-parse-attributions): do.
14716
14717         * gnus-agent.el (gnus-summary-set-agent-mark)
14718         (gnus-agent-regenerate-group): do.
14719
14720         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14721
14722         * binhex.el (binhex-decode-region-internal): do.
14723
14724 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14725
14726         * gnus-fun.el (gnus-face-properties-alist): New user option.
14727         (gnus-display-x-face-in-from): Use it.
14728
14729         * gnus-art.el (article-display-face): Ditto.
14730
14731         * compface.el (uncompface-use-external): Default to nil.
14732
14733 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14734
14735         * nntp.el (nntp-erase-buffer): New function.
14736         (nntp-retrieve-data, nntp-send-command)
14737         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14738         (nntp-possibly-change-group): Use it.
14739
14740         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14741         with-current-buffer.
14742
14743 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14744
14745         * compface.el: Merge the ELisp-based uncompface program.
14746         (compface): New customization group.
14747         (uncompface-use-external): New user option.
14748         (uncompface): Call uncompface-internal if uncompface-use-external
14749         is nil.
14750         (uncompface-internal): New function.  Note that there are also
14751         some other functions and variables added for this function.
14752
14753 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14754
14755         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14756         if necessary.
14757
14758 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14759
14760         * spam-report.el (spam-report-unplug-agent)
14761         (spam-report-plug-agent, spam-report-deagentize)
14762         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14763         Add support for the Agent in spam-report: when unplugged, report to a
14764         file; when plugged, submit all the requests.
14765
14766         * spam.el (spam-register-routine): Fix message about
14767         registration.
14768
14769 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14770
14771         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14772         dependencies.
14773         (rfc2047-encode): Use it.
14774
14775         * gnus-art.el (gnus-button-marker-list): Move before first
14776         reference.
14777
14778         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14779         (imap-parse-body): Fix format string mismatch.
14780
14781         * gnus-score.el (gnus-summary-increase-score): do.
14782
14783         * nnrss.el (nnrss-close): New function.
14784
14785 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14786
14787         * nnrss.el (nnrss-make-filename): New function.
14788         (nnrss-request-delete-group, nnrss-read-server-data)
14789         (nnrss-save-server-data, nnrss-read-group-data)
14790         (nnrss-save-group-data): Use it.
14791         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14792         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14793         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14794
14795 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14796
14797         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14798
14799 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14800
14801         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14802         files.
14803
14804         * message.el (message-generate-headers-first): Don't quote nil
14805         and t in docstrings.
14806
14807         * imap.el (imap-id): do.
14808
14809         * gnus-agent.el (gnus-agent-consider-all-articles)
14810         (gnus-agent-queue-mail): do.
14811
14812 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14813
14814         * spam-report.el (spam-report-process-queue): New function.
14815         Process requests from `spam-report-requests-file'.
14816         (spam-report-process-queue): Doc fix.
14817
14818 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14819
14820         * spam.el (spam-register-routine)
14821         (spam-log-processing-to-registry, spam-log-registered-p)
14822         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14823         Change "check" to "spam-check" for semi-clarity.
14824
14825 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14826
14827         * pop3.el: Require nnheader.
14828
14829         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14830
14831         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14832
14833         * gnus-picon.el: Require cl.
14834
14835         * gnus-fun.el: Require gnus-ems and gnus-util.
14836
14837         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14838
14839         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14840
14841         * gnus-art.el (gnus-article-edit-mode): Define before first
14842         reference.
14843
14844 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14845
14846         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14847         (gnus-uu-post-encoded): Use point-at-bol.
14848
14849         * gnus-topic.el (gnus-group-active-topic-p): do.
14850
14851         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14852
14853         * gnus-group.el (gnus-group-kill-region): do.
14854
14855         * gnus-art.el (article-date-ut): do.
14856
14857         * message.el (message-fetch-field): Remove redundant
14858         case-fold-search binding.
14859         (message-narrow-to-field): Simplify.
14860
14861 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14862
14863         * spam.el (spam-directory): Derive from `gnus-directory'.
14864
14865         * spam-report.el (spam-report-url-to-file)
14866         (spam-report-requests-file): New function and variable for offline
14867         reporting.
14868         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14869         and user defined function.
14870         (spam-report-url-ping-mm-url): Remove doubled slash.
14871
14872 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14873
14874         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14875
14876 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14877
14878         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14879         format string mismatch.
14880
14881         * sieve.el (sieve-deactivate-all): do.
14882
14883         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14884
14885         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14886
14887         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14888
14889         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14890
14891 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14892
14893         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14894         the list of checks.
14895
14896 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14897
14898         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14899         padding.
14900
14901 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14902
14903         * mm-view.el (mm-fill-flowed): New variable.
14904         (mm-inline-text): Use it.
14905
14906 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14907
14908         * spam.el (spam-spamassassin-register-ham-routine)
14909         (spam-spamassassin-register-spam-routine): Fix function names.
14910
14911 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14912
14913         * gnus.el (gnus-tmp-grouplens): Remove.
14914         (gnus-summary-line-format): Remove grouplens.
14915
14916         * gnus-group.el (gnus-group-line-format): Ditto.
14917
14918         * gnus-spec.el (gnus-format-specs): Ditto.
14919         (gnus-update-format-specifications): Flush the group format spec
14920         cache if there's the grouplens stuff.
14921         (gnus-parse-simple-format): Replace %l with the empty string.
14922
14923 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14924
14925         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14926         omission.
14927
14928 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14929
14930         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14931         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14932
14933 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14934
14935         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14936         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14937         New macros and functions.
14938         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14939         Handle > NLINK_MAX messages.
14940         * nnmaildir.el (nnmaildir-request-set-mark): Use
14941         nnmaildir--emlink-p and nnmaildir--eexist-p.
14942
14943 2004-01-25  Alex Schroeder  <alex@gnu.org>
14944
14945         * spam-stat.el (spam-stat-process-directory-age): New option.
14946         (spam-stat-process-directory): Use it.
14947
14948 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14949
14950         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14951         (spam-stat-save): Accept prefix argument.
14952
14953 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14954
14955         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14956         links" error.
14957
14958 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14959
14960         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14961         the rest of the and/or forms.
14962
14963 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14964
14965         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14966         compatibility with old .newsrc.eld files.
14967
14968         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14969
14970         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14971
14972         * gnus-start.el (gnus-1): do.
14973
14974         * gnus-group.el (gnus-group-line-format-alist): do.
14975
14976         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14977
14978         * gnus-gl.el: Remove.
14979
14980 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14981
14982         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14983         marks consisting of a single range {for example, (3 . 5)} rather
14984         than a list of a single range { ((3 . 5)) }.
14985
14986 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14987
14988         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14989         with-current-buffer.
14990         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14991         avoid consing a string.
14992
14993         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14994         Remove obsolete entries for big5 and gb2312.
14995
14996 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14997
14998         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14999         uncompressed list.
15000
15001 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15002
15003         * spam-stat.el (spam-stat-strip-xref): New function.
15004         (spam-stat-process-directory): Use it.
15005
15006         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15007         here -- it's done in message-fetch-field.
15008
15009 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15010
15011         * gnus-agent.el (gnus-agent-queue-mail)
15012         (gnus-agent-prompt-send-queue): New variables.
15013         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15014         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15015         "nndraft:queue" along to gnus-draft-send.  Use
15016         gnus-agent-prompt-send-queue.
15017         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15018         is "nndraft:queue".  Suggested by Gaute Strokkenes
15019         <gs234@srcf.ucam.org>
15020
15021         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15022         (agent-enable-undownloaded-faces): Added.
15023         (gnus-agent-cat-groups): Use eval-and-compile, not
15024         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15025         method of gnus-agent-cat-groups even when the buffer has been
15026         evaled.
15027         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15028         delete gnus-agent-save-active-1.
15029         (gnus-agent-save-groups): Deleted.  Identical to
15030         gnus-agent-save-active.
15031         (gnus-agent-write-active): No longer adjust agent's copy of active
15032         file as agent's adjustments are now stored in their own
15033         file.  Removed optional parameter.
15034         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15035         servers.  Add use of min/max range limits from server's local
15036         file.
15037         (gnus-agent-save-alist): Removed unused optional argument.
15038         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15039         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15040         (gnus-agent-set-local): A per-server file that keeps min/max range
15041         limits for articles known to the agent.  Provides a fast mechanism
15042         for altering many active ranges.
15043         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15044         active file (local makes it unnecessary).
15045         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15046
15047         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15048         (agent-enable-undownloaded-faces): Added.
15049
15050         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15051         disable it when sending to "nndraft:queue".
15052         (gnus-group-send-queue): Add safety check to avoid sending queue
15053         when unplugged.
15054
15055         * gnus-group.el (gnus-group-catchup): Use new
15056         gnus-sequence-of-unread-articles, not
15057         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15058         numbers of articles.  Use gnus-range-map to avoid having to
15059         uncompress the unread list.
15060         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15061         Fixed invalid ange-ftp reference.
15062
15063         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15064         (gnus-sorted-range-intersection): Intersection of two ranges
15065         without requiring that they first be uncompressed.
15066
15067         * gnus-start.el (gnus-activate-group): Unless blocked by the
15068         caller, possibly expand the active range to include both cached
15069         and agentized articles.
15070         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15071         multiple version-dependent converters.
15072         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15073         gnus-agent-save-active.
15074         (gnus-save-newsrc-file): Save dirty agent range limits.
15075
15076         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15077         gnus-agent-possibly-alter-active.
15078         (gnus-adjust-marked-articles): Faster handling of simple lists.
15079
15080 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15081
15082         * spam-stat.el (spam-stat-test-directory): New optional argument
15083         displays a list of files detected.  Suggested by Andrew Cohen
15084         <cohen@andy.bu.edu>.
15085         (spam-stat-buffer-words-with-scores): Don't narrow and change
15086         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15087
15088 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15089
15090         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15091         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15092         (spam-spamassassin-arguments)
15093         (spam-spamassassin-spam-flag-header)
15094         (spam-spamassassin-positive-spam-flag-header)
15095         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15096         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15097         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15098         (spam-list-of-processors, spam-list-of-checks)
15099         (spam-list-of-statistical-checks, spam-registration-functions)
15100         (spam-check-spamassassin-headers, spam-check-spamassassin)
15101         (spam-spamassassin-score)
15102         (spam-spamassassin-register-with-sa-learn)
15103         (spam-spamassassin-register-spam-routine)
15104         (spam-spamassassin-register-ham-routine)
15105         (spam-assassin-register-spam-routine)
15106         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15107         (spam-bogofilter-score): Fix to show article before scoring.
15108
15109 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15110
15111         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15112         default scoring function.
15113         (spam-generic-score): Call spam-spamassassin-score if
15114         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15115         spam-bogofilter-score otherwise.
15116
15117         * gnus.el (spam-process, spam-autodetect-methods): Add
15118         spamassassin and spamassassin-headers.
15119
15120 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15121
15122         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15123         Suppress unnecessary messages.
15124
15125 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15126
15127         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15128         make-hash-table.
15129
15130 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15131
15132         * canlock.el (base64-encode-string): Don't autoload it.
15133
15134 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15135
15136         * run-at-time.el: Remove useless (require 'itimer),
15137         eval-and-compile and (featurep 'xemacs).
15138
15139 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15140
15141         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15142         GROUP is a virtual group.
15143
15144 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15145
15146         * gnus.el: Autoload `message-y-or-n-p'.
15147
15148 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15149
15150         * pgg-parse.el: Remove unnecessary (require 'custom).
15151
15152         * pgg-def.el: do.
15153
15154         * nnmail.el: do.
15155
15156         * gnus-undo.el: do.
15157
15158         * gnus-picon.el: do.
15159
15160         * gnus-util.el: do.
15161
15162 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15163
15164         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15165
15166 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15167
15168         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15169         handle, as well as a list.
15170
15171         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15172         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15173         (mm-w3m-cid-retrieve): Simplify.
15174
15175 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15176
15177         * message.el (message-kill-to-signature): Allow prefix arg to
15178         specify number of lines to keep before signature.
15179
15180 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15181
15182         * message.el (message-kill-to-signature): Change docstring.
15183
15184 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15185
15186         * canlock.el: Always require sha1-el.
15187         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15188
15189         * message.el: Autoload sha1 only when compiling.
15190
15191         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15192         eudc-expand-inline for XEmacs.
15193
15194 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15195
15196         * message.el (message-canlock-generate): Require sha1-el.
15197
15198 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15199
15200         * message.el (message-expand-name): Silence the byte compiler.
15201
15202         * lpath.el: Add detect-coding-system.
15203
15204         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15205         cus-edit.
15206
15207 2004-01-13  Simon Josefsson  <jas@extundo.com>
15208
15209         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15210         Invoke gnus-score-mode.  Reported by
15211         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15212
15213         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15214         Jim Blandy <jimb@redhat.com> (tiny change).
15215
15216 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15217
15218         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15219
15220 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15221
15222         * spam.el (spam-get-article-as-string): Update to use
15223         gnus-request-article-this-buffer, much simpler.
15224         (spam-get-article-as-buffer): Remove.
15225
15226 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15227
15228         * message.el (message-expand-name): Use EUDC if the user uses that.
15229
15230 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15231
15232         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15233         character for the encoding to avoid consing a string.
15234
15235         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15236         unnecessarily.
15237
15238         * mm-util.el (mm-replace-chars-in-string): Remove.
15239
15240         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15241         of mm-replace-chars-in-string.
15242
15243 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15244
15245         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15246
15247         * mm-util.el (mm-subst-char-in-string): Support inplace.
15248
15249         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15250         a new string in every iteration.  Use shy groups.
15251
15252 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15253
15254         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15255         * gnus-soup.el (gnus-soup-group-brew):
15256         * gnus-msg.el (gnus-put-message):
15257         * gnus-move.el (gnus-group-move-group-to-server):
15258         * gnus-kill.el (gnus-batch-score):
15259         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15260         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15261         (gnus-group-update-group, gnus-group-read-group)
15262         (gnus-group-make-group, gnus-group-make-help-group)
15263         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15264         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15265         (gnus-group-sort-by-unread, gnus-group-catchup)
15266         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15267         (gnus-group-yank-group, gnus-group-set-info)
15268         (gnus-group-list-groups):
15269         * gnus.el (gnus-generate-new-group-name):
15270         * gnus-delay.el (gnus-delay-send-queue):
15271         * nnvirtual.el (nnvirtual-catchup-group):
15272         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15273         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15274         (gnus-group-prepare-topics, gnus-topic-check-topology):
15275         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15276         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15277         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15278         (gnus-group-make-articles-read):
15279         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15280         (gnus-group-change-level, gnus-kill-newsgroup)
15281         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15282         (gnus-get-unread-articles, gnus-make-articles-unread)
15283         (gnus-make-ascending-articles-unread): Use accessor
15284         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15285         to get group information for improved readability.
15286
15287
15288 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15289
15290         * gnus-art.el (article-decode-mime-words, article-babel)
15291         (gnus-article-highlight-signature, gnus-article-add-buttons)
15292         (gnus-signature-toggle): Use gnus-with-article-buffer.
15293
15294         * gnus-art.el (gnus-article-highlight-headers)
15295         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15296
15297         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15298         (gnus-article-set-globals, gnus-request-article-this-buffer)
15299         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15300         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15301         (gnus-mime-display-alternative): Use with-current-buffer.
15302
15303 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15304
15305         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15306         also under 80 char limit, and call gnus-error if needed.
15307         (spam-fetch-article-header): Fix - it was a
15308         buffer-local variable (gnus-newsgroup-data).
15309         (spam-find-spam): Use spam-generate-fake-headers, forget about
15310         spam-insert-fake-headers.
15311         (spam-insert-fake-headers): Remove.
15312
15313 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15314
15315         * deuglify.el (gnus-article-outlook-unwrap-lines)
15316         (gnus-outlook-rearrange-article)
15317         (gnus-outlook-repair-attribution-outlook)
15318         (gnus-outlook-repair-attribution-block)
15319         (gnus-outlook-repair-attribution-other): Remove redundant
15320         save-excursion.
15321
15322 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15323
15324         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15325         (spam-fetch-field-subject-fast)
15326         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15327         (spam-fetch-article-header): Add functions to deal with Gnus
15328         internals for fast retrieval of article header data.
15329         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15330
15331 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15332
15333         * pop3.el (pop3-md5): Remove.
15334         (pop3-apop): Replace pop3-md5 with md5.
15335
15336         * mm-bodies.el: base64 is always built-in.
15337
15338         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15339         with-current-buffer.
15340
15341 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15342
15343         * canlock.el (canlock-insert-header): Remove excessive grouping in
15344         regexp.
15345
15346         * gnus-sum.el (gnus-summary-read-document): Ditto.
15347
15348         * gnus-uu.el (gnus-uu-part-number): Ditto.
15349
15350         * html2text.el (html2text-remove-tags): Ditto.
15351         (html2text-format-tags): Ditto.
15352         (html2text-format-single-elements): Ditto.
15353
15354         * mml.el (mml-parse-1): Ditto.
15355
15356 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15357
15358         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15359
15360         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15361
15362         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15363
15364         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15365
15366 2003-11-15  Simon Josefsson  <jas@extundo.com>
15367
15368         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15369         (pgg-gpg-lookup-key): Use regexp match instead of
15370         split-string (split-string is different between emacs 21.2 and
15371         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15372
15373 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15374
15375         * gnus-art.el (gnus-mime-view-all-parts)
15376         (gnus-article-part-wrapper, gnus-article-view-part): Use
15377         with-current-buffer.
15378
15379 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15380
15381         * spam.el (spam-disable-spam-split-during-ham-respool)
15382         (spam-spamoracle-database, spam-cache-lookups)
15383         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15384         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15385         (spam-group-ham-marks, spam-group-spam-marks)
15386         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15387         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15388         also add spam-use-blackholes to the statistical checks.
15389         (spam-fetch-field-fast): Add interface to fetching fields, may
15390         become a macro.
15391         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15392         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15393         (spam-insert-fake-headers): Fake an article when needed.
15394         (spam-find-spam): Fake article when possible.
15395         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15396         (spam-check-bogofilter-headers): Use message-fetch-field instead
15397         of nnmail-fetch-field.
15398
15399 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15400
15401         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15402
15403 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15404
15405         * spam.el (spam-split): Do not require spam-use-CHECK to be
15406         enabled if that check is passed to spam-split explicitly; also
15407         fix so 'spam doesn't get converted to spam-split-group when
15408         spam-split-symbolic-return is t.
15409         (spam-find-spam): Find registrations of the article and use those
15410         instead of re-running spam-split to find the spam/ham
15411         classification of the article.
15412         (spam-log-processing-to-registry, spam-log-registered-p)
15413         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15414         Use gnus-error instead of gnus-message.
15415         (spam-log-registration-type): Add function to determine the
15416         classification of a message based on registry entries; will
15417         return nil if both 'spam and 'ham are found.
15418         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15419         a reasonably fast local cache without the loading errors.
15420         (spam-cache-lookups): Set to t by default.
15421         (spam-find-spam): Don't try to guess spam-cache-lookups.
15422         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15423         spam-caches entry.
15424         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15425         caching of whitelist/blacklist entries.
15426         (spam-check-whitelist, spam-check-blacklist): Invoke
15427         spam-from-listed-p with a type, not a cache variable.
15428         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15429
15430 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15431
15432         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15433
15434         * nnmail.el (nnmail-split-fancy): do.
15435
15436         * mml.el (mml-parse): do.
15437
15438         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15439         (gnus-score-adaptive): do.
15440
15441 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15442
15443         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15444         (gnus-mime-button-map): Don't set keymap parent.
15445         (gnus-button-ctan-directory-regexp): Use shy grouping.
15446         (gnus-prev-page-map): Don't set keymap parent.
15447         (gnus-prev-page-map): Remove duplicated one.
15448         (gnus-next-page-map): Don't set keymap parent.
15449         (gnus-mime-security-button-map): Ditto.
15450
15451         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15452         version number.
15453
15454         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15455
15456 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15457
15458         * canlock.el (canlock-sha1-function): Remove.
15459         (canlock-sha1-function-for-verify): Remove.
15460         (canlock-openssl-program): Remove.
15461         (canlock-openssl-args): Remove.
15462         (canlock-ignore-errors): Remove.
15463         (canlock-sha1-with-openssl): Remove.
15464         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15465         (canlock-verify): Don't use canlock-ignore-errors.
15466
15467         * sha1-el.el (sha1-string-external): Make it can return a string
15468         in binary form.
15469         (sha1-region-external): Ditto.
15470         (sha1-string-internal): Ditto.
15471         (sha1-region-internal): Ditto.
15472         (sha1-region): Ditto.
15473         (sha1-string): Ditto.
15474         (sha1): Ditto.
15475
15476 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15477
15478         * spam.el (spam-report-articles-gmane): New command.
15479
15480 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15481
15482         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15483
15484         * run-at-time.el (run-at-time-saved): Remove.
15485         (run-at-time): Doc fix.
15486
15487 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15488
15489         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15490         (gnus-summary-limit-map): Add it.
15491         (gnus-summary-make-menu-bar): do.
15492
15493 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15494
15495         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15496         Make attempt at some caching support (done for BBDB only now).
15497         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15498         addresses to be checked.
15499         (spam-clear-cache-BBDB): Add function, to be invoked by
15500         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15501         (spam-check-BBDB): Check and use the caches, if
15502         spam-cache-lookups is on, remove superfluous (provide).
15503
15504 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15505
15506         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15507
15508 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15509
15510         * run-at-time.el (run-at-time-saved): Move to after the definition
15511         of `run-at-time'.
15512
15513         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15514
15515 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15516
15517         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15518         mm-w3m-local-map-property.
15519
15520         * mm-view.el (mm-w3m-mode-map): Remove.
15521         (mm-w3m-local-map-property): Remove.
15522         (mm-inline-text-html-render-with-w3m): Don't use
15523         mm-w3m-local-map-property.
15524
15525 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15526
15527         * run-at-time.el: New file.
15528
15529         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15530         under Emacs.
15531
15532         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15533         of gnus-set-text-properties.
15534
15535         * gnus-uu.el (gnus-uu-save-article): Ditto.
15536
15537         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15538
15539         * gnus-cite.el (gnus-cite-parse): Ditto.
15540
15541         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15542         of gnus-.
15543
15544         * gnus-xmas.el (run-at-time): Require run-at-time.
15545
15546         * gnus.el: Changed calls to nnheader-run-at-time and
15547         password-run-at-time throughout to use run-at-time directly.
15548
15549         * password.el: Removed definition of run-at-time.
15550
15551         * nnheaderxm.el: Remove definition of run-at-time.
15552
15553 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15554
15555         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15556         in prompt.
15557
15558 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15559
15560         * messagexmas.el (message-xmas-redefine): Alias
15561         `message-make-caesar-translation-table' to
15562         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15563         version.
15564
15565         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15566         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15567         `gnus-xmas-set-text-properties'.
15568         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15569         `gnus-xmas-completing-read'.
15570         (gnus-xmas-completing-read): Removed.
15571         (gnus-xmas-open-network-stream): Removed.
15572
15573         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15574         XEmacs version.
15575
15576         * dns.el (dns-make-network-process): Use `open-network-stream'
15577         instead of `gnus-xmas-open-network-stream'.
15578
15579         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15580
15581         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15582
15583 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15584
15585         * gnus-art.el (gnus-mime-display-alternative)
15586         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15587         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15588         Don't use gnus-local-map-property.
15589
15590         * gnus-util.el (gnus-local-map-property): Remove.
15591
15592         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15593         gnus-completing-read-maybe-default with completing-read.
15594
15595         * gnus-util.el (gnus-completing-read): do.
15596         (gnus-completing-read-maybe-default): Remove.
15597
15598 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15599
15600         * password.el: Only autoload `run-at-time' if not XEmacs.
15601         Only autoload the itimer functions if XEmacs.
15602
15603 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15604
15605         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15606         XEmacsen.
15607
15608         * dgnushack.el: Autoload executable-find for XEmacs.
15609
15610 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15611
15612         * gnus-art.el (gnus-read-string): Remove.
15613         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15614         read-string.
15615
15616 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15617
15618         * netrc.el: Autoload password-read.
15619         (netrc): Add configuration group.
15620         (netrc-encoding-method, netrc-openssl-path): Add
15621         variables for encoding and decoding of files with symmetric
15622         ciphers.
15623         (netrc-encode): Add assistant function to encode a file with
15624         netrc-encoding-method.
15625         (netrc-parse): Add interactive parameter, added optional
15626         decoding if netrc-encoding-method is non-nil but otherwise
15627         behavior is standard.
15628         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15629         Do s/encode/encrypt/ everywhere.
15630
15631         * spam.el: Remove executable-find autoload.
15632
15633 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15634
15635         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15636
15637         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15638
15639 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15640
15641         * gnus-art.el (gnus-treat-ansi-sequences)
15642         (article-treat-ansi-sequences): New variable and function.
15643         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15644
15645         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15646         Use it.
15647
15648 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15649
15650         * mm-util.el (mm-quote-arg): Remove.
15651
15652         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15653         shell-quote-argument.
15654
15655         * gnus-uu.el (gnus-uu-command): do.
15656
15657         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15658
15659         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15660         with make-char.
15661
15662         * mm-util.el (mm-make-char): Remove.
15663
15664         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15665         add-minor-mode.
15666
15667         * gnus-undo.el (gnus-undo-mode): do.
15668
15669         * gnus-topic.el (gnus-topic-mode): do.
15670
15671         * gnus-sum.el (gnus-dead-summary-mode): do.
15672
15673         * gnus-start.el (gnus-slave-mode): do.
15674
15675         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15676
15677         * gnus-ml.el (gnus-mailing-list-mode): do.
15678
15679         * gnus-gl.el (gnus-grouplens-mode): do.
15680
15681         * gnus-draft.el (gnus-draft-mode): do.
15682
15683         * gnus-dired.el (gnus-dired-mode): do.
15684
15685         * gnus-ems.el (gnus-add-minor-mode): Remove.
15686
15687         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15688         Replace gnus-char-width with char-width.
15689
15690         * gnus-ems.el (gnus-char-width): Remove.
15691
15692         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15693         Replace gnus-char-width with char-width.
15694
15695         * gnus-ems.el (gnus-char-width): Remove.
15696
15697         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15698         definition.
15699         Remove Emacs 20 hash table compatibility code.
15700
15701         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15702         20 compatibility code.
15703
15704         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15705
15706         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15707
15708         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15709         with point-at-{eol,bol}.
15710
15711         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15712
15713         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15714
15715         * flow-fill.el (fill-flowed-point-at-bol)
15716         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15717
15718         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15719         Replace with point-at-{eol,bol} throughout all files.
15720
15721 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15722
15723         * ntlm.el (ntlm-string-as-unibyte): New macro.
15724         (ntlm-build-auth-response): Use it.
15725
15726         Remove Emacs 20 stuff:
15727         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15728         (butlast, mapc, remove): Remove the compiler macros.
15729         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15730         of delq and copy-sequence.
15731         * gnus-art.el (popup-menu): Remove the compiler macro.
15732         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15733         Emacs 20.
15734
15735 2004-01-05  Simon Josefsson  <jas@extundo.com>
15736
15737         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15738         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15739         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15740         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15741         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15742         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15743         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15744         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15745         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15746         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15747         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15748         string-xor into ntlm-string-xor.  Suggested by
15749         Jesper Harder <harder@myrealbox.com>.
15750
15751         * ntlm.el: Don't include poem.
15752
15753         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15754         Jesper Harder <harder@myrealbox.com>.
15755
15756         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15757
15758         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15759         probably breaks emacs with DL patch, but do we care? Is anyone
15760         still using the DL stuff?)
15761
15762         * sieve-manage.el: Use the password package.
15763         (sieve-manage-read-passwd): Remove.
15764         (sieve-manage-interactive-login): Use password.  Re-add
15765         condition-case around loop.
15766
15767         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15768         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15769         the password package.
15770
15771 2003-02-19  Simon Josefsson  <jas@extundo.com>
15772
15773         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15774         token.
15775
15776 2002-08-07  Simon Josefsson  <jas@extundo.com>
15777
15778         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15779         (sieve-manage-authenticators):
15780         (sieve-manage-authenticator-alist): Add some SASL mechs.
15781         (sieve-sasl-auth): New function.
15782         (sieve-manage-cram-md5-auth):
15783         (sieve-manage-plain-auth): Rewrite using SASL library.
15784         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15785         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15786         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15787         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15788
15789 2004-01-05  Simon Josefsson  <jas@extundo.com>
15790
15791         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15792         New files.
15793
15794 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15795
15796         * gnus-group.el (gnus-no-groups-message): Update.
15797
15798         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15799
15800 2003-11-09  Simon Josefsson  <jas@extundo.com>
15801
15802         * imap.el: Support for ID IMAP extension (RFC 2971).
15803         (imap-local-variables): Add imap-id.
15804         (imap-id): New variable.
15805         (imap-id): New function.
15806         (imap-parse-response): Parse untagged ID response.
15807         * nnimap.el (nnimap-id): New variable.
15808         (nnimap-open-connection): Use it.
15809
15810 2003-12-28  Simon Josefsson  <jas@extundo.com>
15811
15812         * gnus-score.el (gnus-score-edit-all-score): New.
15813         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15814
15815 2004-01-04  Simon Josefsson  <jas@extundo.com>
15816
15817         * password.el: Add.
15818
15819 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15820
15821         * dns.el (dns-query-types): Fix typo.
15822         (dns-query-types): New function.
15823         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15824         PTR and SOA replies, see RFC 1035.
15825
15826 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15827
15828         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15829
15830         * Moved to Changelog.2.
15831
15832 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15833
15834         * gnus.el (gnus-version-number): Bump version.
15835
15836 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15837
15838         * gnus.el: No Gnus v0.1 is released.
15839
15840 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15841
15842         * gnus.el: No Gnus v0.0 is released.
15843
15844 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15845
15846         * gnus.el (gnus-version-number): Bump.
15847         (gnus-version): No.
15848
15849 See ChangeLog.2 for earlier changes.
15850
15851     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15852       Free Software Foundation, Inc.
15853
15854   This file is part of GNU Emacs.
15855
15856   GNU Emacs is free software: you can redistribute it and/or modify
15857   it under the terms of the GNU General Public License as published by
15858   the Free Software Foundation, either version 3 of the License, or
15859   (at your option) any later version.
15860
15861   GNU Emacs is distributed in the hope that it will be useful,
15862   but WITHOUT ANY WARRANTY; without even the implied warranty of
15863   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15864   GNU General Public License for more details.
15865
15866   You should have received a copy of the GNU General Public License
15867   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15868
15869 ;; Local Variables:
15870 ;; coding: utf-8
15871 ;; fill-column: 79
15872 ;; add-log-time-zone-rule: t
15873 ;; End: