Added a new nndoc type for Google digests.
[gnus] / lisp / ChangeLog
1 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nndoc.el (nndoc-type-alist): Added a new type for Google digests. 
4
5         * gnus-html.el (gnus-html-wash-tags): Check the value of
6         gnus-blocked-images in the summary buffer.
7
8 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9
10         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
11
12 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13
14         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
15         like "a", it seems like.
16         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
17         since it needs to be picked from the correct buffer.
18
19         * nnwfm.el: Removed.
20
21         * nnlistserv.el: Removed.
22
23 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
24
25         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
26         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
27
28 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
29
30         * nnkiboze.el: Removed.
31
32         * nndb.el: Removed.
33
34         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
35         alt text.
36         (gnus-html-rescale-image): Try to get the rescaling logic right for
37         images that are just wide and not tall.
38
39         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
40         overshadow variable bindings.
41
42 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
43
44         * gnus-html.el (gnus-html-wash-tags)
45         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
46         extra logging.
47
48 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
49
50         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
51         (gnus-max-image-proportion): New variable.
52         (gnus-html-rescale-image): New function.
53         (gnus-html-put-image): Rescale images.
54
55 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
56
57         * gnus-html.el (gnus-article-html): Decode contents by charset.
58
59 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
60
61         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
62         (gnus-html-frame-width, gnus-blocked-images)
63         * message.el (message-prune-recipient-rules): Add custom version.
64         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
65
66         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
67         functions.
68
69         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
70         gnus-process-get.
71
72 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
73
74         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
75         instead of lsub directly.
76
77 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
78
79         * nnwarchive.el: Removed.
80
81         * gnus-soup.el: Removed.
82
83         * nnsoup.el: Removed.
84
85         * nnultimate.el: Removed.
86
87         * gnus-html.el (gnus-blocked-images): New variable.
88
89         * message.el (message-prune-recipients): New function.
90         (message-prune-recipient-rules): New variable.
91
92         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
93         guess whether a long line is natural text or not.
94
95         * gnus-html.el (gnus-html-schedule-image-fetching): Use
96         gnus-process-plist and friends for compatibility.
97
98 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
99
100         * gnus-html.el: Require packages that define macros used in this file.
101         (gnus-article-mouse-face): Declare to silence byte-compiler.
102         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
103         process-get.
104         (gnus-html-put-image): Use plist-get to avoid getf.
105         (gnus-html-prefetch-images): Use with-current-buffer.
106
107 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
108
109         * gnus-ems.el: Provide compatibility functions for
110         gnus-set-process-plist.
111
112         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
113         header-line-format for XEmacs 21.4.
114
115         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
116         * gnus.el (gnus-valid-select-methods)
117         * message.el (message-send-mail-partially-limit)
118         * mm-decode.el (mm-text-html-renderer)
119         * mml.el (mml-insert-mime-headers-always)
120         * smiley.el (smiley-regexp-alist): Bump custom version.
121
122 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
123
124         * gnus-html.el: require mm-url.
125         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
126         with the url to `url'.
127         (gnus-html-wash-tags): Support cid: URLs/images.
128
129 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
130
131         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
132         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
133         bindings, as they aren't useful at all. `w' is moved to `W w'.
134
135         * gnus-move.el: Removed file, since it doesn't really work.
136
137         * gnus-html.el (gnus-article-html): Tell w3m that the input is
138         UTF-8. This seems to fix problems with some German web feeds.
139
140         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
141         at the top so that the proper colours are applied.
142
143         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
144         don't have dots in their names.
145
146         * gnus-art.el (gnus-article-view-part): Doc fix.
147
148         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
149         XEmacs-compatible.
150         (gnus-html-put-image): Don't do images on non-graphic displays.
151
152         * nnslashdot.el: Removed this unused backend.
153
154         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
155         actions.
156         (gnus-undo-register-1): Revert last change.
157
158         * gnus-group.el (gnus-group-completing-read): Protect against not
159         having completion-styles bound.
160
161         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
162         make broken recipients happier.
163
164         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
165
166         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
167         point parameter.
168
169         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
170
171         * gnus-group.el (gnus-group-completing-read): Add 'substring to
172         completion-styles for group selection.
173
174 2009-02-04  Andreas Schwab  <schwab@suse.de>
175
176         * gnus-score.el (gnus-score-string): Fix regex for matching extra
177         headers and regexp-quote the match if necessary.
178
179 2009-03-24  Miles Bader  <miles@gnu.org>
180
181         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
182         the blinking smiley.
183
184 2009-03-24  Simon Josefsson  <simon@josefsson.org>
185
186         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
187         blink smiley.
188
189 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
190
191         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
192         where the dribbel file lives exists.
193
194         * message.el (message-send-mail-partially-limit): Change the default to
195         nil, since most people don't want this.
196
197         * mm-url.el (mm-url-decode-entities): Also decode entities like
198         &#x3212.
199
200 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
201
202         * gnus-sum.el (gnus-summary-idna-message):
203         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
204         Hyperlink urls in docstrings with URL `...'.
205
206 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
207
208         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
209         functions.
210
211 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
212
213         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
214         say what the mouseover text should be.
215
216         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
217         version of the mm-w3m-safe-url-regexp variable to only download images
218         in the groups where we want that to happen.
219
220         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
221
222         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
223         easier debugging.
224         (gnus-article-beginning-of-window): Add kludge to allow spacing past
225         big pictures in the article buffer.
226
227         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
228         gnus-article-html.
229         (mm-text-html-renderer): gnus-article-html needs curl in addition to
230         w3m.
231
232         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
233
234 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
235
236         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
237         which doesn't exist.
238
239         * message.el (message-inhibit-ecomplete): New variable to allow some
240         function to inhibit ecomplete address storage.
241         (message-resend): Disable ecomplete message storage when resending
242         messages.
243
244         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
245
246 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
247
248         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
249         Save excursion while copying, moving, and deleting articles in order to
250         prevent the cursor from jumping to unforeseen place.
251
252 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
253
254         * lpath.el: No need to bind bookmark-current-buffer,
255         bookmark-yank-point and bookmark-make-record-function.
256
257 2010-08-17  Glenn Morris  <rgm@gnu.org>
258
259         * gnus-sync.el: Require gnus components whose functions are used.
260
261         * gnus-art.el (bookmark-make-record-function):
262         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
263         Declare for compiler.
264
265         * mm-url.el (mml-compute-boundary): Autoload.
266
267 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
268
269         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
270
271 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
272
273         Typo fix "hoo4a" -> "hook".
274
275         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
276
277 2010-08-14  Glenn Morris  <rgm@gnu.org>
278
279         * gnus-sync.el (gnus-sync): Fix defgroup version.
280
281 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
282
283         Doc fixes and keep unknown groups (ammended for nunion bug fix).
284
285         * gnus-sync.el: Fix docs.
286         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
287         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
288
289 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
290
291         Optimizations for gnus-sync.el.
292
293         * gnus-sync.el: Add docs about gnus-sync-backend
294         possibilities.
295         (gnus-sync-save): Remove unnecessary message.
296         (gnus-sync-read): Optimize and show what groups were skipped.
297
298 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
299
300         Minor bug fixes for gnus-sync.el.
301
302         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
303         read the sync on get-new-news.
304
305         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
306         quiet.
307
308         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
309
310 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
311
312         Make saving and restoring of hidden threads work with overlays.
313         Patch applied by Ted Zlatanov.
314
315         * gnus-sum.el (gnus-hidden-threads-configuration)
316         (gnus-restore-hidden-threads-configuration): Update to deal with text
317         properties, rather than searching for a magic character.
318
319 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
320
321         New gnus-sync.el library for synchronization of marks.
322
323         * gnus-sync.el: New library for synchronization of marks.
324
325         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
326         renamed from `gnus-registry-grep-in-list'.
327
328         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
329
330         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
331
332 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
333
334         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
335         determining charset of text fails.
336
337 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
338
339         * nnmail.el (nnmail-get-new-mail-1): Revert.
340
341         * nnml.el (nnml-active-number): Make sure names of newly created groups
342         in nnml-group-alist are encoded.
343
344 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
345
346         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
347         containing non-ASCII characters in active file for nnml back end.
348
349 2010-07-24  David Engster  <dengste@eml.cc>
350
351         * mml-smime.el (mml-smime-epg-verify): Also accept the older
352         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
353
354 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
355
356         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
357         tag (Bug#6654).
358
359 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
360
361         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
362         the article buffer, not the summary buffer.
363
364 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
365
366         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
367         Emacs 23 as well.
368
369 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
370
371         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
372         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
373
374 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
375
376         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
377         Patch applied by Karl Fogel.
378
379         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
380         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
381
382 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
383
384         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
385         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
386         C-w still not working correctly from Article buffers; Thierry's
387         patch to fix that will be applied after this.
388
389         * gnus-art.el (bookmark-make-record-function): New local variable.
390
391         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
392         article buffer.
393         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
394
395 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
396
397         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
398         on changes in bookmark.el.
399
400 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
401
402         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
403         `no-log' instead of message not to log prompt string.
404
405 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
406
407         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
408         the *other* type of HTML form submission.
409
410 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
411
412         * auth-source.el (auth-source-pick): If choice does not contain a
413         questioned keyword, set the check to t.
414
415 2010-06-12  Romain Francoise  <romain@orebokech.com>
416
417         * gnus-util.el (gnus-date-get-time): Move up before first use.
418
419 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
420
421         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
422         (gnus-article-edit-part): Bind it to make last part that is substituted
423         or deleted visible.
424         (gnus-mime-display-single): Buttonize part of which id equals to
425         gnus-mime-buttonized-part-id.
426
427 2010-06-10  Dan Christensen  <jdc@uwo.ca>
428
429         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
430         (gnus-dd-mmm): Use gnus-date-get-time.
431         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
432         simplify logic.
433         (gnus-summary-limit-to-age): Use gnus-date-get-time.
434         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
435
436 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
437
438         * auth-source.el (top): Autoload `secrets-list-collections',
439         `secrets-create-item', `secrets-delete-item'.
440         (auth-sources): Fix tag string.
441         (auth-get-source, auth-source-retrieve, auth-source-create)
442         (auth-source-delete): New defuns.
443         (auth-source-pick): Rewrite in order to avoid 2 passes.
444         (auth-source-forget-user-or-password): New parameter USERNAME.
445         (auth-source-user-or-password): New parameters CREATE-MISSING and
446         DELETE-EXISTING.  Retrieve password interactively, if needed.
447
448 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
449
450         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
451         deleting unused directories when gnus-expert-user is t.
452
453 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
454
455         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
456         for each temp file when gnus-article-browse-delete-temp is ask.
457
458 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
459
460         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
461         Lisp calls to delete-backward-char by calls to delete-char.
462
463 2010-05-20  Kevin Ryde  <user42@zip.com.au>
464
465         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
466
467 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
468
469         * password-cache.el (password-cache-remove): Fix docstring.
470
471 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
472
473         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
474         article unless decoding article to be saved.
475
476 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
477
478         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
479         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
480         generated within the mm-with-unibyte-current-buffer macro.
481
482 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
483
484         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
485         to nil when we're in a mml-preview buffer and no group is selected.
486
487 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
488
489         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
490         when catching the `C-g'.  Reported by "Leo".
491
492 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
493
494         * message.el (message-forward-make-body-plain)
495         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
496         multibyte-string-p.
497
498         * lpath.el: Revert.
499
500 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
501
502         * message.el (message-forward-make-body-mml): Assume original message
503         is multibyte string; error on unibyte.
504         (message-forward-make-body-plain): Ditto; don't add excessive newline
505         in body end.
506
507         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
508
509 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
510
511         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
512         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
513
514 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
515
516         * mm-extern.el (mm-extern-url): Don't use
517         mm-with-unibyte-current-buffer.
518         (mm-extern-cache-contents): Use with-current-buffer instead of
519         save-excursion + set-buffer.
520
521 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
522
523         * mm-util.el (mm-emacs-mule): Remove.
524
525 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
526
527         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
528         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
529         change.
530
531 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
532
533         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
534         bind the default value of enable-multibyte-characters to nil.
535
536 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
537
538         * message.el (message-forward-make-body-plain)
539         (message-forward-make-body-mml):
540         Don't use mm-with-unibyte-current-buffer.
541
542 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
543
544         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
545
546 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
547
548         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
549         (Bug#5592).
550
551 2010-05-07  Julien Danjou  <julien@danjou.info>
552
553         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
554         it to mm-pipe-part.
555
556         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
557         it is given.
558
559 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
560
561         * binhex.el (binhex-decode-region-internal)
562         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
563         (dns-query)
564         * nnweb.el (nnweb-gmane-search)
565         * pgg-parse.el (pgg-parse-armor)
566         * pgg.el (pgg-verify-region)
567         * sha1.el (sha1-string-external)
568         * uudecode.el (uudecode-decode-region-internal)
569         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
570         XEmacs.
571
572         * gnus-art.el (gnus-article-browse-html-parts)
573         * gnus-group.el (gnus-read-ephemeral-gmane-group)
574         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
575         make-temp-file.
576
577         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
578         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
579         compiling.
580
581         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
582         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
583         XEmacs when compiling.
584
585         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
586         gnus-pick-mode-off-hook for XEmacs when compiling.
587         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
588         gnus-binary-mode-off-hook for XEmacs when compiling.
589
590         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
591         nil if char-charset is not available.
592
593         * imap.el (imap-disable-multibyte)
594         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
595         macros.
596
597         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
598         instead of encode-coding-string.
599
600         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
601         'xemacs) instead of mm-emacs-mule to switch function definitions.
602         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
603
604         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
605         bind temporary-file-directory for XEmacs;
606         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
607         timer-set-function for XEmacs 21.4 and SXEmacs;
608         bind timer-list for XEmacs 21.4 and SXEmacs;
609         fbind char-charset and find-charset-region for non-Mule XEmacs;
610         fbind decode-coding-region, decode-coding-string, detect-coding-region,
611         encode-coding-region and encode-coding-string for XEmacs having no
612         file-coding feature.
613
614 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
615
616         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
617
618 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
619
620         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
621         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
622
623 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
624
625         * mm-util.el (mm-decompress-buffer): Use `delete-file';
626         alias `jka-compr-delete-temp-file' no longer exists.
627
628 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
629
630         Use define-minor-mode in Gnus where applicable.
631         * mml.el (mml-mode): Use define-minor-mode.
632         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
633         (gnus-undo-mode): Use define-minor-mode.
634         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
635         (gnus-dead-summary-mode): Use define-minor-mode.
636         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
637         Initialize in declaration.
638         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
639         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
640         (gnus-mailing-list-mode): Use define-minor-mode.
641         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
642         (gnus-draft-mode): Use define-minor-mode.
643         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
644         (gnus-dired-mode): Use define-minor-mode.
645
646 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
647
648         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
649         handles on recursive mml-to-mime translation and check them for
650         boundary delimiter collisions.  Reported by Greg Troxel.
651
652 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
653
654         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
655
656 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
657
658         * mm-util.el (mm-find-buffer-file-coding-system):
659         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
660
661 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
662
663         * message.el (message-generate-headers): Record insertion of optional
664         headers as well.  Otherwise the check to prevent repeated insertion of
665         optional headers is a no-op.
666
667 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
668
669         * smime.el: Don't mention CVS.
670
671         * nnrss.el (nnrss-fetch): Don't mention CVS.
672
673         * nnir.el: Don't mention CVS.
674
675 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
676
677         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
678
679 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
680
681         * lpath.el: Fbind bookmark-default-handler,
682         bookmark-get-bookmark-record, bookmark-make-record-default,
683         bookmark-prop-get for Emacs <23 and XEmacs.
684
685 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
686
687         * gnus-sum.el: Add bookmark declarations to silence the compiler.
688         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
689         Use with-current-buffer to silence the byte-compiler.
690         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
691         bother to require `gnus'.
692         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
693
694 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
695
696         * gnus-sum.el (gnus-summary-bookmark-make-record)
697         (gnus-summary-bookmark-jump): New functions.
698         (gnus-summary-mode): Setup bookmark support.
699
700 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
701
702         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
703         if set.
704
705 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
706
707         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
708         gnus-article-browse-html-save-cid-image; make it work recursively for
709         forwarded messages as well.
710         (gnus-article-browse-html-parts): Work when prefix arg is given.
711         (gnus-article-browse-html-article): Doc fix.
712
713 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
714
715         * message.el (message-default-mail-headers):
716         (message-default-headers): Carry the value mail-default-headers over
717         into message-default-mail-headers, rather than message-default-headers.
718
719 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
720
721         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
722         charset.
723
724         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
725         charset into the <meta> tag when the article is encoded to utf-8.
726
727 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
728
729         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
730         directories as well.
731         (gnus-article-browse-html-parts): Work for images that do not specify
732         file names; delete temp directory when quitting; insert header at the
733         right place; use file: scheme for image files.
734
735 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
736
737         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
738         (gnus-article-browse-html-parts): Use it to make temporary cid image
739         files in addition to html file so that browser may display them.
740
741 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
742
743         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
744
745 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
746
747         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
748
749 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
750
751         * auth-source.el (auth-sources): Change default to be simpler.  Explain
752         about Secret Service API sources.  Improve Customize options.
753         (auth-source-pick): Change to accept any number of search parameters.
754         Implement fallbacks iteratively, not recursively.  Add scoring on the
755         second pass and sort by score.  Call Secret Service API when needed.
756         (auth-source-user-or-password): Use it.  Call Secret Service API
757         directly when needed to get the user name and the password.
758
759 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
760
761         * message.el (message-interactive): Doc fix.
762         (message-qmail-inject-args): Reflow.
763         (message-kill-to-signature): Fix typo in docstring.
764
765         * smiley.el (smiley-buffer): Fix typo in docstring.
766
767 2010-03-24  Glenn Morris  <rgm@gnu.org>
768
769         * mail-source.el (gnus-message): Declare.
770         (mail-source-delete-old-incoming): Require gnus-util.
771
772 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
773
774         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
775
776         * message.el (ecomplete-setup): Autoload it for Emacs <23.
777
778         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
779         password-cache's default if it is not bound.
780         (mml-secure-passphrase-cache-expiry): Default to 16 that is
781         password-cache-expiry's default if it is not bound.
782
783         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
784         available in Emacs 21.
785
786         * lpath.el: Suppress compiler warnings for:
787         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
788         XEmacs;
789         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
790         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
791         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
792
793 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
794
795         * auth-source.el (auth-sources): Fix up definition so extra parameters
796         are always inline.
797
798 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
799
800         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
801         wasn't updated after mismatch.  Clear cached mailbox info correctly
802         when uidvalidity changes.
803         (nnimap-group-prefixed-name): New function to avoid some code
804         duplication.
805         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
806         (nnimap-request-group): Use it.
807         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
808         (nnimap-update-unseen): Significantly improved speed of Gnus startup
809         with many imap folders.  This is done by caching the group status from
810         the imap server persistently in a group parameter `imap-status'.  (This
811         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
812         but not persistently, so every Gnus startup was still very slow.)
813
814 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
815
816         * assistant.el (assistant-render-text): Run `widget-setup' and don't
817         delete the extra newline.  Otherwise editing of :string and :number
818         types don't work.
819
820 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
821
822         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
823         secrets.el dependency.
824         (auth-sources): Add optional user name.  Add secrets.el configuration
825         choice (unused right now).
826
827 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
828
829         * gnus-sum.el (gnus-summary-make-menu-bar): Let
830         `gnus-registry-install-shortcuts' fill in the functions.
831
832         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
833         warnings.
834         (gnus-registry-misc-menus): Variable to hold registry mark menus.
835         (gnus-registry-install-shortcuts): Populate and use it in a
836         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
837
838 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
839
840         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
841         In-place substitutions for the group name encoding/decoding.
842         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
843         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
844         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
845         (nnimap-update-unseen, nnimap-request-list)
846         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
847         (nnimap-request-set-mark, nnimap-split-to-groups)
848         (nnimap-split-articles, nnimap-request-newgroups)
849         (nnimap-request-create-group, nnimap-request-accept-article)
850         (nnimap-request-delete-group, nnimap-request-rename-group)
851         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
852         `encoded-mbx' for consistency.
853         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
854         variable `imap-current-mailbox'.
855
856         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
857         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
858
859 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
860
861         * pop3.el (pop3-display-message-size-flag): Display message size byte
862         counts during POP3 download.
863         (pop3-movemail): Use it.
864         (pop3-list): Implement listing of available messages.
865
866 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
867
868         * nnir.el (nnir-get-article-nov-override-function): New function to
869         override the normal NOV retrieval.
870         (nnir-retrieve-headers): Use it.
871
872 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
873
874         * auth-source.el (netrc-machine-user-or-password): Autoload.
875
876 2010-03-19  Glenn Morris  <rgm@gnu.org>
877
878         Stop message.el from loading about 40 libraries it doesn't always need.
879         The general approach is to autoload rather than require, and to
880         require in the specific functions rather than the file.  (Bug#5642)
881
882         * gmm-utils.el: Don't require wid-edit.
883         (widget-create-child-value, widget-convert, widget-default-get):
884         Autoload.
885
886         * gnus-util.el: Don't require time-date, netrc.
887         (message-fetch-field, gnus-group-name-decode): Declare rather than
888         autoloading.
889         (gnus-fetch-field): Require message.
890         (gnus-decode-newsgroups): Require gnus-group.
891
892         * ietf-drums.el: Don't require time-date.
893
894         * message.el: Don't require hashcash, canlock, ecomplete.
895         Do require mail-utils.  Require nnheader only when compiling.
896         (smtpmail-default-smtp-server): Remove declaration.
897         (message-send-mail-function): Check smtpmail-default-smtp-server
898         is bound rather than requiring smtpmail.
899         (message-auto-save-directory, message-insert-signature): Use
900         expand-file-name rather than nnheader-concat.
901         (nnheader-insert-file-contents): Autoload.
902         (hashcash-wait-async): Declare.
903         (message-send-mail): Only call gnus-setup-posting-charset if
904         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
905         (message-send-mail-with-sendmail): Require sendmail.
906         (canlock-password, canlock-password-for-verify): Declare.
907         (message-canlock-password): Require canlock.
908         (nnheader-get-report): Autoload.
909         (gnus-setup-posting-charset): Declare.
910         (message-send-news): Require gnus-msg.
911         (message-make-references, message-make-in-reply-to): Use mail-header-id
912         rather than the alias mail-header-message-id.
913         (ecomplete-add-item, ecomplete-save): Declare.
914         (message-put-addresses-in-ecomplete): Require ecomplete.
915         (ecomplete-display-matches): Autoload.
916
917         * mm-decode.el: Don't require mailcap, gnus-util.
918         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
919         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
920         Autoload.
921         (mailcap-mime-extensions): Declare.
922
923         * mm-encode.el: Don't require mailcap.
924         (mailcap-extension-to-mime): Autoload.
925
926         * mml-sec.el: Don't require password-cache.
927
928         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
929         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
930         (mml-minibuffer-read-type): Require mailcap.
931         (mml-preview): Require gnus-msg.
932
933         * mml1991.el: Require password-cache.
934         (password-cache-expiry): Remove declaration.
935
936         * mml2015.el: Require password-cache.
937         (password-cache-expiry): Remove declaration.
938
939         * nneething.el (mailcap): Require mailcap.
940
941         * nnheader.el (declare-function): Add compatibility stub.
942         (message-remove-header): Declare rather than autoload.
943         (nnheader-replace-header): Require message.
944
945         * nnimap.el (declare-function): Add compatibility stub.
946         (netrc-parse, netrc-machine-user-or-password): Declare.
947         (nnimap-open-connection): Require netrc.
948
949         * nntp.el (declare-function): Add compatibility stub.
950         (netrc-parse, netrc-machine, netrc-get): Declare.
951         (nntp-send-authinfo): Require netrc.
952
953         * rfc2047.el: Don't require qp.
954         (quoted-printable-encode-region, quoted-printable-decode-string):
955         Autoload.
956
957         * sieve-mode.el: Don't require easymenu.
958         (easy-menu-add-item): Autoload it.
959
960         * spam-stat.el (time-to-number-of-days): Autoload it.
961
962 2010-03-19  Glenn Morris  <rgm@gnu.org>
963
964         * password-cache.el (password-cache, password-cache-expiry): Autoload.
965
966 2010-03-18  Glenn Morris  <rgm@gnu.org>
967
968         * hashcash.el (declare-function): Remove duplicate definition.
969
970 2010-03-17  Kevin Ryde  <user42@zip.com.au>
971
972         * mml.el (mml-read-tag): Unquote values with `read' to reverse
973         prin1 in mml-insert-tag (just stripping the quotes gave wrong
974         value if any backslash escapes).
975
976 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
977
978         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
979         if it is available.  (bug#5647)
980
981         * lpath.el: Suppress compiler warning for coding-system-from-name for
982         Emacs 21 and XEmacs.
983
984 2010-03-14  Juri Linkov  <juri@jurta.org>
985
986         * hmac-def.el:
987         * hmac-md5.el:
988         * netrc.el: Fix keywords.
989
990 2010-02-26  Glenn Morris  <rgm@gnu.org>
991
992         * message.el (message-send-mail-function): Change the default, so that
993         it inherits from a customized send-mail-function.  (Bug#5643)
994
995 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
996
997         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
998         shell-command-to-string signals an error (bug#5299).
999
1000 2010-02-24  Glenn Morris  <rgm@gnu.org>
1001
1002         * message.el (message-smtpmail-send-it)
1003         (message-send-mail-with-mailclient): Doc fixes.
1004
1005 2010-02-16  Glenn Morris  <rgm@gnu.org>
1006
1007         * message.el (message-default-mail-headers): Change the default value
1008         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1009
1010 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1011
1012         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1013         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1014
1015 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1016
1017         * time-date.el (date-to-time): Doc fix (Bug#5408).
1018
1019 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1020
1021         * message.el (message-mail): Just pass yank-action on to message-setup.
1022         (message-setup): Handle (FUN . ARGS) form of yank-action.
1023         (message-with-reply-buffer, message-widen-reply)
1024         (message-yank-original): Handle non-buffer values of
1025         message-reply-buffer (Bug#4080).
1026         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1027
1028 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1029
1030         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1031         Fix typo in docstring.
1032
1033 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1034
1035         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1036         response.
1037
1038 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1039
1040         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1041
1042         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1043
1044         * message.el (message-check-news-header-syntax): Protect against a
1045         string that `rfc822-addresses' returns when parsing fails.
1046
1047 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1048
1049         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1050         (gnus-previous-char-property-change): New functions.
1051
1052         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1053
1054 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1055
1056         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1057         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1058
1059 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1060
1061         * message.el (message-exchange-point-and-mark): Rework last change to
1062         avoid using optional arg of exchange-point-and-mark, for backward
1063         compatibility.
1064
1065 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1066
1067         * message.el (message-exchange-point-and-mark): Call
1068         exchange-point-and-mark with an argument rather than setting
1069         mark-active by hand (Bug#5175).
1070
1071 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1072
1073         * nntp.el (nntp-service-to-port): Work for service expressed with
1074         numeric string; replace [:digit:] with [0-9] for XEmacs.
1075
1076 2009-12-17  Glenn Morris  <rgm@gnu.org>
1077
1078         * gnus-group.el (gnus-bug-group-download-format-alist):
1079         Change emacs entry to debbugs.gnu.org.  Bump :version.
1080
1081 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1082
1083         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1084
1085 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1086
1087         * message.el (message-info): Explain why we use `Info-goto-node'.
1088
1089 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1090
1091         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1092
1093 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1094
1095         * message.el (message-completion-in-region): New compatibility function.
1096         (message-expand-group): Use it.
1097
1098 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1099
1100         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1101         with no unread article should be listed if the 2nd arg `predicate' is
1102         given.
1103
1104 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1105
1106         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1107
1108 2009-11-29  Juri Linkov  <juri@jurta.org>
1109
1110         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1111         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1112         on `gnus-recenter'. (Bug#4698, Bug#4981)
1113
1114 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1115
1116         * sha1.el (sha1-string-external): default-directory "/" in case
1117         otherwise non-existent.  process-connection-type pipe for touch of
1118         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1119
1120 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1121
1122         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1123         it's comms related and sgml-mode.el has "comm" on that basis too.
1124
1125 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1126
1127         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1128         containing tspecial characters if they have been already quoted.
1129
1130 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1131
1132         * dns-mode.el (auto-mode-alist): Purecopy string.
1133
1134 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1135
1136         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1137
1138 2009-10-24  Glenn Morris  <rgm@gnu.org>
1139
1140         * gnus-art.el (help-xref-stack-item): Define for compiler.
1141
1142 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1143
1144         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1145
1146 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1147
1148         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1149
1150 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1151
1152         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1153         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1154
1155 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1156
1157         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1158         (gnus-overlays-in): New alias to overlays-in.
1159
1160         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1161         gnus-overlay-get, and gnus-delete-overlay.
1162         (gnus-summary-show-thread): Make it work as well for systems in which
1163         next-single-char-property-change is not available.
1164         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1165
1166         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1167         (gnus-overlay-get): New alias to extent-property.
1168         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1169
1170         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1171         SXEmacs.
1172
1173         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1174         SXEmacs.
1175
1176 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1177
1178         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1179
1180 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1181
1182         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1183         and XEmacs that don't have `remove-overlays'.
1184
1185 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1186
1187         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1188         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1189         selective display.  Use overlays instead.
1190
1191 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1192
1193         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1194
1195 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1196
1197         * spam-stat.el (spam-stat-load): Fix typo in message.
1198
1199 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1200
1201         * dig.el (dig-invoke): Fix typo in docstring.
1202         (query-dig): Reflow docstring.
1203
1204 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1205
1206         * gnus-art.el (gnus-article-encrypt-body):
1207         * message.el (message-check-recipients):
1208         * mm-util.el (mm-codepage-setup):
1209         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1210         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1211
1212 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1213
1214         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1215         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1216         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1217         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1218         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1219
1220 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1221
1222         * dig.el: Add "Keywords: comm", as per net-utils.el.
1223
1224 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1225
1226         * dig.el (dig-mode): Use define-derived-mode.
1227
1228 2009-09-19  Glenn Morris  <rgm@gnu.org>
1229
1230         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1231
1232 2009-09-18  Glenn Morris  <rgm@gnu.org>
1233
1234         * gnus-diary.el (gnus-diary-check-message):
1235         * message.el (message-insert-formatted-citation-line):
1236         * nnbabyl.el (top-level):
1237         * nndiary.el (nndiary-schedule):
1238         Fix typos in condition-case handlers.
1239
1240 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1241
1242         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1243         configuration that provides the sole article window in a frame;
1244         position point correctly after deleting a part.
1245
1246 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1247
1248         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1249         (spam-resolve-registrations-routine): Use it to unregister articles
1250         that change status.
1251
1252 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1253
1254         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1255         with XEmacs.
1256         (parse-time-string-chars): Use it.
1257
1258 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1259
1260         * imap.el (imap-interactive-login): Better messages.
1261         (imap-open): Fix bug with renamed buffer on reconnect.
1262         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1263         for easier debugging and cleaner code.  On successful (guessed based on
1264         server capabilities) secondary authentication, set imap-state
1265         correctly.
1266         (imap-last-authenticator): Define imap-last-authenticator as a variable
1267         to avoid warnings.
1268
1269 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1270
1271         * nnrss.el (nnrss-request-article): Remove binding of
1272         default-enable-multibyte-characters that has gotten needless by
1273         the 2007-07-13 change in rfc2047-encode-message-header.
1274
1275         * mml.el (mml-insert-multipart): Error on the message header.
1276         (mml-insert-part): Error on the message header; position point at
1277         the end of a MIME tag.
1278
1279 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1280
1281         * time-date.el (autoload): Expand define-obsolete-function-alias into
1282         defalias and make-obsolete for old Emacsen that Gnus supports.
1283         (with-no-warnings): Define it for old Emacsen.
1284         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1285         is available.
1286         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1287         float-time is available; suppress compile warning for time-to-seconds.
1288
1289         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1290         (gnus-float-time): Alias to float-time if it exists.
1291
1292         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1293         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1294         float-time is available; suppress compile warning for time-to-seconds.
1295
1296         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1297         XEmacs.
1298
1299 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1300
1301         * imap.el (imap-message-map): Docstring fix.
1302
1303 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1304
1305         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1306         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1307         Add the optional argument `encoding' that overrides the default.
1308
1309         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1310         mm-encode-buffer.
1311
1312 2009-09-04  Glenn Morris  <rgm@gnu.org>
1313
1314         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1315         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1316         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1317         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1318         * mm-util.el (mm-with-unibyte-current-buffer)
1319         (mm-find-buffer-file-coding-system):
1320         * yenc.el (yenc-decode-region): Use default-value rather than
1321         default-enable-multibyte-characters.
1322
1323 2009-09-03  Glenn Morris  <rgm@gnu.org>
1324
1325         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1326         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1327         than default-enable-multibyte-characters.
1328
1329 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1330
1331         * gnus-art.el (gnus-article-read-summary-keys):
1332         Fix gnus-buffer-configuration's value temporarily used.
1333
1334 2009-09-02  Glenn Morris  <rgm@gnu.org>
1335
1336         * gnus-util.el (gnus-float-time): New function.
1337         * gnus-delay.el (gnus-delay-article):
1338         * gnus-sum.el (gnus-thread-latest-date):
1339         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1340         * nnspool.el (nnspool-request-newgroups):
1341         Use gnus-float-time rather than time-to-seconds.
1342         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1343
1344         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1345         (gnus-header-subject-face, gnus-header-newsgroups-face)
1346         (gnus-header-name-face, gnus-header-content-face):
1347         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1348         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1349         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1350         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1351         (gnus-cite-face-11):
1352         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1353         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1354         (gnus-server-closed-face, gnus-server-denied-face)
1355         (gnus-server-offline-face):
1356         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1357         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1358         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1359         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1360         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1361         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1362         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1363         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1364         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1365         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1366         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1367         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1368         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1369         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1370         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1371         (gnus-summary-high-undownloaded-face)
1372         (gnus-summary-low-undownloaded-face)
1373         (gnus-summary-normal-undownloaded-face)
1374         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1375         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1376         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1377         (gnus-splash-face):
1378         * message.el (message-header-to-face, message-header-cc-face)
1379         (message-header-subject-face, message-header-newsgroups-face)
1380         (message-header-other-face, message-header-name-face)
1381         (message-header-xheader-face, message-separator-face)
1382         (message-cited-text-face, message-mml-face):
1383         * sieve-mode.el (sieve-control-commands-face)
1384         (sieve-action-commands-face, sieve-test-commands-face)
1385         (sieve-tagged-arguments-face):
1386         * spam.el (spam-face):
1387         Mark face aliases with "-face" in the name as obsolete.
1388
1389 2009-09-01  Glenn Morris  <rgm@gnu.org>
1390
1391         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1392         than goto-line.
1393
1394 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1395
1396         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1397         Don't move point if the command is invoked inside the message header.
1398
1399 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1400
1401         * imap.el (imap-send-command): Simplify.
1402         (imap-wait-for-tag): point-max -> buffer-size.
1403
1404 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1405
1406         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1407         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1408         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1409         * nnir.el (nnir-swish-e-index-file):
1410         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1411         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1412         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1413         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1414         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1415         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1416
1417 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1418
1419         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1420         Don't save excursion.
1421
1422 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1423
1424         * nnheader.el (nnheader-find-file-noselect):
1425         * mm-util.el (mm-insert-file-contents):
1426         Use (default-value 'major-mode) instead of default-major-mode.
1427
1428 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1429
1430         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1431
1432 2009-08-26  Glenn Morris  <rgm@gnu.org>
1433
1434         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1435         than placing in files.el.
1436
1437 2009-08-25  Glenn Morris  <rgm@gnu.org>
1438
1439         * nnir.el (top-level): Don't require cl at run-time.
1440         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1441         Replace cl-function substitute with gnus-replace-in-string.
1442         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1443         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1444         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1445         simplified expansions.
1446
1447 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1448
1449         * dig.el (dig): Add autoload cookie.
1450
1451 2009-08-22  Glenn Morris  <rgm@gnu.org>
1452
1453         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1454         goto-line.
1455
1456 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1457
1458         * parse-time.el (parse-time-string-chars): Save match data.
1459
1460 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1461
1462         * parse-time.el (parse-time-string-chars): Compute using character
1463         classes, to handle non-ascii characters (Bug#3190).
1464
1465 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1466
1467         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1468
1469         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1470         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1471         (gnus-mm-display-part, gnus-mime-display-single)
1472         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1473         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1474
1475         * gnus-sum.el
1476         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1477         (gnus-summary-move-article): Add expirable mark to articles copied or
1478         moved to group that has auto-expire turned on if the option is non-nil.
1479
1480 2009-07-24  Glenn Morris  <rgm@gnu.org>
1481
1482         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1483         Fix typo.  (Bug#3903)
1484
1485 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1486
1487         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1488         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1489         that should not be used for draft articles.
1490         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1491         that has no concern in minor mode keys.
1492         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1493         Abolish.
1494
1495 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1496
1497         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1498         article without making inquiry to a user for unknown encoding.
1499
1500         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1501         (nnmaildir--scan): Assume i-node and device number that file-attributes
1502         returns might be cons-cell.
1503
1504         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1505
1506         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1507
1508 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1509
1510         * auth-source.el: Remove docs now in auth.texi.  Don't use
1511         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1512         `auth-source-hide-passwords' and use them.
1513
1514 2009-07-15  Glenn Morris  <rgm@gnu.org>
1515
1516         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1517
1518 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1519
1520         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1521         excessive whitespace from the default values of title and description.
1522
1523 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1524
1525         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1526         mail-fetch-field to fetch Content-Description header in order to
1527         exclude newlines.
1528
1529 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1530
1531         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1532         format used by GnuPG 2.0.11.
1533
1534 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1535
1536         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1537         to deleted part.
1538
1539 2009-05-30  David Engster  <dengste@eml.cc>
1540
1541         * nnmairix.el: Remove old documentation in the commentary block.
1542         (nnmairix-request-group): Do not update active file for nnml back ends.
1543         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1544         end so that overview files are ignored.
1545         (nnmairix-update-groups): Make updating the groups more robust by using
1546         marks.
1547         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1548         with dollar characters in message-id.
1549
1550 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1551
1552         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1553         2008-12-25 in dns.el.
1554
1555 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1556
1557         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1558         could happen if the text is only composed of spaces and/or tabs.
1559
1560 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1561
1562         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1563         when sending a queued message to avoid extra mml tags.
1564
1565 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1566
1567         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1568
1569 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1570
1571         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1572         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1573         rmail-toggle-header for XEmacs;
1574         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1575
1576 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1577
1578         * gnus-dired.el: Remove autoload for gnus-setup-message.
1579         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1580         displaying Gnus logo; always use compose-mail.
1581
1582 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1583
1584         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1585
1586 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1587
1588         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1589         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1590         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1591         available.
1592         (gnus-nocem-epg-verify): New function.
1593
1594 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1595
1596         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1597
1598 2009-02-15  Glenn Morris  <rgm@gnu.org>
1599
1600         * gnus-util.el (rmail-insert-rmail-file-header)
1601         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1602         autoloads.
1603         (rmail-default-rmail-file): Remove unnecessary declaration.
1604         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1605
1606 2009-02-14  Glenn Morris  <rgm@gnu.org>
1607
1608         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1609         variable (only used in gnus-util, which declares it anyway).
1610         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1611         which was only needed by gnus-art (changed to not use it any more).
1612         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1613         only used in gnus-util, which autoloads it itself.
1614         (rmail-update-summary): Fix autoload.
1615
1616         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1617         rather than rmail-output-to-rmail-file.
1618
1619 2009-02-07  Glenn Morris  <rgm@gnu.org>
1620
1621         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1622         autoload of function that no longer exists.
1623         (rmail-toggle-header): Declare.
1624         (message-forward-rmail-make-body): Handle mbox Rmail.
1625
1626 2009-01-31  Glenn Morris  <rgm@gnu.org>
1627
1628         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1629         2009-01-09 change.
1630
1631 2009-01-31  Dave Love  <fx@gnu.org>
1632
1633         * imap.el (imap-fetch-safe): Bind debug-on-error.
1634         (imap-debug): Add imap-fetch-safe.
1635
1636 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1637
1638         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1639         (auth-source-forget-all-cached): New convenience function.
1640         (auth-source-user-or-password): Accept list of modes or a single mode.
1641
1642         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1643         auth-source modes.
1644
1645         * netrc.el (netrc-machine-user-or-password): Use list of
1646         auth-source modes.
1647
1648         * nnimap.el (nnimap-open-connection): Use list of
1649         auth-source modes.
1650
1651         * nntp.el (nntp-send-authinfo): Use list of
1652         auth-source modes.
1653
1654 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1655
1656         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1657         now.
1658
1659 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1660
1661         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1662         coding system in XEmacs; add a workaround for XEmacs.
1663
1664         * lpath.el: Fbind coding-system-aliasee.
1665
1666 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1667
1668         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1669         of current-language-environment.
1670
1671 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1672
1673         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1674         available at runtime.
1675
1676 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1677
1678         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1679
1680 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1681
1682         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1683         the greatest positive fixnum value doesn't work under an XEmacs with
1684         bignum support; use the most-positive-fixnum constant instead,
1685         available since Emacs 21.1 with cl and XEmacs 21.1.
1686
1687 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1688
1689         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1690         XEmacs gets not to work.
1691
1692 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1693
1694         * mm-util.el (mm-coding-system-priorities): Allow the value like
1695         "Japanese (UTF-8)" of current-language-environment.
1696
1697 2009-01-09  Glenn Morris  <rgm@gnu.org>
1698
1699         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1700         with last-command-event.
1701
1702 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1703
1704         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1705         in the doc string.
1706
1707         * message.el (message-fix-before-sending): Amend comment.
1708
1709 2009-01-08  Dave Love  <fx@gnu.org>
1710
1711         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1712
1713 2009-01-07  David Engster  <dengste@eml.cc>
1714
1715         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1716         simplified server definitions by converting it via
1717         gnus-server-to-method.
1718
1719 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1720
1721         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1722         parameter's operands.
1723
1724 2009-01-06  David Engster  <dengste@eml.cc>
1725
1726         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1727         primary select method (for gnus-group-mark-article-as-read).
1728
1729 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1730
1731         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1732         `(gnus)Face', not `(gnus)X-Face'.
1733
1734 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1735
1736         * mm-util.el (mm-ucs-to-char): New function.
1737
1738         * mm-url.el (mm-url-decode-entities): Use it.
1739
1740         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1741         unicode-to-char.
1742
1743 2009-01-05  Dave Love  <fx@gnu.org>
1744
1745         * time-date.el: Require cl for `declare'.
1746
1747 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1748
1749         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1750         Dave Love.
1751
1752 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1753
1754         * message.el (message-fix-before-sending): Add `eight-bit' to
1755         illegible-text check.
1756
1757 2009-01-03  Michael Olson  <mwolson@gnu.org>
1758
1759         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1760         `headers' is nil.  This can occur if the IMAP server does not have
1761         permissions to read messages from a folder, but can write new messages
1762         to the folder.
1763         (nnimap-request-article-part): Do not insert `data' if it is nil.
1764
1765         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1766         characters which will confuse `read', so skip past them.
1767
1768 2009-01-01  Dave Love  <fx@gnu.org>
1769
1770         * imap.el (imap-string-to-integer): Fix typo.
1771         (imap-fetch-safe): New function.
1772         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1773
1774         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1775
1776         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1777         (imap-parse-greeting): Fix doc strings.
1778         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1779         (imap-parse-flag-list): Make messages unique.
1780         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1781
1782         * nnimap.el: Fix author email.
1783         (nnimap-split-rule): Add FIXME comment.
1784         (nnimap-debug): Fix doc string.
1785
1786 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1787
1788         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1789
1790 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1791
1792         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1793         nslookup if resolv.conf isn't available.
1794         (dns-query): Rename from query-dns.
1795         (dns-query-cached): Rename from query-dns-cached.
1796
1797 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1798
1799         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1800         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1801         to check if those variables exist (first appeared in Emacs 18.50).
1802
1803 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1804
1805         * mm-util.el (mm-line-number-at-pos): New function.
1806
1807         * spam-report.el (spam-report-process-queue): Use it.
1808
1809 2008-12-24  David Engster  <dengste@eml.cc>
1810
1811         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1812         parameters that haven't existed as variables as buffer-local variables.
1813
1814 2008-12-23  Dave Love  <fx@gnu.org>
1815
1816         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1817         cadar.
1818
1819         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1820         imap-starttls-p.
1821         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1822
1823 2008-12-22  Dave Love  <fx@gnu.org>
1824
1825         * imap.el: Fix author email.  Doc fixes.
1826         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1827         reply.
1828
1829 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1830
1831         * spam-report.el (spam-report-gmane-max-requests): New constant.
1832         (spam-report-gmane-wait): New variable.
1833         (spam-report-gmane-ham, spam-report-gmane-spam)
1834         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1835         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1836         the server.
1837
1838         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1839         Add explanations.
1840
1841         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1842         nnheader-accept-process-output and nnheader-read-timeout if available.
1843         (pop3-movemail): Use it.
1844
1845         * message.el (message-check-news-body-syntax): Fix signature check if
1846         there's an attachment.
1847
1848 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1849
1850         * mm-util.el: Add comments to the mm- emulating functions.
1851
1852 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1853
1854         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1855         by Stephen Berman <stephen.berman@gmx.net>.
1856
1857 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1858
1859         * mm-util.el (mm-substring-no-properties): New function.
1860         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1861         (mm-special-display-p): Enable those lambda forms to be byte compiled.
1862         (mm-string-to-multibyte): Doc fix.
1863
1864         * mml.el (mml-attach-file): Use mm-substring-no-properties.
1865
1866 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1867
1868         * mml.el (mml-attach-file): Strip text properties from file name.
1869         (Bug#1574)
1870
1871 2008-12-16  Glenn Morris  <rgm@gnu.org>
1872
1873         * mm-util.el (mm-charset-override-alist): Declare for compiler.
1874
1875 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1876
1877         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1878         knows since the charset specified might be a bogus alias that
1879         mm-charset-synonym-alist provides.
1880
1881 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1882
1883         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1884         "ISO_8859-1".
1885
1886         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1887
1888 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1889
1890         * mm-util.el (mm-charset-eval-alist):
1891         Define it before mm-charset-to-coding-system.
1892         (mm-charset-to-coding-system): Add optional argument `silent';
1893         define it before mm-charset-override-alist.
1894         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1895         default value if it can be used in Emacs currently running;
1896         silence mm-charset-to-coding-system.
1897
1898 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1899
1900         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1901         `allow-override' which says whether to use `mm-charset-override-alist'.
1902         (rfc2047-decode-encoded-words): Use it.
1903
1904         * mm-util.el (mm-charset-override-alist): Fix custom type;
1905         add `(gb2312 . gbk)' to choices.
1906
1907 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1908
1909         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1910         fast.
1911
1912         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1913
1914         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
1915
1916 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
1917
1918         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1919         on links.
1920
1921         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1922
1923 2008-12-03  Lute Kamstra  <lute@gnu.org>
1924
1925         * sha1.el: Remove leading * from docstrings of defcustoms,
1926         deffaces, defconsts and defuns.
1927
1928 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1929
1930         * message.el (message-idna-to-ascii-rhs-1): Protect against local
1931         users' addresses that don't have domain parts.
1932         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
1933         rather than message-narrow-to-head since there will be the message
1934         header separator.
1935
1936 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1937
1938         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
1939         since the result is inserted in a unibyte buffer anyway.
1940         (nnimap-demule-use-string-to-multibyte): Remove.
1941         (nnimap-demule): Alias it to mm-string-to-multibyte.
1942
1943 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1944
1945         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
1946         variable for debugging bug#464 and bug#1174.
1947         (nnimap-demule): Use it.
1948
1949 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1950
1951         * gnus-score.el (gnus-score-find-trace): Handle default score in total
1952         score calculation correctly.
1953
1954 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1955
1956         * message.el (message-send-mail): Just set the buffer to unibyte
1957         rather than use mm-with-unibyte-current-buffer which does a lot more.
1958         (message-send-mail-partially): Don't bother with
1959         mm-with-unibyte-current-buffer since it's already been made unibyte by
1960         message-send-mail.
1961
1962 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
1963
1964         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
1965
1966 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1967
1968         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
1969
1970 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1971
1972         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
1973         require itself and to remove `with-no-warnings'.
1974
1975 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1976
1977         * starttls.el (starttls-any-program-available): Get the name of the
1978         available TLS layer program.
1979         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
1980         well as the host name in the "opening" message.
1981
1982         * auth-source.el (auth-source-cache, auth-source-do-cache)
1983         (auth-source-user-or-password): Cache passwords and logins by default,
1984         allow override with `auth-source-do-cache'.
1985         (auth-source-forget-user-or-password): Allow users to remove cache
1986         entries if needed.
1987
1988 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
1989
1990         * md4.el (md4-buffer): Fix typo in docstring.
1991         (md4, md4-64): Doc fixes.
1992         (md4-pack-int32): Reflow docstring.
1993
1994 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1995
1996         * ietf-drums.el (ietf-drums-remove-comments): Localize second
1997         condition-case to only the forward-sexp call.
1998
1999 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2000
2001         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2002         quotes contained.  Make it more robust regardless by an extra
2003         condition-case wrapper.
2004
2005 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2006
2007         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2008
2009 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2010
2011         * nnml.el (nnml-request-expire-articles): Check if the function set to
2012         `nnmail-expiry-target' returns the symbol `delete'.
2013
2014         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2015
2016         * nnmail.el (nnmail-expiry-target): Fix custom type.
2017
2018 2008-10-02  Glenn Morris  <rgm@gnu.org>
2019
2020         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2021         Silence compiler warning.
2022
2023 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2024
2025         * tls.el (open-tls-stream): Show the actual command being
2026         executed, instead of the format string.
2027
2028 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2029
2030         * lpath.el: Fbind codepage-setup for Emacs 23.
2031
2032 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2033
2034         * mml.el (mml-menu): Don't assume mml2015 is bound.
2035
2036 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2037
2038         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2039         exists.
2040
2041 2008-09-27  Glenn Morris  <rgm@gnu.org>
2042
2043         * gnus-util.el (mail-header-remove-comments): Autoload it.
2044
2045 2008-09-27  Andreas Schwab  <schwab@suse.de>
2046
2047         * gnus-util.el (gnus-split-references): Strip comments.
2048         (gnus-parent-id): Likewise.
2049
2050 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2051
2052         * message.el (message-confirm-send): Fix version.
2053
2054 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2055
2056         * message.el (message-idna-to-ascii-rhs-1): Use
2057         mail-extract-address-components rather than mail-header-parse-addresses
2058         that is an alias by default to ietf-drums-parse-addresses that does not
2059         support non-ASCII names in headers' contents.
2060
2061 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2062
2063         * message.el (message-confirm-send): Fixed variable documentation to
2064         avoid the "y/n" wording.
2065
2066 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2067
2068         * message.el (message-set-auto-save-file-name): Save to a different
2069         filename so multiple messages (especially drafts) can be recovered.
2070
2071 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2072
2073         * message.el (message-confirm-send): Add appropriate version.
2074
2075 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2076
2077         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2078         defvar.
2079
2080 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2081
2082         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2083         (mm-pkcs7-enveloped-magic): Ditto.
2084
2085 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2086
2087         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2088         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2089
2090 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2091
2092         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2093         default, it's better.
2094
2095 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2096
2097         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2098         summary line gnus-number property and ignore them (with a warning
2099         message).
2100
2101 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2102
2103         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2104         macro caddr in the interactive form since it won't be expanded.
2105
2106 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2107
2108         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2109         `charset'; fix name of function called recursively.
2110         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2111
2112 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2113
2114         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2115         (gnus-mime-set-charset-parameters): New function.
2116         (gnus-mime-view-part-as-charset): Use it to correctly display part
2117         specifying wrong charset.
2118
2119 2008-09-08  David Engster  <dengste@eml.cc>
2120
2121         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2122         in completing-read for back end server.
2123
2124 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2125
2126         * message.el (message-confirm-send): New variable to confirm sending a
2127         message.
2128         (message-send): Use it.
2129
2130 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2131
2132         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2133
2134 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2135
2136         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2137
2138 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2139
2140         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2141         prevent tracking too many groups.
2142         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2143         Use it.
2144
2145 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2146
2147         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2148         moving point to the bottom of the window in order to avoid recentering.
2149
2150 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2151
2152         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2153
2154         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2155         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2156         (gnus-article-beginning-of-window): Fix calculation.
2157
2158 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2159
2160         * gnus-msg.el (gnus-summary-supersede-article)
2161         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2162         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2163         message header.
2164
2165 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2166
2167         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2168         pending output coming after the status change.
2169
2170 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2171
2172         * message.el:
2173         * gnus-start.el:
2174         * gnus-registry.el: Remove VMS support.
2175
2176 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2177
2178         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2179         macro.
2180         (rfc2104-hash): Use it.
2181
2182 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2183
2184         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2185         (gnus-summary-sort-by-most-recent-date): New commands.
2186         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2187         and menu entries.
2188
2189 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2190
2191         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2192         don't redisplay article for raw contents; remove plural articles stuff.
2193
2194         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2195         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2196         on gnus-summary-save-article; display results properly.
2197
2198 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2199
2200         * lpath.el: No need to fbind ns-focus-frame.
2201
2202 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2203
2204         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2205
2206 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2207
2208         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2209         gnus-save-all-headers.
2210
2211 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2212
2213         * gnus-util.el (ns-focus-frame): Remove declaration.
2214         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2215         like x.
2216
2217 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2218
2219         * rfc2104.el (rfc2104-zero): Delete defconst.
2220         (rfc2104-hex-alist): Likewise.
2221         (rfc2104-hex-to-int): Delete func.
2222         (rfc2104-hexstring-to-bitstring): Likewise.
2223         (rfc2104-nybbles): New defconst.
2224         (rfc2104-hash): Rewrite for speed.
2225
2226 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2227
2228         * tls.el (open-tls-stream): Make it work with the 2nd argument
2229         BUFFER that is a string but does not exist as a buffer object, as
2230         mentioned in the doc-string.
2231
2232 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2233
2234         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2235         SXEmacs.
2236
2237 2008-07-16  Glenn Morris  <rgm@gnu.org>
2238
2239         * gnus-util.el (ns-focus-frame): Declare for compiler.
2240
2241 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2242
2243         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2244         set as a group parameter.
2245         (gnus-summary-save-in-pipe): Work when it is called independently.
2246         (gnus-summary-pipe-to-muttprint): Don't modify
2247         gnus-summary-pipe-output-default-command.
2248
2249 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2250
2251         * message.el (message-send-mail-with-sendmail):
2252         Display the error message.
2253
2254 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2255
2256         * gnus-art.el (gnus-default-article-saver):
2257         Add gnus-summary-save-in-pipe to choices.
2258         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2259         gnus-summary-pipe-output-default-command as the default command.
2260         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2261         instead of gnus-last-shell-command.
2262
2263         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2264         New user option.
2265         (gnus-summary-muttprint-program): Mention the value will be changed.
2266         (gnus-summary-save-article): Force showing of all headers.
2267         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2268
2269 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2270
2271         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2272
2273 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2274
2275         * nnimap.el (nnimap-id):
2276         * sieve-manage.el (sieve-manage-open): Doc fixes.
2277
2278 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2279
2280         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2281         if available.
2282
2283 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2284
2285         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2286
2287         * nnkiboze.el (nnkiboze-generate-group):
2288         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2289
2290         * nnmairix.el: Require CL.
2291
2292 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2293
2294         * dgnushack.el: Autoload get-display-table and put-display-table for
2295         XEmacs 21.5.
2296
2297         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2298         21.4 and SXEmacs.
2299
2300 2008-06-15  David Engster  <dengste@eml.cc>
2301
2302         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2303
2304 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2305
2306         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2307         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2308         runtime choice under XEmacs.
2309
2310         * gnus-sum.el (gnus-summary-set-display-table):
2311         Use `gnus-put-display-table', `gnus-get-display-table',
2312         `gnus-set-display-table' for the display table, instead of `aset'.
2313
2314         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2315         Use `gnus-put-display-table', `gnus-get-display-table',
2316         `gnus-set-display-table' for the display table.
2317
2318 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2319
2320         * nnmairix.el: Add autoloads.
2321
2322 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2323
2324         * nnmairix.el (nnmairix-delete-recreate-group)
2325         (nnmairix-update-and-clear-marks): Fix error messages.
2326
2327 2008-06-14  David Engster  <dengste@eml.cc>
2328
2329         * nnmairix.el: Upgrade to version 0.6.
2330         (nnmairix-group-toggle-propmarks-this-group)
2331         (nnmairix-group-toggle-readmarks-this-group)
2332         (nnmairix-group-delete-recreate-this-group)
2333         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2334         (nnmairix-remove-tick-mark-original-article): New commands.
2335         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2336         (nnmairix-propagate-marks-to-nnmairix-groups)
2337         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2338         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2339         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2340         functions needed for marks propagation and manipulation of read marks.
2341         (nnmairix-update-groups): New function.
2342         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2343         (nnmairix-determine-original-group-from-registry)
2344         (nnmairix-determine-original-group-from-path)
2345         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2346         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2347         New helper functions.
2348         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2349         keystrokes for new commands.
2350         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2351         (nnmairix-request-group): Check allow-fast group parameter.
2352         (nnmairix-request-create-group): Set allow-fast group parameter if
2353         nnmairix-allowfast-default is set.
2354         (nnmairix-close-group): Propagate marks upon closing if needed.
2355         (nnmairix-group-toggle-threads-this-group): Use new.
2356         nnmairix-group-toggle-parameter helper function.
2357         (nnmairix-search): Better check for empty search result.
2358         (nnmairix-goto-original-article): Use new helper functions for
2359         determining original article.
2360         (nnmairix-show-original-article): Make sure message-id is in brackets.
2361         (nnmairix-call-mairix-binary): Change variable name.
2362         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2363         helper function.
2364         (nnmairix-widget-toggle-activate): Fix doc string.
2365
2366 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2367
2368         * nnir.el: Require edmacro when compiling with XEmacs.
2369         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2370         available in Emacs 21.
2371
2372 2008-06-11  Glenn Morris  <rgm@gnu.org>
2373
2374         * gnus-util.el (x-focus-frame):
2375         * gnus.el (image-size):
2376         * mm-decode.el (image-size): Declare.
2377
2378         * gnus-picon.el (declare-function): Add compat definition.
2379         (image-size): Declare.
2380
2381         * gnus-group.el (tool-bar-map):
2382         * gnus-sum.el (tool-bar-map): Define for compiler.
2383
2384         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2385
2386         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2387
2388         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2389         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2390         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2391         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2392         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2393         * sieve-manage.el, spam-report.el, spam.el:
2394         Remove unnecessary eval-and-compile of autoloads.
2395
2396 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2397
2398         * auth-source.el: Precise Tramp doc.
2399
2400 2008-06-07  Glenn Morris  <rgm@gnu.org>
2401
2402         * nnmairix.el: Remove unnecessary eval-when-compile.
2403
2404 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2405
2406         * lpath.el: Fbind propertize for XEmacs 21.4.
2407
2408 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2409
2410         * nnir.el: Move here from ../contrib.
2411
2412 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2413
2414         * gnus-util.el (gnus-read-shell-command): New function.
2415         * mm-decode.el (mm-pipe-part):
2416         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2417
2418 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2419
2420         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2421
2422 2008-06-03  Glenn Morris  <rgm@gnu.org>
2423
2424         * pop3.el (nnheader-accept-process-output): Autoload it.
2425
2426 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2427
2428         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2429         are not 2-digit hexadecimal characters that follow `%'s.
2430
2431 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2432
2433         * message.el (message-bogus-recipient-p): Fix type in doc string.
2434         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2435         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2436         Improve custom options.
2437         (message-bogus-recipient-p): Adjust accordingly.
2438
2439 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2440
2441         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2442         long-form month and day names.
2443
2444 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2445
2446         * dgnushack.el: Autoload debug, eudc-expand-inline and
2447         pgg-snarf-keys-region for XEmacs.
2448
2449         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2450
2451         * nnmairix.el: Require edmacro when compiling with XEmacs.
2452
2453 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2454
2455         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2456         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2457
2458 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2459
2460         * auth-source.el: Add more docs.
2461
2462         * netrc.el (netrc-machine): Always match if the port is not given.
2463
2464 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2465
2466         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2467         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2468         retrieval faster in some cases, but might make CPU usage larger.  If
2469         this has any bad side effects, we might revert this change.
2470
2471         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2472         seems to make mail retrieval much, much faster.
2473         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2474         unconditionally.
2475
2476         * gnus-draft.el (gnus-group-send-queue): Bind
2477         message-send-mail-partially-limit to nil to avoid being prompted.
2478
2479 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2480
2481         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2482
2483         * message.el (message-bogus-address-regexp): Fix and improve custom
2484         type.
2485         (message-setup-hook): Add message-check-recipients as custom option.
2486
2487 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2488
2489         * message.el (message-cite-function): Remove bogus autoload which crept
2490         in during merge from v5-10.
2491
2492 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2493
2494         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2495
2496         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2497
2498         * auth-source.el: Preliminary Tramp docs.
2499         (auth-sources): Change the default auth-sources to use
2500         EPA .gpg files.
2501
2502 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2503
2504         * nntp.el: Autoload `auth-source-user-or-password'.
2505         (nntp-send-authinfo): Use it.
2506
2507         * nnimap.el: Autoload `auth-source-user-or-password'.
2508         (nnimap-open-connection): Use it.
2509
2510         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2511         for the gnus-message function.
2512         (auth-source-user-or-password): Use it.
2513
2514 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2515
2516         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2517         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2518         (rfc2104-hash): Use it.
2519
2520 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2521
2522         * gnus-art.el (gnus-article-toggle-truncate-lines):
2523         Don't use `iff' in docstring.
2524
2525 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2526
2527         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2528
2529         * gnus-util.el (gnus-extract-address-component-name)
2530         (gnus-extract-address-component-email): Convenience functions around
2531         `gnus-extract-address-components'.
2532
2533         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2534         Use `gnus-extract-address-component-email' to fix bug of comparing full
2535         sender name to `user-mail-address'.
2536
2537 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2538
2539         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2540         catch/throw to optimize.
2541         (gnus-registry-find-keywords): Just use member to find a keyword.
2542
2543 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2544
2545         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2546         is current before calling gnus-server-prepare.
2547         (gnus-server-setup-buffer, gnus-server-update-server)
2548         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2549
2550 2008-05-04  Juri Linkov  <juri@jurta.org>
2551
2552         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2553         (mailcap-file-default-commands): Use mailcap-replace-in-string
2554         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2555         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2556
2557 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2558
2559         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2560
2561 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2562
2563         * gnus.el: Bump version to 0.11.
2564
2565 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2566
2567         * gnus.el: No Gnus v0.10 is released.
2568
2569 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2570
2571         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2572         hooks.
2573         (gnus-update-read-articles): Speed up non-marks-using users.
2574         (gnus-use-marks): Define gnus-use-marks.
2575         (gnus-propagate-marks): Rename variable to something more sensible.
2576
2577 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2578
2579         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2580         (gmm-image-load-path-for-library): Fix typos in docstrings.
2581         (gmm-message): Reflow docstring.
2582
2583 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2584
2585         * mail-source.el (mail-source-set-1, mail-source-bind):
2586         Move auth-source code out of the macro to clean it up and fix bugs.
2587
2588 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2589
2590         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2591         by sender if it's equal to user-mail-address, it's likely to be
2592         useless.
2593
2594         * mail-source.el (mail-source-bind): Don't use user or password if they
2595         are not bound.  Unintern them if they are nil.  Don't use server unless
2596         it's bound, and default it to empty string otherwise.
2597
2598 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2599
2600         * mail-source.el: Load auth-source.el.
2601         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2602         get user name or password, if auth-sources is set up.
2603
2604         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2605         strategy of splitting with parent.
2606         (gnus-registry-split-fancy-with-parent)
2607         (gnus-registry-post-process-groups): Use it and fix prior
2608         bug (returning a list as the split result).
2609
2610         * auth-source.el (auth-sources): Remove server parameter.
2611         (auth-source-pick, auth-source-user-or-password)
2612         (auth-source-user-or-password-imap)
2613         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2614         (auth-source-user-or-password-sftp)
2615         (auth-source-user-or-password-smtp): Remove server parameter.
2616
2617 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2618
2619         * smime.el (smime-sign-region, smime-encrypt-region)
2620         (smime-decrypt-region):
2621         Remove redundant calls to `generate-new-buffer-name'.
2622
2623 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2624
2625         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2626         Don't use QP for message/rfc822.
2627         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2628
2629 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2630
2631         * sieve-manage.el (sieve-string-bytes): Remove.
2632         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2633         correct byte-length only if the process's coding-system is the same as
2634         the one used internally by Emacs to represent strings.
2635
2636 2008-04-22  Juri Linkov  <juri@jurta.org>
2637
2638         * mailcap.el (mailcap-file-default-commands): New function.
2639
2640 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2641
2642         * message.el (message-signature-separator, message-cite-function):
2643         Change custom version.
2644
2645 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2646
2647         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2648         commands.
2649         (tls-checktrust): Ditto.
2650
2651 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2652
2653         * mm-decode.el (mm-display-external): Make temp file read-only.
2654
2655 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2656
2657         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2658         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2659         `C-c C-f d'.
2660
2661 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2662
2663         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2664
2665 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2666
2667         * gnus.el: Bump version to 0.9.
2668
2669 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2670
2671         * gnus.el: No Gnus v0.8 is released.
2672
2673 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2674
2675         * mail-source.el (mail-source-value):
2676         Prefer fboundp to functionp so it works with macros as well.
2677
2678 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2679
2680         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2681         Fix last change in case the element is not even a symbol.
2682
2683 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2684
2685         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2686         Prefer fboundp to functionp so it works with macros as well.
2687
2688 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2689
2690         * auth-source.el: Added docs.
2691         (auth-sources): Modify format to support server.
2692         (auth-source-pick, auth-source-user-or-password)
2693         (auth-source-user-or-password-imap)
2694         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2695         (auth-source-user-or-password-sftp)
2696         (auth-source-user-or-password-smtp): Add server parameter.
2697
2698 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2699
2700         * gnus-registry.el: Initialize the registry when gnus-registry-install
2701         is t.
2702
2703 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2704
2705         * compface.el (uncompface): Make buffer unibyte.
2706
2707 2008-04-05  Glenn Morris  <rgm@gnu.org>
2708
2709         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2710
2711 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2712
2713         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2714         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2715
2716         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2717         multibyteness after rather than before erasing it.
2718
2719         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2720         mm-with-multibyte.
2721         (gnus-request-article-this-buffer): Make sure the proper decoding is
2722         used if gnus-original-article-buffer happens to be unibyte.
2723
2724         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2725         default-enable-multibyte-characters.
2726
2727         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2728         default-enable-multibyte-characters.
2729
2730         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2731
2732         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2733
2734 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2735
2736         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2737         (imap-message-copyuid-1): Use it.
2738         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2739         J. Williams in
2740         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2741
2742         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2743         imap-enable-exchange-bug-workaround.
2744         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2745
2746 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2747
2748         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2749         a 100 byte status-checks into a 2-3MB transfer for each group.
2750         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2751         to enable bug workaround or not.
2752         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2753
2754 2008-03-31  Glenn Morris  <rgm@gnu.org>
2755
2756         * message.el (mml2015-use): Declare for compiler.
2757         (message-info): Require mml2015 when appropriate.
2758
2759 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2760
2761         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2762         whitespace.
2763
2764 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2765
2766         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2767         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2768         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2769         (nntp-service-to-port): New function.
2770         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2771         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2772         (nntp-open-netcat-stream): New function.
2773         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2774
2775 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2776
2777         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2778
2779 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2780
2781         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2782
2783 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2784
2785         * dns.el (dns-write): Use set-buffer-multibyte.
2786
2787 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2788
2789         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2790
2791 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2792
2793         * message.el (message-signature-separator): Change default.
2794         Improve custom type.
2795         (message-cite-function): Change default to
2796         message-cite-original-without-signature.
2797
2798         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2799         toggle.
2800
2801         * message.el (message-check-news-body-syntax): Fix signature check.
2802         (message-setup-1): Mark buffer as unmodified _after_ running
2803         message-setup-hook and handling message-alternative-emails.
2804         (message-shorten-references): Be more strict when building list of
2805         valid references to comply with GNKSA.
2806
2807         * gnus-group.el (gnus-read-ephemeral-bug-group)
2808         (gnus-read-ephemeral-debian-bug-group)
2809         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2810
2811         * message.el (message-info): Don't use booleanp which isn't supported
2812         in Emacs 21 and XEmacs.
2813
2814 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2815
2816         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2817         gnus-group-gmane-group-download-format.
2818         (gnus-group-read-ephemeral-gmane-group): Rename from
2819         gnus-group-read-ephemeral-gmane-group.
2820         (gnus-read-ephemeral-gmane-group-url): Rename from
2821         gnus-group-read-ephemeral-gmane-group-url.
2822         (gnus-bug-group-download-format-alist): New variable.
2823         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2824         (gnus-read-ephemeral-emacs-bug-group): New commands.
2825
2826 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2827
2828         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2829         (gnus-visible-headers): Improve custom type.
2830
2831 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2832
2833         * mml.el (mml-menu): Add workarounds for XEmacs.
2834
2835         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2836         X-Boundary header.
2837
2838         * message.el (message-simplify-recipients): Fix previous commit.
2839
2840 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2841
2842         * mm-util.el (mm-set-buffer-multibyte): New function.
2843         * mm-decode.el (mm-copy-to-buffer): Use it.
2844
2845 2008-03-19  Glenn Morris  <rgm@gnu.org>
2846
2847         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
2848         Accidentally removed in the sync process with Emacs.
2849
2850 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2851
2852         * message.el (message-alter-recipients-discard-bogus-full-name):
2853         New function.
2854         (message-alter-recipients-function): New variable.
2855         (message-get-reply-headers): Use it.
2856         (message-replace-header): New helper function.
2857         (message-recipients-without-full-name): New variable.
2858         (message-simplify-recipients): New command.
2859
2860         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2861
2862         * message.el (message-info): Handle EasyPG manual.
2863
2864         * mml.el (mml-menu): Add entry for EasyPG.
2865
2866 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
2867
2868         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2869         parameter.
2870
2871         * message.el (message-disassociate-draft): Specify drafts group name
2872         fully.
2873
2874 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
2875
2876         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2877         unnecessary duplicates from the match list.
2878
2879 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2880
2881         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
2882
2883         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
2884
2885         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
2886         args of `how-many' of which the XEmacs version doesn't take; declare
2887         Info-index-next as function.
2888
2889 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2890
2891         * gnus-score.el (gnus-score-headers): Fix handling of
2892         gnus-inhibit-slow-scoring.
2893
2894         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
2895         string.
2896         (gnus-button-url-regexp): Improve handling of parenthesis.
2897         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
2898         (gnus-button-handle-info-keystrokes): Handle index entries.
2899
2900 2008-03-15  Glenn Morris  <rgm@gnu.org>
2901
2902         * parse-time.el (parse-time-string): Simplify.
2903
2904 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2905
2906         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
2907         Incoming* files.
2908
2909 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2910
2911         * auth-source.el (auth-sources): Renamed from auth-source-choices.
2912         (auth-source-pick): Use it.
2913
2914 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2915
2916         * binhex.el (binhex-decode-region-internal):
2917         * uudecode.el (uudecode-decode-region-internal):
2918         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
2919         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
2920         setting default-enable-multibyte-characters.
2921
2922 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2923
2924         * auth-source.el (auth-source-protocols)
2925         (auth-source-protocols-customize, auth-source-choices): Added and
2926         modified variable customizations and defaults.
2927         (auth-source-pick, auth-source-user-or-password)
2928         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2929         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2930         (auth-source-user-or-password-sftp)
2931         (auth-source-user-or-password-smtp): Use new variables and provide an
2932         interface to netrc.el.
2933
2934 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2935
2936         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
2937         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
2938         Make sure the nntp port to specify is a string.
2939
2940 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2941
2942         * nntp.el: Use with-current-buffer.
2943         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
2944         dubious mm-with-unibyte-current-buffer.
2945         (nntp-with-open-group-function): New function extracted from
2946         nntp-with-open-group macro.
2947         (nntp-with-open-group): Use the function, so it's easier to debug.
2948         Add indentation and debugging info.
2949         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
2950         the use of the netcat alternatives.
2951
2952         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
2953         Avoid mm-string-as-multibyte as well.
2954
2955         * nnweb.el (nnweb-insert-html):
2956         Remove use of nnheader-string-as-multibyte.
2957
2958         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
2959         (nnheader-string-as-multibyte): Remove.
2960
2961         * mm-view.el: Use inhibit-read-only.
2962         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
2963         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
2964         or unibyte-string.
2965
2966         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
2967         (mm-uu-yenc-extract): Use with-current-buffer.
2968
2969         * gnus-soup.el (gnus-soup-send-packet): Don't use
2970         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
2971
2972         * nnmh.el: Use with-current-buffer.
2973         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
2974         mm-string-as-multibyte on the output of mm-encode-coding-string.
2975
2976         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
2977         (nnimap-request-move-article): Use with-current-buffer.
2978
2979         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
2980         inserting the handle-buffer's text, so the implicit multibyte->unibyte
2981         conversion uses string-make-unibyte rather than string-as-unibyte.
2982
2983         * gnus-msg.el: Use with-current-buffer.
2984
2985         * message.el (message-ignored-resent-headers): Add "Delivered-To".
2986
2987 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
2988
2989         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
2990         string for caching if it is 'PIN.
2991
2992 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2993
2994         * lpath.el: Consider the case without Emacs/W3.
2995
2996 2008-03-08  Glenn Morris  <rgm@gnu.org>
2997
2998         * time-date.el (date-to-time, time-subtract, time-add)
2999         (safe-date-to-time): Doc fixes.
3000
3001 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3002
3003         * mail-source.el (mail-source-delete-old-incoming-confirm):
3004         Change default to nil.
3005         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3006
3007 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3008
3009         * lpath.el: Rearrange.
3010
3011         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3012         (gnus-article-goto-prev-page): Work for articles having ^L's.
3013
3014         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3015
3016         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3017
3018 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3019
3020         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3021         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3022         (gnus-bookmark-jump): Adjust some variable names.
3023
3024 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3025
3026         * auth-source.el: New package.
3027         (auth-source-choices): Add customization entry point variable.
3028
3029         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3030         bug.
3031
3032 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3033
3034         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3035         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3036         (gnus-registry-install-shortcuts): Rename from
3037         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3038         the `gnus-registry-mark-map' keymap dynamically from
3039         `gnus-registry-marks'.  The generated functions update the summary line
3040         when a registry mark is added or deleted, and will call
3041         `gnus-registry-install-p' (see the comments in the code).
3042         (gnus-registry-user-format-function-M): Use concat intelligently.
3043
3044         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3045         the registry mark functions.
3046
3047 2008-03-05  Glenn Morris  <rgm@gnu.org>
3048
3049         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3050         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3051         gnus-art.
3052         (top-level): No need to load own source when compiling.
3053
3054 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3055
3056         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3057         Suggested by <chris.anderton@zetnet.co.uk>.
3058
3059 2008-03-04  Glenn Morris  <rgm@gnu.org>
3060
3061         * gnus-sum.el (top-level): No need to require gnus when compiling,
3062         since unconditionally required near start of file.
3063         (gnus-summary-display-while-building): Move definition before use.
3064
3065 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3066
3067         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3068         formatting function.
3069
3070 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3071
3072         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3073         with plists.
3074         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3075         Use new format.
3076
3077 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3078
3079         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3080         `where-is-internal' that returns a range of key sequences.
3081
3082 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3083
3084         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3085
3086         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3087         (gnus-summary-jump-to-group): Consider windows on other displayed
3088         frames as well.  Similar changes might be needed elsewhere, but that's
3089         the one I've bumped into during my use.
3090
3091         * nndoc.el (nndoc-oe-dbx-type-p):
3092         * gnus-msg.el (gnus-debug):
3093         * gnus-group.el (gnus-update-group-mark-positions):
3094         Use mm-string-to-multibyte.
3095
3096 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3097
3098         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3099         doesn't handle NotDashEscaped.
3100
3101         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3102         (mml-dnd-attach-options): Fix typo in custom choice.
3103
3104         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3105         nndoc-article-type to mbox.
3106         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3107
3108         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3109         to nil, instead of html2text.
3110
3111         * imap.el (imap-debug): Add `imap-ping-server'.
3112
3113         * gnus-bookmark.el: Add FIXMEs.
3114
3115         * message.el (message-form-letter-separator)
3116         (message-send-form-letter-delay): New variables.
3117         (message-send-form-letter): Use them.  New command to send form
3118         letters.  Requested by Uwe Siart.
3119         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3120
3121 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3122
3123         * Update copyright years.
3124
3125 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3126
3127         Sync from EMACS_22_BASE.
3128
3129         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3130
3131 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3132
3133         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3134         empty author.
3135
3136 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3137
3138         * gnus-registry.el (gnus-registry-marks): Add variable for
3139         customization of marks and their appearance.
3140         (gnus-registry-read-mark): Use it.
3141         (gnus-registry-do-marks): Add utility function to loop through
3142         `gnus-registry-marks'.
3143         (gnus-registry-install-shortcuts-and-menus): Add function to install
3144         shortcuts and menus.
3145         (gnus-registry-initialize): Use it.
3146         (gnus-registry-default-mark): Clarify documentation.
3147
3148 2008-02-29  Glenn Morris  <rgm@gnu.org>
3149
3150         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3151         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3152         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3153         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3154         Change defcustom :version from 23.0 to 23.1.
3155
3156 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3157
3158         * gnus-registry.el (gnus-registry-follow-group-p)
3159         (gnus-registry-post-process-groups): Add functions to aid registry
3160         splitting and improve logging.  Clarify behavior in function
3161         documentation.
3162         (gnus-registry-split-fancy-with-parent): Use them.
3163
3164 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3165
3166         * gnus-art.el: Use with-current-buffer.
3167
3168 2008-02-27  David Engster  <dengste@eml.cc>
3169
3170         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3171         Express real group name in the response.
3172
3173 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3174
3175         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3176         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3177         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3178         autoload gnus-registry-fetch-group when compiling.
3179         (nnmairix-request-group-with-article-number-correction): Remove
3180         unreferenced argument passed to nnmairix-call-backend.
3181
3182 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3183
3184         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3185         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3186         Wilde.
3187
3188 2008-02-27  Glenn Morris  <rgm@gnu.org>
3189
3190         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3191         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3192         variables to defconsts.  Convert comments to doc-strings.
3193         (nnmairix-last-server, nnmairix-current-server): Convert from free
3194         variables to defvars.  Convert comments to doc-strings.
3195         (gnus-registry-fetch-group): Autoload.
3196         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3197         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3198         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3199         caddr.
3200         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3201         nnmairix-request-group-with-article-number-correction call.
3202         (nnmairix-fast, nnmairix-group): New, less general names, for free
3203         variables passed from nnmairix-request-group to
3204         nnmairix-request-group-with-article-number-correction.  Declare.
3205         (nnmairix-request-group-with-article-number-correction):
3206         Use nnmairix-fast, nnmairix-group rather than fast, group.
3207
3208 2008-02-26  David Engster  <dengste@eml.cc>
3209
3210         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3211         version 0.5.
3212
3213 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3214
3215         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3216         instead of making an extra function call.  Don't add the current group
3217         to articles only when they have the group.  Use
3218         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3219         Reported by David <de_bb@arcor.de>.
3220
3221 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3222
3223         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3224         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3225
3226 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3227
3228         * mail-source.el (mail-source-delete-incoming): Change default.
3229         Supplement doc string.
3230
3231         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3232
3233 2008-02-14  Glenn Morris  <rgm@gnu.org>
3234
3235         * time-date.el (format-seconds): New function.
3236
3237 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3238
3239         * nnmail.el (nnmail-message-id-cache-file): Derive from
3240         `gnus-home-directory'.
3241
3242 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3243
3244         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3245         Document negative prefix.
3246
3247         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3248
3249 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3250
3251         * message.el (message-unsent-separator): Add the Exim bounce
3252         separator.
3253
3254 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3255
3256         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3257         list.
3258         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3259         recipient/signer list.
3260
3261 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3262
3263         * Makefile.in (datarootdir): Define.
3264         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3265         name that might contain whitespace.
3266
3267 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3268
3269         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3270         fbound (Emacs 23 unicode), signal an error.
3271
3272 2008-02-08  Glenn Morris  <rgm@gnu.org>
3273
3274         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3275
3276 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3277
3278         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3279         ports to the calls to `netrc-machine-user-or-password' in addition to
3280         "imap" and "imaps".
3281
3282 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3283
3284         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3285
3286         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3287
3288 2008-02-01  Kenichi Handa  <handa@m17n.org>
3289
3290         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3291         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3292         (rfc2104-hash): Convert the result of concat to unibyte string.
3293
3294 2008-02-01  Dave Love  <fx@gnu.org>
3295
3296         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3297         coding-system-for-read.
3298         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3299
3300 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3301
3302         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3303         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3304         <hanche@math.ntnu.no>.
3305
3306 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3307
3308         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3309
3310         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3311
3312 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3313
3314         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3315         * message.el (message-beginning-of-line): Use featurep instead of bound
3316         tests in order to resolve conditionals at compile time.
3317
3318 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3319
3320         * mail-source.el (mail-sources): Add `group' choice.
3321
3322         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3323         parameter `in-group' to control into which group the articles go.
3324         Add treatment of `group' mail-source.
3325
3326 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3327
3328         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3329
3330         * mm-decode.el (mm-dissect-buffer): Decode description.
3331
3332         * mml.el (mml-to-mime): Encode message header first.
3333
3334 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3335
3336         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3337         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3338
3339         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3340         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3341
3342 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3343
3344         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3345
3346 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3347
3348         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3349         prefix keys.
3350         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3351         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3352         gnus-xmas.el.
3353
3354         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3355         (gnus-xmas-article-describe-bindings): New function.
3356         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3357         gnus-xmas-article-describe-bindings.
3358
3359         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3360
3361 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3362
3363         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3364         Add new variables for article mark management.
3365         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3366         list of extra data entries which, when present, will indicate that the
3367         article ID should not be trimmed from the registry.
3368         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3369         functions.
3370         (gnus-registry-read-mark): New function to read a mark name from the
3371         user.
3372         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3373         (gnus-registry-set-article-mark-internal): New functions to add and
3374         remove marks.
3375         (gnus-registry-get-article-marks): New function to show the marks for
3376         an article, or retrieve them for further use.
3377
3378 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3379
3380         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3381         keys when no argument is given.
3382
3383 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3384
3385         * imap.el (imap-ping-server): New variable.
3386         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3387         (imap-ping-server): Minor doc string fixes.
3388
3389 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3390
3391         * imap.el (imap-ping-server): New function.
3392         (imap-opened): Call imap-ping-server.
3393
3394 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3395
3396         * gnus-sum.el (gnus-article-sort-by-random)
3397         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3398         jidanni@jidanni.org.
3399
3400 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3401
3402         * gnus-art.el (gnus-article-describe-bindings): New function.
3403         (gnus-article-read-summary-keys): Use it.
3404         (gnus-article-mode-map): Bind `C-h b' to it.
3405
3406 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3407
3408         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3409         XEmacs.
3410         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3411         against non-character events.
3412
3413         * lpath.el: Fbind map-keymap for Emacs 21.
3414
3415 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3416
3417         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3418         command.
3419         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3420         instead of END.  Change name of the temp file.
3421         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3422         customizable.
3423
3424 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3425
3426         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3427         bind `S W' to gnus-article-wide-reply-with-original; set default
3428         binding to gnus-article-read-summary-send-keys.
3429         (gnus-article-read-summary-keys): Fix the order of keys; display
3430         continuation keys correctly in the echo area; describe bindings
3431         correctly when keys end with `C-h'.
3432         (gnus-article-read-summary-send-keys): New function.
3433         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3434         for gnus-article-read-summary-send-keys; display continuation keys
3435         correctly in the echo area.
3436         (gnus-article-reply-with-original): Ignore prefix argument.
3437         (gnus-article-wide-reply-with-original): New function.
3438
3439         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3440         Emacs 21.
3441
3442 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3443
3444         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3445         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3446
3447 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3448
3449         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3450         (gnus-group-read-ephemeral-gmane-group): New command.
3451
3452 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3453
3454         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3455
3456 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3457
3458         * message.el (message-send-mail-function): Increase custom version.
3459
3460         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3461         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3462
3463 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3464
3465         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3466         for the cases where imap-authenticate is called with a nil buffer
3467         parameter.
3468
3469 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3470
3471         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3472         html parts correctly; support forwarded messages.
3473         (gnus-article-browse-html-article): Remove work buffers.
3474
3475         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3476         compiling.
3477         (netrc-bound-and-true-p): New macro.
3478         (netrc-parse): Use it instead of bound-and-true-p that is not available
3479         in XEmacs 21.4.
3480
3481 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3482
3483         * gnus-registry.el (gnus-registry-mark-article)
3484         (gnus-registry-article-marks): Add functionality to mark articles
3485         through the Gnus registry.
3486
3487         * encrypt.el: Clarify documentation for the new pgg method.
3488         (encrypt-file-alist): Add PGG option.
3489         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3490         functionality.  Abstract password key and messaging to external
3491         functions.
3492         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3493         (encrypt-message-method-and-cipher): Add new convenience external
3494         functions.
3495         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3496         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3497
3498         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3499         (netrc-parse): Use encrypt-file-alist to determine if
3500         encrypt-find-model or encrypt-insert-file-contents should be used.
3501
3502         * encrypt.el: Clarify documentation.  Load password-cache or
3503         password, whichever one is found first, instead of autoloading.
3504
3505 2007-12-19  Glenn Morris  <rgm@gnu.org>
3506
3507         * mml.el (message-options-set, message-narrow-to-head)
3508         (message-in-body-p, message-mail-p, message-encode-message-body):
3509         Autoload.
3510         (message-remove-header, message-narrow-to-headers-or-head)
3511         (message-subscribed-p, message-make-mail-followup-to)
3512         (message-position-on-field, message-news-p)
3513         (message-options-set-recipient, message-generate-headers)
3514         (message-sort-headers): Declare as functions.
3515
3516 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3517
3518         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3519         convention in doc string.
3520
3521 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3522
3523         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3524         title to html parts.
3525         (gnus-article-browse-html-article): Pass message header to it.
3526
3527         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3528
3529 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3530
3531         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3532         or password compatible with XEmacs.
3533
3534 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3535
3536         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3537         format document.
3538         (gnus-mime-delete-part): Don't write description line if empty.
3539         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3540
3541 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
3542
3543         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3544         (gnus-summary-mark-read-and-unread-as-read)
3545         (gnus-summary-mark-current-read-and-unread-as-read)
3546         (gnus-summary-mark-unread-as-ticked): Doc fix.
3547         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3548
3549 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3550
3551         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3552         Christoph Conrad <christoph.conrad@gmx.de>.
3553
3554 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3555
3556         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3557         yes-or-no-p.
3558
3559 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3560
3561         * mm-decode.el (mm-add-meta-html-tag): New function.
3562         (mm-save-part-to-file, mm-pipe-part): Use it.
3563
3564         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3565         gnus-y-or-n-p instead of y-or-n-p.
3566         (gnus-article-browse-html-parts): Work with message/external-body; use
3567         mm-add-meta-html-tag.
3568
3569 2007-12-11  Glenn Morris  <rgm@gnu.org>
3570
3571         * gnus-cache.el: Require gnus-sum not just when compiling.
3572
3573         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3574
3575         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3576         definitions before use.
3577
3578         * mm-decode.el: Require gnus-util.
3579         (mm-remove-part): Only call delete-annotation on XEmacs.
3580
3581         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3582
3583         * nnmail.el: Require gnus-int.
3584
3585         * spam.el: Move `require's before `eval-when-compile's.
3586
3587         * gnus-ems.el (gnus-alive-p):
3588         * gnus-fun.el (message-goto-eoh):
3589         * gnus-util.el (gnus-group-name-decode):
3590         * mail-source.el (gnus-compress-sequence):
3591         * message.el (Info-goto-node, format-spec):
3592         * mm-bodies.el (message-options-get):
3593         * mm-decode.el (mm-view-pkcs7):
3594         * mm-util.el (gmm-write-region):
3595         * mml-smime.el (mml-compute-boundary)
3596         (gnus-completing-read-with-default):
3597         * mml.el (widget-button-press, gnus-make-hashtable):
3598         * mml1991.el (mm-decode-content-transfer-encoding)
3599         (mm-encode-content-transfer-encoding)
3600         (message-options-get, message-options-set):
3601         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3602         * nnfolder.el (gnus-request-group):
3603         * nnheader.el (ietf-drums-unfold-fws):
3604         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3605         * smime.el (gnus-run-mode-hooks):
3606         * spam-stat.el (gnus-message): Autoload.
3607
3608         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3609         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3610         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3611         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3612         Add declare-function compatibility definition.
3613
3614         * gnus-cache.el (nnvirtual-find-group-art):
3615         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3616         (gnus-add-image, gnus-add-wash-type):
3617         * gnus-group.el (nnkiboze-score-file):
3618         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3619         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3620         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3621         (message-tokenize-header, gnus-get-buffer-create)
3622         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3623         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3624         * gnus.el (gnus-group-decoded-name):
3625         * mail-source.el (imap-capability):
3626         * mm-bodies.el (message-options-set):
3627         * mm-decode.el (gnus-configure-windows):
3628         * mm-extern.el (message-goto-body):
3629         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3630         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3631         (epg-sub-key-validity, message-options-set):
3632         * mml.el (widget-event-point, gnus-configure-windows):
3633         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3634         * mml2015.el (epg-check-configuration, epg-configuration)
3635         (message-options-set):
3636         * nndb.el (nndb-request-article):
3637         * nnfolder.el (gnus-request-create-group):
3638         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3639         * nnmaildir.el (gnus-group-mark-article-read):
3640         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3641         * rfc1843.el (message-fetch-field):
3642         * spam.el (gnus-extract-address-components):
3643         Declare as functions.
3644
3645 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3646
3647         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3648
3649         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3650
3651         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3652         bind show-trailing-whitespace for XEmacs.
3653
3654 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3655
3656         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3657         new no-op macro for backward compatibility.
3658
3659         * imap.el (imap-string-to-integer): New function.
3660
3661 2007-12-09  Glenn Morris  <rgm@gnu.org>
3662
3663         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3664
3665         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3666         * message.el, mm-view.el, sieve-manage.el, smime.el:
3667         Add declare-function compatibility definition.
3668
3669         * gnus-art.el (w3-region, w3m-region, Info-menu):
3670         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3671         * gnus-sum.el (gnus-get-predicate):
3672         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3673         * message.el (mail-abbrev-in-expansion-header-p):
3674         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3675         (w3m-detect-meta-charset, w3m-region):
3676         * sieve-manage.el (password-read, password-cache-add)
3677         (password-cache-remove):
3678         * smime.el (password-read-and-add): Declare as functions.
3679
3680 2007-12-08  David Kastrup  <dak@gnu.org>
3681
3682         * gnus-sum.el (gnus-summary-simplify-subject-query):
3683         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3684         `message'.
3685
3686 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3687
3688         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3689         it to bind idna-program, installation-directory, defined-colors, and
3690         face-attribute for XEmacs of the version that compiles defcustom forms.
3691
3692 2007-12-07  Glenn Morris  <rgm@gnu.org>
3693
3694         * gnus-art.el (article-make-date-line): Revert previous change.
3695
3696 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3697
3698         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3699
3700 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3701
3702         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3703         Call gnus-add-to-range ranges only once with a prepared article-list.
3704
3705 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3706
3707         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3708         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3709         group names with backslashes.  Reported by Tassilo Horn
3710         <tassilo@member.fsf.org>.
3711
3712 2007-12-06  Deepak Goel  <deego3@gmail.com>
3713
3714         * gnus-art.el (article-make-date-line):
3715         * gnus-start.el (gnus-load):
3716         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3717
3718 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3719
3720         * gnus-art.el (gnus-use-idna)
3721         * gnus-start.el (gnus-site-init-file)
3722         * message.el (message-use-idna)
3723         * mm-uu.el (mm-uu-hide-markers)
3724         * smiley.el (smiley-style): Revert changes that suppress warnings.
3725
3726 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3727
3728         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3729         specify charset to html source.  Reported by Christoph Conrad
3730         <christoph.conrad@gmx.de>.
3731
3732 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3733
3734         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3735         idna-program in order to suppress byte compile warning issued by XEmacs
3736         that came to byte compile the default value section of defcustom forms
3737         recently.
3738
3739         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3740         value of installation-directory.
3741
3742         * message.el (message-use-idna): Don't directly refer to the value of
3743         idna-program.
3744
3745         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3746
3747         * smiley.el (smiley-style): Don't directly call face-attribute.
3748
3749 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3750
3751         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3752
3753         * gnus-dired.el: Reduce Gnus dependencies.
3754         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3755         require.  Use autoloads instead.
3756         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3757         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3758         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3759         (gnus-dired-mode): Adjust doc string.
3760         (gnus-dired-mail-mode): New variable.
3761         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3762         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3763         (gnus-dired-mail-buffers): New function.  Return mail or message
3764         composition buffers.
3765         (gnus-dired-attach): Use it.
3766         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3767         NO-DECODE.
3768         (gnus-dired-print): Use `gnus-print-buffer' depending on
3769         `gnus-dired-mail-mode'.
3770
3771 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3772
3773         * rfc2047.el (rfc2047-encoded-word-regexp)
3774         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3775         explaining what regexp patterns are for.
3776
3777 2007-12-04  Glenn Morris  <rgm@gnu.org>
3778
3779         * password.el: Move to password-cache.el.
3780
3781         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3782         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3783         * mml-smime.el (password-read, password-cache-add)
3784         (password-cache-remove):
3785         No need to autoload, since mml-sec requires password.
3786
3787         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3788         * message.el (gnus-extract-address-components):
3789         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3790
3791         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3792         password.
3793
3794 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3795
3796         * mailcap.el: Reduce dependencies.
3797         (mail-header-parse-content-type): Autoload.
3798         (mailcap-delete-duplicates): New alias.
3799         (mailcap-mime-info): Add optional argument NO-DECODE.
3800         (mailcap-mime-types): Use mailcap-delete-duplicates.
3801
3802         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3803
3804 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3805
3806         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3807         (imap-parse-status): Upcase status-att for servers that sends them
3808         lower-case (e.g., MS Exchange 2007).
3809
3810 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3811
3812         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3813         function.
3814
3815         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3816         (gnus-uu-yenc-article): New function.
3817
3818         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3819
3820         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3821         buffer.
3822
3823 2007-12-02  Glenn Morris  <rgm@gnu.org>
3824
3825         * binhex.el (binhex): New custom group.
3826         (binhex-decoder-program, binhex-decoder-switches)
3827         (binhex-use-external): Move to the binhex custom group.
3828
3829         * uudecode.el (uudecode): New custom group.
3830         (uudecode-decoder-program, uudecode-decoder-switches)
3831         (uudecode-use-external): Move to the uudecode custom group.
3832
3833         * netrc.el (top-level): Don't load `encrypt' features.
3834         (netrc-parse): Don't use encrypt.
3835         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3836
3837         * encrypt.el: Remove file.
3838
3839 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3840
3841         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3842         matches on patches.
3843
3844         * gnus-art.el (gnus-article-browse-html-article): Mention
3845         `mm-text-html-renderer' in the doc string.
3846
3847         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3848         string.  Add comments.
3849
3850         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3851         if rhs is ASCII.
3852
3853 2007-12-01  Glenn Morris  <rgm@gnu.org>
3854
3855         * mail-source.el (top-level): Require format-spec before
3856         eval-when-compile.
3857
3858 2007-11-30  Glenn Morris  <rgm@gnu.org>
3859
3860         * encrypt.el: Require password, rather than autoloading password-read.
3861
3862 2007-11-29  Glenn Morris  <rgm@gnu.org>
3863
3864         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
3865         (sasl-make-client, sasl-next-step, sasl-step-data)
3866         (sasl-step-set-data): Declare as functions.
3867
3868 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
3869
3870         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
3871
3872 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
3873
3874         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
3875         certs should be verified and what is to be done in the event of a
3876         verification failure.
3877
3878         * gnus.el (gnus-method-to-server): Add an optional parameter so the
3879         caller can indicate whether the cache should be disregarded for this
3880         call.  This way the result of the call is reproducible at all times and
3881         can be considered a canonical server name for the supplied method.
3882         (gnus-agent-method-p): Canonicalize server names by pushing their
3883         method through `gnus-method-to-server' using the no-cache argument.
3884
3885         * gnus-srvr.el (gnus-server-insert-server-line): Call
3886         `gnus-method-to-server' with `no-cache' argument.
3887
3888         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
3889         gnus-agent-possibly-synchronize-flags as this should be called when the
3890         server is actually being opened.
3891         (gnus-agent-possibly-synchronize-flags)
3892         (gnus-agent-possibly-synchronize-flags-server): Move check for the
3893         flags file of an agentized server to the latter function.
3894
3895         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
3896         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
3897         after a connection has been established successfully.
3898
3899 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3900
3901         * gnus-art.el (article-display-face): Force to display face if called
3902         interactively; check if gnus-article-x-face-too-ugly matches author.
3903         (article-display-x-face): Display face even if From header is missing
3904         as article-display-face does.
3905
3906 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
3907
3908         * hashcash.el (message-narrow-to-headers-or-head)
3909         (message-fetch-field, message-goto-eoh)
3910         (message-narrow-to-headers): Declare as functions.
3911
3912 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
3913
3914         * mail-source.el (mail-sources): Default to fetch from file for
3915         compatibility with default of nnmail-spool-file.
3916
3917 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3918
3919         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3920         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3921         to look for encoded word that should be encoded again.
3922         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3923         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3924         encoding pattern.
3925         (rfc2047-decode-region): Switch strict regexp and loose one according
3926         to rfc2047-allow-irregular-q-encoded-words.
3927
3928 2007-11-25  Romain Francoise  <romain@orebokech.com>
3929
3930         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
3931
3932 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3933
3934         * tls.el (tls-program): Provide more custom choices from
3935         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
3936         (tls-process-connection-type, tls-success): Remove "*" in doc string.
3937
3938 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3939
3940         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
3941         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
3942
3943         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
3944         `nnmail-spool-file'.
3945
3946         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
3947         `nnmail-spool-file'.
3948
3949         * gnus-move.el (gnus-change-server): Ditto.
3950
3951         * gnus-kill.el (gnus-batch-score): Ditto.
3952
3953         * gnus-cache.el (gnus-jog-cache): Ditto.
3954
3955         * gnus-msg.el (gnus-summary-reply):
3956         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
3957
3958 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3959
3960         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
3961         version.  Minor improvement to doc strings.
3962         (tls-program): Add comment.
3963
3964 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
3965
3966         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
3967         (tls-checktrust): New variable.  Check if GNU TLS complained about a
3968         mismatch between the hostname provided in the certificate and the name
3969         of the host connnecting to.
3970         (open-tls-stream): Use them.  Check certificates against trusted root
3971         certificates.
3972
3973 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3974
3975         * gnus-cache.el (gnus-cache-generate-nov-databases):
3976         Use nnml-generate-nov-databases-directory instead of
3977         nnml-generate-nov-databases-1.
3978
3979 2007-11-24  Glenn Morris  <rgm@gnu.org>
3980
3981         * message.el (message-tool-bar-retro): Update for rename
3982         mail_send.xpm->mail-send.xpm.
3983
3984 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3985
3986         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3987         `smime-ldap-search' for Emacs 22 and up.
3988
3989 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3990
3991         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
3992
3993         * message.el (message-send-mail-function): Fix error convention.
3994         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
3995         (message-widen-reply, message-send-mail, message-talkative-question)
3996         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
3997         (message-clone-locals, message-send-news): Use with-current-buffer.
3998         (message-insert-or-toggle-importance): Remove unused var `valid'.
3999         (message-make-references): Remove unused var `new-references'.
4000         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4001
4002 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4003
4004         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4005         (spam-split-symbolic-return-positive): Reflow docstring.
4006         (spam-backends, spam-summary-exit-behavior)
4007         (spam-mark-ham-unread-before-move-from-spam-group)
4008         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4009         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4010         (spam-clear-cache, spam-backend-check, spam-install-backend)
4011         (spam-install-statistical-backend, spam-list-of-processors)
4012         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4013         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4014         (spam-check-crm114, spam-initialize, spam-unload-hook):
4015         Fix typos in docstrings.
4016
4017 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4018
4019         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4020         been checked if they have never been read and those group levels are
4021         higher than the one that a user specified.
4022
4023 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4024
4025         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4026         foreign groups unless a group level is specified by a user.
4027         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4028
4029 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4030
4031         * message.el (message-send-mail-function): Require sendmail.
4032
4033 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4034
4035         * message.el (message-send-mail-function): Check for smtpmail too.
4036
4037         * utf7.el (utf7-encode, utf7-decode): Use coding system
4038         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4039
4040         * message.el (message-send-mail-function): New function.
4041         (message-send-mail-function): Set default using
4042         message-send-mail-function.  Adjust doc string.
4043         (message-send-mail-with-mailclient): New function.
4044
4045 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4046
4047         * smime.el (from):
4048         * rfc2047.el (message-posting-charset):
4049         * qp.el (mm-use-ultra-safe-encoding):
4050         * pop3.el (parse-time-months):
4051         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4052         * nnml.el (files):
4053         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4054         (jka-compr-compression-info-list, ange-ftp-path-format)
4055         (efs-path-regexp):
4056         * nndiary.el (files):
4057         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4058         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4059         (epg-digest-algorithm-alist, inhibit-redisplay)
4060         (password-cache-expiry):
4061         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4062         (pgg-output-buffer, password-cache-expiry):
4063         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4064         (efs-path-regexp):
4065         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4066         (inhibit-redisplay):
4067         * mm-uu.el (file-name, start-point, end-point, entry)
4068         (gnus-newsgroup-name, gnus-newsgroup-charset):
4069         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4070         (latin-unity-ucs-list):
4071         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4072         (mm-uu-binhex-decode-function):
4073         * message.el (gnus-message-group-art, gnus-list-identifiers)
4074         (rmail-enable-mime-composing, gnus-local-organization)
4075         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4076         (gnus-read-active-file, facemenu-add-face-function)
4077         (facemenu-remove-face-function, gnus-article-decoded-p)
4078         (tool-bar-mode):
4079         * mail-source.el (display-time-mail-function):
4080         * gnus-util.el (nnmail-pathname-coding-system)
4081         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4082         (gnus-original-article-buffer, gnus-user-agent)
4083         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4084         (xemacs-codename, sxemacs-codename, emacs-program-version):
4085         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4086         * gnus-start.el (gnus-agent-covered-methods)
4087         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4088         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4089         (gnus-newsgroup-headers, gnus-group-list-mode)
4090         (gnus-group-mark-positions, gnus-newsgroup-data)
4091         (gnus-newsgroup-unreads, nnoo-state-alist)
4092         (gnus-current-select-method, mail-sources)
4093         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4094         (nnmail-spool-file, gnus-cache-active-hashtb):
4095         * gnus-mh.el (mh-lib-progs):
4096         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4097         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4098         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4099         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4100         (gnus-group-buffer):
4101         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4102         (font-lock-set-defaults):
4103         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4104         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4105         (gnus-summary-post-menu, total-parts, type, condition, length):
4106         * gnus-agent.el (gnus-agent-read-agentview):
4107         * flow-fill.el (show-trailing-whitespace):
4108         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4109         eval-and-compile wrappers for byte compiler pacifiers.
4110
4111         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4112         (mm-display-inline-fontify): Check for featurep 'xemacs not
4113         extent-list.
4114
4115         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4116         itimer-list.
4117         (mm-create-image-xemacs): Only do something for XEmacs.
4118         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4119
4120         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4121
4122         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4123         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4124
4125 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4126
4127         * nnimap.el (nnimap-split-download-body):
4128         * gnus-demon.el (gnus-demon):
4129         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4130
4131 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4132
4133         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4134         macros.
4135         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4136         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4137         copy data from unibyte buffer to multibyte current buffer.
4138         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4139         to copy data from unibyte current buffer to multibyte buffer.
4140         (nntp-make-process-buffer): Make process buffer unibyte.
4141
4142         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4143
4144 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4145
4146         * pop3.el (pop3-open-server): Accept and process data more robustly at
4147         connexion start to avoid spurious "POP SSL connexion failed" errors.
4148
4149 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4150
4151         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4152         read group names.
4153
4154 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4155
4156         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4157
4158 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4159
4160         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4161         (nnmail-save-active): Use a unibyte buffer when saving active file,
4162         which may contain non-ASCII group names.
4163
4164         * nnml.el (nnml-request-group): Decode group names in messages.
4165
4166 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4167
4168         * message.el (message-citation-line-function)
4169         (message-insert-formatted-citation-line): Fix spelling of
4170         `message-insert-formated-citation-line'.
4171
4172 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4173
4174         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4175
4176 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4177
4178         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4179         nnmail-pathname-coding-system.
4180
4181         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4182         that a user enters; decode group names in messages.
4183
4184         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4185
4186 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4187
4188         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4189
4190         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4191
4192         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4193         risky local variable.
4194
4195         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4196
4197 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4198
4199         * encrypt.el: Improve documentation to fix function name typo.
4200         Reported by Daiki Ueno <ueno@unixuser.org>.
4201
4202 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4203
4204         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4205         even if the point is not in the last page of an article.
4206         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4207         back to the previous page.
4208
4209 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4210
4211         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4212
4213 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4214
4215         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4216
4217 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4218
4219         * message.el (message-check-news-body-syntax): Avoid
4220         mm-string-as-multibyte.
4221         (message-hide-headers): Don't assume (point-min)==1.
4222
4223 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4224
4225         * message.el (message-remove-blank-cited-lines): Fix if remove is
4226         given.
4227         (message-bogus-address-regexp): New variable.
4228         (message-bogus-recipient-p): New function.
4229         (message-check-recipients): New command.
4230         (message-syntax-checks): Add `bogus-recipient'.
4231         (message-fix-before-sending): Add `bogus-recipient'.
4232
4233         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4234         (gnus-treat-body-boundary): Don't test window-system.
4235
4236 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4237
4238         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4239
4240 2007-10-28  Miles Bader  <miles@gnu.org>
4241
4242         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4243         at compile-time too.
4244
4245 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4246
4247         * gnus-msg.el (gnus-message-setup-hook): Add
4248         `message-remove-blank-cited-lines' to options.
4249
4250 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4251
4252         * message.el (message-remove-blank-cited-lines): New function.
4253         Suggested by Karl Plästerer.
4254
4255 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4256
4257         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4258         mapc.
4259
4260         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4261         (top-level): Use mapc to set functions to be traced for debugging.
4262
4263         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4264         called for effect with while loop.
4265
4266         * message.el (message-talkative-question): Replace mapcar called for
4267         effect with mapc.
4268
4269         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4270         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4271         called for effect with dolist.
4272
4273         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4274
4275         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4276         gnus-extra-headers and nnmail-extra-headers.
4277
4278         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4279         called for effect with dolist.
4280         (top-level): Use mapc to set functions to be traced for debugging.
4281
4282         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4283         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4284         dolist.
4285
4286         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4287         Replace mapcar called for effect with mapc.
4288         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4289         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4290         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4291         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4292
4293         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4294         remove-if that's a cl function.
4295
4296         * webmail.el (webmail-debug): Replace mapcar called for effect with
4297         dolist.
4298
4299         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4300         with mapc.
4301
4302 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4303
4304         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4305         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4306         with while loop.
4307
4308         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4309         functions from article-* functions.
4310         (gnus-multi-decode-header): Replace mapcar called for effect with
4311         dolist.
4312
4313         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4314         (gnus-bookmark-show-details): Replace mapcar called for effect with
4315         while loop.
4316
4317         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4318         called for effect with while loop.
4319
4320         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4321         with dolist.
4322
4323         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4324         mapcar called for effect with dolist.
4325
4326         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4327
4328         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4329         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4330         Replace mapcar called for effect with dolist.
4331         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4332         mapc.
4333
4334         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4335         Replace mapcar called for effect with dolist.
4336         (gnus-topic-list): Replace mapcar called for effect with mapc.
4337
4338         * gnus.el: Use mapc instead of mapcar to add autoloads.
4339
4340 2007-10-23  Richard Stallman  <rms@gnu.org>
4341
4342         * gnus-group.el (gnus-group-highlight): Mark as risky.
4343
4344 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4345
4346         * gnus.el (gnus-server-to-method): Return method found first in
4347         gnus-newsrc-alist.
4348
4349         * gnus-art.el (gnus-article-highlight-signature)
4350         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4351         button overlay without the front stickiness.
4352
4353 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4354
4355         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4356         overview buffer needed a catch to receive its throw.
4357         (gnus-agent-flush-cache): Declared as interactive to make this function
4358         easier to use.
4359
4360 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4361
4362         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4363         `next-line'.
4364
4365 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4366
4367         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4368         exclude address matching message-dont-reply-to-names.
4369
4370 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4371
4372         * gnus-util.el (gnus-string<): New function.
4373
4374         * gnus-sum.el (gnus-article-sort-by-author)
4375         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4376
4377 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4378
4379         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4380         the frame-focus tag is set in gnus-buffer-configuration.
4381
4382 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4383
4384         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4385         the front stickiness.
4386
4387 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4388
4389         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4390         url pattern; remove duplicate one.
4391         (gnus-article-extend-url-button): New function.
4392         (gnus-article-add-buttons): Use it.
4393         (gnus-button-push): Use concatenated url that it makes.
4394
4395 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4396
4397         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4398
4399 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4400
4401         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4402         Don't hardcode point-min==1.
4403
4404 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4405
4406         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4407         Fix comment about "iso8859-1".
4408
4409 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4410
4411         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4412         ones returned from the verify-function.
4413
4414         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4415         mml2015-extract-cleartext-signature if extraction failed.
4416
4417 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4418
4419         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4420         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4421         failed.
4422
4423 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4424
4425         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4426
4427 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4428
4429         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4430         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4431         recommends to use EasyPG instead of PGG.
4432
4433         * pgg.el: Revert to revision 6.23.2.16.
4434
4435         * pgg-def.el: Revert to revision 6.6.2.14.
4436
4437         * pgg-gpg.el: Revert to revision 6.23.2.34.
4438
4439 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4440
4441         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4442         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4443         thread for both the null and zero (kill/expire thread) universal prefix
4444         cases.
4445         (gnus-summary-expire-thread): Add new function to expire a thread,
4446         using gnus-summary-kill-thread.
4447         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4448         shortcuts for gnus-summary-expire-thread.
4449         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4450         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4451
4452 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4453
4454         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4455         extras value, so an extras entry can be deleted.
4456         (gnus-registry-delete-extra-entry): Use it.
4457         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4458         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4459         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4460         storage through the gnus-registry, and provide an appropriate API for
4461         it.
4462
4463 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4464
4465         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4466         Suggested by Leo <sdl.web@gmail.com>.
4467
4468         * gnus.el: Do.
4469
4470 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4471
4472         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4473         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4474
4475         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4476
4477         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4478         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4479
4480 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4481
4482         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4483         newline.
4484         (nnmbox-request-accept-article): Don't change article in source buffer;
4485         narrow to header to use message-fetch-field rather than
4486         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4487         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4488         as delimiters; make sure article ends with newline.
4489         (nnmbox-delete-mail): Correct last position of article to be deleted;
4490         ignore X-Gnus-Newsgroup header in article body.
4491         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4492         positions; make sure article ends with newline.
4493
4494         * message.el (message-display-abbrev): Don't infloop when a user
4495         inserts SPC in the beginning of header.
4496
4497         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4498         coding-system-for-read and coding-system-for-write for XEmacs having no
4499         file-coding feature.
4500
4501         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4502
4503 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4504
4505         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4506         list of groups not followed by default.  Fix type to be regexp.
4507         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4508
4509 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4510
4511         * hmac-def.el (define-hmac-function): Switch from old-style to
4512         new-style backquotes.
4513
4514         * md4.el (md4-make-step): Likewise.
4515
4516 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4517
4518         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4519         raw-text coding system when saving .newsrc file, which may contain
4520         non-ASCII group names.
4521
4522 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4523
4524         * gnus-cus.el (gnus-score-extra): New widget.
4525         (gnus-score-extra-convert): New function.
4526         (gnus-score-customize): Use it for Extra.
4527
4528 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4529
4530         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4531         (mml2015-mailcrypt-clear-verify): Use it.
4532         (mml2015-gpg-clear-verify): Use it.
4533         (mml2015-pgg-clear-verify): Use it.
4534         (mml2015-epg-clear-verify): Replace the current part with the output
4535         from GnuPG; don't extract the plaintext by itself.
4536
4537         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4538         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4539         mml2015-clear-verify-function; don't touch the armor headers or
4540         dash-escaped text here.
4541
4542 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4543
4544         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4545         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4546         parts, or application/octet-stream as a last resort.
4547         (gnus-mime-view-part-as-type): Don't toggle display.
4548         (gnus-mime-view-part-as-charset): Don't turn off display before
4549         querying charset.
4550
4551         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4552         stuff to undisplayer function in Emacs.
4553         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4554
4555         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4556         text/calendar parts.
4557
4558 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4559
4560         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4561         decoding text/calendar parts.
4562
4563         * message.el (message-forward-make-body-mime): Always mark body as
4564         having no illegible text; remove signed-or-encrypted argument.
4565         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4566
4567         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4568         (mml-generate-mime-1): Don't encode body if it is specified to be in
4569         raw form; don't make buffer be unibyte when inserting multibyte string.
4570
4571 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4572
4573         * sha1.el: Fix up comment style.
4574         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4575         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4576
4577         * hex-util.el: Fix up comment style.
4578         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4579
4580         * gnus-salt.el: Use with-current-buffer.
4581         (gnus-pick-setup-message): Fix long-standing typo.
4582
4583 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4584
4585         * imap.el (imap-logout-timeout): New variable.
4586         (imap-logout, imap-logout-wait): New functions.
4587         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4588
4589         * nnimap.el (nnimap-logout-timeout): New server variable.
4590         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4591         nnimap-logout-timeout.
4592
4593         * gnus-art.el (gnus-article-summary-command-nosave)
4594         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4595
4596 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4597
4598         * gnus.el (gnus-maximum-newsgroup): New variable.
4599
4600         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4601         according to gnus-maximum-newsgroup.
4602
4603         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4604         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4605         Limit the range of articles according to gnus-maximum-newsgroup.
4606
4607 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4608
4609         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4610         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4611         Don't perform gnus-configure-windows here; reuse existing sticky
4612         article buffer.
4613
4614         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4615         it doesn't exist in gnus-article-mode.
4616
4617 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4618
4619         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4620         (gnus-agent-decoded-group-name): New function.
4621         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4622         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4623
4624 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4625
4626         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4627         Add binding for gnus-sticky-article.
4628         (gnus-summary-exit): Don't kill sticky article buffers.
4629
4630         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4631         article buffer.
4632         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4633         (gnus-kill-sticky-article-buffers): New commands.
4634
4635 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4636
4637         * nntp.el (nntp-xref-number-is-evil): New server variable.
4638         (nntp-find-group-and-number): If it is non-nil, don't trust article
4639         numbers in the Xref header.
4640
4641 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4642
4643         * gnus-agent.el (gnus-agent-read-group): New function.
4644         (gnus-agent-flush-group, gnus-agent-expire-group)
4645         (gnus-agent-regenerate-group): Use it.
4646         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4647         nnmail-pathname-coding-system.
4648
4649 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4650
4651         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4652
4653         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4654         that are unread as unread, and also as selected so that information of
4655         marks having been changed by a user may be updated when exiting group.
4656
4657 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4658
4659         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4660         calculated ignoring signature parts to gnus-treat-article.
4661
4662 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4663
4664         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4665         a point here in order to keep the window start.
4666         (gnus-insert-mime-security-button): Make a button overlay without the
4667         front stickiness.
4668         (gnus-mime-display-security): Goto the end of a button.
4669
4670         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4671
4672 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4673
4674         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4675         group-name-at-point.
4676         (gnus-group-completing-read): New function that offers decoded
4677         non-ASCII group names for completion.
4678         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4679         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4680         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4681         (gnus-group-fetch-control): Use it.
4682         (gnus-fetch-group): Use group-name-at-point for the initial value
4683         rather than the default value; use gnus-alive-p.
4684
4685         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4686         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4687         (gnus-summary-post-news): Use gnus-group-completing-read.
4688
4689         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4690         (gnus-read-move-group-name): Decode group name for completion.
4691
4692 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4693
4694         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4695         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4696         Yamaoka slightly modified the code).
4697
4698 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4699
4700         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4701         (nnmail-split-incoming): Bind it.
4702
4703         * nnml.el (nnml-group-name-charset): New function.
4704         (nnml-decoded-group-name): Use it; don't decode group name if
4705         nnmail-group-names-not-encoded-p is non-nil.
4706         (nnml-encoded-group-name): New function.
4707         (nnml-group-pathname): Inline nnml-decoded-group-name.
4708         (nnml-request-expire-articles): Decode group name in message.
4709         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4710         nnmail-pathname-coding-system.
4711         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4712         not decoded ones according to nnmail-group-names-not-encoded-p.
4713         (nnml-generate-active-info): Use nnml-encoded-group-name.
4714
4715 2007-08-08  Glenn Morris  <rgm@gnu.org>
4716
4717         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4718         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4719         doc-strings and comments.
4720
4721 2007-07-25  Glenn Morris  <rgm@gnu.org>
4722
4723         * Relicense all FSF files to GPLv3 or later.
4724
4725 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4726
4727         * gnus-sum.el (gnus-summary-move-article): Make
4728         gnus-summary-respool-article work.
4729
4730 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4731
4732         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4733         string.
4734
4735 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4736
4737         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4738         that should be ignored when comparing distant RSS articles with local
4739         ones.
4740         (nnrss-make-hash-index): New function.  Create a hash index according
4741         to the ignored fields.
4742         (nnrss-check-group): Use it.
4743
4744 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4745
4746         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4747
4748         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4749
4750         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4751         the new optional argument ENCODED is non-nil.
4752         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4753         coding system for encoding group name.
4754         (gnus-group-make-rss-group): Pass un-encoded group name to
4755         gnus-group-make-group.
4756         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4757         encoded.
4758
4759         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4760         Encode group name to which articles are moved or copied.
4761         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4762         coding system for encoding Newsgroup, Followup-To and Xref headers.
4763
4764         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4765         marks; use nnheader-file-coding-system to write a file.
4766         (nnagent-retrieve-headers): Bind file-name-coding-system to
4767         nnmail-pathname-coding-system.
4768
4769         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4770
4771         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4772         (nnml-request-article, nnml-request-create-group)
4773         (nnml-request-rename-group, nnml-find-id)
4774         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4775         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4776         (nnml-save-marks): Use nnml-group-pathname instead of
4777         nnmail-group-pathname.
4778
4779         (nnml-request-create-group, nnml-request-expire-articles)
4780         (nnml-request-move-article, nnml-request-delete-group)
4781         (nnml-deletable-article-p, nnml-possibly-create-directory)
4782         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4783         (nnml-open-marks): Bind file-name-coding-system to
4784         nnmail-pathname-coding-system.
4785
4786         (nnml-request-article): Pass server argument to nnml-find-group-number.
4787         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4788         server argument to nnml-possibly-create-directory.
4789         (nnml-request-accept-article): Pass server argument to
4790         nnml-active-number and nnml-save-mail.
4791         (nnml-find-group-number): Pass server argument to nnml-find-id.
4792         (nnml-request-update-info): Pass server argument to
4793         nnml-marks-changed-p.
4794
4795         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4796         (nnml-save-mail, nnml-active-number): Add server argument.
4797
4798         (nnml-request-delete-group): Warn if group is missing.
4799         (nnml-get-nov-buffer): Decode group name.
4800         (nnml-generate-active-info): Encode group name.
4801         (nnml-open-marks): Decode group name in messages.
4802
4803 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4804
4805         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4806         if it is not specified.
4807         (gnus-article-pipe-part, gnus-article-save-part)
4808         (gnus-article-interactively-view-part, gnus-article-copy-part)
4809         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4810         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4811         (gnus-article-replace-part, gnus-article-delete-part)
4812         (gnus-article-view-part-as-type): Pass raw prefix argument to
4813         gnus-article-part-wrapper.
4814
4815 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4816
4817         * gnus-agent.el (gnus-agent-save-active): Bind
4818         nnheader-file-coding-system to gnus-agent-file-coding-system.
4819
4820         * gnus-cache.el (gnus-cache-save-buffers)
4821         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4822         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4823         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4824         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4825         (gnus-cache-generate-active, gnus-cache-rename-group)
4826         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4827         (gnus-cache-update-overview-total-fetched-for): Bind
4828         file-name-coding-system to nnmail-pathname-coding-system.
4829         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4830         variables.
4831         (gnus-cache-decoded-group-name): New function.
4832         (gnus-cache-file-name): Use it.
4833         (gnus-cache-generate-active): Use non-decoded group name for active.
4834
4835         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4836         right place.
4837         (gnus-write-active-file): Don't break non-ASCII group names.
4838
4839         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4840         nnmail-pathname-coding-system.
4841
4842         * lpath.el: Bind default-file-name-coding-system,
4843         file-name-coding-system and language-info-alist for XEmacs.
4844
4845         * gnus-uu.el (gnus-uu-decode-save): Typo.
4846
4847 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4848
4849         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4850
4851 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4852
4853         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4854         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4855         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4856         (gnus-agent-flush-group, gnus-agent-flush-cache)
4857         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4858         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4859         (gnus-agent-retrieve-headers, gnus-agent-request-article)
4860         (gnus-agent-regenerate-group)
4861         (gnus-agent-update-files-total-fetched-for)
4862         (gnus-agent-update-view-total-fetched-for): Bind
4863         file-name-coding-system to nnmail-pathname-coding-system.
4864         (gnus-agent-group-pathname): Don't encode file names by
4865         nnmail-pathname-coding-system.
4866         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4867         coding-system-for-write instead of buffer-file-coding-system to
4868         gnus-agent-file-coding-system.
4869
4870         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4871         Decode group name.
4872
4873         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4874
4875         * gnus-start.el (gnus-update-active-hashtb-from-killed)
4876         (gnus-read-newsrc-el-file): Make group names unibyte.
4877
4878         * nnmail.el (nnmail-group-pathname): Don't encode file names by
4879         nnmail-pathname-coding-system.
4880
4881         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4882         (nnrss-request-delete-group): Bind file-name-coding-system to
4883         nnmail-pathname-coding-system.
4884         (nnrss-read-server-data, nnrss-read-group-data): Bind
4885         file-name-coding-system correctly.
4886         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
4887
4888         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
4889         (nntp-server-to-method-cache): New variable.
4890         (nntp-group-pathname): New function that decodes non-ASCII group names.
4891         (nntp-possibly-create-directory, nntp-marks-changed-p)
4892         (nntp-save-marks, nntp-open-marks): Use it.
4893         (nntp-possibly-create-directory, nntp-open-marks):
4894         Bind file-name-coding-system to nnmail-pathname-coding-system.
4895         (nntp-open-marks): Decode group names when bootstrapping marks.
4896
4897         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
4898         Newsgroups and Folowup-To headers.
4899
4900 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4901
4902         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4903         (gnus-server-closed-face, gnus-server-denied-face)
4904         (gnus-server-offline-face): Remove variable.
4905         (gnus-server-font-lock-keywords): Use faces that are not aliases.
4906
4907         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4908         of modifying message-stack directly for XEmacs.
4909
4910         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4911         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4912         if the coding-system argument is nil for XEmacs.
4913
4914         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4915         mm-charset-override-alist.
4916
4917         * rfc2047.el: Don't require base64; require rfc2045 for the function
4918         rfc2045-encode-string.
4919         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4920         to quote the parameter value.
4921
4922 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4923
4924         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4925         form in gnus-group-name-charset-method-alist.
4926
4927         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4928         overrides the default layout edit-form.
4929
4930         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
4931
4932         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
4933
4934 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4935
4936         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
4937         as unfetched articles.
4938
4939 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
4940
4941         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
4942
4943 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4944
4945         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
4946         original back end that keeps marks in the local system.
4947
4948 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4949
4950         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
4951         arg of pop-to-buffer for XEmacs.
4952         (gnus-article-read-summary-keys): Ditto; don't restore window
4953         configuration if summary command ends up with neither article buffer
4954         nor summary buffer; describe bindings if summary keys end with C-h.
4955
4956 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4957
4958         * message.el (message-fix-before-sending): Skip raw message part to be
4959         forwarded while checking illegible text.
4960         (message-forward-make-body-mime, message-forward-make-body): Mark
4961         signed or encrypted raw message as having no illegible text.
4962
4963 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4964
4965         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
4966         (gnus-message-with-timestamp-1): New macro.
4967         (gnus-message-with-timestamp): New function.
4968         (gnus-message): Use them.
4969
4970         * nnheader.el (nnheader-message): Use them.
4971
4972 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
4973
4974         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
4975         .newsrc.eld file.
4976
4977 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4978
4979         * gnus-agent.el (gnus-agent-fetch-headers)
4980         (gnus-agent-retrieve-headers): Bind
4981         gnus-decode-encoded-address-function to identity.
4982
4983         * nntp.el (nntp-send-xover-command): Recognize an xover command is
4984         available also when the server returns simply a dot.
4985
4986         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
4987
4988 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4989
4990         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
4991
4992 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4993
4994         * gnus-ems.el (gnus-x-splash): Make it work.
4995
4996         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
4997         from being used.
4998
4999         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5000
5001 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5002
5003         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5004         4th and the 5th arguments.
5005
5006         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5007         the front stickiness.
5008         (gnus-article-summary-command-nosave): Correct the order of the
5009         arguments passed to pop-to-buffer.
5010         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5011         summary command ends up with the article buffer.
5012
5013         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5014         the same faces.
5015
5016 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5017
5018         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5019
5020 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5021
5022         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5023         * gnus-sum.el (gnus-summary-highlight):
5024         * pgg.el (pgg-sign-region, pgg-sign):
5025         * mail-source.el (mail-source-delete-old-incoming-confirm):
5026         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5027
5028 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5029
5030         * gnus-art.el (gnus-mime-view-part-externally)
5031         (gnus-mime-view-part-internally): Fix predicate function passed to
5032         completing-read.
5033
5034         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5035
5036         * gnus.el (gnus-update-message-archive-method): Add :version.
5037
5038 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5039
5040         * gnus.el (gnus-update-message-archive-method): New variable.
5041
5042         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5043         according to gnus-message-archive-method if
5044         gnus-update-message-archive-method is non-nil.
5045
5046 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5047
5048         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5049         by Loic Dachary <loic@dachary.org>.
5050         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5051
5052 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5053
5054         * message.el (message-pop-to-buffer): Add switch-function argument.
5055         (message-mail): Pass switch-function argument to it.
5056
5057 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5058
5059         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5060         Improve doc string.
5061
5062 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5063
5064         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5065         (gnus-header-content)
5066         * gnus-cite.el (gnus-cite-10)
5067         * gnus-srvr.el (gnus-server-closed)
5068         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5069         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5070         (gnus-group-mail-3-empty, gnus-group-mail-low)
5071         (gnus-group-mail-low-empty, gnus-splash)
5072         * message.el (message-header-to, message-header-cc)
5073         (message-header-subject, message-header-other, message-header-name)
5074         (message-header-xheader, message-separator, message-cited-text)
5075         (message-mml): Lighten colors of faces used for dark background.
5076
5077 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5078
5079         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5080         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5081
5082 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5083
5084         * message.el (message-narrow-to-headers-or-head):
5085         Ignore mail-header-separator in the body.
5086
5087 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5088
5089         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5090         same as window size.
5091
5092 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5093
5094         * message.el (message-font-lock-keywords): Use message-header-xheader
5095         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5096         ahead of the anything pattern, to get it recognised.
5097
5098 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5099
5100         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5101         spam.el loads uses it in the compiled defadvice form.
5102
5103 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5104
5105         * gnus-sum.el (gnus-articles-to-read)
5106         (gnus-summary-insert-old-articles): Don't truncate group name for
5107         `read-string'.
5108
5109         * gnus-util.el (gnus-limit-string): Delete this function.
5110
5111         * gnus-sum.el (gnus-simplify-subject-fully): Use
5112         `truncate-string-to-width' instead.
5113
5114 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5115
5116         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5117         if, on summary exit, the next group has to be selected.
5118         (gnus-summary-exit): Use it.
5119
5120 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5121
5122         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5123         non-break space.
5124
5125 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5126
5127         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5128         Check if group is not a directory.
5129         (nnfolder-request-expire-articles): Don't delete articles if the target
5130         group is not available.
5131
5132         * nnml.el (nnml-request-create-group): Properly check if group is not a
5133         file.
5134         (nnml-request-expire-articles): Don't delete articles if the target
5135         group is not available.
5136
5137         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5138         Don't quote characters that are within parentheses.
5139
5140 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5141
5142         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5143         (gnus-handle-ephemeral-exit): Select article according to it.
5144
5145 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5146
5147         * message.el (message-insert-formated-citation-line): Remove newline.
5148         (message-citation-line-format): Add final \n here so that the user can
5149         avoid a blank line.
5150
5151 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5152
5153         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5154         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5155         Update lanl/arXiv support.
5156
5157 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5158
5159         * gnus.el: Bump version number.
5160
5161 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5162
5163         * gnus.el (gnus-version-number): Bump version.
5164
5165 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5166
5167         * gnus.el: No Gnus v0.6 is released.
5168
5169 2007-04-27  Didier Verna  <didier@xemacs.org>
5170
5171         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5172         * gmm-utils.el (gmm-regexp-concat): here.
5173         * message.el: Don't require 'gnus-util.
5174         (message-dont-reply-to-names): Handle name change above.
5175         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5176
5177 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5178
5179         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5180         since the initial value varies according to the system.
5181
5182 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5183
5184         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5185
5186 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5187
5188         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5189
5190 2007-04-24  Didier Verna  <didier@xemacs.org>
5191
5192         Improve the type of gnus-ignored-from-addresses.
5193         * gnus-util.el (gnus-orify-regexp): New function.
5194         * message.el (gnus-util): Require it.
5195         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5196         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5197         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5198
5199 2007-04-24  Didier Verna  <didier@xemacs.org>
5200
5201         * gnus-sum.el:
5202         * gnus-utils.el: Fix some trailing whitespaces.
5203
5204 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5205
5206         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5207         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5208         article's Message-ID; refer parent article in summary buffer.
5209
5210         * message.el (message-bounce): Call mime-to-mml.
5211
5212         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5213         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5214         optimize and/or forms properly.
5215
5216 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5217
5218         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5219         URL.
5220
5221 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5222
5223         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5224
5225 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5226
5227         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5228         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5229         displayed of multipart/alternative part if it is invoked from summary
5230         buffer.
5231
5232         * mm-view.el (mm-inline-text-html-render-with-w3m)
5233         (mm-inline-text-html-render-with-w3m-standalone)
5234         (mm-inline-render-with-function): Use mail-parse-charset by default.
5235
5236 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5237
5238         * parse-time.el (parse-time-string-chars): Check if CHAR
5239         is less than the length of parse-time-syntax.
5240
5241 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5242
5243         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5244         from gnus-newsgroup-processable.
5245
5246 2007-04-16  Didier Verna  <didier@xemacs.org>
5247
5248         * gnus-msg.el (gnus-configure-posting-styles): Handle
5249         message-signature-directory properly with :file syntax.  Reported by
5250         "Leo".
5251
5252 2007-04-11  Didier Verna  <didier@xemacs.org>
5253
5254         New user option: message-signature-directory.
5255         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5256         * message.el (message-insert-signature): Ditto.
5257         * message.el (message-signature-file): Doc update.
5258         * message.el (message-signature-directory): New.
5259
5260 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5261
5262         * gnus-msg.el (gnus-inews-yank-articles): Use
5263         message-exchange-point-and-mark instead of exchange-point-and-mark.
5264
5265 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5266
5267         * message.el (message-yank-original): Make sure cited text ends with
5268         newline; don't exchange point and mark.
5269
5270 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5271
5272         * tls.el (open-tls-stream): Properly handle case where there
5273         is no associated buffer.
5274
5275 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5276
5277         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5278         message-yank-original, make sure (< mark TEXT point).
5279
5280 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5281
5282         * message.el (message-fill-column): New variable.
5283         (message-mode): Use it.  Add comment on a possible new hook.
5284
5285         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5286         (nnmail-get-new-mail): Reformat.
5287
5288         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5289
5290         * gmm-utils.el: Fix Commentary.
5291         (gmm-tool-bar-from-list): Fix typo in doc string.
5292
5293 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5294
5295         * message.el (message-yank-original): Don't switch point and mark
5296         unnecessarily to put point and mark as documented.
5297
5298 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5299
5300         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5301         from the message heads.
5302
5303 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5304
5305         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5306         article buffer does not have a window.  This may not be the best
5307         solution but is certainly better than setting the start of the null,
5308         that is the current, window.
5309
5310 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5311
5312         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5313         (gnus-draft-setup): Run it.
5314
5315         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5316         gnus-score-fast-scoring.  Allow regexp.
5317         (gnus-score-headers): Use it.
5318
5319         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5320         XEmacs.
5321
5322         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5323         string.
5324         (gnus-button-alist): Also catch `<f1> k ...'.
5325         (gnus-treat-display-x-face): Fix doc string.
5326
5327 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5328
5329         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5330         evaluation of gnus-extended-version to ensure correct generation of the
5331         User-Agent header when message-generate-headers-first is used.
5332
5333 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5334
5335         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5336         hashcash-path is nil.  Don't call callback with incorrect number of
5337         parameters if val is 0.
5338
5339 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5340
5341         * message.el (message-required-news-headers):
5342         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5343
5344 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5345
5346         * tls.el (open-tls-stream): In handshake-waiting loop,
5347         don't wait more if there is output available to process.
5348
5349 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5350
5351         * tls.el (tls-program): Doc fix.
5352
5353 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5354
5355         * message.el (message-generate-new-buffers): Change the meaning of the
5356         nil value; add `standard' to the choices; treat t as `unique'; improve
5357         doc string.
5358         (gnus-select-frame-set-input-focus): Autoload.
5359         (message-buffer-name): Search for the existing message buffer if
5360         message-generate-new-buffers is nil or `standard'; treat the value t of
5361         message-generate-new-buffers as `unique'.
5362         (message-pop-to-buffer): Raise the frame already displaying the message
5363         buffer; clear the echo area after querying.
5364         (message-setup): Pass the `continue' argument to compose-mail.
5365         (message-mail): Prefer `switch-function' if it is given; search for the
5366         existing message buffer if the `continue' argument is non-nil; pass
5367         continue and switch-function arguments to compose-mail by way of
5368         message-setup.
5369         (message-mail-other-window): Adjust argument of message-setup.
5370         (message-mail-other-frame): Ditto.
5371
5372 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5373
5374         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5375         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5376         to turn font-lock on when turning gnus-message-citation-mode on.
5377
5378 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5379
5380         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5381         (mml-smime-function-alist): New variable; add epg as the backend.
5382         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5383         mml-smime- functions instead.
5384         * mm-view.el: Require smime.
5385
5386 2007-03-05  Didier Verna  <didier@xemacs.org>
5387
5388         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5389         instead of just inheritance for posting styles.
5390         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5391
5392 2007-02-24  Chris Moore  <dooglus@gmail.com>
5393
5394         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5395         * pgg-pgp.el (pgg-pgp-encrypt-region):
5396         * pgg-gpg.el (pgg-gpg-encrypt-region):
5397         Check pgg-encrypt-for-me if no other recipients.
5398
5399 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5400
5401         * tls.el (tls-certtool-program): Fix custom type.
5402
5403 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5404
5405         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5406         and point-at-eol instead of line-(beginning|end)-position.
5407
5408         * assistant.el (assistant-parse-buffer): Ditto.
5409
5410         * netrc.el (netrc-parse-services): Ditto.
5411
5412 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5413
5414         * mml2015.el (mml2015-epg-find-usable-key): New function.
5415         (mml2015-epg-sign): Use it.
5416         (mml2015-epg-encrypt): Use it.
5417
5418 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5419
5420         * message.el (message-make-in-reply-to): Quote name containing
5421         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5422         if there are special characters.  Reported by NAKAJI Hiroyuki
5423         <nakaji@jp.freebsd.org>.
5424
5425 2007-02-27  Didier Verna  <didier@xemacs.org>
5426
5427         Include the group parameters as well as the topic ones in the
5428         inheritance filter process.
5429         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5430         argument GROUP-PARAMS-LIST.
5431         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5432
5433 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5434
5435         * nntp.el (nntp-never-echoes-commands)
5436         (nntp-open-connection-functions-never-echo-commands): New variables.
5437         (nntp-send-command): Use them.
5438
5439 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5440
5441         * mml2015.el (mml2015-epg-verify): Simplified.
5442
5443 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5444
5445         * mml.el (mml-content-disposition-alist): New user option.
5446         (mml-content-disposition): New function.
5447         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5448         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5449
5450 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5451
5452         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5453         verification.
5454
5455 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5456
5457         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5458         articles posted in the last 24 hours.
5459
5460 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5461
5462         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5463
5464 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5465
5466         * nntp.el (nntp-send-command): Don't wait for echoes when
5467         nntp-open-ssl-stream is used.
5468
5469 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5470
5471         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5472         (gnus-message-add-citation-keywords)
5473         (gnus-message-remove-citation-keywords): Remove.
5474         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5475         directly, make the variables in font-lock-defaults buffer-local, add
5476         gnus-message-citation-keywords to them and then update the value of
5477         font-lock-keywords.
5478
5479 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5480
5481         * message.el (message-cite-original-1): Don't call
5482         gnus-article-highlight-citation.
5483
5484         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5485         citations; fix line count.
5486
5487 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5488
5489         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5490         (gnus-message-add-citation-keywords)
5491         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5492         versions of font-lock-add-keywords and font-lock-remove-keywords to
5493         work with XEmacs correctly.
5494
5495 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5496
5497         * gnus-cite.el (gnus-cite-face-list): Set the values of
5498         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5499         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5500         (gnus-message-cite-prefix-regexp): New variable.
5501         (gnus-message-search-citation-line): Use it; protect against long
5502         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5503         the 0th match data for Emacs.
5504         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5505         (gnus-message-add-citation-keywords): Append keywords rather than
5506         prepending; emulate font-lock-add-keywords if it is not available.
5507         (gnus-message-remove-citation-keywords): Emulate
5508         font-lock-remove-keywords if it is not available.
5509
5510         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5511
5512         * message.el (message-cite-prefix-regexp): Set the value of
5513         gnus-message-cite-prefix-regexp.
5514
5515 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5516
5517         * nnweb.el (nnweb-google-parse-1): Update parser.
5518
5519 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5520
5521         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5522
5523 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5524
5525         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5526         regexp.
5527
5528 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5529
5530         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5531         string-to-multibyte.
5532         (uudecode-decode-region-internal): Use it.
5533
5534         * lpath.el: Fbind string-as-multibyte for XEmacs.
5535
5536 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5537
5538         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5539         custom choice.
5540
5541         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5542
5543 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5544
5545         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5546
5547         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5548         `write-region' to respect `mm-inhibit-file-name-handlers'.
5549
5550 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5551
5552         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5553         Use gnus-home-directory instead of "~/" or "$HOME".
5554
5555 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5556
5557         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5558         to mention filename.
5559         Add comments at beginning regarding usage.
5560         (encrypt-write-file-contents): Change interactive so a string is
5561         acceptable.  If the file has no associated model, show an error instead
5562         of a nonsense prompt.
5563
5564 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5565
5566         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5567         Thanks to Yoshihiko Yamada for kind notification of this typo.
5568
5569 2007-01-12  Kenichi Handa  <handa@m17n.org>
5570
5571         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5572         multibyte buffer.
5573
5574 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5575
5576         * gnus-score.el (gnus-score-fast-scoring): New variable.
5577         (gnus-score-headers): Use it.
5578
5579         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5580
5581         * message.el (message-cite-original-1): Call
5582         gnus-article-highlight-citation if requested.
5583         (message-make-from): Allow name and address as optional arguments.
5584
5585         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5586
5587         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5588         bugs to doc string.
5589         (gnus-button-alist): Add mid\\|message-id.
5590         (gnus-button-fetch-group): Extend for use in
5591         `browse-url-browser-function'.
5592         (gnus-button-url-regexp): Try to catch paired parentheses like in
5593         Wikipedia URLs.
5594
5595         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5596         Suggested by Simon Krahnke <overlord@gmx.li>.
5597
5598 2007-01-13  Romain Francoise  <romain@orebokech.com>
5599
5600         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5601         Update copyright.
5602
5603 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5604
5605         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5606
5607 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5608
5609         * gnus-registry.el (gnus-registry-unfollowed-groups)
5610         (gnus-registry-split-fancy-with-parent): Fix documentation.
5611
5612 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5613
5614         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5615         from nnweb groups.
5616
5617 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5618
5619         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5620         Xref urls.  Erase buffer before requesting head.
5621
5622 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5623
5624         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5625         customizable.
5626
5627 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5628
5629         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5630         no signing key is found.
5631         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5632         no encrypting and/or signing key is found.
5633
5634 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5635
5636         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5637
5638 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5639
5640         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5641         headers read from disk with the ones newly found in the current search.
5642         This should no longer cause problems, because the article numbers in
5643         Gmane's `nov.php' output are ignored since the previous change.
5644
5645 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5646
5647         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5648
5649 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5650
5651         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5652         replace-regexp-in-string; bind url-version; fbind display-images-p and
5653         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5654         find-face and set-itimer-function for Emacs; bind itimer-list for
5655         Emacs.
5656
5657         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5658
5659 2007-01-01  Romain Francoise  <romain@orebokech.com>
5660
5661         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5662
5663 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5664
5665         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5666         `define-minor-mode' macro definition expanded properly.
5667         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5668         exclude it there.
5669
5670         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5671         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5672         `fboundp' test.
5673         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5674         This is OK to autoload in (S)XEmacs now.
5675
5676 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5677
5678         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5679         keystroke.
5680         (gnus-summary-limit-to-singletons): Fix typo.
5681
5682         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5683         else fails.
5684
5685 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5686
5687         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5688         docstring.
5689
5690         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5691         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5692         (gnus-summary-insert-dormant-articles): Fix typo in message.
5693
5694 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5695
5696         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5697         nil for XEmacs.
5698         (gnus-message-citation-mode): Don't autoload in XEmacs.
5699
5700         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5701
5702 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5703
5704         * nnimap.el (nnimap-expunge-search-string): Mention
5705         nnimap-search-uids-not-since-is-evil in docstring.
5706
5707 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5708
5709         * spam.el: Revert to make-obsolete-variable because
5710         define-obsolete-variable-alias is not supported in Emacs 21.
5711
5712         * spam.el (spam-ifile-path, spam-ifile-database-path)
5713         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5714         make-obsolete-variable.
5715         (spam-bsfilter-path, spam-bsfilter-program)
5716         (spam-spamassassin-path, spam-spamassassin-program)
5717         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5718         use "path" inappropriately.
5719         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5720         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5721         variable names.
5722
5723 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5724
5725         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5726         summary buffer.
5727
5728         * password.el (password-cache-remove): Use clear-string to burn
5729         password, if available.
5730
5731 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5732
5733         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5734
5735         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5736
5737         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5738         (gnus-message-highlight-citation): Move defcustom here from
5739         gnus-cite.el.
5740         (gnus-message-citation-mode): Autoload.
5741
5742         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5743         checks to make it compile with XEmacs.
5744         (gnus-message-citation-mode): New minor mode.
5745         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5746         (gnus-message-highlight-citation): New variables.
5747         (gnus-message-search-citation-line)
5748         (gnus-message-add-citation-keywords)
5749         (gnus-message-remove-citation-keywords)
5750         (turn-on-gnus-message-citation-mode)
5751         (turn-off-gnus-message-citation-mode): New functions.
5752
5753 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5754
5755         * gnus-cite.el: Enable highlighting of different citation levels in
5756         message-mode.
5757
5758 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5759
5760         * message.el (message-make-fqdn): Fix comment.
5761         (message-bogus-system-names): Add ".local".
5762
5763         * spam.el (spam-ifile-path, spam-ifile-program)
5764         (spam-ifile-database-path, spam-ifile-database)
5765         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5766         Don't use "path" inappropriately.
5767         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5768         strings.
5769         (spam-check-ifile, spam-ifile-register-with-ifile)
5770         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5771         new variable names.
5772
5773         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5774         (gnus-treat-display-smileys): Simplify using
5775         gnus-image-type-available-p.
5776
5777         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5778         available.
5779
5780         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5781         `display-images-p' if available.
5782
5783 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5784
5785         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5786         one after turning on the buffer's multibyteness instead of decoding
5787         them directly in the unibyte buffer that causes unexpected conversion
5788         in Emacs 23 (unicode).
5789
5790 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5791
5792         * message.el (message-generate-hashcash): Fix custom type.
5793
5794 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5795
5796         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5797
5798 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5799
5800         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5801         disconnect icons.  Add help text.
5802
5803 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5804
5805         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5806         negated to be consistent with the others we handle.
5807
5808 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5809
5810         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5811         version of gnus-summary-buffer to something, so that we can use two
5812         article buffers at the same time.
5813
5814 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5815
5816         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5817         trigger all the extra headers.
5818         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5819         sorting.
5820
5821 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5822
5823         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5824         solid groups.
5825
5826 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5827
5828         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5829
5830 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5831
5832         * legacy-gnus-agent.el: Add Copyright notice.
5833
5834 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5835
5836         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5837
5838 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5839
5840         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5841
5842         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5843         to make it work reliably in CVS Emacs.
5844         (gnus-summary-limit-strange-charsets-predicate)
5845         (gnus-summary-limit-to-predicate): New functions.
5846
5847 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5848
5849         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5850         specifying array size.
5851         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5852         array if it is too small.
5853         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5854         (gnus-sort-threads-loop): New function.
5855
5856 2006-12-06  Chris Moore  <dooglus@gmail.com>
5857
5858         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5859         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5860
5861 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5862
5863         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5864         options.
5865
5866 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5867
5868         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5869         DOS-ing the recipient.
5870
5871         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5872         the headers when creating the mapping to avoid mismappings.
5873         (nnweb-gmane-create-mapping): Always nix out old mapping.
5874
5875 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5876
5877         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5878         and mm-verify-option to never.
5879
5880 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5881
5882         * message.el (message-signed-or-encrypted-p): New function.
5883         (message-forward-make-body): Use it.
5884
5885         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
5886         Replace encode-coding-string with mm-encode-coding-string.
5887
5888 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5889
5890         * nneething.el (nneething-decode-file-name): Replace
5891         decode-coding-string with mm-decode-coding-string.
5892
5893         * gnus-int.el (gnus-open-server): Say failed server's name.
5894
5895 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5896
5897         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5898         strings to a single string.  Quote `errors-file-name'.
5899         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5900         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5901         Adjust calls.  Use `shell-quote-argument'.
5902
5903 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5904
5905         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
5906         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5907
5908         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5909         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5910         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5911         (gnus-group-make-directory-group, gnus-group-transpose-groups):
5912         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5913         (gnus-subscribe-newsgroup, gnus-1):
5914         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5915         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5916         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5917         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5918
5919 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5920
5921         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5922         keystroke.
5923         (gnus-summary-limit-to-bodies): Implement headersp.
5924
5925 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5926
5927         * dns.el (query-dns): Protect against "Process dns deleted" strings.
5928
5929 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5930
5931         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
5932
5933 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5934
5935         * message.el (message-generate-hashcash): Expand range of values to
5936         include `opportunistic'.
5937         (message-send-mail): Use it.
5938
5939 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5940
5941         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
5942         and comment it.
5943
5944         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
5945
5946 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
5947
5948         * gnus-util.el (gnus-extract-address-components): Improve comment.
5949
5950 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5951
5952         * gnus-util.el (gnus-extract-address-components): Work with address in
5953         which the name portion contains @.
5954
5955         * lpath.el: Fbind custom-autoload.
5956
5957 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5958
5959         * gnus.el (gnus-start): Move custom group up.
5960         (gnus-select-method): Don't autoload, but make it available for
5961         `customize-variable'.
5962         (gnus-getenv-nntpserver): Don't autoload.
5963
5964 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
5965
5966         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
5967
5968 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5969
5970         * message.el (message-sendmail-extra-arguments): New variable.
5971         (message-send-mail-with-sendmail): Use it.
5972
5973 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5974
5975         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
5976         mm-with-unibyte-current-buffer to make string unibyte.
5977
5978         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
5979         mm-string-as-multibyte.
5980
5981 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
5982
5983         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
5984         Reported by Werner Koch <wk@gnupg.org>.
5985
5986 2006-11-14  Daiki Ueno  <ueno@p360>
5987
5988         * mml2015.el: Autoload epa-select-keys when compiling.
5989
5990 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5991
5992         * mml2015.el (mml2015-epg-sign): Save the signing keys in
5993         message-options.
5994         (mml2015-epg-encrypt): Save the recipient keys in message-options.
5995
5996 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5997
5998         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
5999         EasyPG (< 0.0.6).
6000         (mml2015-always-trust): New user option.
6001         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6002         prompt.
6003
6004 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6005
6006         * nntp.el (nntp-authinfo-force): New variable.
6007         (nntp-send-authinfo): Use it.
6008
6009 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6010
6011         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6012         decode encoded words.  Improve prompt.  Add comment about forwarding.
6013         (message-replacement-char): Move up.
6014
6015 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6016
6017         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6018         instead of gnus-intersection because arguments of gnus-sorted-nunion
6019         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6020
6021 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6022
6023         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6024         (message-simplify-subject-functions): Enable
6025         message-strip-subject-encoded-words by default.
6026
6027 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6028
6029         * message.el (message-strip-subject-encoded-words): New function.
6030         (message-simplify-subject-functions): New variable.
6031         (message-simplify-subject): Use it.  Fix typo in doc string.
6032         Support message-strip-subject-encoded-words.
6033
6034 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6035
6036         * gnus-diary.el (gnus-diary-delay-format-function):
6037         * nndiary.el (nndiary-reminders):
6038         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6039
6040 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6041
6042         * gnus-art.el (article-hide-boring-headers): Fetch date from
6043         gnus-original-article-buffer to avoid problems with localized date
6044         strings.
6045
6046 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6047
6048         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6049
6050 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6051
6052         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6053         New variables.
6054         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6055         (mm-charset-synonym-alist): Move some entries to
6056         mm-codepage-iso-8859-list.
6057         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6058         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6059
6060 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6061
6062         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6063
6064 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6065
6066         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6067         with Emacs 21 and XEmacs.
6068
6069 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6070
6071         * spam.el (spam-parse-address): New function for better parsing,
6072         catching errors, etc.
6073         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6074
6075 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6076
6077         * mm-view.el: Add interactive arg to html2text autoload.
6078
6079 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6080
6081         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6082
6083 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6084
6085         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6086         variables.
6087         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6088         (mm-charset-synonym-alist): Move some entries to
6089         mm-codepage-iso-8859-list.
6090
6091         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6092
6093 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6094
6095         * message.el (message-citation-line-format)
6096         (message-insert-formated-citation-line): Fix implementation of %E, %N
6097         and %n according to the doc string.
6098
6099 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6100
6101         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6102         car-safe to avoid bad parses.
6103
6104 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6105
6106         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6107         names.
6108
6109         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6110
6111 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6112
6113         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6114         header.
6115
6116         * message.el (message-draft-headers): Add Date.
6117         (message-headers-to-generate): Fix typo in docstring.
6118
6119         * nndraft.el (nndraft-required-headers): New variable.
6120         (nndraft-generate-headers): Use it.
6121
6122         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6123
6124 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6125
6126         * gnus-registry.el (gnus-registry-wash-for-keywords)
6127         (gnus-registry-find-keywords): New functions to allow easy searching of
6128         articles that are in the registry.
6129
6130 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6131
6132         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6133         ietf-drums-parse-address instead of gnus-extract-address-components.
6134         Reported by Damien Elmes <damien@repose.cx>.
6135
6136 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6137
6138         * gnus.el (gnus-mime): Remove unused custom group.
6139
6140 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6141
6142         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6143         "blank line" when searching for end of armor headers.
6144
6145 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6146
6147         * gmm-utils.el (gmm-write-region): Fix variable name.
6148
6149 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6150
6151         * gmm-utils.el (gmm-write-region): New function based on compatibility
6152         code from `mm-make-temp-file'.
6153
6154         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6155
6156         * nnmaildir.el (nnmaildir--update-nov)
6157         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6158         Use `gmm-write-region'.
6159
6160 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6161
6162         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6163         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6164
6165         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6166
6167         * message.el (message-replacement-char): New variable.
6168         (message-fix-before-sending): Use it.
6169         (message-simplify-subject): New function to remove duplicate code.
6170         (message-reply, message-followup): Use it.
6171
6172         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6173         gnus-summary-limit-to-articles.
6174
6175 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6176
6177         * gnus-util.el (gnus-with-local-quit): New macro.
6178
6179         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6180
6181 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6182
6183         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6184         ignore non-string data.
6185
6186 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6187
6188         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6189         non-string data (needs to be done in the registry too).
6190
6191 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6192
6193         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6194         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6195         (gnus-registry-split-fancy-with-parent)
6196         (gnus-registry-fetch-simplified-message-subject-fast)
6197         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6198         Remove text properties on ingress into the registry and when it's saved.
6199         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6200         registry from entries with no groups.
6201
6202 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6203
6204         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6205         function to remove string properties.
6206
6207 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6208
6209         * gmm-utils.el (gmm): Adjust custom version.
6210
6211         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6212         custom version.
6213
6214         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6215
6216 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6217
6218         * gnus-art.el (gnus-insert-prev-page-button)
6219         (gnus-insert-next-page-button): Simplify.  Reformat.
6220
6221 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6222
6223         * gnus-art.el (gnus-insert-prev-page-button)
6224         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6225
6226 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6227
6228         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6229
6230 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6231
6232         * gnus-art.el (gnus-insert-mime-button)
6233         (gnus-insert-mime-security-button):
6234         Apply gnus-article-button-face to MIME and security buttons.
6235
6236 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6237
6238         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6239         readable.
6240
6241 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6242
6243         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6244
6245 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6246
6247         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6248         `browse-url-of-file' instead of `browse-url'.
6249
6250 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6251
6252         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6253         regexp.  Articles containing quotation were cut prematurely.
6254
6255 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6256
6257         * message.el (message-cite-original-1): Use nobody by default for the
6258         value of From header.
6259         (message-reply): Ditto.
6260
6261 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6262
6263         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6264         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6265         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6266
6267 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6268
6269         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6270         mails in the doc string.  Add some URLs in comment.
6271         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6272
6273 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6274
6275         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6276         backslashes handling and the way to find boundaries of quoted strings.
6277
6278 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6279
6280         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6281         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6282         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6283         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6284
6285 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6286
6287         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6288         doc string.
6289         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6290
6291 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6292
6293         * lpath.el: Fbind epg-check-configuration.
6294
6295 2006-09-06  Simon Josefsson  <jas@extundo.com>
6296
6297         * mml2015.el (mml2015-use): Doc fix, mention epg.
6298
6299 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6300
6301         * mml2015.el (mml2015-use): Default to epg, if available.
6302
6303 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6304
6305         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6306         message-sender.
6307         (mml1991-epg-encrypt): Ditto.
6308         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6309         message-sender.
6310         (mml2015-epg-encrypt): Ditto.
6311
6312 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6313
6314         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6315         several common directories.
6316
6317 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6318
6319         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6320         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6321
6322 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6323
6324         * gnus-art.el (article-decode-encoded-words): Make it fast.
6325
6326 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6327
6328         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6329
6330         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6331         in quoted string into `\'.
6332
6333 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6334
6335         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6336         Use standard-syntax-table.
6337
6338 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6339
6340         * gnus-art.el (gnus-decode-address-function): New variable.
6341         (article-decode-encoded-words): Use it to decode headers which are
6342         assumed to contain addresses.
6343         (gnus-mime-delete-part): Remove useless `or'.
6344
6345         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6346         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6347         (gnus-nov-parse-line): Use it to decode From header.
6348         (gnus-get-newsgroup-headers): Ditto.
6349         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6350
6351         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6352         (mail-decode-encoded-address-string): New alias.
6353
6354         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6355         New function.
6356         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6357         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6358         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6359         (rfc2047-decode-string): Ditto.
6360         (rfc2047-decode-address-region): New function.
6361         (rfc2047-decode-address-string): New function.
6362
6363 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6364
6365         * message.el (message-caesar-buffer-body): Allow rotating headers.
6366
6367         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6368
6369         * message.el (message-insert-formated-citation-line): Fix %f.
6370         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6371
6372 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6373
6374         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6375         (gnus-bookmark-mouse-available-p): New macro.
6376         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6377         (gnus-bookmark-bmenu-show-infos): Use it.
6378         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6379         (gnus-bookmark-bmenu-hide-infos): Ditto.
6380         (gnus-bookmark-remove-properties): New function.
6381         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6382         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6383         (gnus-bookmark-write-file): Bind coding-system-for-write.
6384         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6385         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6386         group before selecting it.
6387         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6388         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6389         quit-window if it is not available; use gnus-mouse-2 and bind it to
6390         gnus-bookmark-bmenu-select-by-mouse.
6391         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6392         (gnus-bookmark-bmenu-select-by-mouse): New function.
6393
6394 2006-08-13  Romain Francoise  <romain@orebokech.com>
6395
6396         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6397         space.
6398
6399 2006-08-10  Romain Francoise  <romain@orebokech.com>
6400
6401         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6402         (dns-mode-soa-auto-increment-serial): New user option.
6403         (dns-mode-soa-maybe-increment-serial): New function.
6404         (dns-mode): Add the latter to `write-contents-functions'.
6405
6406 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6407
6408         * compface.el (uncompface): Use binary rather than raw-text-unix.
6409
6410 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6411
6412         * compface.el (uncompface): Make sure the eol conversion doesn't take
6413         place when communicating with the external programs.  Reported by
6414         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6415
6416 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6417
6418         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6419
6420 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6421
6422         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6423         Make it more robust by parsing author and date independently.
6424
6425 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6426
6427         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6428
6429 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6430
6431         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6432         first matching secret key.
6433         (mml2015-epg-encrypt): Ditto.
6434
6435         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6436         first matching secret key.
6437         (mml1991-epg-encrypt): Ditto.
6438
6439         * mml2015.el (mml2015-encrypt-to-self): New user option.
6440         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6441         mml2015-epg-encrypt-to-self is set.
6442
6443         * mml1991.el (mml1991-encrypt-to-self): New variable.
6444         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6445         mml1991-epg-encrypt-to-self is set.
6446
6447         * mml2015.el (mml2015-signers): New user option.
6448         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6449         (mml2015-epg-encrypt): Allow to select signing keys.
6450
6451         * mml1991.el (mml1991-signers): New variable.
6452         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6453         (mml1991-epg-encrypt): Allow to select signing keys.
6454
6455 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6456
6457         * nnheader.el (nnheader-insert-head): Make it work even if the file
6458         uses CRLF for the line-break code.
6459
6460 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6461
6462         * mml2015.el: Require mml-sec instead of password.
6463         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6464         (mml2015-cache-passphrase): Inherit the default value from
6465         mml-secure-cache-passphrase.
6466         (mml2015-passphrase-cache-expiry): Inherit the default value from
6467         mml-secure-passphrase-cache-expiry.
6468
6469         * mml1991.el: Require mml-sec instead of password.
6470         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6471         (mml1991-cache-passphrase): Inherit the default value from
6472         mml-secure-cache-passphrase.
6473         (mml1991-passphrase-cache-expiry): Inherit the default value from
6474         mml-secure-passphrase-cache-expiry.
6475
6476         * mml-sec.el: Require password.
6477         (mml-secure-verbose): New user option.
6478         (mml-secure-cache-passphrase): New user option.
6479         (mml-secure-passphrase-cache-expiry): New user option.
6480
6481 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6482
6483         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6484         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6485         andreas@altroot.de (Andreas Vögele).
6486
6487         FIXME: Use `tiny change'?
6488
6489 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6490
6491         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6492         workaround for the url package included with Emacs.
6493
6494         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6495
6496 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6497
6498         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6499         correctly.  This fixes a bug caused by the 2006-05-12 change.
6500
6501 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6502
6503         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6504         some information about the error when saying that the `bogus' mail
6505         group will be used.
6506
6507 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6508
6509         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6510         string.
6511
6512 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6513
6514         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6515
6516 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6517
6518         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6519
6520 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6521
6522         * mml1991.el (mml1991-function-alist): Add epg.
6523         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6524         (mml1991-epg-encrypt): New functions.
6525
6526 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6527
6528         * mml2015.el (mml2015-verbose): New variable.
6529         (mml2015-cache-passphrase): Ditto.
6530         (mml2015-passphrase-cache-expiry): Ditto.
6531         (mml2015-function-alist): Add epg.
6532         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6533         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6534         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6535         functions.
6536
6537 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6538
6539         * message.el (message-cite-original-1): Preserve region when removing
6540         quoted text due to X-No-Archive in order to avoid bogus attribution
6541         when citing multiple messages.
6542
6543 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6544
6545         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6546         Kenneth Jacker <khj@be.cs.appstate.edu>.
6547
6548 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6549
6550         * gnus-diary.el (gnus-user-format-function-d)
6551         (gnus-user-format-function-D): Autoload.
6552
6553         * imap.el (Commentary): Fix typo.
6554
6555         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6556         2006-04-22 contribution.
6557
6558 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6559
6560         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6561         It didn't really fix the bogosity I'm seeing with solid web groups.
6562
6563 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6564
6565         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6566         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6567         created using server names.  If we use the feature without declaring
6568         it, Gnus does not properly manage server and group state.
6569
6570         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6571         bound.
6572
6573 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6574
6575         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6576         looking up the method using GROUP's prefix before inventing a new one.
6577         It is used on killed/unknown groups in various places where returning
6578         an all-new method isn't expected by the caller.
6579
6580         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6581         and match semantics of gnus-group-real-prefix.
6582
6583 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6584
6585         * nnmail.el (nnmail-broken-references-mailers): New variable.
6586         (nnmail-ignore-broken-references): New function generalizing
6587         nnmail-fix-eudora-headers.
6588         (nnmail-fix-eudora-headers): Now obsolete.
6589
6590         * gnus-art.el (gnus-button-handle-custom): Support
6591         `customize-apropos*'.
6592
6593 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6594
6595         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6596
6597         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6598         articles.
6599
6600 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6601
6602         * message.el (message-cite-reply-above): New variable.
6603         (message-yank-original): Use it.
6604
6605 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6606
6607         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6608
6609 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6610
6611         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6612         as read.
6613
6614         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6615
6616 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6617
6618         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6619         (gnus-bookmark-default-file): Use gnus-directory.
6620         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6621         Remove "*" in doc string.
6622         (gnus-bookmark-write-file): Simplify.
6623         (gnus-bookmark-maybe-sort-alist): Use `when'.
6624         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6625         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6626         FIXME about Emacs 21 and XEmacs compatibility.
6627         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6628         compatibility.
6629         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6630         compatibility.
6631         (gnus-bookmark-menu-heading): Fix version.
6632
6633 2006-06-19  Bastien Guerry  <bzg@altern.org>
6634
6635         * gnus-bookmark.el: New file.
6636
6637 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6638
6639         * message.el (message-syntax-checks): Doc fix.
6640
6641 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6642
6643         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6644         unsubscribed groups as if they were killed ones.  It causes duplicate
6645         entries in gnus-newsrc-alist.
6646
6647 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6648
6649         * message.el (message-syntax-checks): Doc fix.
6650         (message-send-mail): Add check for continuation headers.
6651         (message-check-news-header-syntax): Fix regexp used to check for
6652         continuation headers.
6653
6654 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6655
6656         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6657
6658 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6659
6660         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6661
6662 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6663
6664         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6665         default-truncate-lines.
6666
6667 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6668
6669         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6670         to fill the utf-8 entry.
6671
6672         * lpath.el: Fbind unicode-precedence-list.
6673
6674 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6675
6676         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6677
6678 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6679
6680         * gnus-agent.el (directory-files-and-attributes): Move all the way
6681         forward (the third and final move).
6682         (gnus-agent-read-agentview): Trap reconstruction errors due to
6683         nonexistant directory.  Handle by returning nil.
6684
6685 2006-05-30  Didier Verna  <didier@xemacs.org>
6686
6687         * message.el (message-dont-reply-to-names): Update the custom type.
6688         * message.el (message-dont-reply-to-names): New defsubst: potentially
6689         convert a list of regexps into a single one.
6690         * message.el (message-get-reply-headers): Use it.
6691         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6692
6693 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6694
6695         * gnus-agent.el (directory-files-and-attributes): Move forward.
6696
6697 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6698
6699         * gnus-ml.el (gnus-mailing-list-subscribe)
6700         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6701         (gnus-mailing-list-message): Fix doc strings.
6702
6703 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6704
6705         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6706         of doing it manually.
6707
6708 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6709
6710         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6711         comment.
6712
6713 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6714
6715         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6716         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6717         (gnus-agent-read-local): All symbols allocated in my-obarray.
6718         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6719         (gnus-agent-regenerate-group): Check numeric names to see if they are
6720         messages or groups.
6721         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6722         better way of do this...)
6723
6724         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6725         'dummy.group' (there should be a better way of do this...)
6726
6727 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6728
6729         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6730         (gnus-saved-headers): Ditto.
6731         (gnus-default-article-saver): Mention functions may have properties.
6732         (gnus-article-save): Override gnus-save-all-headers and
6733         gnus-saved-headers by :headers property which saver function may have.
6734         (gnus-summary-save-in-file): Add :headers property.
6735         (gnus-summary-write-to-file): Ditto.
6736
6737         * gnus-sum.el (gnus-summary-save-article): Bind
6738         gnus-prompt-before-saving to t when saving many articles in a file;
6739         always show all headers.
6740
6741         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6742
6743 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6744
6745         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6746         marks.
6747
6748         * message.el (message-indent-citation): Add optional arguments to allow
6749         using it outside of message buffers.
6750
6751         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6752         (gnus-article-treat-unfold-headers): Use it.
6753         (gnus-article-truncate-lines): New variable.
6754         (gnus-article-mode): Use it.
6755         (gnus-article-toggle-truncate-lines): New function.
6756
6757         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6758         gnus-article-toggle-truncate-lines.
6759
6760         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6761         coding system in XEmacs, use binary.
6762
6763 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6764
6765         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6766         after-load-alist.
6767
6768         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6769         this function should save decoded articles.
6770         (gnus-summary-write-to-file): Use property to specify this function
6771         should save decoded articles and specify gnus-summary-save-in-file
6772         should be used to save articles other than the first one when saving
6773         many articles.
6774         (gnus-summary-save-body-in-file): Use property to specify this
6775         function should save decoded articles.
6776         (gnus-summary-write-body-to-file): Use property to specify this
6777         function should save decoded articles and specify
6778         gnus-summary-save-body-in-file should be used to save articles other
6779         than the first one when saving many articles.
6780
6781         * gnus-sum.el (gnus-summary-save-article): Simplify.
6782
6783 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6784
6785         * gnus-art.el (gnus-default-article-saver): Add
6786         gnus-summary-write-body-to-file.
6787         (gnus-article-save-coding-system): Don't use coding system object
6788         in XEmacs.
6789         (gnus-read-save-file-name): Add optional `dir-var' argument which
6790         specifies directory in which files are saved; work even if optional
6791         `variable' argument is not specified.
6792         (gnus-summary-write-to-file): Read file name.
6793         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6794         (gnus-summary-write-body-to-file): New function.
6795
6796         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6797         (gnus-summary-local-variables): Add it.
6798         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6799         (gnus-summary-save-article): Remove optional `decode' argument;
6800         determine whether to decode articles by the value of
6801         gnus-default-article-saver; when saving many files using
6802         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6803         it first and use gnus-summary-save-in-file or
6804         gnus-summary-save-body-in-file thereafter unless
6805         gnus-prompt-before-saving is always; move point to article which
6806         will be saved.
6807         (gnus-summary-save-article-file): Revert.
6808         (gnus-summary-write-article-file): Revert.
6809         (gnus-summary-save-article-body-file): Revert.
6810         (gnus-summary-write-article-body-file): New function.
6811
6812 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6813
6814         * gnus-art.el (gnus-default-article-saver): Doc fix.
6815         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6816         from gnus-summary-save-article-coding-system, and default to a
6817         certain coding system.
6818         (gnus-output-to-file): Add coding cookie and encode text according
6819         to gnus-article-save-coding-system; don't use mm-append-to-file.
6820
6821         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6822         gnus-art.el and rename to gnus-article-save-coding-system.
6823         (gnus-summary-save-article): Require gnus-art; don't show all
6824         headers if it decodes articles; don't add coding cookie here;
6825         don't bind mm-text-coding-system-for-write.
6826         (gnus-summary-save-article-file): Save decoded articles.
6827         (gnus-summary-write-article-file): When saving many files, use
6828         gnus-summary-write-to-file first and gnus-summary-save-in-file
6829         thereafter unless gnus-prompt-before-saving is always.
6830         (gnus-summary-save-article-body-file): Save decoded articles.
6831
6832         * lpath.el: Fbind select-safe-coding-system for XEmacs.
6833
6834 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6835
6836         * nnrss.el (nnrss-check-group): Bind hash-index.
6837
6838 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6839
6840         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6841         its hash index.  Store this hash in `nnrss-group-data'.
6842         (nnrss-read-group-data): Update accordingly.
6843
6844 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6845
6846         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6847         entry.
6848
6849         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6850         gnus-article-browse-html-article.
6851
6852 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6853
6854         * gnus-sum.el (gnus-summary-mime-map): Add
6855         gnus-article-browse-html-article.
6856
6857         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6858
6859 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6860
6861         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6862         suitable coding systems in customize.
6863
6864 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6865
6866         * mail-source.el (mail-sources): Fix custom type.
6867
6868 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6869
6870         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6871         (gnus-summary-expire-articles-now): Shorten prompt.
6872
6873         * gmm-utils.el (wid-edit): Require.
6874         (defun-gmm): Renamed from `gmm-defun-compat'.
6875         (gmm-image-search-load-path): Use it.
6876         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
6877
6878 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6879
6880         * gnus-sum.el (gnus-summary-save-article-coding-system): New
6881         variable.
6882         (gnus-summary-save-article): Add optional `decode' argument.  If
6883         it is set and gnus-summary-save-article-coding-system is non-nil,
6884         save decoded article.
6885         (gnus-summary-write-article-file): Save decoded article if
6886         gnus-summary-save-article-coding-system is non-nil.
6887
6888         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
6889         type.
6890
6891 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6892
6893         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
6894
6895 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6896
6897         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
6898         first to test gnus-single-article-buffer which may be buffer-local.
6899
6900         * gnus-sum.el (gnus-summary-setup-buffer): Make
6901         gnus-single-article-buffer buffer-local and nil in ephemeral
6902         group; make gnus-article-buffer, gnus-article-current, and
6903         gnus-original-article-buffer always buffer-local.
6904         (gnus-summary-exit): Kill article buffer belonging to ephemeral
6905         group.
6906         (gnus-handle-ephemeral-exit): Don't move to next summary line.
6907
6908 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6909
6910         * nnml.el (nnml-request-compact-group): Compressed files might not
6911         have .gz extension.
6912
6913 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6914
6915         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6916         (mm-copy-to-buffer): Use with-current-buffer.
6917         (mm-display-part): Simplify.
6918         (mm-inlinable-p): Add optional arg `type'.
6919
6920 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6921
6922         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6923         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6924         Try harder to show the attachment internally or externally using
6925         gnus-mime-view-part-as-type.
6926
6927 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6928
6929         * message.el (message-from-style, message-signature-separator)
6930         (message-user-organization-file, message-send-mail-function)
6931         (message-citation-line-function, message-yank-prefix)
6932         (message-indent-citation-function, message-signature)
6933         (message-signature-file, message-signature-insert-empty-line):
6934         Remove autoloads.
6935
6936         * gnus-art.el (gnus-buttonized-mime-types): Remove
6937         "multipart/signed".  Revert 2006-04-26 change.
6938
6939 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6940
6941         * gnus.el (gnus-version-number): Bump version.
6942
6943 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6944
6945         * gnus.el: No Gnus v0.5 is released.
6946
6947 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6948
6949         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
6950         fetching articles by message-id.
6951
6952 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6953
6954         * message.el (hashcash): Require hashcash as normal.
6955
6956         * ecomplete.el (ecomplete-highlight-match-line): Use
6957         point-at-eol.
6958         (ecomplete-highlight-match-line): Use `highlight', because that
6959         face exists in both Emacs and XEmacs.
6960
6961         * message.el (message-display-abbrev): Use point-at-bol.
6962
6963         * mail-source.el: Don't require timer/timer-funcs.
6964
6965         * gnus-async.el: Ditto.
6966
6967         * password.el: Ditto.
6968
6969         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
6970
6971         * mm-url.el: Ditto.
6972
6973         * gnus-xmas.el: Don't require timer-funcs.
6974
6975         * mm-util.el: Require timer/timer-funcs.
6976
6977 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6978
6979         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
6980         Close.
6981
6982 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6983
6984         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
6985         unibyte after clear-decrypt function runs.
6986
6987         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
6988         returns as a unibyte string.
6989
6990 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6991
6992         * lpath.el: Revert.
6993
6994         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
6995         (pgg-gpg-process-sentinel): Revert.
6996
6997         * pgg-pgp.el (pgg-pgp-process-region): Revert.
6998         (pgg-pgp-lookup-key): Revert.
6999
7000         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7001         (pgg-pgp5-lookup-key): Revert.
7002
7003         * pgg.el (pgg-fetch-key): Revert.
7004
7005 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7006
7007         * lpath.el: Fbind string-as-multibyte for XEmacs.
7008
7009         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7010         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7011         (mml1991-pgg-encrypt): Ditto.
7012
7013         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7014         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7015         a multibyte buffer.
7016
7017         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7018         (pgg-pgp-lookup-key): Ditto.
7019
7020         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7021         (pgg-pgp5-lookup-key): Ditto.
7022
7023         * pgg.el (pgg-fetch-key): Ditto.
7024
7025 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7026
7027         * message.el (message-user-organization-file): Check several
7028         locations of the organization file.
7029
7030         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7031         Add gnus-article-view-part-as-type.
7032
7033         * gnus-art.el (gnus-article-view-part-as-type): New function.
7034
7035         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7036         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7037
7038         * mml.el: Simplify autoload.
7039         (mml-mode): defvar dnd-protocol-alist instead of using
7040         symbol-value.
7041         (mml-default-directory): New variable.
7042         (mml-minibuffer-read-file): Use it.
7043         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7044
7045         * message.el (message-citation-line-format): New variable.
7046         (message-insert-formated-citation-line): New function.
7047         (message-citation-line-function): Add
7048         `message-insert-formated-citation-line' to custom type.
7049
7050         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7051         to doc string.
7052
7053         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7054         depending on mm-verify-option.
7055
7056 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7057
7058         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7059         binding pgg-* variables; reimplement the section which prevents
7060         MIME header from being signed.
7061         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7062         pgg-text-mode; remove a blank line at the top of body.
7063
7064         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7065         lines at the top of body; use gnus-newsgroup-charset if there's no
7066         Charset header.
7067
7068 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7069
7070         * message.el (message-self-insert-commands): Doc fix.
7071
7072         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7073         (mm-uu-pgp-encrypted-test): Ditto.
7074         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7075         between header and body; return application/pgp-encrypted handle
7076         if decryption failed; decode decrypted body by charset.
7077
7078         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7079         element match to application/pgp-*.
7080
7081 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7082
7083         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7084         HTML.
7085
7086 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7087
7088         * mail-source.el (mail-source-call-script): Message the error
7089         string.
7090
7091 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7092
7093         * gnus-util.el (gnus-byte-compile): Use it.
7094
7095 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7096
7097         * gnus-util.el (kill-empty-logs): New function.
7098
7099 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7100
7101         * message.el (message-mail-alias-type): Doc fix.
7102         (message-mail-alias-type-p): New function.
7103         (message-send): Use it.
7104         (message-mode): Ditto.
7105         (message-strip-forbidden-properties): Ditto.
7106
7107         * ecomplete.el (ecomplete-database-file-coding-system): New
7108         variable.
7109         (ecomplete-save): Use it.
7110         (ecomplete-setup): Use it.
7111
7112 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7113
7114         * message.el (message-self-insert-commands): New variable.
7115         (message-strip-forbidden-properties): Use it.
7116
7117 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7118
7119         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7120         that doesn't make XEmacs choke.
7121
7122 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7123
7124         * gnus-util.el (gnus-replace-in-string):
7125         Prefer replace-regexp-in-string over of replace-in-string.
7126
7127 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7128
7129         * gnus-util.el (gnus-select-frame-set-input-focus):
7130         Use select-frame-set-input-focus if it is available in XEmacs; use
7131         definition defined in Emacs 22 for old Emacsen.
7132
7133         * dgnushack.el: Autoload unmorse-region for XEmacs.
7134
7135         * lpath.el: Bind cursor-in-non-selected-windows and
7136         select-frame-set-input-focus for XEmacs.
7137
7138 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7139
7140         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7141
7142 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7143
7144         * gnus-registry.el (gnus-registry-cache-save): Remove text
7145         properties when saving via the temp buffer.
7146
7147 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7148
7149         * message.el (message-generate-hashcash): Honor custom type.
7150
7151 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7152
7153         * message.el (message-generate-hashcash): Default to non-nil when
7154         hashcash is found.
7155
7156         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7157         (gnus-refer-thread-limit): Increase default to 500.
7158
7159         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7160
7161         * flow-fill.el (fill-flowed): Allow delete-space.
7162
7163 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7164
7165         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7166         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7167         Remove autoloads.
7168
7169 2006-04-18  Simon Josefsson  <jas@extundo.com>
7170
7171         * message.el (message-generate-hashcash): Default to.
7172
7173 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7174
7175         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7176         concatenating segments rather than before concatenating them.
7177
7178 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7179
7180         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7181
7182 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7183
7184         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7185
7186         * message.el (message-forward-make-body-plain): Allow
7187         message-forward-ignored-headers to be a list.
7188         (message-remove-ignored-headers): Factor out into function.
7189         (message-forward-make-body-mml): Use it.
7190
7191         * imap.el (imap-quote-specials): New function.
7192         (imap-login-auth): Quote specials.
7193
7194         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7195         (rfc2231-parse-string): Allow concatanation of parameters that
7196         aren't contiguous.  The test case is
7197           (mail-header-parse-content-type "message/external-body;
7198             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7199             access-type=LOCAL-FILE;
7200             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7201
7202 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7203
7204         * nntp.el (nntp-accept-process-output): Return the value of
7205         `nnheader-accept-process-output'.
7206
7207 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7208
7209         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7210         (gnus-button-alist): Recognize more diff formats.
7211         (gnus-button-patch): Strip directory.
7212
7213 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7214
7215         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7216         Emacs 22 when setting focus.
7217
7218 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7219
7220         * gnus-art.el (gnus-article-treat-types): Do treatment of
7221         text/x-verbatim parts.
7222         (gnus-button-patch): New command.
7223
7224         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7225         addresses that contain invalid characters.
7226
7227 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7228
7229         * message.el (message-put-addresses-in-ecomplete): Use
7230         gnus-replace-in-string.
7231         (message-is-yours-p): Use the more correct
7232         mail-header-parse-address instead of
7233         mail-extract-address-components.
7234         (message-put-addresses-in-ecomplete): Fix typo.
7235
7236         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7237         keystroke.
7238
7239         * gnus-art.el (gnus-treatment-function-alist): Change order of
7240         newsgroups/generic header folding to avoid double-folding.
7241
7242         * message.el (message-hidden-headers): Add X-Draft-From.
7243
7244         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7245         command.
7246         (gnus-summary-repeat-search-article-backward): New command.
7247
7248         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7249         groups in the parent topic.
7250
7251 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7252
7253         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7254         (spam-extra-header-to-number): Return the CRM114 number as a
7255         number instead of a string.
7256
7257 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7258
7259         * gnus-art.el (gnus-face-properties-alist): Moved here from
7260         gnus-fun.
7261
7262         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7263
7264 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7265
7266         * message.el (message-strip-forbidden-properties): Only display on
7267         self-insert-command.
7268
7269         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7270         reindent.
7271         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7272
7273 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7274
7275         * smiley.el (smiley-style): Fix typo.
7276
7277 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7278
7279         * hashcash.el (hashcash-insert-payment-async-2): Use
7280         message-goto-eoh instead of doing it manually.
7281         (mail-add-payment): Use message-narrow-to-header instead of trying
7282         to do the same itself.
7283
7284         * message.el (message-hidden-headers): Add Face.
7285
7286         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7287         reparenting code.
7288         (gnus-summary-reparent-children): Refactored out code.
7289         (gnus-summary-thread-map): New keystroke.
7290         (gnus-summary-reparent-children): Make into command.
7291
7292         * smiley.el (smiley-style): Default to `medium' if using a large
7293         font.
7294
7295         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7296         does it itself.
7297
7298         * message.el (message-point-in-header-p): Simplify definition.
7299
7300 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7301
7302         * nnagent.el (nnagent-request-set-mark): Silence log file
7303         writing.
7304         (nnagent-request-set-mark): Use write-region instead of
7305         append-to-file.
7306
7307         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7308         strange select method.
7309
7310         * ecomplete.el (ecomplete-display-matches): Get highlightling
7311         right.
7312         (ecomplete-display-matches): Use literals.
7313         (ecomplete-display-matches): Disable message logging.
7314
7315         * message.el (message-display-abbrev): Small optimization.
7316
7317         * ecomplete.el (ecomplete-display-matches): Allow automatic
7318         display.
7319
7320         * message.el (message-strip-forbidden-properties): Display
7321         abbrevs.
7322         (message-display-abbrev): Get automatic display right.
7323
7324         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7325         keystrokes.
7326
7327 2006-04-13  Romain Francoise  <romain@orebokech.com>
7328
7329         TODO: Backport to v5-10!
7330
7331         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7332         Moved here (and renamed) from gnus-registry.el.
7333
7334         * gnus-registry.el: Require gnus-util.
7335         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7336
7337 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7338
7339         * gnus-group.el (gnus-group-catchup-current): Change
7340         if-then-else-if-then-else into cond.
7341         (gnus-group-catchup): Indent.
7342         (group-name-at-point): New function.
7343         (gnus-fetch-group): Provide default from thing at point.
7344
7345 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7346
7347         * message.el (message-display-abbrev): Fix regexp.
7348
7349         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7350         choosing.
7351         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7352         dead variables.
7353
7354         * message.el (message-newline-and-indent): Remove debugging.
7355         (message-display-abbrev): Use new implementation.
7356
7357 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7358
7359         * gnus-art.el (gnus-article-mode): Set
7360         cursor-in-non-selected-windows to nil.
7361
7362         * smiley.el: Revert previous change.
7363         (smiley-data-directory): defvar it before using it in the
7364         defcustom of `smiley-style'.
7365
7366 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7367
7368         * message.el (message-newline-and-indent): New function.
7369
7370         * ecomplete.el: Implement more bits.
7371
7372         * message.el (message-put-addresses-in-ecomplete): Clean up the
7373         string.
7374
7375         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7376
7377         * gnus-sum.el (gnus-summary-save-parts): Bind
7378         gnus-summary-save-parts-counter and use it to make unique file
7379         names.
7380
7381         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7382
7383         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7384         parameter to say whether to actually parse the individual
7385         addresses.
7386
7387         * message.el (message-put-addresses-in-ecomplete): New function.
7388         (ecomplete): Require.
7389         (message-mail-alias-type): Add ecomplete as an option.
7390
7391 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7392
7393         * flow-fill.el (fill-flowed): Remove trailing space from blank
7394         quoted lines.
7395
7396 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7397
7398         * smiley.el (smiley-style): Move definition later to avoid a
7399         compilation warning.
7400
7401 2006-04-12  Kenichi Handa  <handa@m17n.org>
7402
7403         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7404         buffer and then decode the buffer text if necessary.
7405         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7406         first, and after mm-encode-body, change the buffer to unibyte.
7407         Use mm-disable-multibyte instead of set-buffer-multibyte.
7408
7409 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7410
7411         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7412         Content-Type header instead of Content-Disposition header.
7413         (gnus-mime-inline-part): Ditto.
7414         (gnus-mime-view-part-as-charset): Ignore charset that the part
7415         specifies.
7416
7417         * mm-decode.el (mm-display-part): Work with external parts and
7418         usual parts similarly.
7419
7420         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7421         instead of gnus-display-mime.
7422
7423         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7424         instead of with-temp-buffer.
7425
7426         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7427         tag to summarized topics part in order to encode non-ASCII text.
7428
7429 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7430
7431         * smiley.el (smiley-style): New variable.
7432         (smiley-directory): New function.
7433         (smiley-data-directory): Derive from `smiley-style' using
7434         `smiley-directory'.
7435         (smiley-regexp-alist): Add new entries.
7436
7437         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7438         (gnus-article-browse-delete-temp): Add :version.
7439
7440 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7441
7442         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7443         the sieve region.
7444
7445 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7446
7447         * gnus.el (gnus-version-number): Bump version.
7448
7449 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7450
7451         * gnus.el: No Gnus v0.4 is released.
7452
7453 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7454
7455         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7456         layout.
7457
7458         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7459         unknown charset.
7460
7461         * message.el (message-header-synonyms): Add Original-To to the
7462         default.
7463
7464         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7465         optional parameter.
7466
7467 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7468
7469         * gnus-fun.el (gnus): Require it for gnus-directory.
7470
7471 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7472
7473         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7474
7475 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7476
7477         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7478
7479 2006-04-05  Simon Josefsson  <jas@extundo.com>
7480
7481         * password.el (password-reset): New function.
7482
7483 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7484
7485         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7486         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7487
7488 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7489
7490         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7491         Some whitespace was matched into the url, which broke browsing hits
7492         > 100 when mm-url-use-external was nil.
7493
7494 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7495
7496         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7497         gnus-extra-headers for 'Newsgroups.
7498
7499         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7500         bound.
7501
7502 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7503
7504         * pgg-gpg.el: Clean up process buffers every time gpg processes
7505         complete.
7506
7507 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7508
7509         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7510         doc string.
7511
7512 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7513
7514         * pgg-gpg.el (pgg-gpg-process-filter)
7515         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7516
7517         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7518         lines, temporary fix.
7519
7520 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7521
7522         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7523
7524 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7525
7526         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7527         default-enable-multibyte-characters.  This reverts the change from
7528         revision 6.17 which is no longer necessary because the passphrase
7529         is sent separately now.  GnuPG messages are unreadable under
7530         multibyte locales with default-enable-multibyte-characters set to
7531         nil.
7532
7533 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7534
7535         * message.el (message-tool-bar-gnome): Move "spell".
7536
7537 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7538
7539         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7540         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7541         instead.
7542
7543 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7544
7545         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7546         newsgroups handling for NNTP overviews which don't include
7547         Newsgroups.
7548
7549 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7550
7551         * message.el (message-resend): Bind message-generate-hashcash to nil.
7552
7553 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7554
7555         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7556         when searching for already-paid recipients.
7557
7558 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7559
7560         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7561         passphrases when it is not needed.
7562         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7563         passphrase stuff from gpg, should only be necessary when you use
7564         gpg with a smartcard.
7565
7566 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7567
7568         * mml.el (mml-insert-mime): Ignore cached contents of
7569         message/external-body part.
7570
7571         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7572         (mm-insert-part): Ditto.
7573
7574 2006-03-23  Simon Josefsson  <jas@extundo.com>
7575
7576         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7577         Reiner.
7578         (pgg-gpg-use-agent-p): Use it again.
7579
7580 2006-03-23  Simon Josefsson  <jas@extundo.com>
7581
7582         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7583         older emacsen.
7584         (pgg-gpg-use-agent-p): Don't use it.
7585
7586 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7587
7588         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7589         if we can.
7590
7591 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7592
7593         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7594         (pgg-gpg-update-agent): New function.
7595         (pgg-gpg-use-agent-p): New function.
7596         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7597         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7598         (pgg-gpg-sign-region): Use it.
7599
7600 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7601
7602         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7603         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7604
7605 2006-03-21  Simon Josefsson  <jas@extundo.com>
7606
7607         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7608         <wilde@sha-bang.de>.
7609         (pgg-gpg-use-agent): New variable.
7610         (pgg-gpg-process-region): Use it.
7611         (pgg-gpg-encrypt-region): Likewise.
7612         (pgg-gpg-encrypt-symmetric-region): Likewise.
7613         (pgg-gpg-decrypt-region): Likewise.
7614         (pgg-gpg-sign-region): Likewise.
7615         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7616
7617 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7618
7619         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7620
7621         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7622         Add comment on version.
7623
7624 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7625
7626         * smiley.el: Add missing test smiley.
7627
7628 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7629
7630         * mm-decode.el (mm-with-part): New macro.
7631         (mm-get-part): Use it; work with message/external-body as well.
7632         (mm-save-part): Treat name and filename equally.
7633
7634         * mm-extern.el (mm-extern-cache-contents): New function.
7635         (mm-inline-external-body): Use it; force the part to be displayed;
7636         move undisplayer added to the cached handle to the parent.
7637
7638         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7639         (gnus-mime-view-part-as-type): Work with message/external-body.
7640
7641         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7642
7643 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7644
7645         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7646         images in image-load-path.  [Sync with image.el, revision 1.60, in
7647         Emacs.]
7648
7649 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7650
7651         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7652         path rather than symbol.  Always return list of directories.
7653         Guarantee that image directory comes first.  [Sync with image.el,
7654         revision 1.59, in Emacs.]
7655
7656         * message.el (message-make-tool-bar): Adjust to new API of
7657         `gmm-image-load-path-for-library'.
7658
7659         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7660
7661         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7662
7663 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7664
7665         * gnus-art.el (gnus-article-only-boring-p):
7666         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7667         intangible text.
7668         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7669
7670 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7671
7672         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7673         `defun' instead of `gmm-defun-compat'.
7674
7675 2006-03-14  Simon Josefsson  <jas@extundo.com>
7676
7677         * message.el (message-unique-id): Don't use message-number-base36
7678         if (user-uid) is a float.
7679         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7680
7681 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7682
7683         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7684
7685         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7686         empty line between a part and a message part.
7687
7688 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7689
7690         * smiley.el: Add more test smileys.
7691         (smiley-data-directory, smiley-regexp-alist)
7692         (gnus-smiley-file-types): Fix doc strings.
7693         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7694         adding new elements.
7695         (smiley-mouse-map): Unused code.  Make it a comment.
7696
7697 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7698
7699         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7700         scan latest NoCeM messages instead of old ones.
7701         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7702         delimiters that are recently used.
7703         (gnus-nocem-load-cache): Add autoload cookie.
7704
7705         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7706
7707         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7708         level which is larger than gnus-use-nocem is specified.
7709
7710         * gnus-group.el (gnus-group-get-new-news): Ditto.
7711
7712 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7713
7714         * gnus-util.el (gnus-tool-bar-update): New function.
7715
7716         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7717         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7718
7719         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7720
7721         * gnus-group.el (gnus-group-redraw-when-idle)
7722         (gnus-group-redraw-check): Remove.
7723         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7724
7725 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7726
7727         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7728         if optional last element is specified in splits (FIELD VALUE...).
7729
7730 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7731
7732         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7733         to gmm-image-load-path-for-library.  Call with no-error argument.
7734         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7735
7736         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7737
7738         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7739
7740         * gmm-utils.el (gmm-image-load-path): Remove alias.
7741
7742 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7743
7744         * gmm-utils.el (gmm-image-load-path): Add alias.
7745
7746         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7747         nnml-generate-nov-databases-1.
7748         (nnml-generate-nov-databases): Use it.
7749         (nnml-generate-nov-databases-directory): Document no-active
7750         argument.
7751
7752         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7753         directory if path is t.  Add no-error.
7754
7755         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7756         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7757
7758         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7759         resetting gnus-article-browse-html-temp-list.
7760
7761         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7762         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7763         Add example to docstring.  Rename local variables.  Move error
7764         checks to default case in cond and simplify.
7765
7766 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7767
7768         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7769         handle is multipart when calling it recursively.
7770         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7771
7772 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7773
7774         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7775         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7776
7777 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7778
7779         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7780         is loaded.
7781
7782         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7783         loaded.
7784
7785 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7786
7787         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7788         to "Emacs 23 (unicode)" in doc string.
7789
7790         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7791         "Emacs 23 (unicode)" in comment.
7792
7793 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7794
7795         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7796
7797         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7798         characters 160 through 255 in Emacs 23.
7799
7800 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7801
7802         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7803         gnus-article-browse-html-temp.
7804         (gnus-article-browse-delete-temp): Make it customizable.  Add
7805         `file'.  Adjust doc string.
7806         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7807         query for each file.  Adjust doc string.
7808         (gnus-article-browse-html-parts): Add
7809         `gnus-article-browse-delete-temp-files' to
7810         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7811
7812 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7813
7814         * gnus-art.el (gnus-article-browse-html-temp)
7815         (gnus-article-browse-delete-temp): New variables.
7816         (gnus-article-browse-delete-temp-files): New function.
7817         (gnus-article-browse-html-parts): Use it.
7818
7819 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7820
7821         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7822
7823         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7824         string.
7825
7826         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7827         gnus-summary-insert-new-articles when unplugged.  Remove
7828         gnus-summary-search-article-forward.
7829
7830         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7831         display-visual-class instead of display-color-cells.
7832
7833 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7834
7835         * dgnushack.el: Autoload customize-group for XEmacs.
7836
7837         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7838         message/* containing non-ASCII text properly.
7839
7840 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7841
7842         * message.el: Require gmm-utils, remove autoloads.
7843         (message-tool-bar): Set default based on
7844         gmm-tool-bar-style.
7845         (message-tool-bar-gnome): Add gmm-customize-mode.
7846
7847         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7848         gmm-tool-bar-style.
7849         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7850
7851         * gnus-group.el (gnus-group-tool-bar): Set default based on
7852         gmm-tool-bar-style.
7853         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7854
7855         * gmm-utils.el (gmm-image-directory): Rename variable from
7856         gmm-image-load-path.
7857         (gmm-image-load-path): Use gmm-image-directory.
7858         (gmm-customize-mode): New function.
7859         (gmm-tool-bar-style): New variable.
7860
7861         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7862         gnus-group-redraw-line-number.
7863         (gnus-group-redraw-check): Simplify.
7864         (gnus-group-tool-bar-update): Remove redraw check.
7865         (gnus-group-make-tool-bar): Add redraw check.
7866
7867 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7868
7869         * gnus-art.el (gnus-button): Add missing parentheses.
7870
7871 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7872
7873         * lpath.el: Fbind line-number-at-pos.
7874
7875 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7876
7877         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7878
7879 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7880
7881         * gnus-art.el (gnus-button): New face.
7882         (gnus-article-button-face): Use it.
7883
7884         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
7885         gnus-summary-next-page.  Re-order.
7886
7887         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
7888         next-node are now included.
7889         (gnus-group-redraw-line-number): New internal variable.
7890         (gnus-group-redraw-check): Helper function for updating the tool
7891         bar.
7892         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
7893
7894         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
7895
7896         * spam.el (spam-spamassassin-score-regexp): New internal variable.
7897         (spam-extra-header-to-number, spam-check-spamassassin-headers):
7898         Use it to match format of Spamassassin 3.0 and later.  Reported by
7899         IRIE Tetsuya <irie@t.email.ne.jp>.
7900         (spam-check-bogofilter)
7901         (spam-bogofilter-register-with-bogofilter): Fix args of
7902         `gnus-error' calls.
7903
7904 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7905
7906         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
7907         unnecessary interaction when sending queued mails.  Reported by
7908         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
7909
7910 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7911
7912         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7913         first or last are nil.
7914
7915 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7916
7917         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
7918
7919 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7920
7921         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7922
7923 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7924
7925         * dns.el (query-dns): Protect more against buggy tcp output.
7926
7927 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7928
7929         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
7930         nov.php.
7931
7932 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7933
7934         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
7935         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
7936         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
7937         output on the server side.
7938         (nnweb-google-create-mapping): Update regexps and add some
7939         progress indication.
7940
7941 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
7942
7943         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
7944         gnus-agent-toggle-plugged.  Re-order icons.
7945         (gnus-group-tool-bar-gnome): Add
7946         gnus-group-{prev,next}-unread-group.
7947         (gnus-group-tool-bar-gnome): Re-order icons.
7948
7949         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
7950         gnus-summary-insert-new-articles.
7951
7952         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
7953         comments.
7954
7955         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
7956         also available in Emacs 21.3.
7957
7958         * message.el (message-fix-before-sending): Change "Emacs 22" to
7959         "Emacs 23 (unicode)" in comment.
7960
7961         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
7962         "Emacs 23 (unicode)" in comment.
7963
7964         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
7965         comment.
7966         (mm-coding-system-p): Add comment about no-MULE XEmacs.
7967
7968         * mm-view.el (mm-fill-flowed): Add :version.
7969
7970 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7971
7972         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
7973         and load-path.
7974
7975 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
7976
7977         * message.el: Autoload gmm-image-load-path.
7978         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
7979         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
7980         consitency.
7981
7982         * gmm-utils.el (gmm-image-load-path): Also search in
7983         "../etc/images".  Don't set gmm-image-load-path if we don't find
7984         the image.
7985
7986 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7987
7988         * gmm-utils.el (gmm-image-load-path): Don't make
7989         `gmm-image-load-path' include subdirectories which the second arg
7990         `image' might specify.
7991
7992         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
7993         subdirectory to icon file names.
7994
7995         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
7996
7997 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
7998
7999         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8000         gmm-image-load-path calls.
8001
8002         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8003
8004         * message.el (message-make-tool-bar): Ditto.
8005
8006         * mml.el (mml-preview): Added comment concerning tool bar icons.
8007
8008         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8009         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8010
8011         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8012         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8013
8014         * message.el (message-tool-bar-gnome): Use new icon names.
8015         (message-make-tool-bar): Use `gmm-image-load-path'.
8016
8017         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8018         functions from MH-E.
8019         (gmm-image-load-path): New variable from MH-E.
8020         (gmm-image-load-path): New function from MH-E.  Added arguments
8021         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8022         *-image-load-path-called-flag.
8023
8024 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8025
8026         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8027
8028 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8029
8030         * nnimap.el (nnimap-request-move-article): Change folder back to
8031         source group before deleting.
8032
8033 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8034
8035         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8036
8037         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8038         mm-url.
8039
8040         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8041
8042 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8043
8044         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8045         coding system which mm-charset-to-coding-system returns for a
8046         given charset is valid.
8047
8048 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8049
8050         * html2text.el (html2text-remove-tag-list):
8051         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8052
8053 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8054
8055         * gnus-cus.el: Revert 2005-10-17 change.
8056
8057 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8058
8059         * gnus-art.el (article-strip-banner): Call
8060         article-really-strip-banner only when the regexp match is made.
8061
8062 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8063
8064         * gnus-art.el (article-strip-banner): Use
8065         gnus-extract-address-components instead of
8066         mail-header-parse-addresses to make it work with non-ASCII text;
8067         remove mail-encode-encoded-word-string.
8068
8069         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8070         values which are surrounded with \"...\"; make it never cause a
8071         Lisp error; give up parsing of parameters if it failed in
8072         extracting type.
8073
8074 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8075
8076         * smime.el (smime-cert-by-ldap-1): Fix bug where
8077         `smime-ldap-search' returns results without userCertificates.
8078
8079 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8080
8081         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8082
8083 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8084
8085         * spam.el (spam-check-spamassassin-headers): Adapt format for
8086         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8087         <ari@mbf.ocn.ne.jp>.
8088         (spam-list-of-processors): Add spam-use-gmane.
8089
8090 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8091
8092         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8093         make-temp-file; make it work with XEmacs as well.
8094
8095         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8096         mm-make-temp-file.
8097
8098         * mm-decode.el (mm-display-external): Use the 3rd arg of
8099         mm-make-temp-file.
8100         (mm-create-image-xemacs): Ditto.
8101
8102 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8103
8104         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8105         with message-narrow-to-headers.
8106         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8107         (gnus-draft-check-draft-articles): New function.
8108         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8109
8110 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8111
8112         * gnus-art.el (gnus-article-browse-html-parts):
8113         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8114         Don't use suffix argument for mm-make-temp-file for Emacs 21
8115         compatibility.  Remove useless `format'.
8116
8117 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8118
8119         * nnweb.el (nnweb-google-wash-article): Update regexps.
8120         (nnweb-group-alist): Use defvoo instead of defvar.
8121
8122 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8123
8124         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8125         re-loading nn* modules.
8126
8127 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8128
8129         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8130         for `tool-bar-mode' and don't check it's default-value.
8131
8132         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8133
8134         * message.el (message-make-tool-bar): Ditto.
8135
8136         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8137         `substring'.  Shorten tmp-file name.
8138
8139         * gnus.el: Remove bogus comment.
8140
8141 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8142
8143         * gnus-art.el (gnus-article-browse-html-parts): New function.
8144         (gnus-article-browse-html-article): New function for viewing html
8145         articles with a browser.
8146
8147 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8148
8149         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8150         in elisp.
8151         (pgg-gpg-encrypt-symmetric-region): Ditto.
8152         (pgg-gpg-sign-region): Ditto.
8153
8154         * pgg-def.el (pgg-text-mode): New variable.
8155
8156         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8157         (mml2015-pgg-encrypt): Ditto.
8158
8159         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8160         (mml1991-pgg-encrypt): Ditto.
8161
8162 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8163
8164         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8165         message-make-date instead of current-time-string.
8166
8167         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8168         to gnus-decoded which mm-uu might set.
8169
8170 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8171
8172         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8173         don't decode quoted parameters; remove misimported Emacs code.
8174         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8175         (rfc2231-decode-encoded-string): Don't use split-string which
8176         behaves differently according to Emacs version; use
8177         mm-decode-coding-region to convert charset to coding-system.
8178         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8179         (rfc2231-encode-string): Remove misimported Emacs code.
8180
8181 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8182
8183         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8184         when calling mail-header-parse-content-type.
8185         (article-de-quoted-unreadable): Ditto.
8186         (article-de-base64-unreadable): Ditto.
8187         (article-wash-html): Ditto.
8188
8189         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8190         calling mail-header-parse-content-type and
8191         mail-header-parse-content-disposition.
8192         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8193         mail-header-parse-content-type.
8194
8195         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8196         insert charset and format parameters; encode description after
8197         inserting it to buffer.
8198         (mml-insert-parameter): Fold lines properly even if a parameter is
8199         segmented into two or more lines; change the max column to 76.
8200
8201         * rfc1843.el (rfc1843-decode-article-body): Don't use
8202         ignore-errors when calling mail-header-parse-content-type.
8203
8204         * rfc2231.el (rfc2231-parse-string): Return at least type if
8205         possible; don't cause an error even if it fails in parsing of
8206         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8207         (rfc2231-encode-string): Don't break lines at the beginning, leave
8208         it to mml-insert-parameter.
8209
8210         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8211         calling mail-header-parse-content-type.
8212
8213 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8214
8215         * spam-report.el (spam-report-gmane-use-article-number):
8216         Improve doc string.
8217         (spam-report-gmane-internal): Check if a suitable header was found
8218         in the article.
8219
8220 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8221
8222         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8223         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8224
8225 2006-02-05  Romain Francoise  <romain@orebokech.com>
8226
8227         Update copyright notices of all files in the gnus directory.
8228
8229 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8230
8231         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8232
8233 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8234
8235         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8236         segmented lines of parameter value to cope with Thunderbird 1.5
8237         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8238         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8239         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8240
8241 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8242
8243         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8244         parts.
8245
8246 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8247
8248         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8249         there's only one active file for all servers.
8250         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8251         solid groups.  Gnus might have used a FAST request to select the group.
8252         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8253         and nnweb-search redundantly in the active file.
8254         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8255         (nnweb-request-create-group): Don't use ARGS.
8256         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8257         initialisations.  Let nnoo do the work.
8258
8259 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8260
8261         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8262         Say the part has been decoded.
8263
8264         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8265
8266 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8267
8268         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8269         mailcap-viewer-test-cache when there's no 'test clause, since that
8270         will invert the meaning of a "nil" test previously determined by
8271         mailcap-mailcap-entry-passes-test.
8272
8273 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8274
8275         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8276         compiling.
8277
8278         * gnus-sum.el: Ditto.
8279
8280         * message.el: Don't bind tool-bar-map when compiling.
8281
8282 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8283
8284         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8285
8286 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8287
8288         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8289         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8290         current Google Groups.
8291
8292 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8293
8294         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8295         and tool-bar-mode.
8296
8297         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8298         and tool-bar-mode.
8299
8300         * message.el (message-tool-bar-update): Simplify.
8301         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8302
8303         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8304         gnus-summary-buffer.
8305         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8306         gnus-summary-reply.
8307
8308         * gmm-utils.el (gmm): Add :version.
8309
8310 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8311
8312         * Makefile.in (clean): New rule.
8313         (distclean): Use it.
8314
8315 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8316
8317         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8318         autoload.
8319
8320 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8321
8322         * gmm-utils.el (gmm-verbose): Add :group.
8323
8324 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8325
8326         * message.el: Change some comments WRT tool-bars.
8327
8328         * gnus-sum.el (gnus-summary-tool-bar)
8329         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8330         (gnus-summary-tool-bar-zap-list): New variables.
8331         (gnus-summary-make-tool-bar): Complete rewrite using
8332         `gmm-tool-bar-from-list'.
8333
8334         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8335         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8336         variables.
8337         (gnus-group-make-tool-bar): Complete rewrite using
8338         `gmm-tool-bar-from-list'.
8339         (gnus-group-tool-bar-update): New function.
8340
8341         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8342
8343 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8344
8345         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8346         is dissected into a single part of which the type is the same as
8347         the given one; decode charset.
8348
8349 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8350
8351         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8352         into alists as symbol not string, since that's what
8353         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8354         look for.
8355
8356 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8357
8358         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8359         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8360
8361         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8362
8363 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8364
8365         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8366         (gnus-xmas-mime-security-button-menu): New function.
8367
8368         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8369         (gnus-mime-security-button-menu): New definition.
8370         (gnus-mime-security-button-map): Use them.
8371         (gnus-mime-security-button-menu): New function.
8372         (gnus-insert-mime-security-button): Addition to help echo.
8373         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8374         (gnus-mime-security-pipe-part): New functions.
8375
8376         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8377         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8378
8379         * mm-decode.el (mm-handle-set-disposition): Remove.
8380         (mm-handle-set-description): Remove.
8381
8382 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8383
8384         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8385         (mm-w3m-standalone-supports-m17n-p): New function.
8386         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8387         w3m usage.
8388
8389         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8390         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8391
8392 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8393
8394         * message.el (message-tool-bar-zap-list): Use
8395         gmm-tool-bar-zap-list as custom type.
8396         (message-tool-bar-update): New function.
8397         (message-tool-bar, message-tool-bar-gnome)
8398         (message-tool-bar-retro): Add message-tool-bar-update.
8399         (message-tool-bar-gnome): Add flyspell-buffer.
8400
8401         * gnus-util.el (gnus-error): Describe `args'.
8402
8403         * gmm-utils.el (gmm-error): Describe `args'.
8404         (gmm-tool-bar-zap-list): New widget.
8405         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8406
8407 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8408
8409         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8410         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8411         the number of recursive calls.
8412
8413         * mm-decode.el (mm-handle-set-disposition): New macro.
8414         (mm-handle-set-description): New macro.
8415
8416 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8417
8418         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8419         encoding.
8420
8421 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8422
8423         * message.el (message-tool-bar-zap-list, message-tool-bar)
8424         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8425         (message-tool-bar-local-item-from-menu): Remove.
8426         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8427         (message-make-tool-bar): New function.
8428         (message-mode): Use `message-make-tool-bar'.
8429
8430         * gmm-utils.el: New file.
8431         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8432         (gmm-lazy): New widget copied from `nnmail.el'.
8433         (gmm-tool-bar-from-list): New function for creating customizable
8434         tool bars.
8435         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8436         output.
8437         (gmm): Add :prefix to defgroup.
8438
8439 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8440
8441         * gmm-utils.el (gmm-widget-p): New function.
8442
8443 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8444
8445         * mml.el (mml-attach-file): Describe `description' in doc string.
8446         (mml-menu): Add Emacs MIME manual and PGG manual.
8447
8448 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8449
8450         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8451
8452 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8453
8454         * nntp.el (nntp-end-of-line): Doc fix.
8455
8456 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8457
8458         * imap.el (imap-open): Handle case where buffer is a buffer
8459         object.
8460
8461 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8462
8463         * gnus-delay.el (gnus-delay): Don't autoload.
8464         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8465         to be re-loaded when customizing the `gnus-delay' group.
8466
8467 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8468
8469         * message.el (message-insert-citation-line): Use newlines.
8470
8471 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8472
8473         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8474         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8475         these routines, so the passphrase can be managed externally and
8476         passed in to the system.
8477         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8478         pgg-add-passphrase-to-cache function.
8479
8480         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8481         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8482         these routines, so the passphrase can be managed externally and
8483         passed in to the system.
8484         (pgg-pgp5-sign-region): Use new name of
8485         pgg-add-passphrase-to-cache function.
8486
8487 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8488
8489         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8490         part of the decoded armor to find the key-identifier.
8491         (pgg-gpg-lookup-key-owner): New function to return the
8492         human-readable identifier of a key owner.
8493         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8494         itself.
8495         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8496         the key value) if we have a key and can match it against a secret
8497         key.  Also, added a note pointing out fact that the prompt only
8498         indicates the first matching key.
8499
8500         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8501         pgg-decrypt-region.
8502         (pgg-add-passphrase-to-cache): Rename from
8503         `pgg-add-passphrase-cache' to reduce confusion (all callers
8504         changed).
8505         (pgg-remove-passphrase-from-cache): Rename from
8506         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8507         changed).
8508         (pgg-read-passphrase, pgg-add-passphrase-cache)
8509         (pgg-remove-passphrase-cache): Add informative docstrings.
8510         (pgg-decrypt): Convey provided passphrase in subordinate call to
8511         pgg-decrypt-region.
8512
8513 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8514
8515         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8516         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8517         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8518         'passphrase' argument, so the passphrase can be managed externally
8519         and then passed in to the system.
8520
8521         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8522         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8523         so the passphrase cache can be used reliably with identifiers
8524         besides a pgp packet's key id.
8525
8526         * pgg-gpg.el (pgg-gpg-encrypt-region)
8527         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8528         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8529         these routines, so the passphrase can be managed externally and
8530         passed in to the system.
8531
8532         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8533         'notruncate' argument, so the passphrase cache can be used
8534         reliably with identifiers besides a pgp packet's key id.
8535
8536 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8537
8538         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8539         symmetric encryption.
8540         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8541         encrypted session key.
8542         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8543         message ask for the passphrase in a proper way.
8544
8545         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8546         New user commands for symmetric encryption.
8547
8548 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8549
8550         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8551
8552         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8553
8554 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8555
8556         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8557
8558 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8559
8560         * mm-decode.el (mm-inlined-types): Add application/pgp.
8561         (mm-automatic-display): Ditto.
8562
8563         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8564         part as text.
8565
8566 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8567
8568         * nnrss.el: Update copyright.
8569         (nnrss-opml-import): Query whether to subscribe to each entry.
8570
8571         * gnus-art.el:
8572         * gnus-sum.el:
8573         * gnus-xmas.el:
8574         * messagexmas.el:
8575         * mm-uu.el:
8576         * mm-view.el: Update copyright.
8577
8578 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8579
8580         * message.el (message-info): New function.
8581         (message-mode-menu): Add it.
8582         Update copyright.
8583
8584         * ChangeLog: Fix and update copyright.
8585
8586 2006-01-13  Romain Francoise  <romain@orebokech.com>
8587
8588         * message.el (message-forward-subject-name-subject): Prefer the
8589         address to 'nowhere' if the sender has no name.
8590         Fix typo.  Update copyright year.
8591
8592 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8593
8594         * gnus-art.el (article-wash-html): Use
8595         gnus-summary-show-article-charset-alist if a numeric arg is given.
8596         (gnus-article-wash-html-with-w3m-standalone): New function.
8597
8598         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8599         mm-inline-text-html-render-with-w3m-standalone.
8600         (mm-text-html-washer-alist): Map w3m-standalone to
8601         gnus-article-wash-html-with-w3m-standalone.
8602         (mm-inline-text-html-render-with-w3m-standalone): New function.
8603
8604 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8605
8606         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8607         Improve LaTeX.
8608
8609 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8610
8611         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8612         (nnrss-request-article): Render text/plain parts as HTML.
8613
8614         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8615         the buffer.
8616
8617 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8618
8619         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8620         custom definition of `gnus-posting-styles'.
8621
8622         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8623         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8624
8625 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8626
8627         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8628         Use nntp for bug archive.
8629
8630 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8631
8632         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8633         parts.
8634         (nnrss-normalize-date): New function converts ISO 8601 date into
8635         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8636         (nnrss-check-group): Use it.
8637
8638 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8639
8640         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8641
8642         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8643         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8644         (nnrss-insert-w3): Ditto.
8645
8646 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8647
8648         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8649         the articles to be forwarded including the case where neither a
8650         number of articles nor a region is specified.
8651
8652 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8653
8654         * nnrss.el (nnrss-request-article): Fix last change; fill
8655         text/plain parts.
8656
8657 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8658
8659         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8660         in text/plain part.
8661         (nnrss-check-group): Don't add excessive newline to dc:subject.
8662
8663 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8664
8665         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8666         article.
8667
8668 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8669
8670         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8671         (nnml-use-compressed-files, nnml-save-mail): Support other
8672         comression programs such as bzip2.
8673
8674 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8675
8676         * dns.el (query-dns): Make sure we check the buffer size before
8677         removing tcp headers.
8678
8679 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8680
8681         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8682         remove MIME buttons associated with multipart/alternative parts.
8683         (gnus-mime-display-alternative): Tag buttons using `article-type'
8684         text property.
8685
8686         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8687         associated with multipart/alternative parts.
8688
8689         * gnus-art.el (gnus-signature-separator): Fix custom type.
8690
8691         * mm-decode.el (mm-inlined-types): Fix custom type.
8692         (mm-keep-viewer-alive-types): Ditto.
8693         (mm-automatic-display): Ditto.
8694         (mm-attachment-override-types): Ditto.
8695         (mm-inline-override-types): Ditto.
8696         (mm-automatic-external-display): Ditto.
8697
8698 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8699
8700         * spam-report.el (spam-report-user-mail-address)
8701         (spam-report-user-agent): New variables.
8702         (spam-report-url-ping-plain): Use spam-report-user-agent.
8703
8704 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8705
8706         * gnus-art.el (gnus-button-handle-custom): Do not just use
8707         `customize-apropos' for any "M-x customize-*" button but the
8708         function called for.  Accept both the function name and its
8709         argument in order to achieve this.
8710         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8711         function name to `gnus-button-handle-custom' in case of "M-x
8712         customize-*" buttons.
8713
8714 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8715
8716         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8717         multipart/alternative and add xref to mm-discouraged-alternatives
8718         in doc string.
8719
8720         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8721         gnus-buttonized-mime-types in doc string.
8722
8723 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8724
8725         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8726         Suggest image/.* in the doc string.
8727
8728 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8729
8730         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8731         message-marks (Debian bug #342521).
8732
8733 2005-12-12  Simon Josefsson  <jas@extundo.com>
8734
8735         * password.el (password-read-from-cache): Add.
8736         (password-read): Use it.
8737
8738 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8739
8740         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8741         us-ascii as a MIME charset.
8742
8743         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8744         against the case where the 2nd arg TYPE is nil.
8745
8746 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8747
8748         * pop3.el (pop3-stream-type): Fix custom version.
8749
8750         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8751
8752 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8753
8754         * mm-decode.el (mm-display-external): Add missing cdr.
8755
8756 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8757
8758         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8759         RFC1524) if it is in mailcap or add a suffix according to
8760         mailcap-mime-extensions when generating a temp filename; postpone
8761         deleting a temp file for 2 seconds for some wrappers, shell
8762         scripts, and so on, which might exit right after having started a
8763         viewer command as a background job.
8764
8765 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8766
8767         * nntp.el (nntp-marks-directory): Fix custom group.
8768
8769         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8770         steps when < 10.
8771
8772         * gnus-start.el (gnus-no-server-1): Mention
8773         `gnus-level-default-subscribed' in doc string.
8774
8775 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8776
8777         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8778         parens.
8779
8780 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8781
8782         * gnus-xmas.el (gnus-use-toolbar): Revert.
8783         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8784         gnus-use-toolbar is default.
8785
8786         * messagexmas.el (message-use-toolbar): Revert.
8787         (message-setup-toolbar): Use global default-toolbar if
8788         message-use-toolbar is default.
8789
8790 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8791
8792         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8793         according to default-toolbar-visible-p.
8794
8795         * messagexmas.el (message-use-toolbar): Ditto.
8796
8797 2005-11-26  Dave Love  <fx@gnu.org>
8798
8799         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8800         (tls-program, tls-success): Provide openssl alternative.
8801
8802         * starttls.el: Doc fixes.
8803         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8804         SERVICE to PORT.
8805
8806         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8807         port null or service name.
8808         (starttls-negotiate): Autoload.
8809
8810 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8811
8812         * message.el (message-kill-to-signature): Fix interactive spec.
8813
8814 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8815
8816         * pop3.el (pop3-open-server): Recognize a string as a service name.
8817
8818 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8819
8820         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8821
8822 2005-11-23  Dave Love  <fx@gnu.org>
8823
8824         Add pop3s, pop3/starttls.
8825
8826         * pop3.el (pop3-authentication-scheme): Clarify doc.
8827         (open-tls-stream, starttls-open-stream): Autoload.
8828         (pop3-stream-type): New.
8829         (pop3-open-server): Use it.
8830
8831         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8832         for POP.
8833         (mail-source-keyword-map): Add :stream for POP.
8834         (mail-source-fetch-pop): Use pop3-stream-type.
8835
8836 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8837
8838         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8839         of current-time-string.
8840
8841 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8842
8843         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8844         date header.
8845
8846 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8847
8848         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8849         it can seriously impact performance as it bypasses the agent's
8850         local caches.
8851
8852 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8853
8854         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8855         must be explicitly online rather than "not explicitly offline" for
8856         its flags to be synchronized.
8857
8858         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8859         that gnus-uu-unmark-thread will function correctly.
8860
8861         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8862         1024K is instead displayed as 1M.
8863
8864 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8865
8866         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8867
8868 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
8869
8870         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8871
8872 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
8873
8874         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8875         error message to display actual error condition.
8876         (gnus-agent-save-local): Avoid saving symbols that are bound to
8877         nil as they simply result in a warning message in
8878         gnus-agent-read-local.
8879
8880 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8881
8882         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8883         rather than make-variable-buffer-local for file-precious-flag.
8884
8885 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8886
8887         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8888         for duplicates which are removed.  The invalid sort check then
8889         triggers a rescan after the sort as sorting may have moved
8890         duplicate entries such that they can be cheaply detected.
8891
8892 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8893
8894         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8895
8896 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8897
8898         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8899         internal variable to a custom variable.  Changed default value
8900         from compressed(2) to uncompressed(1).
8901         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8902         support for uncompressed agentview files.  Taken together, reading
8903         the agentview file should now be 6-7 times faster.
8904
8905 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8906
8907         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8908         as a buffer-local variable.  This avoids creating truncated
8909         dribble files as a result of a hang up, eg.
8910
8911 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
8912
8913         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
8914         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
8915         XEmacs.
8916
8917 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8918
8919         * gnus-start.el (gnus-start-draft-setup): Enforce
8920         `gnus-draft-mode' for nndraft:drafts at startup.
8921
8922         * gnus.el (gnus-splash): Change custom group.
8923         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8924         allow-list argument.
8925
8926         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8927         string.
8928
8929 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8930
8931         * gnus-art.el (gnus-default-article-saver): Add user-defined
8932         `function' to custom type.
8933
8934 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8935
8936         * imap.el (imap-open): Handle case where buffer is a buffer
8937         object.
8938
8939 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8940
8941         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
8942         long lines.
8943         (gnus-cache-delete-group): Wrap doc strings.
8944
8945         * gnus-agent.el (gnus-agent-rename-group)
8946         (gnus-agent-delete-group): Wrap doc strings.
8947
8948 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8949
8950         * messagexmas.el (message-use-toolbar): Change the valid values
8951         into default, top, bottom, left, and right.
8952         (message-toolbar-thickness): New variable.
8953         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
8954         well.
8955         (message-setup-toolbar): Make it work.
8956
8957         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
8958         (gnus-use-toolbar): Change the valid values into default, top,
8959         bottom, left, and right.
8960         (gnus-toolbar-thickness): New variable.
8961         (gnus-xmas-setup-toolbar): New function.
8962         (gnus-xmas-setup-group-toolbar): Use it.
8963         (gnus-xmas-setup-summary-toolbar): Use it.
8964
8965 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8966
8967         * gnus-start.el (gnus-1): Add "native" to
8968         gnus-predefined-server-alist.
8969
8970         * gnus.el (gnus-method-to-server): Don't add "native" to the
8971         lists here, because that leads to problems when
8972         gnus-select-method is bound.
8973
8974 2005-11-09  Simon Josefsson  <jas@extundo.com>
8975
8976         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
8977         use (not sort-by-date) instead.
8978
8979 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8980
8981         * gnus-delay.el (gnus-delay-group): Don't autoload.
8982         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8983         to be re-loaded when customizing the `gnus-delay' group.
8984
8985 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
8986
8987         * message.el: Revert last changes.
8988         (message-insert-citation-line): Use newlines.
8989
8990 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
8991
8992         * message.el (message-courtesy-message)
8993         (message-mark-insert-begin, message-mark-insert-end)
8994         (message-elide-ellipsis, message-cancel-message)
8995         (message-add-header, message-change-subject)
8996         (message-cross-post-followup-to-header)
8997         (message-cross-post-insert-note, message-reduce-to-to-cc)
8998         (message-widen-reply, message-delete-not-region)
8999         (message-kill-to-signature, message-insert-signature)
9000         (message-insert-importance-high, message-insert-importance-low)
9001         (message-insert-or-toggle-importance)
9002         (message-insert-disposition-notification-to)
9003         (message-indent-citation, message-yank-original)
9004         (message-cite-original-without-signature, message-cite-original)
9005         (message-insert-citation-line, message-position-on-field)
9006         (message-fix-before-sending, message-send-mail-partially)
9007         (message-send-mail, message-send-mail-with-sendmail)
9008         (message-send-mail-with-qmail, message-send-news)
9009         (message-check-news-header-syntax, message-generate-headers)
9010         (message-insert-courtesy-copy, message-fill-address)
9011         (message-fill-header, message-shorten-references)
9012         (message-setup-1, message-cancel-news)
9013         (message-forward-make-body-plain, message-forward-make-body-mime)
9014         (message-forward-make-body-mml, message-encode-message-body)
9015         (message-forward-make-body-digest-plain)
9016         (message-forward-make-body-digest-mime)
9017         (message-use-alternative-email-as-from): Insert `hard-newline'
9018         instead of ordinary newlines.
9019
9020 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9021
9022         * message.el (message-generate-headers): Downcase the argument
9023         given to message-check-element.
9024
9025 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9026
9027         * nntp.el (nntp-authinfo-rejected): New error condition.
9028         (nntp-wait-for): Use new error condition to signal authentication
9029         error.
9030         (nntp-retrieve-data): Rethrow new error condition to break out of
9031         recursive call to nntp-send-authinfo.
9032
9033 2005-11-08  Romain Francoise  <romain@orebokech.com>
9034
9035         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9036         (gnus-summary-exit-map): Bind to `Z p'.
9037         (gnus-summary-make-menu-bar): Add menu item.
9038
9039 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9040
9041         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9042         (gnus-treat-*): Add `first' in all doc strings.
9043
9044         * gnus-group.el (gnus-group-compact-group): Fix typo.
9045
9046 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9047
9048         * gnus.el (gnus-parameters-case-fold-search): New variable.
9049         (gnus-parameters-get-parameter): Use it.
9050
9051         * gnus-score.el (gnus-home-score-file): Doc fix.
9052
9053 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9054
9055         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9056
9057 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9058
9059         * mm-util.el (mm-special-display-p): New function.
9060
9061         * mml.el (mml-preview): Use it; doc fix.
9062
9063 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9064
9065         * imap.el (imap-open): Handle case where buffer is a buffer object.
9066
9067 2005-10-29  Romain Francoise  <romain@orebokech.com>
9068
9069         * message.el (message-fix-before-sending): Fix comment.
9070
9071 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9072
9073         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9074
9075 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9076
9077         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9078         Used in gnus-score.el.
9079
9080 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9081
9082         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9083
9084 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9085
9086         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9087         whitespace removed in revision 7.8.  Use concatenated string to
9088         protect trailing whitespace.
9089
9090 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9091
9092         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9093         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9094         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9095         Courier IMAP ("some version from 2004").  Mostly based on similar
9096         code in the same function.
9097
9098 2005-10-26  Didier Verna  <didier@xemacs.org>
9099
9100         * gnus-group.el (gnus-group-compact-group): Invalidate original
9101         article buffer.
9102         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9103         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9104         NOV database and in article itself.
9105         Invalidate article backlog.
9106
9107 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9108
9109         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9110
9111 2005-10-26  Simon Josefsson  <jas@extundo.com>
9112
9113         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9114         part of 2004-07-25 change.
9115
9116 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9117
9118         * message.el (message-display-completion-list): New function.
9119         (message-expand-group): Use it; make sure the Completions buffer
9120         is modifiable.
9121 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9122
9123         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9124         user-mail-name is an empty string.
9125
9126 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9127
9128         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9129         depending on gnus-score-decay-constant.
9130
9131         * encrypt.el (encrypt-insert-file-contents)
9132         (encrypt-write-file-contents): Don't use `gnus-message'.
9133
9134         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9135         arguments.
9136         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9137         arguments to mm-uu-verbatim-marks-extract.
9138         (mm-uu-hide-markers): New variable.
9139         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9140
9141         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9142         (gnus-convert-image-to-face-command): Use "convert" by default to
9143         allow other input image formats.
9144         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9145         accordingly.
9146
9147 2005-10-23  Simon Josefsson  <jas@extundo.com>
9148
9149         * imap.el (imap-gssapi-program): Align command line parameters
9150         with latest GNU SASL.
9151         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9152
9153 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9154
9155         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9156         HTML.
9157         (nnslashdot-request-article): Ditto.
9158
9159         * lpath.el (featurep): Add nobreak-char-display.
9160
9161 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9162
9163         * mail-source.el (mail-source-fetch-pop): Require pop3.
9164         (mail-source-check-pop): Ditto.
9165
9166 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9167
9168         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9169         errors.
9170
9171 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9172
9173         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9174         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9175
9176         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9177
9178         * mm-bodies.el (mm-decode-string): Call
9179         `mm-charset-to-coding-system' with allow-override argument.
9180
9181 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9182
9183         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9184         (rfc2047-charset-to-coding-system): New function.
9185         (rfc2047-decode-encoded-words): New function.
9186         (rfc2047-decode-region): Use them.
9187         (rfc2047-decode-cte): Remove.
9188         (rfc2047-parse-and-decode): Remove.
9189         (rfc2047-decode): Remove.
9190
9191 2005-10-15  Kenichi Handa  <handa@m17n.org>
9192
9193         * rfc2047.el (rfc2047-decode-cte): New function.
9194         (rfc2047-decode-region): Change the way to decode successive
9195         encoded-words: decode B- or Q-encoding in each encoded-word,
9196         concatenate them, and decode it as charset.
9197
9198 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9199
9200         * lpath.el: Fbind codepage-setup for XEmacs.
9201
9202 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9203
9204         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9205         widget-move-and-invoke.
9206         (gnus-custom-mode): Use gnus-custom-map.
9207
9208 2005-10-15  Bill Wohler  <wohler@newt.com>
9209
9210         * message.el (message-tool-bar-map): Renamed image file from
9211         mail_send to mail/send.
9212
9213 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9214
9215         * message.el (message-expand-group): Pass the common
9216         prefix substring of completion to `display-completion-list'.
9217
9218 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9219
9220         * mml-sec.el (mml-secure-method): New internal variable.
9221         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9222         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9223         functions using mml-secure-method.
9224
9225         * mml.el (mml-mode-map): Add key bindings for those functions.
9226         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9227         Harder <harder@myrealbox.com>.
9228         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9229         end of message if point is the headers of the message.
9230
9231         * message.el (message-in-body-p): New function.
9232
9233         * assistant.el: Autoload gnus-util and netrc.
9234
9235         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9236         Use `mm-charset-override-alist' only when decoding.
9237
9238         * mm-bodies.el (mm-decode-body): Call
9239         `mm-charset-to-coding-system' with allow-override argument.
9240
9241         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9242         `filename' from Content-Disposition if Content-Type doesn't
9243         provide `name'.
9244         (gnus-mime-view-part-as-type): Set default instead of
9245         initial-input.
9246
9247 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9248
9249         * format-spec.el (format-spec): Propagate text properties of % spec.
9250
9251 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9252
9253         * gnus-art.el (gnus-treat-predicate): Add `first'.
9254
9255 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9256
9257         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9258         (mm-charset-override-alist): New variable.
9259         (mm-charset-to-coding-system): Use it.
9260         (mm-codepage-setup): New helper function.
9261         (mm-charset-eval-alist): New variable.
9262         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9263         about unknown charsets.
9264
9265         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9266
9267 2005-10-04  David Hansen  <david.hansen@gmx.net>
9268
9269         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9270         (nnrss-check-group): Ditto.
9271
9272 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9273
9274         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9275         Rename x-gnus-verbatim to x-verbatim.
9276         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9277
9278         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9279         x-verbatim.
9280
9281         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9282
9283         * gnus-util.el (gnus-remove-duplicates): Remove.
9284
9285         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9286         instead of gnus-remove-duplicates.
9287
9288         * message.el (message-remove-duplicates): Remove.
9289         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9290         message-remove-duplicates.
9291
9292         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9293         available, else use implementation from `delete-dups'.
9294
9295         * message.el (message-insert-expires): New function.
9296         (message-mode-map): Add key binding.
9297         (message-mode-field-menu): Add menu entry.
9298         (message-mode): Document it.
9299         (message-make-expires-date): Use `message-make-date'.
9300
9301 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9302
9303         * message.el (message-make-expires-date): New function.
9304
9305 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9306
9307         * Makefile.in (list-installed-shadows): New entry.
9308         (install): Use it.
9309         (remove-installed-shadows): New entry.
9310
9311         * dgnushack.el (dgnushack-default-load-path): New variable.
9312         (dgnushack-find-lisp-shadows): New function.
9313         (dgnushack-remove-lisp-shadows): New function.
9314
9315 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9316
9317         * Makefile.in (install-el-elc): New entry.
9318         (install): Use it so that .el files are necessarily installed.
9319
9320 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9321
9322         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9323
9324 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9325
9326         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9327         function rather than the diff-mode.el package.
9328         (mm-display-external): Use with-current-buffer.
9329         (mm-viewer-completion-map, mm-viewer-completion-map):
9330         Move initialization inside declaration.
9331
9332 2005-09-29  Simon Josefsson  <jas@extundo.com>
9333
9334         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9335         autoload mail-check-payment.
9336         (spam-check-hashcash): Define unconditionally, since hashcash.el
9337         is part of Gnus now.  Ignore errors from payment checking.
9338
9339 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9340
9341         * message.el (message-bold-region, message-unbold-region): Rename
9342         from `bold-region' and `unbold-region'.
9343
9344         * message.el: Remove useless autoloads.
9345
9346 2005-09-28  Simon Josefsson  <jas@extundo.com>
9347
9348         * message.el (message-use-idna): Default to t.
9349         (message-use-idna): Test whether encoding works too.  Doc fix.
9350
9351 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9352
9353         * nntp.el (nntp-warn-about-losing-connection): Remove.
9354
9355 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9356
9357         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9358         customizable.  Change default value.
9359         (mm-uu-diff-groups-regexp): Change default value.
9360         (mm-uu-type-alist): Add doc string.
9361         (mm-uu-configure): Add doc string.  Make it interactive.
9362         (mm-uu-tex-groups-regexp): New variable.
9363         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9364         (mm-uu-type-alist): Add LaTeX documents.
9365         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9366         of "text/verbatim".
9367         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9368
9369         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9370         instead of "text/verbatim".
9371
9372         * message.el (message-mark-inserted-region)
9373         (message-mark-insert-file): Use slrn style marks when called with
9374         prefix argument.
9375
9376 2005-09-27  Simon Josefsson  <jas@extundo.com>
9377
9378         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9379
9380 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9381
9382         * message.el (message-remove-duplicates): New function.
9383         Implementation borrowed from `gnus-remove-duplicates'.
9384         (message-idna-to-ascii-rhs): Also encode idna addresses in
9385         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9386         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9387         only ask about the same idna domain once per header and also tell
9388         in what header to replace the idna domain.
9389
9390         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9391         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9392         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9393         a header is decoded and not just the last one.
9394
9395 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9396
9397         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9398         has been decoded.
9399
9400         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9401         (mm-insert-part): Don't modify text if it has been decoded.
9402
9403         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9404         decoded.
9405
9406         * mm-view.el (mm-inline-text): Don't strip text props unless
9407         decoding enriched or richtext parts.
9408
9409 2005-09-25  Romain Francoise  <romain@orebokech.com>
9410
9411         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9412         * gnus-start.el (gnus-subscribe-interactively):
9413         * gnus-uu.el (gnus-uu-grab-articles):
9414         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9415         space.
9416
9417 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9418
9419         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9420         * mm-view.el (mm-view-pkcs7-decrypt):
9421         * gnus-sum.el (gnus-summary-limit-to-extra)
9422         (gnus-summary-respool-article, gnus-read-move-group-name):
9423         * gnus-score.el (gnus-summary-increase-score):
9424         * gnus-util.el (gnus-completing-read-with-default):
9425         * gnus-art.el (gnus-read-save-file-name)
9426         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9427         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9428         * message.el (message-check-news-header-syntax):
9429         Follow convention for reading with the minibuffer.
9430
9431 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9432
9433         * spam-report.el (spam-report-url-ping-plain):
9434         Use gnus-extended-version as User-Agent.
9435
9436         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9437         default value is nil.
9438
9439         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9440         (mm-uu-verbatim-marks-extract): New function.
9441         (mm-uu-extract): New face.
9442         (mm-uu-copy-to-buffer): Use it.
9443
9444         * spam-report.el (spam-report-gmane-ham): Renamed from
9445         `spam-report-gmane-unspam'.
9446         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9447         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9448
9449         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9450         Autoload.
9451         (spam-report-gmane-unregister-routine): Renamed
9452         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9453
9454 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9455
9456         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9457         (spam-report-gmane-unregister-routine): Add support for gmane
9458         unregistration.
9459
9460         * spam-report.el (spam-report-gmane-unspam)
9461         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9462         (spam-report-gmane): Change to take a single article and do unspam
9463         registration.
9464
9465 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9466
9467         * mm-url.el (mm-url-decode-entities): Fix regexp.
9468
9469 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9470
9471         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9472         default to nil, to be able to use Gnus at all.  If the default
9473         switches to something else, then the function should be fixed not
9474         be exceedingly slow.
9475
9476 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9477
9478         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9479         fail hard.
9480
9481         * spam-report.el: Add better Keywords line.
9482
9483         * spam.el: Add Maintainer and better Keywords line.
9484
9485 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9486
9487         * gnus-art.el (gnus-article-replace-part)
9488         (gnus-mime-replace-part): New functions.
9489         (gnus-mime-action-alist, gnus-mime-button-commands)
9490         (gnus-mime-save-part-and-strip): Added file argument.
9491         (gnus-article-part-wrapper): Added interactive argument.
9492
9493         * gnus-sum.el (gnus-summary-mime-map): Add
9494         `gnus-article-replace-part'.
9495
9496 2005-09-19  Didier Verna  <didier@xemacs.org>
9497
9498         The nnml compaction feature:
9499         * nnml.el (nnml-request-compact-group): New function.
9500         * nnml.el (nnml-request-compact): New function.
9501         * gnus-int.el (gnus-request-compact-group): New function.
9502         * gnus-int.el (gnus-request-compact): New function.
9503         * gnus-group.el (gnus-group-compact-group): New function.
9504         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9505         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9506         * gnus-srvr.el (gnus-server-compact-server): New function.
9507         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9508         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9509
9510 2005-09-18  Deepak Goel  <deego@gnufans.org>
9511
9512         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9513         format spec.
9514
9515 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9516
9517         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9518
9519 2005-09-15  Romain Francoise  <romain@orebokech.com>
9520
9521         * message.el (message-fill-paragraph): Clarify docstring.
9522
9523 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9524
9525         * gnus-art.el (gnus-mime-display-part): Protect against broken
9526         MIME messages.
9527
9528 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9529
9530         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9531         before parsing header.
9532
9533 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9534
9535         * html2text.el (html2text-replace-list): Add new entities.
9536
9537 2005-09-11  Romain Francoise  <romain@orebokech.com>
9538
9539         * message.el (message-alternative-emails): Improve docstring.
9540         (message-setup-1): Call `message-use-alternative-email-as-from'
9541         after `message-setup-hook' to give it precedence over posting
9542         styles, etc.
9543         (message-use-alternative-email-as-from): Add docstring.  Remove
9544         the original From header if present.
9545
9546         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9547         (nnml-save-mail): Use it.
9548
9549         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9550         articles.  Add new argument `silent'.
9551         (gnus-uu-mark-all): Report the total number of marked articles.
9552
9553 2005-09-10  Romain Francoise  <romain@orebokech.com>
9554
9555         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9556         (gnus-uu-mark-series): Likewise.
9557
9558 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9559
9560         * spam-report.el (spam-report-gmane): Fix generation of spam
9561         report URL.
9562
9563 2005-09-10  Simon Josefsson  <jas@extundo.com>
9564
9565         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9566         t, based on discussion on the ding list with Robert Epprecht
9567         <epprecht@solnet.ch>.
9568
9569 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9570
9571         * spam-report.el (spam-report-gmane): Make it work without
9572         X-Report-Spam header.  Gmane now only provides Archived-At.
9573         This is only used if `spam-report-gmane-use-article-number' is nil.
9574         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9575
9576         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9577         make `gnus-summary-sort-by-recipient' work with threading.
9578
9579         * nnweb.el (nnweb-google-wash-article): Print a message if article
9580         is not available.
9581
9582 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9583
9584         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9585         change.  Decode text/* parts content before displaying.
9586
9587 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9588
9589         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9590
9591 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9592
9593         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9594
9595         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9596         url-package-name, url-package-version,
9597         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9598         w3m-display-inline-images, and w3m-minor-mode-map.
9599
9600 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9601
9602         * message.el (message-tab-body-function): Fix mismatched custom type.
9603
9604         * gnus.el (gnus-group-change-level-function): Ditto.
9605
9606         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9607
9608         * gnus-art.el (gnus-signature-limit)
9609         (gnus-article-mime-part-function): Ditto.
9610
9611 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9612
9613         * mml.el (mml-mode): Silence the byte compiler.
9614
9615         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9616         using `(sit-for 0)' before moving the point to the specified part;
9617         skip unbuttonized parts.
9618         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9619         return to the summary window if gnus-auto-select-part is non-nil.
9620
9621 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9622
9623         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9624         variables.
9625         (mml-dnd-attach-file, mml-mode): Use them.
9626
9627         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9628         Make fetching article by MID work again for Google Groups.  Added
9629         FIXME concerning gnus-group-make-web-group.
9630
9631         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9632         Don't depend on Gnus by using mail-extract-address-components if
9633         gnus-extract-address-components is not bound.
9634
9635 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9636
9637         * gnus-art.el (gnus-mime-display-security): Don't display the
9638         signature, but only the signed part.
9639
9640 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9641
9642         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9643
9644         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9645         list, not listp.
9646
9647 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9648
9649         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9650         when encoding.
9651
9652         * mm-bodies.el (mm-decode-content-transfer-encoding):
9653         De-canonicalize CRLF for all text content types, not just
9654         text/plain.
9655
9656 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9657
9658         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9659         valid article; point arrow and cursor at the MIME button.
9660
9661 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9662
9663         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9664         Suggested by Dan Christensen <jdc@uwo.ca>.
9665
9666         * mm-decode.el (mm-save-part): Enable change of prompt.
9667
9668 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9669
9670         * gnus-msg.el (gnus-inews-add-send-actions): Made
9671         `message-post-method' lambda parameter ARG `&optional'.
9672
9673 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9674
9675         * gnus-sum.el (gnus-summary-mime-map): Added
9676         gnus-article-save-part-and-strip, gnus-article-delete-part and
9677         gnus-article-jump-to-part.
9678
9679         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9680         (gnus-article-edit-part): Use it.
9681         (gnus-article-part-wrapper): Added no-handle argument.
9682         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9683         functions.
9684
9685 2005-08-29  Romain Francoise  <romain@orebokech.com>
9686
9687         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9688         docstring.
9689         (gnus-face-from-file): Likewise.
9690
9691 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9692
9693         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9694         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9695         non-nil.
9696         (gnus-auto-select-part): New variable.
9697         (gnus-article-jump-to-part): New function.
9698         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9699         (gnus-mime-delete-part): Allow selecting specified part after
9700         deleting or stripping parts.
9701         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9702         part if argument is bogus.
9703
9704 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9705
9706         * gnus-art.el (w3m-minor-mode-map):
9707         * gnus-spec.el (gnus-newsrc-file-version):
9708         * gnus-util.el (nnmail-active-file-coding-system)
9709         (gnus-original-article-buffer, gnus-user-agent):
9710         * gnus.el (gnus-ham-process-destinations)
9711         (gnus-parameter-ham-marks-alist)
9712         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9713         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9714         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9715         * mm-decode.el (gnus-current-window-configuration):
9716         * mm-extern.el (gnus-article-mime-handles):
9717         * mm-url.el (url-current-object, url-package-name)
9718         (url-package-version):
9719         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9720         (smime-keys, w3m-cid-retrieve-function-alist)
9721         (w3m-current-buffer, w3m-display-inline-images)
9722         (w3m-minor-mode-map):
9723         * mml-smime.el (gnus-extract-address-components):
9724         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9725         (gnus-newsrc-hashtb, message-default-charset)
9726         (message-deletable-headers, message-options)
9727         (message-posting-charset, message-required-mail-headers)
9728         (message-required-news-headers):
9729         * mml1991.el (mc-pgp-always-sign):
9730         * mml2015.el (mc-pgp-always-sign):
9731         * nnheader.el (nnmail-extra-headers):
9732         * rfc1843.el (gnus-decode-encoded-word-function)
9733         (gnus-decode-header-function, gnus-newsgroup-name):
9734         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9735
9736 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9737
9738         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9739         the end of the date treatments.
9740
9741 2005-08-15  Simon Josefsson  <jas@extundo.com>
9742
9743         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9744         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9745         Capello and Romain Francoise.
9746         (pgg-fetch-key-function): Removed, not used?
9747         (pgg-insert-url-with-w3): Require url, to get
9748         url-insert-file-contents regardless of where it is defined.
9749
9750 2005-08-13  Romain Francoise  <romain@orebokech.com>
9751
9752         * message.el (message-cite-original-1): New function.
9753         (message-cite-original): Use it.
9754         (message-cite-original-without-signature): Ditto.
9755
9756 2005-08-08  Romain Francoise  <romain@orebokech.com>
9757
9758         * message.el (message-yank-empty-prefix): New variable.
9759         (message-indent-citation): Use it.
9760         (message-cite-original-without-signature): Respect X-No-Archive.
9761
9762 2005-08-08  Simon Josefsson  <jas@extundo.com>
9763
9764         * pgg.el: Autoload url-insert-file-contents instead of loading
9765         w3/url.
9766         (pgg-insert-url-with-w3): Don't load url here.
9767
9768 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9769
9770         * message.el (message-kill-to-signature): Don't insert newline at
9771         bol.
9772         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9773
9774 2005-08-06  Romain Francoise  <romain@orebokech.com>
9775
9776         * message.el (message-user-fqdn): Fix typo in docstring.
9777
9778 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9779
9780         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9781
9782         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9783
9784 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9785
9786         * mm-bodies.el (mm-encode-body): Use coding system rather than
9787         charset to encode text.
9788
9789         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9790         number of charsets if utf-8 is available (XEmacs).
9791
9792 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9793
9794         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9795         taken from `gnus-button-mid-or-mail-regexp'.
9796         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9797         (gnus-button-alist): Improve regexp for domain part of the MIDs
9798         for news:localpart@domain buttons.
9799         (gnus-button-ctan-directory-regexp): Update.
9800
9801 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9802
9803         * sieve-manage.el (sieve-manage-interactive-login): Use
9804         make-local-variable rather than make-variable-buffer-local.
9805         (sieve-manage-open): Ditto.
9806         (sieve-manage-authenticate): Ditto.
9807
9808         * mml.el (mml-generate-mime-1): Make the content type default to
9809         text/plain if the filename is not specified.
9810
9811 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9812
9813         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9814         instead of insert-buffer.
9815
9816         * message.el (message-yank-original): Ditto; set the mark at the
9817         end of the yanked message.
9818
9819 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9820
9821         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9822         lines to scroll rather than to stop it.
9823
9824         * mml.el (mml-generate-default-type): Add doc string.
9825         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9826         default to application/octet-stream when determining the content
9827         type if it is not specified for the part or the mml contents; add
9828         a comment about mml-generate-default-type.
9829
9830 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9831
9832         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9833         make it default to application/octet-stream when determining the
9834         content type if it is not specified for the external contents.
9835
9836 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9837
9838         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9839         segmented parameter but also other parameters might be there.
9840
9841 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9842
9843         * mm-decode.el (mm-display-external): Delete temp file, directory
9844         and buffer immediately if the external process is exited.
9845
9846 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9847
9848         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9849         fewer lines than that of scroll-margin.
9850         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9851
9852 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9853
9854         * gnus-art.el (gnus-article-next-page): Revert.
9855         (gnus-article-beginning-of-window): New macro.
9856         (gnus-article-next-page-1): Use it.
9857         (gnus-article-prev-page): Ditto.
9858         (gnus-article-edit-part): Use insert-buffer-substring instead of
9859         insert-buffer.
9860         (gnus-article-edit-exit): Ditto.
9861
9862         * gnus-util.el (gnus-beginning-of-window): Remove.
9863         (gnus-end-of-window): Remove.
9864
9865         * lpath.el: Don't bind header-line-format and scroll-margin.
9866
9867 2005-07-25  Simon Josefsson  <jas@extundo.com>
9868
9869         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9870         to have the url package without w3.  Reported by Daiki Ueno
9871         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9872
9873 2005-07-20  Didier Verna  <didier@xemacs.org>
9874
9875         * gnus-diary.el: Remove the description comment (nndiary is now
9876         properly documented in the Gnus manual).
9877         Fix the spelling of "Back End".
9878         * nndiary.el: Ditto.
9879         Fix the copyright notice.
9880
9881 2005-07-18  Romain Francoise  <romain@orebokech.com>
9882
9883         * gnus-sum.el (gnus-summary-to-prefix)
9884         (gnus-summary-newsgroup-prefix): New variables.
9885         (gnus-summary-from-or-to-or-newsgroups): Use them.
9886
9887 2005-07-17  Romain Francoise  <romain@orebokech.com>
9888
9889         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
9890         space as it's generally not especially interesting to the user.
9891
9892 2005-07-16  Romain Francoise  <romain@orebokech.com>
9893
9894         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
9895         nil to avoid prompting and file modification if one of the
9896         messages at the top of the nnfolder file contains a copyright
9897         notice.
9898         Update copyright notice.
9899
9900         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
9901         instead of `current-time-string' as the latter creates a time
9902         string that is not RFC 2822 compliant (it lacks the zone).
9903         Update copyright notice.
9904
9905 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9906
9907         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9908         for text/rtf.  Display default in prompt.  Pass default for M-n.
9909
9910         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9911
9912 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9913
9914         * gnus-msg.el (gnus-button-mailto): Remove
9915         save-selected-window-window hackery because it relies on
9916         save-selected-window internals.
9917
9918 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9919
9920         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9921         (gnus-article-next-page-1): Use gnus-beginning-of-window.
9922         (gnus-article-prev-page): Ditto.
9923
9924         * gnus-util.el (gnus-beginning-of-window): New function.
9925         (gnus-end-of-window): New function.
9926
9927         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
9928
9929 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9930
9931         * gnus-score.el (gnus-score-edit-all-score): Set
9932         gnus-score-edit-exit-function to gnus-score-edit-done and call
9933         gnus-message.
9934
9935 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9936
9937         * gnus-msg.el (gnus-button-mailto): Remove
9938         save-selected-window-window hackery because it relies on
9939         save-selected-window internals.
9940
9941 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9942
9943         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
9944         add-minor-mode.
9945         (gnus-binary-mode): Ditto.
9946
9947         * gnus-topic.el (gnus-topic-mode): Ditto.
9948
9949 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
9950
9951         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
9952         (gnus-article-prev-page): Take scroll-margin into consideration.
9953
9954 2005-07-04  Lute Kamstra  <lute@gnu.org>
9955
9956         Update FSF's address in GPL notices.
9957
9958 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9959
9960         * gnus.el (gnus-exit):
9961         * gnus-group.el (gnus-group-icons):
9962         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
9963
9964         * gnus-nocem.el (gnus-nocem):
9965         * message.el (message-various, message-buffers, message-sending)
9966         (message-interface, message-forwarding, message-insertion)
9967         (message-headers, message-news, message-mail):
9968         * pgg-gpg.el (pgg-gpg):
9969         * pgg-parse.el (pgg-parse):
9970         * pgg-pgp.el (pgg-pgp):
9971         * pgg-pgp5.el (pgg-pgp5):
9972         * pop3.el (pop3): Finish `defgroup' description with period.
9973
9974 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9975
9976         * gnus-art.el (article-display-face): Improve the efficiency.
9977         (article-display-x-face): Ditto; remove grey x-face stuff.
9978
9979 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9980
9981         * gnus-art.el (article-display-face): Correct the position in
9982         which Faces are inserted.
9983
9984 2005-06-29  Didier Verna  <didier@xemacs.org>
9985
9986         * gnus-art.el (article-display-face): Display faces in correct
9987         order.
9988
9989 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9990
9991         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
9992         (gnus-fill-real-hashtb): Use hash table instead of obarray.
9993         (gnus-nocem-check-article): Fetch the Type header.
9994         (gnus-nocem-message-wanted-p): Fix the way to examine types.
9995         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
9996         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
9997         make sure gnus-nocem-hashtb is initialized.
9998         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
9999         (gnus-nocem-unwanted-article-p): Ditto.
10000
10001         * pgg.el (pgg-verify): Return the verification result.
10002
10003 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10004
10005         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10006         is ascii.
10007
10008 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10009
10010         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10011         `show-nonbreak-escape'.
10012
10013 2005-06-23  Lute Kamstra  <lute@gnu.org>
10014
10015         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10016
10017         * dig.el (dig-mode):
10018         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10019
10020 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10021
10022         * nnimap.el (nnimap-split-download-body): Fix spellings.
10023
10024 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10025
10026         * gnus-art.el (gnus-article-encrypt-body):
10027         * gnus-cus.el (gnus-score-customize):
10028         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10029         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10030
10031 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10032
10033         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10034         header by looking for magic "MII" at the beginnig.
10035
10036 2005-06-16  Miles Bader  <miles@gnu.org>
10037
10038         * gnus-xmas.el (gnus-xmas-group-startup-message):
10039         Use renamed gnus-splash face.
10040
10041         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10042         (assistant-field-face): New backward-compatibility alias for renamed
10043         face.
10044         (assistant-render-text): Use renamed assistant-field face.
10045
10046         * spam.el (spam): Remove "-face" suffix from face name.
10047         (spam-face): New backward-compatibility alias for renamed face.
10048         (spam-face, spam-initialize): Use renamed spam face.
10049
10050         * message.el (message-header-to, message-header-cc)
10051         (message-header-subject, message-header-newsgroups)
10052         (message-header-other, message-header-name)
10053         (message-header-xheader, message-separator, message-cited-text)
10054         (message-mml): Remove "-face" suffix from face names.
10055         (message-header-to-face, message-header-cc-face)
10056         (message-header-subject-face, message-header-newsgroups-face)
10057         (message-header-other-face, message-header-name-face)
10058         (message-header-xheader-face, message-separator-face)
10059         (message-cited-text-face, message-mml-face):
10060         New backward-compatibility aliases for renamed faces.
10061         (message-font-lock-keywords): Use renamed message faces.
10062
10063         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10064         (sieve-test-commands, sieve-tagged-arguments):
10065         Remove "-face" suffix from face names.
10066         (sieve-control-commands-face, sieve-action-commands-face)
10067         (sieve-test-commands-face, sieve-tagged-arguments-face):
10068         New backward-compatibility aliases for renamed faces.
10069         (sieve-control-commands-face, sieve-action-commands-face)
10070         (sieve-test-commands-face, sieve-tagged-arguments-face):
10071         Use renamed sieve faces.
10072
10073         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10074         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10075         (gnus-group-news-3-empty, gnus-group-news-4)
10076         (gnus-group-news-4-empty, gnus-group-news-5)
10077         (gnus-group-news-5-empty, gnus-group-news-6)
10078         (gnus-group-news-6-empty, gnus-group-news-low)
10079         (gnus-group-news-low-empty, gnus-group-mail-1)
10080         (gnus-group-mail-1-empty, gnus-group-mail-2)
10081         (gnus-group-mail-2-empty, gnus-group-mail-3)
10082         (gnus-group-mail-3-empty, gnus-group-mail-low)
10083         (gnus-group-mail-low-empty, gnus-summary-selected)
10084         (gnus-summary-cancelled, gnus-summary-high-ticked)
10085         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10086         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10087         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10088         (gnus-summary-low-undownloaded)
10089         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10090         (gnus-summary-low-unread, gnus-summary-normal-unread)
10091         (gnus-summary-high-read, gnus-summary-low-read)
10092         (gnus-summary-normal-read, gnus-splash):
10093         Remove "-face" suffix from face names.
10094         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10095         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10096         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10097         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10098         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10099         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10100         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10101         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10102         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10103         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10104         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10105         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10106         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10107         (gnus-summary-normal-ticked-face)
10108         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10109         (gnus-summary-normal-ancient-face)
10110         (gnus-summary-high-undownloaded-face)
10111         (gnus-summary-low-undownloaded-face)
10112         (gnus-summary-normal-undownloaded-face)
10113         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10114         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10115         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10116         (gnus-splash-face):
10117         New backward-compatibility aliases for renamed faces.
10118         (gnus-group-startup-message): Use renamed gnus faces.
10119
10120         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10121         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10122         (gnus-server-agent): Remove "-face" suffix from face names.
10123         (gnus-server-agent-face, gnus-server-opened-face)
10124         (gnus-server-closed-face, gnus-server-denied-face)
10125         (gnus-server-offline-face):
10126         New backward-compatibility aliases for renamed faces.
10127         (gnus-server-agent-face, gnus-server-opened-face)
10128         (gnus-server-closed-face, gnus-server-denied-face)
10129         (gnus-server-offline-face): Use renamed gnus faces.
10130
10131         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10132         Remove "-face" suffix from face names.
10133         (gnus-picon-xbm-face, gnus-picon-face):
10134         New backward-compatibility aliases for renamed faces.
10135
10136         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10137         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10138         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10139         (gnus-cite-11): Remove "-face" suffix from face names.
10140         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10141         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10142         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10143         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10144         New backward-compatibility aliases for renamed faces.
10145         (gnus-cite-attribution-face, gnus-cite-face-list)
10146         (gnus-article-boring-faces): Use renamed gnus faces.
10147
10148         * gnus-art.el (gnus-signature, gnus-header-from)
10149         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10150         (gnus-header-content): Remove "-face" suffix from face names.
10151         (gnus-signature-face, gnus-header-from-face)
10152         (gnus-header-subject-face, gnus-header-newsgroups-face)
10153         (gnus-header-name-face, gnus-header-content-face):
10154         New backward-compatibility aliases for renamed faces.
10155         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10156
10157         * gnus-sum.el (gnus-summary-selected-face)
10158         (gnus-summary-highlight): Use renamed gnus faces.
10159         * gnus-group.el (gnus-group-highlight): Likewise.
10160
10161 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10162
10163         * gnus-sieve.el (gnus-sieve-article-add-rule):
10164         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10165         * spam-stat.el (spam-stat-buffer-change-to-spam)
10166         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10167
10168         * message.el (message-is-yours-p):
10169         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10170
10171 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10172
10173         * mm-view.el (mm-inline-text): Withdraw the last change.
10174
10175 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10176
10177         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10178         executing enriched-decode.
10179
10180 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10181
10182         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10183         charset of tar files.
10184
10185 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10186
10187         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10188
10189 2005-06-04  Lute Kamstra  <lute@gnu.org>
10190
10191         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10192         information is never recorded.
10193
10194 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10195
10196         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10197
10198 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10199
10200         * pop3.el (pop3-apop): Run md5 in the binary mode.
10201
10202         * starttls.el (starttls-set-process-query-on-exit-flag):
10203         Use eval-and-compile.
10204
10205 2005-05-31  Simon Josefsson  <jas@extundo.com>
10206
10207         * smime.el (smime-replace-in-string): Define.
10208         (smime-cert-by-ldap-1): Use it.
10209
10210 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10211
10212         * gnus-art.el (article-display-x-face): Replace
10213         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10214
10215         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10216         set-process-query-on-exit-flag or process-kill-without-query.
10217
10218         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10219         loop instead of replace-regexp.
10220
10221         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10222         instead of process-kill-without-query if it is available.
10223
10224         * lpath.el: Fbind ldap-search-entries.
10225
10226         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10227         instead of find-file-hooks if it is available.
10228
10229         * mml1991.el: Bind pgg-default-user-id when compiling.
10230
10231         * mml2015.el: Bind pgg-default-user-id when compiling.
10232
10233         * nndraft.el (nndraft-request-associate-buffer):
10234         Use write-contents-functions instead of write-contents-hooks if it is
10235         available.
10236
10237         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10238         instead of find-file-hooks if it is available.
10239
10240         * nntp.el (nntp-open-connection): Replace
10241         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10242         (nntp-open-ssl-stream): Ditto.
10243         (nntp-open-tls-stream): Ditto.
10244
10245         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10246         set-process-query-on-exit-flag or process-kill-without-query.
10247         (starttls-open-stream-gnutls): Use it instead of
10248         process-kill-without-query.
10249         (starttls-open-stream): Ditto.
10250
10251 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10252
10253         * smime.el (smime-cert-by-ldap-1): Don't use
10254         replace-regexp-in-string.
10255
10256 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10257
10258         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10259
10260         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10261         in PEM format.  Adjust to the XEmacs compability.
10262
10263 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10264
10265         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10266         by `string-to-number'.
10267         * gnus-agent.el (gnus-agent-regenerate-group)
10268         (gnus-agent-fetch-articles): Ditto.
10269         * gnus-art.el (gnus-button-fetch-group): Ditto.
10270         * gnus-cache.el (gnus-cache-generate-active)
10271         (gnus-cache-articles-in-group): Ditto.
10272         * gnus-group.el (gnus-group-set-current-level)
10273         (gnus-group-insert-group-line): Ditto.
10274         * gnus-score.el (gnus-score-set-expunge-below)
10275         (gnus-score-set-mark-below, gnus-summary-score-effect)
10276         (gnus-summary-score-entry): Ditto.
10277         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10278         (gnus-soup-pack): Ditto.
10279         * gnus-spec.el (gnus-xmas-format): Ditto.
10280         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10281         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10282         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10283         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10284         * nndb.el (nndb-get-remote-expire-response): Ditto.
10285         * nndiary.el (nndiary-parse-schedule-value)
10286         (nndiary-string-to-number, nndiary-request-replace-article)
10287         (nndiary-request-article): Ditto.
10288         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10289         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10290         * nneething.el (nneething-make-head): Ditto.
10291         * nnfolder.el (nnfolder-request-article)
10292         (nnfolder-retrieve-headers): Ditto.
10293         * nnheader.el (nnheader-file-to-number): Ditto.
10294         * nnkiboze.el (nnkiboze-request-article): Ditto.
10295         * nnmail.el (nnmail-process-unix-mail-format)
10296         (nnmail-process-babyl-mail-format): Ditto.
10297         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10298         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10299         (nnmh-request-create-group, nnmh-request-list-1)
10300         (nnmh-request-group, nnmh-request-article): Ditto.
10301         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10302         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10303         * nnsoup.el (nnsoup-make-active): Ditto.
10304         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10305         * nntp.el (nntp-find-group-and-number)
10306         (nntp-retrieve-headers-with-xover): Ditto.
10307         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10308         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10309         (pgg-format-key-identifier): Ditto.
10310         * pop3.el (pop3-last, pop3-stat): Ditto.
10311         * qp.el (quoted-printable-decode-region): Ditto.
10312
10313         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10314         of concat.
10315
10316 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10317
10318         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10319
10320         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10321
10322         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10323
10324         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10325
10326         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10327
10328         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10329
10330         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10331         (gnus-carpal-mode): Ditto.
10332
10333         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10334         (gnus-browse-mode): Ditto.
10335
10336         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10337
10338         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10339
10340 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10341
10342         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10343
10344 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10345
10346         * gnus-util.el (gnus-run-mode-hooks): New function.
10347
10348         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10349
10350         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10351         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10352
10353 2005-05-27  Lute Kamstra  <lute@gnu.org>
10354
10355         * dns-mode.el (dns-mode): Specify customization group.
10356
10357 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10358
10359         * gnus-agent.el (gnus-agent-make-mode-line-string):
10360         Use mode-line-highlight as mouse-face.
10361
10362 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10363
10364         * canlock.el (canlock): Change the parent group to news.
10365
10366         * deuglify.el (gnus-outlook-deuglify): Add :group.
10367
10368         * dig.el (dig): Add :group.
10369
10370         * dns-mode.el (dns-mode): Add :group.
10371
10372         * encrypt.el (encrypt): Add :group.
10373
10374         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10375         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10376         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10377         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10378         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10379
10380         * gnus-diary.el (gnus-diary): Add :group.
10381
10382         * gnus.el (gnus-group-news-1-face): Add :group.
10383         (gnus-group-news-1-empty-face): Ditto.
10384         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10385         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10386         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10387         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10388         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10389         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10390         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10391         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10392         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10393         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10394         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10395         (gnus-summary-high-ticked-face): Ditto.
10396         (gnus-summary-low-ticked-face): Ditto.
10397         (gnus-summary-normal-ticked-face): Ditto.
10398         (gnus-summary-high-ancient-face): Ditto.
10399         (gnus-summary-low-ancient-face): Ditto.
10400         (gnus-summary-normal-ancient-face): Ditto.
10401         (gnus-summary-high-undownloaded-face): Ditto.
10402         (gnus-summary-low-undownloaded-face): Ditto.
10403         (gnus-summary-normal-undownloaded-face): Ditto.
10404         (gnus-summary-high-unread-face): Ditto.
10405         (gnus-summary-low-unread-face): Ditto.
10406         (gnus-summary-normal-unread-face): Ditto.
10407         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10408         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10409
10410         * hashcash.el (hashcash): New custom group.
10411         (hashcash-default-payment): Add :group.
10412         (hashcash-payment-alist): Ditto.
10413         (hashcash-default-accept-payment): Ditto.
10414         (hashcash-accept-resources): Ditto.
10415         (hashcash-path): Ditto.
10416         (hashcash-extra-generate-parameters): Ditto.
10417         (hashcash-double-spend-database): Ditto.
10418         (hashcash-in-news): Ditto.
10419
10420         * message.el (message-minibuffer-local-map): Add :group.
10421
10422         * netrc.el (netrc): Add :group.
10423
10424         * sieve-manage.el (sieve-manage-log): Add :group.
10425         (sieve-manage-default-user): Diito.
10426         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10427         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10428         (sieve-manage-authenticators): Ditto.
10429         (sieve-manage-authenticator-alist): Ditto.
10430         (sieve-manage-default-port): Ditto.
10431
10432         * sieve-mode.el (sieve-control-commands-face): Add :group.
10433         (sieve-action-commands-face): Ditto.
10434         (sieve-test-commands-face): Ditto.
10435         (sieve-tagged-arguments-face): Ditto.
10436
10437         * smime.el (smime): Add :group.
10438
10439         * spam-report.el (spam-report): Add :group.
10440
10441         * spam.el (spam, spam-face): Add :group.
10442
10443 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10444
10445         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10446         return \n.\n.\n at the end of articles.  Protect against that.
10447         (nntp-with-open-group): Allow debugging.
10448
10449         * nnheader.el (mail-header-set-extra): Make into a function
10450         because I just could't understand how to quote the list properly.
10451
10452         * dns.el (query-dns-cached): New function.
10453
10454 2005-05-26  Lute Kamstra  <lute@gnu.org>
10455
10456         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10457
10458 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10459
10460         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10461
10462         * gnus-art.el: Don't autoload mail-extract-address-components.
10463
10464         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10465         eval-and-compile to evaluate it.
10466
10467         * hashcash.el: Don't autoload executable-find.
10468
10469         * nndb.el: Don't declare the nndb back end two or more times; don't
10470         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10471
10472         * nntp.el: Autoload format-spec instead of format; use
10473         eval-and-compile to evaluate autoload forms.
10474
10475 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10476
10477         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10478
10479 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10480
10481         * gnus.el (gnus-version-number): Bump version.
10482
10483 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10484
10485         * gnus.el: No Gnus v0.3 is released.
10486
10487 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10488
10489         * lpath.el (featurep): Bind show-nonbreak-escape.
10490
10491 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10492
10493         * gnus-art.el (gnus-article-edit-part): Disable undo.
10494
10495 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10496
10497         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10498         gnus-article-date-lapsed-new-header is t if date timer is active;
10499         skip headers in which the original date value is empty.
10500         (gnus-article-save-original-date): Redefine it as a macro.
10501         (gnus-display-mime): Use it.
10502
10503 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10504
10505         * gnus-art.el (article-date-ut): Support converting date in
10506         forwarded parts as well.
10507         (gnus-article-save-original-date): New function.
10508         (gnus-display-mime): Use it.
10509
10510 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10511
10512         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10513         enclosure element of <item>.
10514
10515 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10516
10517         * message.el (message-kill-buffer-query): Renamed from
10518         `message-kill-buffer-query-if-modified'.  Added :version.
10519
10520 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10521
10522         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10523         window layout.
10524
10525 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10526
10527         * mml.el: Autoload dnd when compiling.
10528
10529 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10530
10531         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10532         x-dnd-*.
10533
10534 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10535
10536         * qp.el (quoted-printable-encode-region): Save excursion.
10537
10538 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10539
10540         * message.el (message-kill-buffer-query-if-modified): Add new variable
10541         so the user can kill a modified message buffer quickly.
10542         (message-kill-buffer): Use it.
10543
10544 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10545
10546         * lpath.el: Fbind display-time-event-handler; don't fbind
10547         string-to-multibyte.
10548
10549         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10550
10551 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10552
10553         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10554         contained in text because xml.el decodes entities) with LFs.
10555
10556 2005-04-11  Lute Kamstra  <lute@gnu.org>
10557
10558         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10559         differently.
10560
10561 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10562
10563         * mm-util.el (mm-detect-coding-region): Typo.
10564
10565 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10566
10567         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10568
10569 2005-04-06  Deepak Goel  <deego@gnufans.org>
10570
10571         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10572         user-function allow user modifications of the scores.
10573         (spam-stat-score-buffer-user): New function, to allow
10574         user-computed modifications to the score.
10575         (spam-stat-score-buffer-user-functions): List of additional
10576         scoring functions.
10577         (spam-stat-error-holder): Global temporary error holder.
10578         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10579         variable.
10580
10581 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10582
10583         * gnus-registry.el (gnus-registry-clean-empty-function)
10584         (gnus-registry-trim, gnus-registry-fetch-groups)
10585         (gnus-registry-delete-group): Groups that match
10586         `gnus-registry-ignored-groups' are removed from the registry
10587         entries, not just ignored for splitting.  This helps clean up the
10588         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10589         to get all the groups a message ID is in.
10590
10591         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10592         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10593         (spam-stat-score-buffer-user-functions): Add :number custom type.
10594
10595 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10596
10597         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10598         argument in XEmacs.
10599
10600         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10601         (nnrss-request-group): Decode group name first.
10602         (nnrss-request-article): Make a text/plain article if mml-to-mime
10603         failed.
10604         (nnrss-get-encoding): Return a compatible encoding according to
10605         nnrss-compatible-encoding-alist.
10606         (nnrss-find-el): Use consp instead of listp.
10607         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10608
10609 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10610
10611         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10612         which Emacs 20 doesn't support.
10613         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10614
10615 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10616
10617         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10618         silence the byte compiler inside the defun.
10619
10620         * gnus-demon.el (parse-time-string): Add autoload.
10621
10622         * gnus-delay.el (parse-time-string): Add autoload.
10623
10624         * gnus-art.el (parse-time-string): Add autoload.
10625
10626         * nnultimate.el (parse-time): Require for `parse-time-string'.
10627
10628 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10629
10630         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10631
10632         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10633
10634         * smime.el (smime-ldap-host-list): Add :version.
10635
10636 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10637
10638         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10639         pass it to `gnus-browse-read-group'.
10640         (gnus-browse-read-group): Add NUMBER argument and pass it to
10641         `gnus-group-read-ephemeral-group'.
10642
10643         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10644         argument and pass it to `gnus-group-read-group'.
10645
10646 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10647
10648         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10649         mm-xemacs-find-mime-charset-1 if we have the mule feature
10650         available at runtime.
10651
10652 2005-03-25  Werner Lemberg  <wl@gnu.org>
10653
10654         * nnmaildir.el: Replace `illegal' with `invalid'.
10655
10656 2005-03-23  Lute Kamstra  <lute@gnu.org>
10657
10658         * time-date.el: Add comment on time value formats.
10659         Don't require parse-time.
10660         (with-decoded-time-value): New macro.
10661         (encode-time-value): New function.
10662         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10663         (days-to-time): Return a valid time value when arg is huge.
10664         (time-since): Use time-subtract.
10665         (time-to-number-of-days): Use time-to-seconds.
10666
10667 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10668
10669         * gnus-start.el (gnus-display-time-event-handler):
10670         Check display-time-timer at runtime rather than only at load time
10671         in case display-time-mode is turned off in the mean time.
10672
10673 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10674
10675         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10676         used.
10677
10678         * nneething.el (nneething-map-file-directory): Derive from
10679         `gnus-directory'.
10680
10681         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10682         the To/Cc button.
10683
10684 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10685
10686         * nnmaildir.el (nnmaildir-request-accept-article):
10687         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10688
10689 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10690
10691         * gnus-async.el: Require timer-funcs at compile time when in
10692         XEmacs for `run-with-idle-timer'.
10693
10694 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10695
10696         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10697         autoloaded function.
10698
10699 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10700
10701         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10702
10703 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10704
10705         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10706
10707 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10708
10709         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10710         gnus-expert-user to default.
10711
10712 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10713
10714         * nnimap.el (nnimap-open-server): Ditto.
10715
10716         * imap.el (imap-authenticate): Fix typo.
10717
10718 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10719
10720         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10721         buffer (since IMAP server might return FETCH response out of
10722         order, and the nntp buffer must be sorted).
10723
10724 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10725
10726         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10727         comparison on string.
10728
10729         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10730         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10731         (gnus-agent-summary-fetch-series): Modified to protect against
10732         gnus-agent-summary-fetch-group clearing processable flags.
10733         (gnus-agent-synchronize-group-flags): Update live group buffer as
10734         synchronization may occur due to the user toggle the plugged
10735         status.
10736         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10737         successfully downloaded.
10738         (gnus-agent-expire-group-1): Avoid using markers when the overview
10739         is in ascending order; greatly improves performance.
10740         (gnus-agent-regenerate-group): Use
10741         gnus-agent-synchronize-group-flags to reset read status in both
10742         gnus and server.
10743         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10744
10745 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10746
10747         * message.el: Don't autoload former message-utils variables.
10748         (message-strip-subject-trailing-was): Change doc string.
10749
10750         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10751         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10752         (nnweb-google-search): Add "hl=en" here.
10753         (nnweb-google-parse-1, nnweb-google-create-mapping):
10754         Don't hardcode URL.
10755
10756 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10757
10758         * message.el (message-get-reply-headers, message-followup):
10759         Mention related variables `message-use-followup-to' and
10760         `message-use-mail-followup-to', in the information buffer.
10761
10762         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10763         of broken groups(-beta).google.com.
10764
10765 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10766
10767         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10768         parameter to invoked gnus-request-move-article; remove the
10769         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10770         all at once instead of once per article.
10771         (gnus-summary-remove-process-mark): Accept a list of articles as
10772         well as a single article for processing.
10773
10774         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10775         parameter.
10776
10777         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10778
10779         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10780
10781         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10782         parameter.
10783
10784         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10785         parameter.
10786
10787         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10788         parameter and remove the gnus-sum-hint-move-is-internal variable.
10789
10790         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10791         parameter.
10792
10793         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10794         parameter.
10795
10796         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10797         parameter.
10798
10799         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10800
10801         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10802         parameter.
10803
10804         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10805         parameter.
10806
10807 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10808
10809         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10810         a more conservative way.
10811
10812 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10813
10814         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10815         buffer, so it moves the window's cursor.
10816
10817 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10818
10819         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10820         `mm-dissect-multipart' and receive the from field as an (optional)
10821         argument from `mm-dissect-multipart'.
10822         (mm-dissect-multipart): Receive the from field as an argument and
10823         pass it on when we call `mm-dissect-buffer' on MIME parts.
10824         Fixes verification/decryption of signed/encrypted MIME parts.
10825
10826 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10827
10828         * gnus-sum.el (gnus-summary-move-article): Set
10829         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10830         whatever it calls (right now, only nnimap-request-move article
10831         respects it).
10832
10833         * nnimap.el (nnimap-request-move-article): When
10834         gnus-sum-hint-move-is-internal is set, don't do the extra
10835         nnimap-request-article.
10836
10837 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10838
10839         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10840
10841         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10842         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10843
10844         * gnus-sum.el (gnus-summary-caesar-message):
10845         Apply `gnus-treat-article' after rotation.
10846
10847         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10848         doc string.
10849
10850 2005-02-22  Simon Josefsson  <jas@extundo.com>
10851
10852         * encrypt.el (encrypt-password-cache-expiry): Remove (use
10853         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10854         <arne@arnested.dk>.
10855         (encrypt): Add password-cache and password-cache-expiry as group
10856         members.
10857
10858 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10859
10860         * smime.el (smime-ldap-host-list): Doc fix.
10861         (smime-ask-passphrase): Use `password-read-and-add' to read (and
10862         cache) password.
10863         (smime-sign-region): Use it.
10864         (smime-decrypt-region): Use it.
10865         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10866         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10867         fails.
10868         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10869         certificate from DER to PEM format rather than calling openssl.
10870
10871         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10872
10873         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10874         for signing/encryption.
10875
10876         * mml.el (mml-parse-1): Use them.
10877
10878 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
10879
10880         * nnrss.el (nnrss-verbose): Removed.
10881         (nnrss-request-group): Use `nnheader-message' instead.
10882
10883 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
10884
10885         * nnrss.el (nnrss-verbose): New variable.
10886         (nnrss-request-group): Make it say nnrss is requesting a group.
10887
10888 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10889
10890         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
10891         Handle news URL with given port correctly.
10892
10893 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10894
10895         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
10896         containing special characters.
10897
10898         * gnus-sum.el (gnus-summary-edit-article): Ditto.
10899
10900         * mml.el (mime-to-mml): Ditto.
10901
10902         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
10903         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
10904         (rfc2047-decode-region): Quote decoded words containing special
10905         characters when rfc2047-quote-decoded-words-containing-tspecials
10906         is non-nil.
10907
10908 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
10909
10910         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10911
10912         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10913
10914 2005-02-15  Simon Josefsson  <jas@extundo.com>
10915
10916         * nnimap.el (nnimap-debug): Doc fix.
10917
10918         * imap.el (imap-debug): Doc fix.
10919
10920 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10921
10922         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10923
10924 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10925
10926         * gnus.el (spam-contents): Improve docs for spam-contents
10927         parameter in its variable incarnation.
10928
10929 2005-02-14  Simon Josefsson  <jas@extundo.com>
10930
10931         * smime-ldap.el: Use require instead of load-library for ldap.
10932         (smime-ldap-search): Indent.
10933         (smime-ldap-search-internal): Shorten line.
10934
10935         * smime.el (smime-cert-by-dns): Add doc-string.
10936         (smime-cert-by-ldap-1): Indent.
10937
10938         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
10939         mml-smime-get-dns-ldap.
10940         (mml-smime-encrypt-query): Use new function.  Default to ldap.
10941
10942 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
10943
10944         * smime.el: Require smime-ldap.
10945         (smime-ldap-host-list): New variable.
10946         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
10947
10948         * mml-smime.el (mml-smime-encrypt-query): New function.
10949         (mml-smime-encrypt-query): Use it.
10950
10951         * smime-ldap.el: New file.
10952
10953 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10954
10955         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
10956
10957 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10958
10959         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
10960         argument in doc string.  Make query for type more clear.
10961
10962 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10963
10964         * gnus.el (gnus-group-startup-message): Search for gnus images in
10965         etc/images/gnus.
10966         * mm-util.el (mm-image-load-path): Likewise.
10967         * smiley.el (smiley-data-directory): Search for smilies in
10968         etc/images/smilies.
10969
10970 2005-02-09  Kim F. Storm  <storm@cua.dk>
10971
10972         Change Emacs release version from 21.4 to 22.1 throughout.
10973         Change Emacs development version from 21.3.50 to 22.0.50.
10974
10975 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10976
10977         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
10978
10979         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
10980         non-Mule XEmacs as well.
10981         (mm-decompress-buffer): Signal an error intentionally if it does
10982         not decompress compressed data because auto-compression-mode is
10983         disabled.
10984
10985 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
10986
10987         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
10988         an ID in the registry even if it has no groups.
10989
10990 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10991
10992         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
10993         merge it into mm-decompress-buffer.
10994         (gnus-mime-copy-part): Use the MIME part charset, the value which
10995         a user specified or gnus-newsgroup-charset for decoding, like
10996         gnus-mime-inline-part does; set buffer-file-coding-system to tell
10997         save-buffer what was used.  Suggested by Kevin Ryde
10998         <user42@zip.com.au>.
10999         (gnus-mime-inline-part): Allow the name parameter as well as the
11000         filename parameter; force decompressing of compressed data; always
11001         display contents being not decoded as unibyte.
11002
11003         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11004         as well as the filename parameter.
11005
11006         * mm-util.el (mm-decompress-buffer): Merge
11007         gnus-mime-jka-compr-maybe-uncompress.
11008         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11009         of compressed data.
11010
11011 2005-02-08  Simon Josefsson  <jas@extundo.com>
11012
11013         * imap.el (imap-log): Doc fix.
11014
11015 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11016
11017         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11018         the coding cookies; decompress compressed parts.
11019
11020         * mml.el (mml-generate-mime-1): Add the charset parameter according
11021         to the value which a user specified manually or the coding cookie.
11022
11023         * mm-util.el (mm-string-to-multibyte): New function.
11024         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11025         (mm-coding-system-to-mime-charset): New function.
11026         (mm-decompress-buffer): New function.
11027         (mm-find-buffer-file-coding-system): New function.
11028
11029         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11030         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11031         parts.
11032
11033 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11034
11035         * mm-view.el (mm-display-inline-fontify): Decode a part according
11036         to the charset parameter.
11037
11038 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11039
11040         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11041         prefix arg is neither nil nor a number, as info specifies.
11042
11043 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11044
11045         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11046         timestamps.
11047
11048 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11049
11050         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11051         groups error checking and notify user.
11052
11053 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11054
11055         * message.el (message-send-mail-function): Check existence of
11056         sendmail-program first before using default value
11057         `message-send-mail-with-sendmail'.  Otherwise use more generic
11058         `smtpmail-send-it'.
11059
11060 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11061
11062         * nntp.el (nntp-request-update-info): Always return nil.
11063
11064 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11065
11066         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11067
11068 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11069
11070         * message.el (message-beginning-of-line): Change the behavior when
11071         invoked between BOL and : so that it first moves backward.
11072
11073 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11074
11075         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11076         article buffer when editing of the article is discarded.
11077         (gnus-article-prepare): Revert.
11078
11079 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11080
11081         * gnus-art.el (gnus-article-prepare):
11082         Remove message-strip-forbidden-properties from the local hook.
11083
11084 2005-01-27  Simon Josefsson  <jas@extundo.com>
11085
11086         * password.el (password-cache-add): Only start one timer per key.
11087         Reported by Derek Atkins <warlord@MIT.EDU>.
11088
11089 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11090
11091         * run-at-time.el: Removed.  It is no longer needed as
11092         timer-funcs.el in the xemacs-base package has a working version of
11093         `run-at-time'.
11094
11095         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11096
11097         * password.el: Require timer-funcs instead of run-at-time in
11098         XEmacs.
11099         Remove `password-run-at-time' macro.
11100         (password-cache-add): Use `run-at-time' instead of
11101         `password-run-at-time'.
11102
11103         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11104         Remove `nnheader-cancel-function-timers' alias,
11105         `cancel-function-timers' exists in XEmacs in timer-funcs.
11106
11107         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11108         for `run-with-idle-timer'.
11109
11110         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11111         for `run-at-time'.
11112
11113         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11114         for `with-timeout'.
11115
11116         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11117         the same as for XEmacs 21.4.
11118         No need to ignore `run-with-idle-timer', this function exists in
11119         XEmacs now in timer-funcs.el in the xemacs-base package.
11120         (dgnushack-compile): No need to delete
11121         run-at-time.el from the list of files to compile because it
11122         doesn't exist anymore.
11123
11124 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11125
11126         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11127         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11128
11129 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11130
11131         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11132         sensitively.
11133
11134 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11135
11136         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11137
11138 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11139
11140         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11141         which will be inserted according to the multibyteness of a buffer
11142         rather than the type of contents.  Suggested by ARISAWA Akihiro
11143         <ari@mbf.ocn.ne.jp>.
11144
11145         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11146         of string which old xml.el may return rather than a string.
11147
11148 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11149
11150         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11151
11152 2005-01-16  Simon Josefsson  <jas@extundo.com>
11153
11154         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11155         idn/idna.el isn't available.
11156         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11157         <michael@waxrat.com>.
11158
11159         * hashcash.el: Remove non-FSF copyright header.
11160
11161         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11162         (hashcash-generate-payment): Use it.
11163         (hashcash-generate-payment-async): Use it.
11164
11165 2005-01-15  Simon Josefsson  <jas@extundo.com>
11166
11167         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11168         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11169
11170         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11171         gnus-summary-idna-message.
11172         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11173         (gnus-summary-idna-message): New function.
11174
11175 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11176
11177         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11178         gnus-novice-user.
11179
11180 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11181
11182         * nnrss.el (nnrss-request-delete-group): Delete entries in
11183         nnrss-group-alist as well.
11184         (nnrss-save-server-data): Insert newline.
11185
11186 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11187
11188         * gnus.el (gnus-user-agent): Use list of symbols instead of
11189         symbols.  Display full version number for (S)XEmacs.  Optionally
11190         display (S)XEmacs codename.
11191
11192         * gnus-util.el (gnus-emacs-version): Update for new
11193         `gnus-user-agent'.
11194
11195         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11196         Gnus version.
11197
11198 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11199
11200         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11201         which is unreadable in some setups.
11202
11203 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11204
11205         * gnus-spec.el (gnus-update-format-specifications): Flush the
11206         group format spec cache if it doesn't support decoded group names.
11207
11208 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11209
11210         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11211         Allow to apply decay on score files matching a regexp.
11212
11213 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11214
11215         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11216         compatibility in %g and %c.
11217
11218 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11219
11220         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11221         name for only %g and %c.
11222         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11223         of gnus-tmp-group to decoded group name.
11224         (gnus-group-make-rss-group): Exclude `/'s from group names.
11225
11226 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11227
11228         * nnrss.el (nnrss-get-encoding): Fix regexp.
11229
11230 2004-12-27  Simon Josefsson  <jas@extundo.com>
11231
11232         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11233         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11234         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11235
11236 2004-12-17  Kim F. Storm  <storm@cua.dk>
11237
11238         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11239
11240         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11241
11242 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11243
11244         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11245
11246 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11247
11248         * nnrss.el: Require rfc2047 and mml.
11249         (nnrss-file-coding-system): New variable.
11250         (nnrss-format-string): Redefine it as an inline function.
11251         (nnrss-decode-group-name): New function.
11252         (nnrss-string-as-multibyte): Remove.
11253         (nnrss-retrieve-headers): Decode group name; don't use
11254         nnrss-format-string.
11255         (nnrss-request-group): Decode group name.
11256         (nnrss-request-article): Decode group name; allow a Message-ID as
11257         well as an article number; don't use nnrss-format-string; encode a
11258         Message-ID string which may contain non-ASCII characters; use
11259         mml-to-mime to compose a MIME article.
11260         (nnrss-request-expire-articles): Decode group name.
11261         (nnrss-request-delete-group): Decode group name.
11262         (nnrss-fetch): Clarify error message.
11263         (nnrss-read-server-data): Use insert-file-contents instead of load;
11264         bind file-name-coding-system; use multibyte buffer.
11265         (nnrss-save-server-data): Bind coding-system-for-write to the
11266         value of nnrss-file-coding-system; bind file-name-coding-system;
11267         add coding cookie.
11268         (nnrss-read-group-data): Use insert-file-contents instead of load;
11269         bind file-name-coding-system; use multibyte buffer.
11270         (nnrss-save-group-data): Bind coding-system-for-write to the
11271         value of nnrss-file-coding-system; bind file-name-coding-system.
11272         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11273         make it work with non-ASCII text.
11274         (nnrss-find-el): Make it work with old xml.el as well.
11275
11276 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11277
11278         * nnrss.el (nnrss-get-encoding): New function.
11279         (nnrss-fetch): Use unibyte buffer initially; bind
11280         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11281         decode contents according to the encoding attribute.
11282         (nnrss-save-group-data): Add coding cookie.
11283         (nnrss-mime-encode-string): New function.
11284         (nnrss-check-group): Use it to encode subject and author.
11285
11286 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11287
11288         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11289         imaginary variable.
11290
11291 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11292
11293         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11294         correctly even if there are wide characters.
11295
11296 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11297
11298         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11299         downcased symbol names; make a new cache instead of reusing
11300         bbdb-hashtable.
11301
11302 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11303
11304         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11305         concatenating segments rather than before concatenating them.
11306         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11307
11308         * message.el (message-get-reply-headers): Bind `extra'.
11309
11310 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11311
11312         * message.el (message-extra-wide-headers): New variable.
11313         (message-get-reply-headers): Use it.
11314
11315 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11316
11317         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11318         (gnus-agent-group-pathname): Ditto.
11319
11320         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11321
11322         * gnus-group.el (gnus-group-make-group): Decode group name.
11323         (gnus-group-make-rss-group): Register the group data after opening
11324         the nnrss group.
11325
11326 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11327
11328         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11329         by expiry now get marked as read.
11330
11331 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11332
11333         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11334
11335 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11336
11337         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11338         unify Latin characters in XEmacs.
11339         (mm-find-mime-charset-region): Use it.
11340
11341 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11342
11343         * gnus-util.el (gnus-delete-directory): New function.
11344
11345         * gnus-agent.el (gnus-agent-delete-group): Use it.
11346
11347         * gnus-cache.el (gnus-cache-delete-group): Use it.
11348
11349 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11350
11351         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11352         names.
11353
11354 2004-12-16  Simon Josefsson  <jas@extundo.com>
11355
11356         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11357
11358 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11359
11360         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11361
11362         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11363         (gnus-group-set-current-level): Decode group name.
11364
11365 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11366
11367         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11368         failed.
11369
11370 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11371
11372         * gnus-group.el (gnus-group-delete-group): Decode group name.
11373         (gnus-group-make-rss-group): Encode group name.
11374         (gnus-group-catchup-current): Decode group name.
11375         (gnus-group-kill-group): Decode group name.
11376
11377 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11378
11379         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11380
11381 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11382
11383         * gnus-group.el (gnus-group-make-rss-group):
11384         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11385
11386         * gnus-start.el (gnus-setup-news): Honor user's setting to
11387         gnus-message-archive-method.  Suggested by Lute Kamstra
11388         <lute@gnu.org>.
11389
11390 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11391
11392         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11393         global counterparts of the buffer-local variables.
11394
11395 2004-11-16  Romain Francoise  <romain@orebokech.com>
11396
11397         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11398         counterparts of the buffer-local variables.
11399
11400 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11401
11402         * message.el (message-forbidden-properties): Fixed typo in doc
11403         string.
11404
11405 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11406
11407         * gnus-util.el (gnus-replace-in-string): Added doc string.
11408
11409         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11410         to avoid problems when splitting mails with many recipients.
11411
11412 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11413
11414         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11415         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11416
11417 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11418
11419         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11420         if there is no hashtable in memory or file modification time is
11421         newer than cached timestamp.
11422
11423 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11424
11425         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11426         not-matching option.
11427
11428 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11429
11430         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11431         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11432         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11433         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11434         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11435         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11436
11437 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11438
11439         * message.el (message-forward-make-body-mml): Remove headers
11440         according to message-forward-ignored-headers if a message is decoded.
11441
11442 2004-12-02  Romain Francoise  <romain@orebokech.com>
11443
11444         * message.el (message-forward-make-body-plain): Always remove
11445         headers according to message-forward-ignored-headers.
11446
11447 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11448
11449         * spam.el (spam-summary-prepare-exit): Remove the
11450         gnus-summary-limit pop for now, it has problems with ham marks for
11451         me.
11452
11453 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11454
11455         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11456         correctly.
11457
11458 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11459
11460         * format-spec.el (format-spec): Message the char.
11461
11462 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11463
11464         * gnus-art.el (gnus-split-methods): Reformat comments.
11465
11466         * spam.el (spam-summary-prepare-exit): Remove article limits
11467         before exiting the summary buffer.
11468
11469 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11470
11471         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11472         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11473
11474         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11475         order to silence the byte compiler.
11476
11477         * spam.el: Fix the way to silence the byte compiler, which
11478         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11479         bbdb-search-simple, spam-BBDB-register-routine,
11480         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11481         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11482         spam-stat-buffer-is-spam, spam-stat-load,
11483         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11484         spam-stat-save and spam-stat-split-fancy.
11485
11486 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11487
11488         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11489         which may confuse users.
11490         (canlock-password-for-verify): Ditto.
11491
11492         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11493
11494         * gnus-art.el (gnus-emphasis-alist): Ditto.
11495
11496         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11497
11498         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11499
11500         * gnus-start.el (gnus-save-killed-list): Ditto.
11501
11502         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11503         (gnus-sum-thread-tree-root): Ditto.
11504         (gnus-sum-thread-tree-false-root): Ditto.
11505         (gnus-sum-thread-tree-single-indent): Ditto.
11506
11507         * message.el (message-courtesy-message): Ditto.
11508         (message-archive-note): Ditto.
11509         (message-subscribed-address-file): Ditto.
11510         (message-user-fqdn): Ditto.
11511
11512         * spam-report.el (spam-report-gmane-regex): Ditto.
11513
11514         * spam.el (spam-blackhole-good-server-regex): Ditto.
11515
11516 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11517
11518         * mml.el (mml-preview): Widen the message buffer before copying
11519         the contents to the preview buffer; sort headers before previewing.
11520
11521         * message.el (message-hidden-headers): Fix the way to avoid a bug
11522         in the `repeat' widget in Emacs 21.3 or earlier.
11523
11524 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11525
11526         * message.el (message-hidden-headers): Default to "^References:".
11527         Improve customization type.  Suggested by Reiner Steib
11528         <Reiner.Steib@gmx.de>.
11529
11530 2004-11-25  Romain Francoise  <romain@orebokech.com>
11531
11532         * message.el (message-strip-forbidden-properties): Remove check for
11533         obsolete `message-hidden' text property, hidden headers are not
11534         accessible in the buffer anymore.
11535
11536 2004-11-22  Romain Francoise  <romain@orebokech.com>
11537
11538         * message.el (message-header-format-alist): Add `From' in list
11539         so that it can be sorted.
11540         (message-fix-before-sending): Widen and sort headers before
11541         sending.
11542         (message-hide-headers): Use narrowing to hide headers by moving
11543         them to the top of the buffer and narrowing to the region
11544         underneath.
11545
11546 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11547
11548         * message.el (message-strip-forbidden-properties): Bind
11549         buffer-read-only (etc) to nil.
11550
11551 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11552
11553         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11554         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11555
11556 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11557
11558         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11559
11560 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11561
11562         * dns.el (query-dns): Use sit-for to time instead of
11563         accept-process-output, since that doesn't seem to work on udp
11564         sockets.
11565
11566 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11567
11568         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11569
11570 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11571
11572         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11573         doc string.  Improve doc string.
11574
11575 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11576
11577         * nntp.el (nntp-request-update-info): Return nil if
11578         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11579         may not call gnus-activate-group which uselessly issues the GROUP
11580         commands for all nntp groups and wastes time.  Reported by Romain
11581         Francoise <romain@orebokech.com>.
11582
11583         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11584
11585 2004-11-15  Simon Josefsson  <jas@extundo.com>
11586
11587         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11588         headers separately.
11589         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11590         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11591
11592 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11593
11594         * gnus-start.el (gnus-convert-old-newsrc):
11595         Assign legacy-gnus-agent to 5.10.7.
11596
11597 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11598
11599         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11600         start of the lines.
11601
11602 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11603
11604         * hashcash.el (hashcash-default-payment): Change default to 20.
11605         (hashcash-default-accept-payment): Change default to 20.
11606         (hashcash-process-alist): New variable.
11607         (hashcash-generate-payment-async): Add.
11608         (hashcash-already-paid-p): Add.
11609         (hashcash-insert-payment): Don't generate payments twice.
11610         (hashcash-insert-payment-async): Add.
11611         (hashcash-insert-payment-async-2): Add.
11612         (hashcash-cancel-async): Add.
11613         (hashcash-wait-async): Add.
11614         (hashcash-processes-running-p): Add.
11615         (hashcash-wait-or-cancel): Add.
11616         (mail-add-payment): New optional argument.  Conditionally start
11617         asynchronous calculation.
11618         (mail-add-payment-async): Add.
11619
11620         * message.el (message-send-mail): Wait for asynchronous hashcash
11621         results.  Don't clobber existing X-Hashcash headers.
11622         (message-setup-1): Call mail-add-payment-async when
11623         message-generate-hashcash is non-nil.
11624
11625 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11626
11627         * message.el (message-use-alternative-email-as-from): Examine the
11628         From header as well; use message-make-from in order to include a
11629         user's full name.
11630
11631 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11632
11633         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11634         default; improve customization type.
11635         (gnus-emphasis-custom-with-format): New macro.
11636         (gnus-emphasis-custom-value-to-external): New function.
11637         (gnus-emphasis-custom-value-to-internal): New function.
11638
11639 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11640
11641         * dns.el (query-dns): Resolve reverse addresses.
11642
11643 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11644
11645         * gnus-group.el (gnus-group-get-new-news): Use it.
11646
11647         * gnus-start.el (gnus-check-reasonable-setup): New function.
11648
11649 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11650
11651         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11652         "Args out of range" error.  Reported by Arnaud Giersch
11653         <arnaud.giersch@free.fr>.
11654
11655 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11656
11657         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11658
11659 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11660
11661         * spam.el (spam group): Add :version.
11662
11663         * pgg-def.el (pgg group): Add :version.
11664
11665 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11666
11667         * gnus-art.el (gnus-article-edit-article): Don't associate the
11668         article buffer with a draft file.  This is a temporary measure
11669         against the 2004-08-22 change to gnus-article-edit-mode.
11670
11671 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11672
11673         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11674         (html2text-format-tags): Remove unused variable `attr'.
11675
11676 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11677
11678         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11679
11680         * tls.el (tls-process-connection-type, tls-success)
11681         (tls-certtool-program): Add :version.
11682
11683         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11684         (starttls-extra-arguments, starttls-process-connection-type)
11685         (starttls-connect, starttls-failure, starttls-success): Add :version.
11686
11687         * spam-stat.el (spam-stat): Add :version.
11688
11689         * sieve.el (sieve): Add :version.
11690
11691         * sha1.el (sha1): Add :version.
11692         (sha1-use-external): Remove redundant version.
11693
11694         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11695         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11696         (nnmail-split-fancy-match-partial-words)
11697         (nnmail-split-lowercase-expanded): Add :version.
11698
11699         * nndiary.el (nndiary): Add :version.
11700
11701         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11702
11703         * mml-sec.el (mml-default-sign-method)
11704         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11705         Add :version.
11706
11707         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11708
11709         * mm-url.el (mm-url-use-external, mm-url-program)
11710         (mm-url-arguments): Add :version.
11711
11712         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11713         (mm-attachment-file-modes, mm-decrypt-option)
11714         (mm-w3m-safe-url-regexp): Add :version.
11715
11716         * message.el (message-cite-prefix-regexp)
11717         (message-sendmail-envelope-from, message-minibuffer-local-map)
11718         (message-user-fqdn, message-completion-alist): Add :version.
11719
11720         * gnus-win.el (gnus-configure-windows-hook)
11721         (gnus-use-frames-on-any-display): Add :version.
11722
11723         * gnus-art.el (gnus-article-address-banner-alist)
11724         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11725         (gnus-treat-from-picon, gnus-treat-mail-picon)
11726         (gnus-treat-x-pgp-sig): Add :version.
11727
11728         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11729         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11730         (gnus-summary-article-delete-hook)
11731         (gnus-summary-display-while-building): Add :version.
11732
11733         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11734         (gnus-get-top-new-news-hook): Add :version.
11735
11736         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11737         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11738
11739         * gnus-registry.el (gnus-registry): Add :version.
11740
11741         * gnus-spec.el (gnus-use-correct-string-widths)
11742         (gnus-make-format-preserve-properties): Add :version.
11743
11744         * gnus.el (gnus-group-charter-alist)
11745         (gnus-group-fetch-control-use-browse-url)
11746         (gnus-install-group-spam-parameters): Add :version.
11747
11748         * gnus-diary.el (gnus-diary): Add :version.
11749
11750         * gnus-delay.el (gnus-delay): Add :version.
11751
11752         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11753         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11754         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11755         Add :version.
11756
11757         * gnus-agent.el (gnus-agent-max-fetch-size)
11758         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11759         (gnus-agent-prompt-send-queue): Add :version.
11760
11761         * deuglify.el (gnus-outlook-deuglify): Add :version.
11762
11763         * html2text.el: Beautify code.  Improve doc strings.  Some
11764         checkdoc cleanup.
11765         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11766
11767 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11768
11769         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11770
11771 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11772
11773         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11774         when package is loaded.
11775
11776         * spam.el (spam-summary-score-preferred-header): Add global preference
11777         for people who want to override the default SpamAssassin over
11778         Bogofilter preference (when both are set).
11779         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11780         (spam-user-format-function-S): Check
11781         spam-summary-score-preferred-header.
11782         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11783         (spam-user-format-function-S): Format the score correctly.
11784
11785 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11786
11787         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11788         signature file.  Suggested by Manoj Srivastava
11789         <srivasta@golden-gryphon.com>.
11790
11791         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11792         iso-2022-jp even in the Japanese language environment.
11793         Suggested by Jason Rumney <jasonr@gnu.org>.
11794
11795 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11796
11797         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11798         use the same characters as the dummy marks; make it free from
11799         getting affected by the language environment.
11800         (gnus-summary-read-group-1): Update mark positions only when the
11801         format spec is updated.
11802
11803         * gnus-spec.el (gnus-update-format-specifications): Return a list
11804         of updated types.
11805
11806 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11807
11808         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11809         of boundp to check if display-warning is available.
11810
11811 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11812
11813         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11814
11815 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11816
11817         * nnspool.el (nnspool-spool-directory): Use news-path if the
11818         news-directory variable is not bound.
11819
11820         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11821         function instead of display-warning if it is not available.
11822
11823 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11824
11825         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11826         v5-10: Use `point-at-bol'.
11827
11828 2004-10-26  Simon Josefsson  <jas@extundo.com>
11829
11830         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11831         <chenggao@gmail.com>.
11832
11833 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11834
11835         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11836         instead.
11837
11838 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11839
11840         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11841         to remove a server from the nnimap-server-buffer-alist.
11842         (nnimap-open-connection, nnimap-close-server): Use it.
11843
11844         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11845
11846 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11847
11848         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11849         running the major-mode function.
11850
11851 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11852
11853         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11854         dummy marks in the right way.
11855
11856 2004-10-18  David Edmondson  <dme@dme.org>
11857
11858         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11859         excessively.
11860
11861 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
11862
11863         * gnus-util.el (gnus-split-references): Accept a nil references
11864         string and go on blissfully.
11865
11866         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11867         cases where the references string is non-nil but has no references.
11868
11869         * encrypt.el: Add autoload tags.
11870
11871         * spam.el (spam-resolve-registrations-routine): Remove article
11872         from unregistration list too.  Reported by David Hanak
11873         <dhanak@isis.vanderbilt.edu>
11874
11875 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11876
11877         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11878         nil.  Changed custom type.
11879
11880 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
11881
11882         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11883
11884         * gnus-sum.el (gnus-summary-move-article): Use it.
11885
11886 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
11887
11888         * encrypt.el: Add autoload cookies.
11889
11890         * spam.el (spam-backend-article-list-property)
11891         (spam-backend-get-article-todo-list)
11892         (spam-backend-put-article-todo-list)
11893         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
11894         Resolve registrations separately.
11895         (spam-register-routine): Format comments.
11896         (spam-unregister-routine, spam-register-routine): Always call with
11897         specific-articles, no default list.
11898         (spam-summary-prepare-exit): Use the spam-classifications function.
11899
11900         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
11901         gnus-encrypt.el.
11902
11903         * encrypt.el: Copied from gnus-encrypt.el.
11904
11905         * gnus-encrypt.el: Commented that it's obsolete.
11906
11907 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11908
11909         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11910         (gnus-score-save): Use it.
11911
11912         * message.el (message-bury): Use `window-dedicated-p'.
11913
11914 2004-10-15  Simon Josefsson  <jas@extundo.com>
11915
11916         * pop3.el (top-level): Don't require nnheader.
11917         (pop3-read-timeout): Add.
11918         (pop3-accept-process-output): Add.
11919         (pop3-read-response, pop3-retr): Use it.
11920
11921 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
11922
11923         * spam.el (spam-register-routine): Move comment.
11924         (spam-verify-bogofilter): Use 'unknown for the initial
11925         spam-bogofilter-valid state, not 'never.
11926
11927         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11928         for netrc-machine.
11929
11930         * nnimap.el (nnimap-open-connection): Use
11931         netrc-machine-user-or-password.
11932
11933 2004-10-17  Richard M. Stallman  <rms@gnu.org>
11934
11935         * gnus-registry.el (gnus-registry-unload-hook):
11936         Set as a variable with add-hook.
11937
11938         * nnspool.el (nnspool-spool-directory): Use news-directory instead
11939         of news-path.
11940
11941         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
11942
11943         * spam.el: Delete duplicate `provide'.
11944         (spam-unload-hook): Set as a variable with add-hook.
11945
11946 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11947
11948         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
11949         in the doc string.
11950
11951         * message.el (message-ignored-news-headers)
11952         (message-ignored-supersedes-headers)
11953         (message-ignored-resent-headers)
11954         (message-forward-ignored-headers): Improve custom type.
11955
11956 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11957
11958         * message.el (message-tokenize-header): Fix 2004-09-06 change
11959         which used point-min in the wrong place.
11960
11961 2004-10-12  Simon Josefsson  <jas@extundo.com>
11962
11963         * tls.el (tls-certtool-program): New variable.
11964         (tls-certificate-information): New function, based on
11965         ssl-certificate-information.
11966
11967 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11968
11969         * compface.el: Move the version of ELisp-based uncompface program
11970         to the contrib directory because of the copyright problem.
11971
11972 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11973
11974         * message.el (message-kill-buffer): Raise the current frame.
11975
11976 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11977
11978         * gnus-sum.el: Mention that multibyte characters don't work as marks.
11979
11980         * gnus.el (message-y-or-n-p): Autoload.
11981
11982         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
11983         (pop3-password-required, pop3-authentication-scheme)
11984         (pop3-leave-mail-on-server): Made customizable.
11985         (pop3): New custom group.
11986         (pop3-retr): Remove `sleep-for' statements.
11987         Suggested by Dave Love <fx@gnu.org>.
11988
11989         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
11990         Windows/DOS.
11991
11992         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11993         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
11994         Dave Love <fx@gnu.org>.
11995
11996         * mml.el (mml-minibuffer-read-disposition): Require match.
11997         Suggested by Dave Love <fx@gnu.org>.
11998
11999 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12000
12001         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12002         doc string.
12003
12004 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12005
12006         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12007
12008 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12009
12010         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12011         instead of calling `mm-insert-inline', to decode text/* parts
12012         before displaying them.
12013
12014 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12015
12016         * mm-uu.el (mm-uu-text-plain-type): New variable.
12017         (mm-uu-pgp-signed-extract-1): Use it.
12018         (mm-uu-pgp-encrypted-extract-1): Use it.
12019         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12020         bind mm-uu-text-plain-type with that value.
12021         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12022         mm-uu-dissect.
12023
12024 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12025
12026         * gnus-group.el (gnus-update-group-mark-positions):
12027         * gnus-sum.el (gnus-update-summary-mark-positions):
12028         * message.el (message-check-news-body-syntax):
12029         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12030         of string-as-multibyte.
12031
12032 2004-10-05  Juri Linkov  <juri@jurta.org>
12033
12034         * gnus-group.el (gnus-update-group-mark-positions):
12035         * gnus-sum.el (gnus-update-summary-mark-positions):
12036         * message.el (message-check-news-body-syntax):
12037         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12038         8-bit unibyte values to a multibyte string for search functions.
12039
12040 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12041
12042         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12043         (mm-uu-dissect-text-parts): New function.
12044
12045         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12046         dissect text parts.
12047
12048         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12049         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12050
12051         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12052
12053         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12054         gnus-current-topics instead of gnus-current-topic.
12055
12056 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12057
12058         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12059
12060 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12061
12062         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12063         where approriate.
12064
12065         * nnml.el (nnml-generate-active-info): do.
12066
12067         * nndiary.el (nndiary-generate-active-info): do.
12068
12069         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12070         (gnus-topic-move): do.
12071
12072         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12073         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12074
12075         * gnus-srvr.el (gnus-server-prepare)
12076         (gnus-server-open-all-servers): do.
12077
12078         * gnus-msg.el (gnus-summary-cancel-article)
12079         (gnus-summary-resend-message)
12080         (gnus-summary-mail-crosspost-complaint): do.
12081
12082         * gnus-move.el (gnus-change-server): do.
12083
12084         * gnus-group.el (gnus-group-unmark-all-groups)
12085         (gnus-group-set-current-level): do.
12086
12087 2004-10-04  Simon Josefsson  <jas@extundo.com>
12088
12089         * message.el (message-generate-hashcash): Doc fix.
12090
12091 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12092
12093         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12094         avoid infinite recursion via gnus-get-function.
12095
12096 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12097
12098         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12099
12100         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12101
12102         * nnmail.el (nnmail-split-history): do.
12103
12104         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12105         (nnml-request-delete-group): do.
12106
12107         * nnslashdot.el (nnslashdot-read-groups): do.
12108
12109         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12110         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12111
12112         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12113         (nnspool-sift-nov-with-sed): Use last.
12114         (nnspool-retrieve-headers-with-nov): Use mapc.
12115         (nnspool-request-newgroups): Use dolist.
12116         (nnspool-request-group): Use last.
12117
12118         * nntp.el (nntp-read-server-type): Use dolist.
12119
12120         * nnvirtual.el (nnvirtual-create-mapping)
12121         (nnvirtual-update-read-and-marked): Use dolist.
12122         (nnvirtual-convert-headers): Simplify.
12123
12124 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12125
12126         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12127         support for sync'ing tick marks.
12128
12129 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12130
12131         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12132         there's no visible header.
12133
12134 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12135
12136         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12137         necessary, pass full group name to gnus-request-set-marks.
12138
12139 2004-10-01  Simon Josefsson  <jas@extundo.com>
12140
12141         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12142         acroread.
12143
12144 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12145
12146         * spam-report.el (spam-report-gmane): Fix interactive.
12147
12148         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12149
12150         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12151         when writing file.
12152         (gnus-agent-synchronize-flags): Don't default to being
12153         interactive.
12154
12155 2004-09-30  Simon Josefsson  <jas@extundo.com>
12156
12157         * message.el (message-generate-hashcash): Add.
12158         (message-send-mail): Use it, call mail-add-payment.
12159
12160 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12161
12162         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12163
12164 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12165
12166         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12167         gnus-requst-update-info with explicit code to sync the in-memory
12168         info read flags with the marks being sync'd to the backend.
12169
12170         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12171
12172 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12173
12174         * spam.el (spam-verify-bogofilter): Add new function.
12175         (spam-check-bogofilter)
12176         (spam-bogofilter-register-with-bogofilter): Use it.
12177         (spam-verify-bogofilter): Add small fixes.
12178
12179 2004-09-28  Simon Josefsson  <jas@extundo.com>
12180
12181         * hashcash.el (hashcash-generate-payment): Revert.
12182
12183 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12184
12185         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12186         gnus-extract-references instead of gnus-split-references.
12187
12188         * gnus-util.el (gnus-extract-references): Add new function, analogous
12189         to gnus-split-references but extracts only the message-ID without
12190         anything extra.
12191
12192         * hashcash.el (hashcash-generate-payment)
12193         (hashcash-check-payment): Do the right thing if hashcash-path is
12194         nil (because the hashcash program could not be found).
12195
12196         * spam.el (spam-use-hashcash): Remove comment.
12197
12198 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12199
12200         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12201         (gnus-cache-enter-article, gnus-cache-remove-article)
12202         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12203
12204         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12205
12206         * gnus-art.el (article-hide-boring-headers)
12207         (article-translate-strings, article-display-face)
12208         (gnus-article-mime-match-handle-first)
12209         (gnus-article-highlight-headers)
12210         (gnus-article-add-buttons-to-head): do.
12211
12212 2004-09-27  Simon Josefsson  <jas@extundo.com>
12213
12214         * hashcash.el: New version, from
12215         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12216         ../contrib/.
12217
12218 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12219
12220         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12221
12222 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12223
12224         * gnus-dup.el (gnus-dup-open): Use mapc.
12225         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12226
12227         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12228         Reported by Stefan Wiens <s.wi@gmx.net>.
12229
12230         * gnus.el (gnus-shutdown): Use dolist.
12231
12232         * gnus-undo.el (gnus-undo): Use mapc.
12233
12234         * nnrss.el (nnrss-generate-active): do.
12235
12236         * message.el (message-cite-original-without-signature)
12237         (message-cite-original): Use mapc.
12238         (message-do-actions, message-make-forward-subject): Use dolist.
12239
12240 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12241
12242         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12243         deletion to remove entire duplicate line.  Fixes merged article
12244         number bug.
12245
12246 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12247
12248         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12249         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12250         first ask if you want to open a server and then, even when you
12251         responded with no, asking if you want to synchronize the server's
12252         flags.
12253         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12254         multi-line expressions.
12255         (gnus-agent-synchronize-group-flags): New internal function.
12256         Updates marks in memory (in the info structure) AND in the
12257         backend.
12258
12259         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12260
12261         * nnagent.el (nnagent-request-set-mark): Use
12262         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12263         method, to ensure that synchronization updates marks in the
12264         backend and in the info (in memory) structure.
12265
12266 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12267
12268         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12269         convention fully; don't miss the root article of a thread; make
12270         the X-Draft-From header with correct article numbers.
12271
12272 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12273
12274         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12275         unless plugged.  Disable the agent so that an open failure causes
12276         an error.
12277
12278         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12279         Reverted 2004-09-21 change.  The backend must be opened while
12280         synchronizing flags even when the backend stores the flags
12281         locally.
12282
12283 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12284
12285         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12286         in `header' match.  Reported by Svend Tollak Munkejord.
12287
12288         * message.el (message-cite-original): Fix use of
12289         `message-cite-articles-with-x-no-archive'.
12290
12291 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12292
12293         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12294         (gnus-window-to-buffer): Ditto.
12295
12296         * mml.el (mml-preview-buffer): New variable.
12297         (mml-preview): Manage window layout with gnus-buffer-configuration.
12298
12299         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12300         X-Draft-From header even if those articles aren't quoted.
12301
12302 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12303
12304         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12305         (gnus-request-set-mark, gnus-request-update-mark): Use new
12306         g-s-t-u-l-m to decide to use backend even when unplugged.
12307
12308 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12309
12310         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12311         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12312
12313 2004-09-20  Simon Josefsson  <jas@extundo.com>
12314
12315         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12316         "utf-16-le".
12317
12318 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12319
12320         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12321
12322 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12323
12324         * uudecode.el (uudecode-use-external): Add :version.
12325
12326         * smime.el (smime-CA-file, smime-encrypt-cipher)
12327         (smime-dns-server): Add :version.
12328
12329         * smiley.el (gnus-smiley-file-types): Add :version.
12330
12331         * sha1.el (sha1-use-external): Add :version.
12332
12333         * pgg-def.el (pgg-query-keyserver): Add :version.
12334
12335         * nnmail.el (nnmail-fancy-expiry-targets)
12336         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12337         Add :version.
12338
12339         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12340         (nnimap-retrieve-groups-asynchronous): Add :version.
12341         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12342
12343         * mml.el (mml-content-disposition-parameters)
12344         (mml-insert-mime-headers-always): Add :version.
12345
12346         * mm-util.el (mm-coding-system-priorities): Add :version.
12347
12348         * mm-decode.el (mm-inline-text-html-with-images)
12349         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12350         (mm-verify-option): Add :version.
12351         (mm-text-html-renderer): Change :version.
12352
12353         * message.el (message-fcc-externalize-attachments)
12354         (message-required-headers, message-draft-headers)
12355         (message-subject-trailing-was-query)
12356         (message-subject-trailing-was-ask-regexp)
12357         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12358         (message-mark-insert-end, message-archive-header)
12359         (message-archive-note, message-cross-post-default)
12360         (message-cross-post-note, message-followup-to-note)
12361         (message-cross-post-note-function, message-use-mail-followup-to)
12362         (message-subscribed-address-functions)
12363         (message-subscribed-address-file, message-subscribed-addresses)
12364         (message-subscribed-regexps, message-allow-no-recipients)
12365         (message-yank-cited-prefix, message-signature-insert-empty-line)
12366         (message-hidden-headers, message-hierarchical-addresses)
12367         (message-mail-user-agent, message-use-idna)
12368         (message-valid-fqdn-regexp)
12369         (message-strip-special-text-properties, message-header-synonyms)
12370         (message-beginning-of-line, message-tab-body-function): Add :version.
12371         (message-insert-canlock, message-wide-reply-confirm-recipients):
12372         Change :version.
12373
12374         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12375         and :version.
12376         (mail-source-delete-old-incoming-confirm)
12377         (mail-source-movemail-program): Add :version.
12378
12379         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12380         (gnus-agent-cache, gnus-agent): Change :version.
12381
12382         * gnus-util.el (gnus-use-byte-compile): Change :version.
12383
12384         * gnus-sum.el (gnus-summary-make-false-root-always)
12385         (gnus-summary-default-high-score)
12386         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12387         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12388         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12389         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12390         (gnus-sum-thread-tree-single-indent)
12391         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12392         (gnus-sum-thread-tree-leaf-with-other)
12393         (gnus-sum-thread-tree-single-leaf): Add :version.
12394         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12395         (gnus-article-loose-mime): Change :version.
12396
12397         * gnus-start.el (gnus-backup-startup-file)
12398         (gnus-save-startup-file-via-temp-buffer): Add :version.
12399
12400         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12401         (gnus-server-offline-face): Add :version.
12402
12403         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12404
12405         * gnus-msg.el (gnus-gcc-externalize-attachments)
12406         (gnus-debug-files, gnus-debug-exclude-variables)
12407         (gnus-discouraged-post-methods): Change :version.
12408         (gnus-confirm-mail-reply-to-news)
12409         (gnus-confirm-treat-mail-like-news): Add :version.
12410
12411         * gnus-int.el (gnus-server-unopen-status): Add :version.
12412
12413         * gnus-group.el (gnus-group-jump-to-group-prompt)
12414         (gnus-large-ephemeral-newsgroup)
12415         (gnus-fetch-old-ephemeral-headers): Add :version.
12416
12417         * gnus-fun.el (gnus-x-face-directory)
12418         (gnus-convert-pbm-to-x-face-command)
12419         (gnus-convert-image-to-x-face-command)
12420         (gnus-convert-image-to-face-command): Add :version.
12421
12422         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12423
12424         * gnus-cite.el (gnus-cite-blank-line-after-header)
12425         (gnus-article-boring-faces): Add :version.
12426
12427         * gnus-art.el (gnus-buttonized-mime-types)
12428         (gnus-inhibit-mime-unbuttonizing)
12429         (gnus-treat-display-face)
12430         (gnus-treat-body-boundary): Change :version.
12431         (gnus-body-boundary-delimiter, gnus-picon-databases)
12432         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12433         (gnus-treat-date-english, gnus-treat-fold-headers)
12434         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12435         (gnus-treat-mail-picon, gnus-treat-wash-html)
12436         (gnus-article-encrypt-protocol)
12437         (gnus-use-idna, gnus-article-over-scroll)
12438         (gnus-mime-display-multipart-alternative-as-mixed)
12439         (gnus-mime-display-multipart-related-as-mixed)
12440         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12441         (gnus-ctan-url, gnus-button-ctan-handler)
12442         (gnus-button-handle-ctan-bogus-regexp)
12443         (gnus-button-ctan-directory-regexp)
12444         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12445         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12446         (gnus-button-man-level, gnus-button-emacs-level)
12447         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12448
12449         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12450         (gnus-agent-go-online): Change :version.
12451         (gnus-agent-expire-unagentized-dirs)
12452         (gnus-agent-auto-agentize-methods): Add :version.
12453
12454         * flow-fill.el (fill-flowed-display-column)
12455         (fill-flowed-encode-column): Add :version.
12456
12457         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12458         (gnus-outlook-deuglify-unwrap-max)
12459         (gnus-outlook-deuglify-cite-marks)
12460         (gnus-outlook-deuglify-unwrap-stop-chars)
12461         (gnus-outlook-deuglify-no-wrap-chars)
12462         (gnus-outlook-deuglify-attrib-cut-regexp)
12463         (gnus-outlook-deuglify-attrib-verb-regexp)
12464         (gnus-outlook-deuglify-attrib-end-regexp)
12465         (gnus-outlook-display-hook): Add :version.
12466
12467         * binhex.el (binhex-use-external): Add :version.
12468
12469 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12470
12471         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12472         and `invisible'.
12473
12474 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12475
12476         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12477         in gnus-registry-trim.
12478
12479 2004-09-13  Simon Josefsson  <jas@extundo.com>
12480
12481         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12482
12483         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12484
12485         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12486         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12487         <yamaoka@jpl.org>.
12488         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12489         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12490         <yamaoka@jpl.org>.
12491
12492         * sieve.el (sieve-manage-mode): Ditto.
12493
12494 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12495
12496         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12497
12498 2004-09-11  Simon Josefsson  <jas@extundo.com>
12499
12500         * dns-mode.el: Add.
12501
12502         * mm-view.el (mm-display-dns-inline): Add.
12503
12504         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12505         (mm-automatic-display): Ditto.
12506
12507         * mailcap.el (mailcap-mime-data): Add text/dns.
12508         (mailcap-mime-extensions): Map .soa to text/dns.
12509
12510 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12511
12512         * gnus-art.el (article-decode-mime-words, article-babel)
12513         (gnus-article-highlight-signature, gnus-article-add-buttons)
12514         (gnus-signature-toggle): Remove unnecessary bindings of
12515         `inhibit-read-only' inherited from v5.10 merge.
12516
12517 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12518
12519         * nntp.el (nntp): New customization group.
12520         (nntp-authinfo-file): Add customization group.
12521
12522         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12523
12524         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12525
12526         * gnus.el (to-address, to-list, subscribed)
12527         (large-newsgroup-initial): Ditto.
12528
12529         * flow-fill.el (fill-flowed-display-column)
12530         (fill-flowed-encode-column): Ditto.
12531
12532 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12533
12534         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12535         Use point-min rather than 1.
12536         (message-send-mail): Use buffer-size rather than point-max.
12537
12538         * gnus-sum.el (gnus-summary-search-article-forward):
12539         Signal a specific `search-failed' rather than a generic `error'.
12540
12541         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12542         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12543         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12544
12545 2004-09-10  Simon Josefsson  <jas@extundo.com>
12546
12547         * nndb.el (require): Remove tcp and duplicate cl.
12548
12549 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12550
12551         * gnus-agent.el (directory-files-and-attributes): Move forward.
12552
12553 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12554
12555         * gnus-agent.el (directory-files-and-attributes): Optionally
12556         defined to support XEmacs.
12557
12558 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12559
12560         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12561         to avoid run-time CL dependencies.
12562         (gnus-agent-unfetch-articles): New function.
12563         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12564         article numbers even when local .overview file is missing.
12565         (gnus-agent-read-article-number): New function.  Only accepts
12566         27-bit article numbers.
12567         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12568         gnus-agent-read-article-number.
12569         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12570         from backend while recognizing that article numbers in .overview
12571         must be valid.
12572         (gnus-agent-update-files-total-fetched-for): Use
12573         directory-files-and-attributes to improve performance.
12574         * gnus-int.el (gnus-request-move-article): Use
12575         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12576         improve performance.
12577
12578         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12579         some users confused by references to .newsrc when they only have a
12580         .newsrc.eld file.
12581         (gnus-convert-mark-converter-prompt)
12582         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12583         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12584         New function.  Used internally to only display 'gnus converting
12585         files' message when actually necessary.
12586
12587         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12588         methods now autoloaded.
12589
12590 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12591
12592         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12593         identifiers.
12594
12595 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12596
12597         * gnus-picon.el: Fix indentation and closing parenthesis.
12598
12599 2004-09-01  Simon Josefsson  <jas@extundo.com>
12600
12601         * message.el (message-canlock-generate): Require sha1, not
12602         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12603         to require within a function.  Sadly, if sha1.el isn't loaded, the
12604         let binding in m-c-g will hide the defcustom definition, which is
12605         bad.)
12606
12607         * canlock.el: Require sha1, not sha1-el.
12608
12609         * message.el: Don't autoload sha1 (there is a autoload cookie in
12610         sha1.el).
12611
12612         * sha1-el.el: Renamed to sha1.el.
12613
12614 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12615
12616         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12617
12618 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12619
12620         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12621
12622 2004-08-30  Kim F. Storm  <storm@cua.dk>
12623
12624         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12625
12626         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12627         Add :group 'nnimap.
12628
12629 2004-08-30  Andreas Schwab  <schwab@suse.de>
12630
12631         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12632         ?* and ?\;.
12633
12634         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12635         and ?\' to symbol instead of whitespace.
12636
12637 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12638
12639         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12640
12641         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12642         instead of re-search-forward.
12643
12644         * gnus-uu.el (gnus-uu-save-article): Ditto.
12645         (gnus-uu-post-encode-uuencode): Ditto.
12646
12647         * html2text.el (html2text-clean-list-items): Ditto.
12648         (html2text-clean-dtdd): Ditto.
12649         (html2text-format-tags): Ditto.
12650
12651         * message.el (message-send-mail-with-sendmail): Fix regexp.
12652         (message-fill-field-general): Use search-forward instead of
12653         re-search-forward.
12654         (unbold-region): Ditto.
12655
12656         * nnrss.el (nnrss-request-article): Ditto.
12657
12658         * nnslashdot.el (nnslashdot-request-article): Ditto.
12659
12660         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12661
12662         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12663         "Unrecognized menu descriptor" error in XEmacs.
12664
12665 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12666
12667         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12668         parent article of a sparse article in the thread hashtb.
12669
12670 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12671
12672         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12673         (nnmail-expand-newtext): Lowercase expanded entries if
12674         nnmail-split-lowercase-expanded is non-nil.
12675
12676 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12677
12678         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12679
12680         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12681         of gnus-tmp-news-method into string under XEmacs.  It will be
12682         passed to gnus-correct-length which takes only a string argument.
12683
12684 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12685
12686         * gnus-util.el (gnus-bind-print-variables): New macro.
12687         (gnus-prin1): Use it.
12688         (gnus-prin1-to-string): Use it.
12689         (gnus-pp): New function.
12690         (gnus-pp-to-string): New function.
12691
12692         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12693         Replace pp-to-string with gnus-pp-to-string.
12694         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12695         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12696         * gnus-msg.el (gnus-debug): Ditto.
12697         * gnus-score.el (gnus-score-save): Ditto.
12698         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12699         gnus-pp-to-string.
12700         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12701         with gnus-pp.
12702         * score-mode.el (gnus-score-pretty-print): Ditto.
12703         * webmail.el (webmail-debug): Ditto.
12704
12705 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12706
12707         * gnus-art.el (article-display-face, article-display-x-face):
12708         Use buffer-read-only.
12709
12710 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12711
12712         * gnus-art.el (article-hide-list-identifiers):
12713         Bind inhibit-read-only as t.
12714
12715 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12716
12717         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12718
12719 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12720
12721         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12722         (gnus-narrow-to-page): Don't assume point-min == 1.
12723         (gnus-article-edit-mode): Derive from message-mode.
12724
12725         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12726         point-min == 1.
12727
12728         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12729         Disable incorrect use of `assert'.
12730
12731         * message.el (message-mode): Set comment-start-skip.
12732
12733
12734 2004-08-22  Sam Steingold  <sds@gnu.org>
12735
12736         * pop3.el (pop3-leave-mail-on-server): New user variable.
12737         (pop3-movemail): Delete mail only when it is nil.
12738
12739 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12740
12741         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12742
12743         * mml.el (mml-preview): Use `pop-to-buffer'.
12744
12745         * message.el (message-goto-mail-followup-to): Insert after "To".
12746         (message-carefully-insert-headers): Add comment.
12747
12748         * gnus.el: Remove unused variable `gnus-article-check-size'.
12749
12750         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12751
12752         * gnus-art.el (gnus-button-alist): Improve
12753         `gnus-button-handle-library' entry.
12754
12755 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12756
12757         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12758         downcase, since XEmacs capitalizes error messages differently.
12759
12760 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12761
12762         * nntp.el: Add (require 'gnus) due to reference to
12763         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12764
12765 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12766
12767         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12768         `mm-fill-flowed'.
12769
12770         * mm-decode.el (mm-dissect-singlepart): Check it.
12771
12772 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12773
12774         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12775         'imap' for netrc parsing.
12776
12777 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12778
12779         * mailcap.el (mailcap-mime-data): Mark as risky.
12780
12781 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12782
12783         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12784         may be included in the encoded word.
12785         (rfc2047-encode): Don't append a space if the encoded word
12786         includes close parenthesis.
12787
12788 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12789
12790         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12791         of text within parentheses.
12792
12793 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12794
12795         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12796         (gnus-encrypt-write-file-contents): Make the password key the file
12797         name PLUS the cipher, not just the cipher.  Also remove failed
12798         passwords from the cache.
12799
12800 2004-08-06  Simon Josefsson  <jas@extundo.com>
12801
12802         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12803         fix.
12804
12805 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12806
12807         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12808         LWSP.
12809
12810 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12811
12812         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12813         to append in-reply-to: data to the references: header.
12814
12815         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
12816         (netrc-parse): Use gnus-encrypt.el functions.
12817
12818         * gnus-encrypt.el: Add new file for encryption support; currently
12819         does only a few GPG ciphers and an internal XOR cipher.
12820
12821         * password.el: Add comments on using password-read-and-add.
12822         (password-read-and-add): Add function to read and add the
12823         password to the cache at once.
12824
12825 2004-07-28  Simon Josefsson  <jas@extundo.com>
12826
12827         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12828         parameter (but don't use it, for now).
12829
12830         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12831         instead of hard coding to nil.
12832
12833 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12834
12835         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12836         as mm-inline-image-xemacs does.
12837
12838 2004-07-26  Simon Josefsson  <jas@extundo.com>
12839
12840         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12841         Revert part of 2004-07-17 change below.
12842
12843 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12844
12845         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12846         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12847
12848 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12849
12850         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12851         quotes that actually start with ">" at the beginning of the
12852         lines.
12853
12854 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12855
12856         * rfc2047.el (rfc2047-encode-region): Fix last change.
12857         (rfc2047-encode-parameter): Remove useless concat.
12858
12859 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12860
12861         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12862         encode special characters; fix some kind of misconfigured headers;
12863         signal a real error if debug-on-quit or debug-on-error is non-nil.
12864         (rfc2047-encode-max-chars): New variable.
12865         (rfc2047-encode-1): Use it.
12866         (rfc2047-encode-parameter): New function.
12867
12868         * mml.el (mml-insert-parameter): Remove an excessive space.
12869
12870 2004-07-17  Simon Josefsson  <jas@extundo.com>
12871
12872         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12873         Kai Grossjohann <kai@emptydomain.de>.
12874         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12875         (gnus-group-make-menu-bar): Ditto.
12876
12877         * gnus-util.el (gnus-group-server): Add.
12878
12879 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
12880
12881         * message.el (message-clone-locals): Clone sendmail and smtp
12882         variables.
12883
12884 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12885
12886         * rfc2047.el (rfc2047-encode-region): Fix last change.
12887
12888 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12889
12890         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
12891         characters as non-special.
12892
12893 2004-07-09  Simon Josefsson  <jas@extundo.com>
12894
12895         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
12896         Users will lose all flag changes made while unplugged with
12897         e.g. nntp unless flag synchronization happens, thus `nil' is not a
12898         good default.  See numerous reports on ding mailing list.
12899
12900 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12901
12902         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
12903         add generate-head-function and generate-article-function to the
12904         rfc822-forward entry.
12905         (nndoc-rfc822-forward-generate-article): New function.
12906         (nndoc-rfc822-forward-generate-head): New function.
12907
12908         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12909
12910 2004-07-06  Dan Christensen  <jdc@uwo.ca>
12911
12912         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12913         respect display group parameter and gnus-summary-expunge-below.
12914         (gnus-articles-to-read): Remove unused reference to display group
12915         parameter.
12916
12917 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12918
12919         * nnheader.el (nnheader-uniquify-message-id): New experimental
12920         variable.
12921         (nnheader-nov-read-message-id): Use it.
12922
12923         * spam-report.el (spam-report-gmane): Add interactive.
12924
12925 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12926
12927         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12928         qp-or-base64 for the application/* types.
12929
12930 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
12931
12932         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
12933
12934 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
12935
12936         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
12937         trim value.
12938
12939 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12940
12941         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
12942         New macro and function.
12943         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
12944
12945 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12946
12947         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
12948         after-load-alist.
12949
12950 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12951
12952         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
12953         update info that isn't there.
12954
12955 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
12956
12957         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
12958         entry.
12959
12960 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12961
12962         * mm-view.el (mm-inline-render-with-function): Use multibyte
12963         buffer; decode html source by charset.
12964
12965         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
12966
12967         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
12968         Mule-UCS is loaded under XEmacs.
12969         (mm-mime-mule-charset-alist): Avoid duplicated entries.
12970
12971 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
12972
12973         * nnheader.el (nnheader-max-head-length): Increase to 8192.
12974
12975 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12976
12977         * mm-util.el (mm-coding-system-p): Return a coding-system.
12978         (mm-mime-mule-charset-alist): Use shift_jis instead of
12979         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
12980         entries for the mime charsets iso-2022-jp-3 and shift_jis.
12981         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
12982         instead of japanese-shift-jis and iso-latin-1 respectively in
12983         order to share the default value with both Emacs and XEmacs-mule.
12984         (mm-mule-charset-to-mime-charset): Make
12985         mm-coding-system-priorities effective.
12986         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
12987         while predicating of candidates upon the priorities.
12988
12989 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
12990
12991         * gnus-sum.el (gnus-summary-make-menu-bar): Add
12992         gnus-uu-invert-processable.
12993
12994         * gnus.el: Autoload gnus-uu-invert-processable.
12995
12996 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12997
12998         * mm-util.el (mm-with-multibyte-buffer): New macro.
12999
13000         * rfc2047.el (rfc2047-encode-string): Use it.
13001         (rfc2047-encode-region): Move point to the end of the region after
13002         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13003
13004 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13005
13006         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13007         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13008
13009 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13010
13011         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13012         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13013         Karl Chen <quarl@nospam.quarl.org>.
13014
13015 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13016
13017         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13018         invalid addresses.
13019
13020 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13021
13022         * spam.el: Change section markers, revise TODO list.
13023         (spam-backends): Make new master list of all installed backends.
13024         (spam-summary-exit-behavior): Add new variable to determine how
13025         messages moves are done at summary exit.
13026         (spam-move-spam-nonspam-groups-only)
13027         (spam-process-ham-in-nonham-groups)
13028         (spam-process-ham-in-spam-groups): Remove variables, the
13029         spam-summary-exit-behavior variable should be used to manage this
13030         behavior.
13031         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13032         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13033         and spam-old-spam-articles.
13034         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13035         Add empty variables, placeholders for the backends they represent.
13036         (spam-set-difference): Move, unchanged.
13037         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13038         unless the user has a processor variable.
13039         (spam-classifications, spam-classification-valid-p)
13040         (spam-backend-properties, spam-backend-property-valid-p)
13041         (spam-backend-function-type-valid-p)
13042         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13043         (spam-report-articles-gmane, spam-report-articles-resend):
13044         Remove functions, they are not needed.
13045         (spam-install-backend-super, spam-backend-list)
13046         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13047         (spam-backend-function, spam-backend-ham-registration-function)
13048         (spam-backend-spam-registration-function)
13049         (spam-backend-ham-unregistration-function)
13050         (spam-backend-spam-unregistration-function)
13051         (spam-backend-statistical-p, spam-backend-mover-p)
13052         (spam-install-backend-alias, spam-install-checkonly-backend)
13053         (spam-install-mover-backend, spam-install-nocheck-backend)
13054         (spam-install-backend, spam-install-statistical-backend)
13055         (spam-install-statistical-checkonly-backend): Add backend installation
13056         support.
13057         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13058         (spam-group-processor-p): Use the new backend code and respect the
13059         summary exit behavior.
13060         (spam-mark-spam-as-expired-and-move-routine): Remove.
13061         (spam-summary-prepare): Change to use the new spam-old-articles
13062         variable.
13063         (spam-copy-or-move-routine, spam-copy-spam-routine)
13064         (spam-move-spam-routine, spam-copy-ham-routine)
13065         (spam-move-ham-routine): Add code to copy/move ham or spam.
13066         (spam-fetch-field-fast): Improve doc and code, plus allow the
13067         'number request.
13068         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13069         variables.
13070         (spam-split, spam-find-spam): Use the new backend code.
13071         (spam-registration-functions): Remove variable.
13072         (spam-unregister-routine): Add convenience wrapper.
13073         (spam-log-undo-registration, spam-register-routine)
13074         (spam-log-processing-to-registry)
13075         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13076         where possible.
13077         (spam-check-gmane-xref, spam-check-regex-headers)
13078         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13079         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13080         (spam-check-bogofilter-headers, spam-check-spamoracle)
13081         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13082         (spam-check-crm114-headers): Use the spam-split-group that
13083         spam-split prepares, no need to determine it every time.
13084
13085         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13086         to the nnheader-parse-naked-head call.
13087
13088         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13089
13090         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13091         the nnheader-nov-read-message-id call.
13092
13093 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13094
13095         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13096         gnus-activate-group twice.  Suggested by Markus Peter
13097         <warp@spin.de>.
13098
13099 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13100
13101         * gnus-art.el (gnus-article-time-format): Exchange the order of
13102         day and month in the default value; fix customization type.
13103         (article-date-ut): Use add-text-properties.
13104         (article-make-date-line): Use message-make-date instead of
13105         current-time-string.
13106
13107         * message.el (message-fetch-field): Don't use set-text-properties.
13108         (message-make-date): Simplify.
13109
13110         * messagexmas.el (message-xmas-make-date): New function.
13111         (message-xmas-redefine): Defalias message-make-date to it.
13112
13113 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13114
13115         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13116         (rfc2047-encode-region): Treat text within parentheses as special;
13117         show the original text when error has occurred.
13118
13119         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13120         already-computed method to gnus-activate-group.
13121
13122         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13123         same select-methods identical Lisp objects.
13124
13125         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13126         object when modifying the info.
13127
13128 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13129
13130         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13131         gnus-opened-servers since it has never been opened with the new
13132         configuration yet.
13133
13134 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13135
13136         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13137         arg to nnheader-generate-fake-message-id.
13138
13139 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13140
13141         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13142         number and build a fake message ID localized to a group and
13143         article number (so it's repeatable from that point on).
13144         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13145         ID format.
13146
13147         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13148         nnheader-generate-fake-message-id with the article number.
13149
13150 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13151
13152         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13153         end-of-buffer.
13154
13155 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13156
13157         * message.el (message-ignored-supersedes-headers): Add Approved.
13158
13159 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13160
13161         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13162         goto-char.
13163         (rfc2047-encode): Fold the line before encoding.
13164
13165 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13166
13167         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13168         folding -- not all headers can be folded, and this should be done
13169         by the message composition mode.  Probably.  I think.
13170
13171 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13172
13173         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13174         fast.
13175
13176         * gnus-ems.el (gnus-remove-image): Don't use
13177         message-text-with-property; remove only the image found first.
13178
13179         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13180         found first.
13181
13182 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13183
13184         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13185
13186 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13187
13188         * message.el (message-text-with-property): Make it fast and accept
13189         optional arguments.
13190         (message-strip-forbidden-properties): Use it.
13191         (message-fix-before-sending): Follow the m-t-w-p change.
13192
13193         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13194
13195 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13196
13197         * gnus-art.el (article-hide-headers): Don't change the buffer
13198         mistakenly when performing mml-preview even if
13199         gnus-single-article-buffer is nil.
13200
13201 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13202
13203         * message.el (message-expand-name-databases): New user option.
13204         (message-expand-name): Use it.
13205
13206 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13207
13208         * spam.el (spam-report-articles-resend)
13209         (spam-report-resend-register-routine): Allow ham reporting.
13210         (spam-report-resend-register-ham-routine): Add wrapper.
13211         (spam-registration-functions): Add ham resending functions.
13212         (spam-list-of-processors): Add ham resend processor.
13213
13214         * gnus.el (ham-resend-to): Add new group parameter.
13215         (spam-process): Add ham resend option.
13216
13217         * spam-report.el (spam-report-resend): Allow reporting ham.
13218         (spam-report-resend-ham): Add wrapper.
13219
13220 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13221
13222         * message.el (message-cite-articles-with-x-no-archive): New
13223         variable.
13224         (message-cite-original): Use it.
13225
13226 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13227
13228         * message.el (message-cite-original): Respect X-No-Archive.
13229
13230 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13231
13232         * gnus-art.el (article-hide-headers): Refer to the values for
13233         gnus-ignored-headers and gnus-visible-headers in the summary
13234         buffer since a user may have set them as group parameters.
13235
13236 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13237
13238         * assistant.el (assistant-node-name): Add convenience function.
13239         (assistant-render-text, assistant-render-node): Add error handling,
13240         plus handle multiple next nodes.
13241         (assistant-find-next-node): Comment out for now.
13242         (assistant-find-next-nodes): Add function, returns list of next
13243         nodes.
13244
13245 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13246
13247         * mail-source.el (mail-source-directory): Fix doc-string.
13248
13249 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13250
13251         * assistant.el (assistant-render-text, assistant-eval): Add :set
13252         widget type, which is different because it takes and returns a
13253         list.  Much hilarity ensues.
13254
13255 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13256
13257         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13258
13259         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13260         doc-string.
13261
13262         * gnus-start.el (gnus-activate-group): Added doc-string.
13263
13264 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13265
13266         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13267
13268 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13269
13270         * assistant.el (assistant-render-text): Try to add a :set
13271         widget, more to come.
13272
13273         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13274         strings.
13275         (spam-report-articles-resend)
13276         (spam-register-routine): Do registration iff any articles warrant
13277         it.
13278         (spam-summary-prepare-exit): Change log message for nil group
13279         destinations.
13280
13281 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13282
13283         * spam.el (spam-report-resend-register-routine): Allow
13284         spam-report-resend-to to be a group parameter or a global value.
13285
13286 2004-05-26  Simon Josefsson  <jas@extundo.com>
13287
13288         * starttls.el: Merge with my GNUTLS based starttls.el.
13289         (starttls-gnutls-program, starttls-use-gnutls)
13290         (starttls-extra-arguments, starttls-process-connection-type)
13291         (starttls-connect, starttls-failure, starttls-success): New
13292         variables.
13293         (starttls-program, starttls-extra-args): Doc fix.
13294         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13295         functions.
13296         (starttls-negotiate, starttls-open-stream): Check
13297         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13298         function if it is set.
13299
13300 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13301
13302         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13303         structured fields.
13304
13305 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13306
13307         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13308
13309 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13310
13311         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13312         variable.
13313         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13314         assigning the spam-mark to new messages.
13315
13316 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13317
13318         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13319
13320 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13321
13322         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13323
13324         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13325         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13326         default.
13327
13328 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13329
13330         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13331         correct data.
13332
13333 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13334
13335         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13336         (spam-group-processor-p): Fix function.
13337         (spam-group-processor-multiple-p)
13338         (spam-group-spam-processor-report-gmane-p)
13339         (spam-group-spam-processor-report-resend-p)
13340         (spam-group-spam-processor-bogofilter-p)
13341         (spam-group-spam-processor-blacklist-p)
13342         (spam-group-spam-processor-ifile-p)
13343         (spam-group-ham-processor-ifile-p)
13344         (spam-group-spam-processor-spamoracle-p)
13345         (spam-group-spam-processor-crm114-p)
13346         (spam-group-ham-processor-bogofilter-p)
13347         (spam-group-spam-processor-stat-p)
13348         (spam-group-ham-processor-stat-p)
13349         (spam-group-ham-processor-whitelist-p)
13350         (spam-group-ham-processor-BBDB-p)
13351         (spam-group-ham-processor-spamoracle-p)
13352         (spam-group-ham-processor-copy-p): Remove functions with some
13353         prejudice against unneeded code.
13354         (spam-report-articles-resend)
13355         (spam-report-resend-register-routine): Allow the group/topic
13356         spam-resend-to value to override spam-report-resend-to.
13357         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13358         properly now.
13359
13360         * gnus.el (spam-resend-to): Add group/topic parameter.
13361         (spam-process): Move the OBSOLETE processors to the end of the
13362         choices.
13363
13364 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13365
13366         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13367         with resend-to set to nil, and then ask the user if necessary.
13368         (spam-report-resend): spam-report-resend takes a list of articles, not
13369         separate article numbers.
13370
13371 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13372
13373         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13374         addition to emacs-w3m.
13375
13376 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13377
13378         * assistant.el (assistant-authinfo-data): New function.
13379         (assistant-eval): Eval for entire assistant.
13380
13381         * netrc.el (netrc-services-file): New variable.
13382         (netrc-parse-services): New function.
13383         (netrc-find-service-name): New function.
13384         (netrc-find-service-number): New function.
13385         (netrc-port-equal): New function.
13386         (netrc-machine): Use it.
13387
13388         * nnimap.el (nnimap-open-connection): Use netrc.
13389
13390         * gnus-util.el (gnus-netrc-get): Remove aliases.
13391
13392         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13393
13394         * assistant.el (wid-edit): Fix compilation.
13395
13396         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13397
13398 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13399
13400         * gnus-util.el (gnus-set-file-modes): New function.  (small
13401         patch).
13402
13403 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13404
13405         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13406
13407         * assistant.el (assistant-render-node): Fix up rendering and
13408         read-only text.
13409         (assistant-render-node): Reset.
13410         (assistant-make-read-only): Not sticky.
13411
13412 2004-05-20  Danny Siu  <dsiu@adobe.com>
13413
13414         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13415         centered even when gnus-auto-center-summary is t.
13416
13417 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13418
13419         * dns.el (dns-get-txt-answer): New function.
13420         (dns-read-txt): Ditto.
13421         (query-dns): Use it.
13422
13423 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13424
13425         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13426         active for foreign groups even if the group level is higher than
13427         the specified value.
13428
13429 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13430
13431         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13432         non-active groups.
13433
13434         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13435
13436 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13437
13438         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13439
13440 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13441
13442         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13443         (spam-crm114-header, spam-crm114-spam-switch)
13444         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13445         (spam-crm114-positive-spam-header)
13446         (spam-crm114-database-directory, spam-list-of-processors)
13447         (spam-group-spam-processor-crm114-p)
13448         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13449         (spam-generic-score, spam-list-of-checks)
13450         (spam-list-of-statistical-checks, spam-registration-functions)
13451         (spam-check-crm114-headers, spam-crm114-score)
13452         (spam-check-crm114, spam-crm114-register-with-crm114)
13453         (spam-crm114-register-spam-routine)
13454         (spam-crm114-unregister-spam-routine)
13455         (spam-crm114-register-ham-routine)
13456         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13457         asjo@koldfront.dk (Adam Sjøgren).
13458
13459         * gnus.el: Add spam-use-crm114.
13460
13461         * spam.el (spam-list-of-processors, spam-registration-functions):
13462         Add spam-use-resend.
13463         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13464         (spam-report-articles-gmane): Add doc fix.
13465         (spam-report-articles-resend, spam-report-resend-register-routine):
13466         Add wrappers around spam-report-resend-to.
13467
13468         * spam-report.el (spam-report-resend-to, spam-report-resend):
13469         Add support for resending spam.
13470         (spam-report-gmane): Fix line length >80.
13471
13472         * gnus.el (spam-process): Add spam-use-resend.
13473
13474 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13475
13476         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13477         number of processed spam messages.
13478         (spam-ham-copy-or-move-routine): Return the number of processed
13479         ham messages.
13480         (spam-summary-prepare-exit): Use the above values to decide
13481         whether status messages shouled be displayed.
13482
13483 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13484
13485         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13486         `rfc2047-encoding-function-alist' in order to avoid conflicting
13487         with the old version.
13488         (rfc2047-encode-region): Concatenate words containing non-ASCII
13489         characters in structured fields; don't encode space-delimited
13490         ASCII words even in unstructured fields; don't break words at
13491         char-category boundaries.
13492         (rfc2047-encode-1): New function.
13493         (rfc2047-encode): Use it; encode text so that it occupies the
13494         maximum width within 76-column; work correctly on Q encoding for
13495         iso-2022-* charsets.
13496         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13497         sure not to break a line just after the header name.
13498         (rfc2047-b-encode-region): Removed.
13499         (rfc2047-b-encode-string): New function.
13500         (rfc2047-q-encode-region): Removed.
13501         (rfc2047-q-encode-string): New function.
13502
13503         * mm-util.el (mm-replace-in-string): New function.
13504
13505 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13506
13507         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13508         get it right.
13509         (gnus-inews-make-draft): Really.
13510
13511 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13512
13513         * nnmh.el (nnmh-request-list-1): Don't check the link count
13514         before descending.  (small patch)
13515
13516 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13517
13518         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13519         stuff.
13520
13521         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13522         on real group name.
13523
13524         * gnus-art.el (gnus-signature-limit): Doc fix.
13525
13526         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13527
13528         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13529
13530 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13531
13532         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13533         isn't a string.
13534
13535 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13536
13537         * gnus-draft.el (gnus-draft-send): Bind
13538         rfc2047-encode-encoded-words.
13539
13540         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13541         (rfc2047-encodable-p): Say that =? needs encoding.
13542         (rfc2047-encode-encoded-words): New variable.
13543
13544         * gnus-group.el (gnus-group-select-group): Doc fix.
13545
13546         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13547
13548         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13549         to nil.
13550
13551         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13552
13553         * nnheader.el (nnheader-get-lines-and-char): New function.
13554
13555 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13556
13557         * gnus-msg.el (gnus-summary-followup-with-original): Document
13558         yanking of region when active.
13559
13560 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13561
13562         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13563         groups if the group level is higher than the specified value.
13564
13565 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13566
13567         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13568         (gnus-group-jump-to-group): Added prefix argument using
13569         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13570         non-active group.
13571
13572         * compface.el (uncompface): Be verbose when changing
13573         `uncompface-use-external'.
13574
13575         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13576         handle manual section.
13577
13578 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13579
13580         * gnus-art.el (gnus-button-alist): Revert previous change.
13581
13582 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13583
13584         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13585
13586 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13587
13588         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13589         whether backend can accept message.
13590
13591         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13592
13593 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13594
13595         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13596         Avoid creating directory when nntp-marks-is-evil is true.
13597         Reported by Reiner Steib.
13598
13599 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13600
13601         * gnus-picon.el (gnus-picon-style): New variable.
13602         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13603         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13604         Jesper Harder <harder@ifa.au.dk>.
13605
13606 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13607
13608         * message.el (message-fill-field): Return point.
13609         (message-generate-headers): Go to end of field.
13610
13611         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13612         stuff for non-living groups.
13613
13614 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13615
13616         * gnus-art.el (gnus-article-followup-with-original)
13617         (gnus-article-reply-with-original): gnus-mark-active-p ->
13618         gnus-region-active-p.
13619
13620 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13621
13622         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13623         only when there is spam or ham to be processed.
13624
13625 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13626
13627         * mail-source.el (mail-source-delete-crash-box): Refactor.
13628         (mail-source-fetch): Use it.
13629         (mail-source-fetch-file): Ditto.
13630         (mail-source-fetch-directory): Run postscript in loop.
13631         (mail-source-fetch-pop): Delete.
13632         (mail-source-fetch-maildir): Ditto.
13633         (mail-source-fetch-imap): Ditto.
13634
13635         * imap.el (imap-authenticators): Comment out sasl.
13636
13637         * message.el (message-skip-to-next-address): New function.
13638         (message-fill-header-address): Refactor.
13639         (message-fill-address): Use it.
13640         (message-delete-address): Use it.
13641         (message-fill-header-general): Refactor.
13642         (message-fill-field-address): Rename.
13643         (message-narrow-to-field): Find the start of the header.
13644         (message-header-format-alist): Don't pre-fill.
13645         (message-fill-header): Removed.
13646         (message-insert-header): New function.
13647         (message-shorten-references): Use it.
13648
13649         * rfc2047.el (rfc2047-field-value): Strip props.
13650
13651         * mail-parse.el (mail-header-make-address): New alias.
13652
13653         * ietf-drums.el (ietf-drums-make-address): New function.
13654
13655         * imap.el: Add compiler directives.
13656
13657         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13658
13659         * gnus-art.el (article-decode-idna-rhs): Don't use
13660         message-idna-inside-rhs-p.
13661
13662 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13663
13664         * message.el (message-idna-inside-rhs-p): Removed.
13665         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13666
13667         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13668         false positives.
13669
13670 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13671
13672         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13673
13674 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13675
13676         * nneething.el (nneething-file-name): Don't create spurious
13677         files.
13678
13679         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13680         (gnus-inews-do-gcc): Remove sleep.
13681
13682         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13683         part under point.
13684
13685         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13686         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13687
13688 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13689
13690         * spam.el (spam-summary-prepare-exit): Fixed (length).
13691
13692 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13693
13694         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13695         as expired without moving it" message when there are spam
13696         messages left.
13697
13698 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13699
13700         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13701         header is not nil.
13702
13703 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13704
13705         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13706         nntp-possibly-create-directory, not nntp-possibly-change-group.
13707         (nntp-marks-changed-p): New arg SERVER.
13708         (nntp-request-update-info): Adjust caller.
13709
13710 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13711
13712         * nntp.el (nntp-save-marks): Pass missing arg.
13713
13714 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13715
13716         * nntp.el: Support marks.
13717         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13718         (nntp-marks-modtime, nntp-marks-directory): New variables.
13719         (nntp-request-set-mark, nntp-request-update-info)
13720         (nntp-possibly-create-directory, nntp-marks-changed-p)
13721         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13722         functions.
13723
13724 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13725
13726         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13727         (gnus-xmas-redefine): Rename.
13728
13729         * gnus-score.el (gnus-score-insert-help): Use
13730         gnus-select-lowest-window.
13731
13732         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13733         appt-select-lowest-window and rename to gnus-select-lowest-window.
13734
13735         * gnus.el: do.
13736
13737 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13738
13739         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13740         encodings of MIME-encoded words, in order to improve
13741         interoperability with several broken MUAs.
13742
13743 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13744
13745         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13746         tags, only when charsets are not specified in headers.
13747         (mm-inline-text-html-render-with-w3m): Ditto.
13748
13749         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13750         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13751
13752 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13753
13754         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13755         instead of MIME-decoded from fields when checking
13756         `gnus-article-address-banner-alist'.
13757
13758 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13759
13760         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13761         description rather than subject.
13762
13763 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13764
13765         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13766
13767 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13768
13769         * gnus.el (gnus-version-number): Bump.
13770
13771 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13772
13773         * gnus.el: No Gnus v0.2 is released.
13774
13775 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13776
13777         * gnus-agent.el (gnus-agent-read-agentview): Inline
13778         gnus-uncompress-range.
13779
13780 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13781
13782         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13783         `exec-installed-p'.
13784
13785 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13786
13787         * gnus.el (spam-process, spam-autodetect-methods): Add
13788         bsfilter and bsfilter-headers.
13789
13790         * spam.el (spam-bsfilter): New customize group.
13791         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13792         (spam-bsfilter-header, spam-bsfilter-probability-header)
13793         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13794         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13795         (spam-bsfilter-database-directory): New options.
13796         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13797         (spam-list-of-statistical-checks, spam-registration-functions):
13798         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13799         (spam-bsfilter-score): New command.
13800         (spam-check-bsfilter-headers, spam-check-bsfilter)
13801         (spam-bsfilter-register-with-bsfilter)
13802         (spam-bsfilter-register-spam-routine)
13803         (spam-bsfilter-unregister-spam-routine)
13804         (spam-bsfilter-register-ham-routine)
13805         (spam-bsfilter-unregister-ham-routine): New functions.
13806         (spam-generic-score): Support bsfilter; Accept an optional argument
13807         to recalcurate spam score even if scoring header has already been
13808         added.
13809         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13810         optional argument to recalcurate spam score even if scoring header
13811         has already been added.
13812
13813 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13814
13815         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13816         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13817         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13818         link is missing.
13819
13820 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13821
13822         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13823         (html2text-get-attr): Rewrite.
13824
13825         * message.el (message-setup-1): Remove redundant put-text-property
13826         on mail-header-separator.
13827
13828 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13829
13830         * gnus-registry.el (gnus-registry-cache-whitespace)
13831         (gnus-registry-action, gnus-registry-spool-action)
13832         (gnus-registry-split-fancy-with-parent): Change message levels
13833         from 5 to 3 or 7, as needed.
13834
13835         * spam.el (spam-summary-prepare-exit)
13836         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13837         (spam-split, spam-find-spam, spam-log-undo-registration)
13838         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13839         level from 5 to 6.
13840
13841 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13842
13843         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13844         2004-03-04 change).
13845
13846 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13847
13848         * sieve-manage.el (sieve-manage-open):
13849         * nnweb.el (nnweb-insert-html):
13850         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13851         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13852         * nnspool.el (nnspool-request-group):
13853         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13854         * nnml.el (nnml-request-update-info):
13855         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13856         (nnmh-request-create-group, nnmh-update-gnus-unreads):
13857         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13858         (nnimap-request-set-mark):
13859         * nnfolder.el (nnfolder-request-update-info):
13860         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13861         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13862         * gnus-uu.el (gnus-uu-find-articles-matching):
13863         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13864         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13865         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13866         * gnus-nocem.el (gnus-nocem-scan-groups):
13867         * gnus-int.el (gnus-start-news-server):
13868         * gnus-group.el (gnus-group-make-kiboze-group)
13869         (gnus-group-browse-foreign-server):
13870         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13871         Use mapc when appropriate.
13872
13873 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
13874
13875         FIXME: Make separate entries for each person.
13876
13877         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13878         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13879         <shields@msrl.com>:
13880
13881         * spam.el (spam-necessary-extra-headers): Get the extra headers we
13882         may need for spam sorting and scoring.
13883         (spam-user-format-function-S): Add user format function suitable for
13884         general use.
13885         (spam-article-sort-by-spam-status): Add sorting function for summary
13886         sorting.
13887         (spam-extra-header-to-number): Add function to get a score from a
13888         header.
13889         (spam-summary-score): Add function to get a numeric score from the
13890         headers.
13891         (spam-generic-score): Fix function doc, was in wrong place.
13892         (spam-initialize): Take symbols when it's run, and install the
13893         extra headers that spam-necessary-extra-headers thinks we need.
13894
13895 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
13896
13897         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
13898         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
13899
13900 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
13901
13902         * gnus-sum.el (gnus-set-global-variables)
13903         (gnus-build-all-threads, gnus-get-newsgroup-headers)
13904         (gnus-article-get-xrefs, gnus-summary-best-group)
13905         (gnus-summary-next-article, gnus-summary-enter-digest-group)
13906         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
13907         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13908         Use with-current-buffer.
13909
13910 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
13911
13912         * spam.el (spam-summary-prepare-exit): Simplify logic.
13913         (spam-fetch-article-header): Read the article header if it's not
13914         available.
13915         (spam-list-articles): Simplify logic.
13916         (spam-filelist-register-routine): Fix bug with unregister-list.
13917
13918         * gnus-registry.el: Fix comments at beginning.
13919
13920 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
13921
13922         * message.el (message-cater-to-broken-inn): Remove.
13923         (message-shorten-references): Make sure the total folded length of
13924         References is shorter than 998 characters to cater to a bug in INN
13925         2.3.  Also, don't pretend that references aren't folded -- this
13926         hasn't worked for a while.
13927
13928 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13929
13930         * gnus-agent.el (gnus-agentize):
13931         gnus-agent-send-mail-real-function no longer set to current value
13932         of message-send-mail-function but rather a lambda that calls
13933         message-send-mail-function.  The change makes the agent real-time
13934         responsive to user changes to message-send-mail-function.
13935
13936 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13937
13938         * legacy-gnus-agent.el
13939         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
13940         help from Florian Weimer <fw@deneb.enyo.de>
13941
13942 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13943
13944         * nnmail.el (nnmail-cache-insert): Revert last change.
13945
13946 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13947
13948         * nnmail.el (nnmail-cache-insert): Always check whether
13949         nnmail-cache-ignore-groups matches a group name.
13950
13951 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
13952
13953         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
13954         (spam-find-spam, spam-log-processing-to-registry)
13955         (spam-log-registered-p, spam-log-unregistration-needed-p)
13956         (spam-log-undo-registration): Use gnus-message instead of
13957         gnus-error, none of these errors are fatal.
13958
13959         * gnus-registry.el (gnus-registry-clean-empty-function)
13960         (gnus-registry-clean-empty): Remove only empty entries without
13961         extra data.
13962
13963 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
13964
13965         * spam-stat.el (spam-stat-buffer-change-to-spam)
13966         (spam-stat-buffer-change-to-non-spam): Change (error) to
13967         (gnus-message 8) invocation.
13968
13969 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13970
13971         * nntp.el (nntp-via-netcat-command): New variable.
13972         (nntp-via-netcat-switches): New variable.
13973         (nntp-open-via-rlogin-and-netcat): New function.
13974         (nntp-open-connection-function): Doc fix.
13975         (nntp-telnet-command): Doc fix.
13976         (nntp-end-of-line): Doc fix.
13977         (nntp-via-rlogin-command): Doc fix.
13978         (nntp-via-user-name): Doc fix.
13979         (nntp-via-address): Doc fix.
13980
13981 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13982
13983         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
13984         error in Emacs 21.1.
13985
13986 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
13987
13988         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
13989
13990 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13991
13992         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
13993         (gnus-agent-with-refreshed-group): New macro.
13994         (gnus-agent-rename-group): New function.
13995         (gnus-agent-delete-group): New function.
13996         (gnus-agent-save-group-info): Use gnus-command-method when
13997         `method' parameter is nil.  Don't write nil entries into the
13998         active file.
13999         (gnus-agent-get-group-info): New function.
14000         (gnus-agent-fetch-articles): Use
14001         gnus-agent-update-files-total-fetched-for to increment disk space
14002         used.
14003         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14004         gnus-agent-update-view-total-fetched-for to increment disk space
14005         used.
14006         (gnus-agent-get-local): Added optional parameters to avoid calling
14007         gnus-group-real-name and gnus-find-method-for-group.
14008         (gnus-agent-set-local): Delete stored entry if either min, or max,
14009         are nil.
14010         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14011         quit, use gnus-agent-regenerate-group to record existance of any
14012         articles fetched to disk before the quit occurred.
14013         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14014         gnus-agent-update-view-total-fetched-for, and
14015         gnus-agent-update-files-total-fetched-for to decrement disk space
14016         used.
14017         (gnus-agent-retrieve-headers): Use
14018         gnus-agent-update-view-total-fetched-for to increment disk space
14019         used.
14020         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14021         with gnus-agent-update-files-total-fetched-for to decrement disk
14022         space and fresh group buffer.
14023         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14024         (gnus-agent-need-update-total-fetched-for): New variable.
14025         (gnus-agent-update-files-total-fetched-for): New function.
14026         (gnus-agent-update-view-total-fetched-for): New function.
14027         (gnus-agent-total-fetched-for): New function.
14028
14029         * gnus-cache.el (gnus-cache-save-buffers): Use
14030         gnus-cache-update-overview-total-fetched-for to change disk space
14031         used by this group.
14032         (gnus-cache-possibly-enter-article): Use
14033         gnus-cache-update-file-total-fetched-for to increment disk space
14034         used by this group.
14035         (gnus-cache-possibly-remove-article): Use
14036         gnus-cache-update-file-total-fetched-for to decrement disk space
14037         used by this group.
14038         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14039         (gnus-cache-rename-group): New function.
14040         (gnus-cache-delete-group): New function.
14041         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14042         (gnus-cache-need-update-total-fetched-for): New variable.
14043         (gnus-cache-with-refreshed-group): New macro.
14044         (gnus-cache-update-file-total-fetched-for): New function.
14045         (gnus-cache-update-overview-total-fetched-for): New function.
14046         (gnus-cache-rename-group-total-fetched-for): New function.
14047         (gnus-cache-delete-group-total-fetched-for): New function.
14048         (gnus-cache-total-fetched-for): New function.
14049
14050         * gnus-group.el: Require gnus-sum and autoload functions to
14051         resolve warnings when gnus-group.el compiled alone.
14052         (gnus-group-line-format): Documented new %F.
14053         (size of Fetched data) group line format; identifies disk space
14054         used by agent and cache.
14055         (gnus-group-line-format-alist): Defined new F format.
14056         (gnus-total-fetched-for): New function.
14057         (gnus-group-delete-group): No longer update
14058         gnus-cache-active-altered as gnus-request-delete-group now keeps
14059         the cache in sync.
14060         (gnus-group-list-active): Let the agent store a server's active
14061         list if currently plugged.
14062
14063         * gnus-int.el (gnus-request-delete-group):
14064         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14065         local disk in sync with the server.
14066         (gnus-request-rename-group):
14067         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14068         local disk in sync with the server.
14069
14070         * gnus-start.el (gnus-get-unread-articles):
14071         Cosmetic simplification to logic.
14072
14073         * gnus-util.el (gnus-rename-file): New function.
14074
14075 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14076
14077         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14078
14079 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14080
14081         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14082         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14083
14084 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14085
14086         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14087         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14088
14089 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14090
14091         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14092
14093 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14094
14095         * spam.el (spam-set-difference): Add function to replace
14096         gnus-set-difference in spam.el.
14097         (spam-summary-prepare-exit): Use spam-set-difference.
14098
14099 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14100
14101         * gnus-registry.el (gnus-registry-cache-file): Update to use
14102         gnus-dribble-directory OR gnus-home-directory OR ~.
14103         (gnus-registry-split-fancy-with-parent): Fix doc.
14104
14105 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14106
14107         * message.el (message-exchange-point-and-mark): Use
14108         message-mark-active-p.  Suggested by Jesper Harder
14109         <harder@ifa.au.dk>.
14110
14111 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14112
14113         * message.el (message-exchange-point-and-mark): Don't activate
14114         region if it was inactive.  Suggested by Hiroshi Fujishima
14115         <pooh@nature.tsukuba.ac.jp>.
14116
14117 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14118
14119         * gnus-art.el (article-display-face): Display Faces in the same
14120         order as X-Faces.
14121
14122 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14123
14124         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14125
14126 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14127
14128         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14129         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14130         (gnus-article-mime-hierarchy): Remove.
14131         (gnus-article-mime-hierarchy-next): Remove.
14132         (gnus-article-mode): Revert 2004-03-19 change.
14133         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14134         (gnus-insert-mime-button): Revert 2004-03-19 change.
14135         (gnus-mime-accumulate-hierarchy): Remove.
14136         (gnus-mime-enter-multipart): Remove.
14137         (gnus-mime-leave-multipart): Remove.
14138         (gnus-mime-display-part): Revert 2004-03-19 change.
14139         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14140
14141         * mml.el (mml-preview): Revert 2004-03-19 change.
14142
14143 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14144
14145         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14146
14147 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14148
14149         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14150         t while entering a file name using the mm-with-multibyte macro.
14151         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14152
14153         * mm-util.el (mm-with-multibyte): New macro.
14154
14155 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14156
14157         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14158         user option.
14159         (gnus-mime-multipart-functions): Doc and customization fix.
14160         (gnus-article-mime-hierarchy): New variable.
14161         (gnus-article-mime-hierarchy-next): New variable.
14162         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14163         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14164         gnus-article-mime-hierarchy-next to nil.
14165         (gnus-insert-mime-button): Show hierarchy numbers.
14166         (gnus-mime-accumulate-hierarchy): New function.
14167         (gnus-mime-enter-multipart): New function.
14168         (gnus-mime-leave-multipart): New function.
14169         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14170         (gnus-mime-display-alternative): Show hierarchy numbers.
14171
14172         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14173         gnus-article-mime-hierarchy-next to nil.
14174
14175 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14176
14177         * dns.el: Don't require gnus-xmas.
14178
14179 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14180
14181         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14182         inline PGP.
14183         (mml-menu): Disable mml-quote-region if mark is inactive.
14184
14185 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14186
14187         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14188         when the group's active is not available.
14189
14190 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14191
14192         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14193         error.
14194
14195 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14196
14197         * imap.el (imap-store-password): New variable.
14198         (imap-interactive-login): Use it.
14199         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14200
14201 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14202
14203         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14204         window-start and hscroll to summary window.
14205
14206 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14207
14208         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14209         conversion message to newsrc-dribble when an actual conversion is
14210         performed.
14211
14212 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14213
14214         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14215
14216 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14217
14218         * mm-decode.el (mm-complicated-handles): New function reviving
14219         former definition of mm-multiple-handles.
14220
14221         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14222         (gnus-mime-delete-part): Use it.
14223
14224 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14225
14226         * gnus-agent.el (gnus-agent-read-local): Bind
14227         nnheader-file-coding-system to gnus-agent-file-coding-system to
14228         avoid the implicit assumption that they will always be equal.
14229         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14230         coding-system-for-write, as the with-temp-file macro first prints
14231         to a buffer then saves the buffer.
14232
14233 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14234
14235         * gnus-art.el (gnus-article-edit-part): New function.
14236         (gnus-mime-save-part-and-strip): Use it; do query instead of
14237         signaling an error; don't use mm-multiple-handles.
14238         (gnus-mime-delete-part): Ditto.
14239
14240 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14241
14242         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14243         old file versions.
14244         (gnus-group-prepare-hook): Removed function that converted list
14245         form of gnus-agent-expire-days to group properties.
14246
14247         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14248         (gnus-request-accept-article): Re-indented.
14249
14250         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14251         converters to handle old agent file formats.  Added logic for a
14252         "backup before upgrading warning".
14253         (gnus-convert-mark-converter-prompt): Developers can mark
14254         functions as needing (default), or not needing,
14255         gnus-convert-old-newsrc's "backup before upgrading warning".
14256         (gnus-convert-converter-needs-prompt): Tests whether the user
14257         should be protected from potentially irreversable changes by the
14258         function.
14259
14260         * legacy-gnus-agent.el: New.  Provides converters that are only
14261         loaded when gnus-convert-old-newsrc needs to call them.
14262
14263 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14264
14265         * mail-source.el (mail-source-touch-pop): Doc fix.
14266
14267         * message.el (message-smtpmail-send-it): Doc fix.
14268
14269 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14270
14271         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14272
14273         * nnmail.el (nnmail-split-fancy): do.
14274
14275         * gnus-kill.el (gnus-kill, gnus-execute): do.
14276
14277 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14278
14279         * gnus-sum.el (gnus-widget-reversible-match)
14280         (gnus-widget-reversible-to-internal)
14281         (gnus-widget-reversible-to-external): New functions.
14282         (gnus-widget-reversible): New widget.
14283         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14284
14285 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14286
14287         * gnus-sum.el (gnus-thread-sort-functions)
14288         (gnus-article-sort-functions): Document `(not F)' items.
14289
14290 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14291
14292         * spam.el (spam-use-gmane-xref): Add new backend.
14293         (spam-gmane-xref-spam-group): Add variable to control the name of the
14294         Gmane spam group.
14295         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14296         (spam-regex-headers-spam, spam-regex-headers-ham)
14297         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14298         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14299         backends and checks.
14300         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14301
14302         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14303         an autodetect method.
14304
14305 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14306
14307         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14308         articles are being added to a group.
14309         (gnus-request-replace-article): Inform the agent that articles
14310         need to be uncached as the cached contents are no longer valid.
14311
14312 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14313
14314         * binhex.el: Don't autoload executable-find.
14315
14316         * canlock.el: Don't autoload mail-fetch-field.
14317
14318         * dgnushack.el: Autoload c-mode for XEmacs.
14319
14320         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14321
14322         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14323         rmail-dont-reply-to and rmail-output.
14324
14325         * gnus-score.el: Don't autoload ffap-string-at-point.
14326
14327         * gnus-setup.el: Don't autoload sc-cite-original.
14328
14329         * imap.el: Don't autoload base64-decode-string,
14330         base64-encode-string and md5.
14331
14332         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14333         and rmail-msg-restore-non-pruned-header.
14334
14335         * mm-decode.el: Don't autoload executable-find.
14336
14337         * mm-url.el: Don't autoload executable-find.
14338
14339         * mm-view.el: Don't autoload diff-mode.
14340
14341         * nndb.el: Don't autoload news-reply-mode, news-setup,
14342         cancel-timer and telnet.
14343
14344         * password.el: Don't autoload run-at-time for Emacs.
14345
14346         * sha1-el.el: Don't autoload executable-find.
14347
14348         * sieve-mode.el: Don't autoload c-mode.
14349
14350         * uudecode.el: Don't autoload executable-find.
14351
14352 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14353
14354         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14355         (gnus-agent-possibly-alter-active): Avoid null in numeric
14356         comparison.
14357         (gnus-agent-set-local): Refuse to save null in local object table.
14358         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14359         list of articles that will be marked as unread.
14360
14361 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14362
14363         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14364
14365 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14366
14367         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14368         language tags.
14369
14370 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14371
14372         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14373         Don't bind "obarray".
14374
14375         * gnus-sum.el (gnus-thread-sort-functions): Added
14376         `gnus-thread-sort-by-most-recent-number' and
14377         `gnus-thread-sort-by-most-recent-date'.
14378         Reported by Kai Grossjohann <kai@emptydomain.de>.
14379
14380 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14381
14382         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14383
14384 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14385
14386         * gnus-cus.el (gnus-agent-customize-category): Removed
14387         ignore-errors macro reference that required cl to be loaded at
14388         run-time.
14389
14390         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14391         single-interval range of the form (min . max).  Previously the
14392         range had to look like ((min . max)).  Likewise, return
14393         (min . max) rather than ((min . max)).
14394         (gnus-range-map): Use gnus-range-normalize to accept
14395         single-interval range.
14396
14397         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14398         the cache, but not the agent, now appear with their usual face.
14399
14400         * dgnushack.el (loaddir): New variable that is bound to the
14401         directory containing the dgnushack.el file. Use loaddir, rather
14402         than srcdir, to update load-path. Change lets dgnushack compile
14403         code in directories other than GNUS/lisp.
14404
14405 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14406
14407         * lpath.el: Don't bind w3m-safe-url-regexp.
14408
14409         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14410         w3m-safe-url-regexp variable buffer-local.
14411
14412         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14413
14414 2004-02-27  Simon Josefsson  <jas@extundo.com>
14415
14416         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14417         gnus-group-real-prefix.
14418         (gnus-summary-move-article): Use it, instead of
14419         gnus-group-real-prefix.
14420
14421 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14422
14423         * lpath.el: Bind w3m-safe-url-regexp.
14424
14425         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14426         w3m-safe-url-regexp variable buffer-local and set it as the value
14427         of mm-w3m-safe-url-regexp.
14428
14429         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14430
14431         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14432         parsing gnus-posting-styles when the message is not for replying.
14433
14434         * dgnushack.el: Autoload sgml-mode for XEmacs.
14435
14436         * nnrss.el (nnrss-opml-export): Use
14437         mm-set-buffer-file-coding-system instead of
14438         set-buffer-file-coding-system.
14439
14440 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14441
14442         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14443         of checkdoc.el).
14444         * nnrss.el: do.
14445         * gnus-mlspl.el: do.
14446         * gnus-ml.el: do.
14447         * gnus-srvr.el: do.
14448
14449         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14450
14451 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14452
14453         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14454         Corrections to custom-manual links.
14455
14456         * gnus-art.el (gnus-article): Ditto.
14457
14458         * mm-decode.el (mime-display, mime-security): Ditto.
14459
14460 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14461
14462         * flow-fill.el: Typo.
14463
14464 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14465
14466         * spam-wash.el: New file.
14467
14468 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14469
14470         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14471
14472 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14473
14474         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14475         to be run with new-articles as LIST1, not LIST2.
14476         (spam-registration-functions): Add spam-use-ham-copy as a nil
14477         registration backend.
14478
14479 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14480
14481         * spam-stat.el (spam-stat-washing-hook): New option.
14482         (spam-stat-buffer-words): Use it.
14483         (spam-stat-process-directory, spam-stat-test-directory): Use
14484         insert-file-contents-literally.
14485         (spam-stat-coding-system): New variable.
14486         (spam-stat-load, spam-stat-save): Use it.
14487
14488 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14489
14490         * spam-report.el (spam-report-plug-agent): Quote
14491         spam-report-url-to-file and spam-report-url-ping-plain.
14492
14493 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14494
14495         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14496         / in mailto URLs.
14497
14498 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14499
14500         * spam-report.el (spam-report-process-queue): Fix interactive use.
14501         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14502         (spam-report-unplug-agent): Doc fixes.
14503         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14504         (spam-report-agentize, spam-report-deagentize): Autoload.
14505
14506 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14507
14508         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14509
14510         * message.el (message-setup-fill-variables): Add mml tags to
14511         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14512         <ajk@iu.edu>.
14513         (message-mode): Don't modify paragraph-separate there.
14514
14515 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14516
14517         * compface.el (uncompface-use-external): Default to undecided.
14518         (uncompface-use-external-threshold): New variable.
14519         (uncompface-float-time): New macro.
14520         (uncompface): Determine whether to use the external decoder if
14521         uncompface-use-external is undecided.
14522
14523 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14524
14525         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14526         after images.
14527
14528         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14529
14530 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14531
14532         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14533
14534         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14535
14536         * gnus-sum.el (gnus-summary-limit-to-age)
14537         (gnus-summary-limit-children): do.
14538
14539         * gnus-int.el (gnus-request-scan): do.
14540
14541         * gnus-group.el (gnus-group-suspend): do.
14542
14543         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14544
14545         * gnus-cite.el (gnus-cite-parse-attributions): do.
14546
14547         * gnus-agent.el (gnus-summary-set-agent-mark)
14548         (gnus-agent-regenerate-group): do.
14549
14550         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14551
14552         * binhex.el (binhex-decode-region-internal): do.
14553
14554 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14555
14556         * gnus-fun.el (gnus-face-properties-alist): New user option.
14557         (gnus-display-x-face-in-from): Use it.
14558
14559         * gnus-art.el (article-display-face): Ditto.
14560
14561         * compface.el (uncompface-use-external): Default to nil.
14562
14563 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14564
14565         * nntp.el (nntp-erase-buffer): New function.
14566         (nntp-retrieve-data, nntp-send-command)
14567         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14568         (nntp-possibly-change-group): Use it.
14569
14570         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14571         with-current-buffer.
14572
14573 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14574
14575         * compface.el: Merge the ELisp-based uncompface program.
14576         (compface): New customization group.
14577         (uncompface-use-external): New user option.
14578         (uncompface): Call uncompface-internal if uncompface-use-external
14579         is nil.
14580         (uncompface-internal): New function.  Note that there are also
14581         some other functions and variables added for this function.
14582
14583 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14584
14585         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14586         if necessary.
14587
14588 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14589
14590         * spam-report.el (spam-report-unplug-agent)
14591         (spam-report-plug-agent, spam-report-deagentize)
14592         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14593         Add support for the Agent in spam-report: when unplugged, report to a
14594         file; when plugged, submit all the requests.
14595
14596         * spam.el (spam-register-routine): Fix message about
14597         registration.
14598
14599 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14600
14601         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14602         dependencies.
14603         (rfc2047-encode): Use it.
14604
14605         * gnus-art.el (gnus-button-marker-list): Move before first
14606         reference.
14607
14608         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14609         (imap-parse-body): Fix format string mismatch.
14610
14611         * gnus-score.el (gnus-summary-increase-score): do.
14612
14613         * nnrss.el (nnrss-close): New function.
14614
14615 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14616
14617         * nnrss.el (nnrss-make-filename): New function.
14618         (nnrss-request-delete-group, nnrss-read-server-data)
14619         (nnrss-save-server-data, nnrss-read-group-data)
14620         (nnrss-save-group-data): Use it.
14621         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14622         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14623         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14624
14625 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14626
14627         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14628
14629 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14630
14631         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14632         files.
14633
14634         * message.el (message-generate-headers-first): Don't quote nil
14635         and t in docstrings.
14636
14637         * imap.el (imap-id): do.
14638
14639         * gnus-agent.el (gnus-agent-consider-all-articles)
14640         (gnus-agent-queue-mail): do.
14641
14642 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14643
14644         * spam-report.el (spam-report-process-queue): New function.
14645         Process requests from `spam-report-requests-file'.
14646         (spam-report-process-queue): Doc fix.
14647
14648 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14649
14650         * spam.el (spam-register-routine)
14651         (spam-log-processing-to-registry, spam-log-registered-p)
14652         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14653         Change "check" to "spam-check" for semi-clarity.
14654
14655 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14656
14657         * pop3.el: Require nnheader.
14658
14659         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14660
14661         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14662
14663         * gnus-picon.el: Require cl.
14664
14665         * gnus-fun.el: Require gnus-ems and gnus-util.
14666
14667         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14668
14669         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14670
14671         * gnus-art.el (gnus-article-edit-mode): Define before first
14672         reference.
14673
14674 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14675
14676         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14677         (gnus-uu-post-encoded): Use point-at-bol.
14678
14679         * gnus-topic.el (gnus-group-active-topic-p): do.
14680
14681         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14682
14683         * gnus-group.el (gnus-group-kill-region): do.
14684
14685         * gnus-art.el (article-date-ut): do.
14686
14687         * message.el (message-fetch-field): Remove redundant
14688         case-fold-search binding.
14689         (message-narrow-to-field): Simplify.
14690
14691 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14692
14693         * spam.el (spam-directory): Derive from `gnus-directory'.
14694
14695         * spam-report.el (spam-report-url-to-file)
14696         (spam-report-requests-file): New function and variable for offline
14697         reporting.
14698         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14699         and user defined function.
14700         (spam-report-url-ping-mm-url): Remove doubled slash.
14701
14702 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14703
14704         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14705
14706 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14707
14708         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14709         format string mismatch.
14710
14711         * sieve.el (sieve-deactivate-all): do.
14712
14713         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14714
14715         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14716
14717         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14718
14719         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14720
14721 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14722
14723         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14724         the list of checks.
14725
14726 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14727
14728         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14729         padding.
14730
14731 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14732
14733         * mm-view.el (mm-fill-flowed): New variable.
14734         (mm-inline-text): Use it.
14735
14736 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14737
14738         * spam.el (spam-spamassassin-register-ham-routine)
14739         (spam-spamassassin-register-spam-routine): Fix function names.
14740
14741 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14742
14743         * gnus.el (gnus-tmp-grouplens): Remove.
14744         (gnus-summary-line-format): Remove grouplens.
14745
14746         * gnus-group.el (gnus-group-line-format): Ditto.
14747
14748         * gnus-spec.el (gnus-format-specs): Ditto.
14749         (gnus-update-format-specifications): Flush the group format spec
14750         cache if there's the grouplens stuff.
14751         (gnus-parse-simple-format): Replace %l with the empty string.
14752
14753 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14754
14755         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14756         omission.
14757
14758 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14759
14760         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14761         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14762
14763 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14764
14765         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14766         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14767         New macros and functions.
14768         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14769         Handle > NLINK_MAX messages.
14770         * nnmaildir.el (nnmaildir-request-set-mark): Use
14771         nnmaildir--emlink-p and nnmaildir--eexist-p.
14772
14773 2004-01-25  Alex Schroeder  <alex@gnu.org>
14774
14775         * spam-stat.el (spam-stat-process-directory-age): New option.
14776         (spam-stat-process-directory): Use it.
14777
14778 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14779
14780         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14781         (spam-stat-save): Accept prefix argument.
14782
14783 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14784
14785         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14786         links" error.
14787
14788 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14789
14790         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14791         the rest of the and/or forms.
14792
14793 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14794
14795         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14796         compatibility with old .newsrc.eld files.
14797
14798         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14799
14800         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14801
14802         * gnus-start.el (gnus-1): do.
14803
14804         * gnus-group.el (gnus-group-line-format-alist): do.
14805
14806         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14807
14808         * gnus-gl.el: Remove.
14809
14810 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14811
14812         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14813         marks consisting of a single range {for example, (3 . 5)} rather
14814         than a list of a single range { ((3 . 5)) }.
14815
14816 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14817
14818         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14819         with-current-buffer.
14820         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14821         avoid consing a string.
14822
14823         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14824         Remove obsolete entries for big5 and gb2312.
14825
14826 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14827
14828         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14829         uncompressed list.
14830
14831 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14832
14833         * spam-stat.el (spam-stat-strip-xref): New function.
14834         (spam-stat-process-directory): Use it.
14835
14836         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14837         here -- it's done in message-fetch-field.
14838
14839 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14840
14841         * gnus-agent.el (gnus-agent-queue-mail)
14842         (gnus-agent-prompt-send-queue): New variables.
14843         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14844         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14845         "nndraft:queue" along to gnus-draft-send.  Use
14846         gnus-agent-prompt-send-queue.
14847         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14848         is "nndraft:queue".  Suggested by Gaute Strokkenes
14849         <gs234@srcf.ucam.org>
14850
14851         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
14852         (agent-enable-undownloaded-faces): Added.
14853         (gnus-agent-cat-groups): Use eval-and-compile, not
14854         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14855         method of gnus-agent-cat-groups even when the buffer has been
14856         evaled.
14857         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14858         delete gnus-agent-save-active-1.
14859         (gnus-agent-save-groups): Deleted.  Identical to
14860         gnus-agent-save-active.
14861         (gnus-agent-write-active): No longer adjust agent's copy of active
14862         file as agent's adjustments are now stored in their own
14863         file.  Removed optional parameter.
14864         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14865         servers.  Add use of min/max range limits from server's local
14866         file.
14867         (gnus-agent-save-alist): Removed unused optional argument.
14868         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14869         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14870         (gnus-agent-set-local): A per-server file that keeps min/max range
14871         limits for articles known to the agent.  Provides a fast mechanism
14872         for altering many active ranges.
14873         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14874         active file (local makes it unnecessary).
14875         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14876
14877         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
14878         (agent-enable-undownloaded-faces): Added.
14879
14880         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14881         disable it when sending to "nndraft:queue".
14882         (gnus-group-send-queue): Add safety check to avoid sending queue
14883         when unplugged.
14884
14885         * gnus-group.el (gnus-group-catchup): Use new
14886         gnus-sequence-of-unread-articles, not
14887         gnus-list-of-unread-articles, to avoid exhausting memory with huge
14888         numbers of articles.  Use gnus-range-map to avoid having to
14889         uncompress the unread list.
14890         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
14891         Fixed invalid ange-ftp reference.
14892
14893         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
14894         (gnus-sorted-range-intersection): Intersection of two ranges
14895         without requiring that they first be uncompressed.
14896
14897         * gnus-start.el (gnus-activate-group): Unless blocked by the
14898         caller, possibly expand the active range to include both cached
14899         and agentized articles.
14900         (gnus-convert-old-newsrc): Rewrote in anticipation of having
14901         multiple version-dependent converters.
14902         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
14903         gnus-agent-save-active.
14904         (gnus-save-newsrc-file): Save dirty agent range limits.
14905
14906         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
14907         gnus-agent-possibly-alter-active.
14908         (gnus-adjust-marked-articles): Faster handling of simple lists.
14909
14910 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
14911
14912         * spam-stat.el (spam-stat-test-directory): New optional argument
14913         displays a list of files detected.  Suggested by Andrew Cohen
14914         <cohen@andy.bu.edu>.
14915         (spam-stat-buffer-words-with-scores): Don't narrow and change
14916         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
14917
14918 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
14919
14920         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14921         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14922         (spam-spamassassin-arguments)
14923         (spam-spamassassin-spam-flag-header)
14924         (spam-spamassassin-positive-spam-flag-header)
14925         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14926         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14927         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14928         (spam-list-of-processors, spam-list-of-checks)
14929         (spam-list-of-statistical-checks, spam-registration-functions)
14930         (spam-check-spamassassin-headers, spam-check-spamassassin)
14931         (spam-spamassassin-score)
14932         (spam-spamassassin-register-with-sa-learn)
14933         (spam-spamassassin-register-spam-routine)
14934         (spam-spamassassin-register-ham-routine)
14935         (spam-assassin-register-spam-routine)
14936         (spam-assassin-register-ham-routine): Add SpamAssassin support.
14937         (spam-bogofilter-score): Fix to show article before scoring.
14938
14939 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
14940
14941         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
14942         default scoring function.
14943         (spam-generic-score): Call spam-spamassassin-score if
14944         spam-use-spamassassin or spam-use-spamassassin-headers is on;
14945         spam-bogofilter-score otherwise.
14946
14947         * gnus.el (spam-process, spam-autodetect-methods): Add
14948         spamassassin and spamassassin-headers.
14949
14950 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
14951
14952         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14953         Suppress unnecessary messages.
14954
14955 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
14956
14957         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
14958         make-hash-table.
14959
14960 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14961
14962         * canlock.el (base64-encode-string): Don't autoload it.
14963
14964 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14965
14966         * run-at-time.el: Remove useless (require 'itimer),
14967         eval-and-compile and (featurep 'xemacs).
14968
14969 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
14970
14971         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
14972         GROUP is a virtual group.
14973
14974 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
14975
14976         * gnus.el: Autoload `message-y-or-n-p'.
14977
14978 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
14979
14980         * pgg-parse.el: Remove unnecessary (require 'custom).
14981
14982         * pgg-def.el: do.
14983
14984         * nnmail.el: do.
14985
14986         * gnus-undo.el: do.
14987
14988         * gnus-picon.el: do.
14989
14990         * gnus-util.el: do.
14991
14992 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
14993
14994         * gnus-sum.el (gnus-pick-line-number): Add autoload.
14995
14996 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14997
14998         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
14999         handle, as well as a list.
15000
15001         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15002         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15003         (mm-w3m-cid-retrieve): Simplify.
15004
15005 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15006
15007         * message.el (message-kill-to-signature): Allow prefix arg to
15008         specify number of lines to keep before signature.
15009
15010 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15011
15012         * message.el (message-kill-to-signature): Change docstring.
15013
15014 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15015
15016         * canlock.el: Always require sha1-el.
15017         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15018
15019         * message.el: Autoload sha1 only when compiling.
15020
15021         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15022         eudc-expand-inline for XEmacs.
15023
15024 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15025
15026         * message.el (message-canlock-generate): Require sha1-el.
15027
15028 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15029
15030         * message.el (message-expand-name): Silence the byte compiler.
15031
15032         * lpath.el: Add detect-coding-system.
15033
15034         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15035         cus-edit.
15036
15037 2004-01-13  Simon Josefsson  <jas@extundo.com>
15038
15039         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15040         Invoke gnus-score-mode.  Reported by
15041         bojohan+news@dd.chalmers.se (Johan Bockgård).
15042
15043         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15044         Jim Blandy <jimb@redhat.com> (tiny change).
15045
15046 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15047
15048         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15049
15050 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15051
15052         * spam.el (spam-get-article-as-string): Update to use
15053         gnus-request-article-this-buffer, much simpler.
15054         (spam-get-article-as-buffer): Remove.
15055
15056 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15057
15058         * message.el (message-expand-name): Use EUDC if the user uses that.
15059
15060 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15061
15062         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15063         character for the encoding to avoid consing a string.
15064
15065         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15066         unnecessarily.
15067
15068         * mm-util.el (mm-replace-chars-in-string): Remove.
15069
15070         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15071         of mm-replace-chars-in-string.
15072
15073 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15074
15075         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15076
15077         * mm-util.el (mm-subst-char-in-string): Support inplace.
15078
15079         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15080         a new string in every iteration.  Use shy groups.
15081
15082 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15083
15084         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15085         * gnus-soup.el (gnus-soup-group-brew):
15086         * gnus-msg.el (gnus-put-message):
15087         * gnus-move.el (gnus-group-move-group-to-server):
15088         * gnus-kill.el (gnus-batch-score):
15089         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15090         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15091         (gnus-group-update-group, gnus-group-read-group)
15092         (gnus-group-make-group, gnus-group-make-help-group)
15093         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15094         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15095         (gnus-group-sort-by-unread, gnus-group-catchup)
15096         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15097         (gnus-group-yank-group, gnus-group-set-info)
15098         (gnus-group-list-groups):
15099         * gnus.el (gnus-generate-new-group-name):
15100         * gnus-delay.el (gnus-delay-send-queue):
15101         * nnvirtual.el (nnvirtual-catchup-group):
15102         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15103         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15104         (gnus-group-prepare-topics, gnus-topic-check-topology):
15105         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15106         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15107         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15108         (gnus-group-make-articles-read):
15109         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15110         (gnus-group-change-level, gnus-kill-newsgroup)
15111         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15112         (gnus-get-unread-articles, gnus-make-articles-unread)
15113         (gnus-make-ascending-articles-unread): Use accessor
15114         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15115         to get group information for improved readability.
15116
15117
15118 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15119
15120         * gnus-art.el (article-decode-mime-words, article-babel)
15121         (gnus-article-highlight-signature, gnus-article-add-buttons)
15122         (gnus-signature-toggle): Use gnus-with-article-buffer.
15123
15124         * gnus-art.el (gnus-article-highlight-headers)
15125         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15126
15127         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15128         (gnus-article-set-globals, gnus-request-article-this-buffer)
15129         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15130         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15131         (gnus-mime-display-alternative): Use with-current-buffer.
15132
15133 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15134
15135         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15136         also under 80 char limit, and call gnus-error if needed.
15137         (spam-fetch-article-header): Fix - it was a
15138         buffer-local variable (gnus-newsgroup-data).
15139         (spam-find-spam): Use spam-generate-fake-headers, forget about
15140         spam-insert-fake-headers.
15141         (spam-insert-fake-headers): Remove.
15142
15143 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15144
15145         * deuglify.el (gnus-article-outlook-unwrap-lines)
15146         (gnus-outlook-rearrange-article)
15147         (gnus-outlook-repair-attribution-outlook)
15148         (gnus-outlook-repair-attribution-block)
15149         (gnus-outlook-repair-attribution-other): Remove redundant
15150         save-excursion.
15151
15152 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15153
15154         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15155         (spam-fetch-field-subject-fast)
15156         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15157         (spam-fetch-article-header): Add functions to deal with Gnus
15158         internals for fast retrieval of article header data.
15159         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15160
15161 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15162
15163         * pop3.el (pop3-md5): Remove.
15164         (pop3-apop): Replace pop3-md5 with md5.
15165
15166         * mm-bodies.el: base64 is always built-in.
15167
15168         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15169         with-current-buffer.
15170
15171 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15172
15173         * canlock.el (canlock-insert-header): Remove excessive grouping in
15174         regexp.
15175
15176         * gnus-sum.el (gnus-summary-read-document): Ditto.
15177
15178         * gnus-uu.el (gnus-uu-part-number): Ditto.
15179
15180         * html2text.el (html2text-remove-tags): Ditto.
15181         (html2text-format-tags): Ditto.
15182         (html2text-format-single-elements): Ditto.
15183
15184         * mml.el (mml-parse-1): Ditto.
15185
15186 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15187
15188         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15189
15190         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15191
15192         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15193
15194         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15195
15196 2003-11-15  Simon Josefsson  <jas@extundo.com>
15197
15198         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15199         (pgg-gpg-lookup-key): Use regexp match instead of
15200         split-string (split-string is different between emacs 21.2 and
15201         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15202
15203 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15204
15205         * gnus-art.el (gnus-mime-view-all-parts)
15206         (gnus-article-part-wrapper, gnus-article-view-part): Use
15207         with-current-buffer.
15208
15209 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15210
15211         * spam.el (spam-disable-spam-split-during-ham-respool)
15212         (spam-spamoracle-database, spam-cache-lookups)
15213         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15214         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15215         (spam-group-ham-marks, spam-group-spam-marks)
15216         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15217         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15218         also add spam-use-blackholes to the statistical checks.
15219         (spam-fetch-field-fast): Add interface to fetching fields, may
15220         become a macro.
15221         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15222         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15223         (spam-insert-fake-headers): Fake an article when needed.
15224         (spam-find-spam): Fake article when possible.
15225         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15226         (spam-check-bogofilter-headers): Use message-fetch-field instead
15227         of nnmail-fetch-field.
15228
15229 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15230
15231         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15232
15233 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15234
15235         * spam.el (spam-split): Do not require spam-use-CHECK to be
15236         enabled if that check is passed to spam-split explicitly; also
15237         fix so 'spam doesn't get converted to spam-split-group when
15238         spam-split-symbolic-return is t.
15239         (spam-find-spam): Find registrations of the article and use those
15240         instead of re-running spam-split to find the spam/ham
15241         classification of the article.
15242         (spam-log-processing-to-registry, spam-log-registered-p)
15243         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15244         Use gnus-error instead of gnus-message.
15245         (spam-log-registration-type): Add function to determine the
15246         classification of a message based on registry entries; will
15247         return nil if both 'spam and 'ham are found.
15248         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15249         a reasonably fast local cache without the loading errors.
15250         (spam-cache-lookups): Set to t by default.
15251         (spam-find-spam): Don't try to guess spam-cache-lookups.
15252         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15253         spam-caches entry.
15254         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15255         caching of whitelist/blacklist entries.
15256         (spam-check-whitelist, spam-check-blacklist): Invoke
15257         spam-from-listed-p with a type, not a cache variable.
15258         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15259
15260 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15261
15262         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15263
15264         * nnmail.el (nnmail-split-fancy): do.
15265
15266         * mml.el (mml-parse): do.
15267
15268         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15269         (gnus-score-adaptive): do.
15270
15271 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15272
15273         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15274         (gnus-mime-button-map): Don't set keymap parent.
15275         (gnus-button-ctan-directory-regexp): Use shy grouping.
15276         (gnus-prev-page-map): Don't set keymap parent.
15277         (gnus-prev-page-map): Remove duplicated one.
15278         (gnus-next-page-map): Don't set keymap parent.
15279         (gnus-mime-security-button-map): Ditto.
15280
15281         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15282         version number.
15283
15284         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15285
15286 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15287
15288         * canlock.el (canlock-sha1-function): Remove.
15289         (canlock-sha1-function-for-verify): Remove.
15290         (canlock-openssl-program): Remove.
15291         (canlock-openssl-args): Remove.
15292         (canlock-ignore-errors): Remove.
15293         (canlock-sha1-with-openssl): Remove.
15294         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15295         (canlock-verify): Don't use canlock-ignore-errors.
15296
15297         * sha1-el.el (sha1-string-external): Make it can return a string
15298         in binary form.
15299         (sha1-region-external): Ditto.
15300         (sha1-string-internal): Ditto.
15301         (sha1-region-internal): Ditto.
15302         (sha1-region): Ditto.
15303         (sha1-string): Ditto.
15304         (sha1): Ditto.
15305
15306 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15307
15308         * spam.el (spam-report-articles-gmane): New command.
15309
15310 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15311
15312         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15313
15314         * run-at-time.el (run-at-time-saved): Remove.
15315         (run-at-time): Doc fix.
15316
15317 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15318
15319         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15320         (gnus-summary-limit-map): Add it.
15321         (gnus-summary-make-menu-bar): do.
15322
15323 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15324
15325         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15326         Make attempt at some caching support (done for BBDB only now).
15327         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15328         addresses to be checked.
15329         (spam-clear-cache-BBDB): Add function, to be invoked by
15330         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15331         (spam-check-BBDB): Check and use the caches, if
15332         spam-cache-lookups is on, remove superfluous (provide).
15333
15334 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15335
15336         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15337
15338 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15339
15340         * run-at-time.el (run-at-time-saved): Move to after the definition
15341         of `run-at-time'.
15342
15343         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15344
15345 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15346
15347         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15348         mm-w3m-local-map-property.
15349
15350         * mm-view.el (mm-w3m-mode-map): Remove.
15351         (mm-w3m-local-map-property): Remove.
15352         (mm-inline-text-html-render-with-w3m): Don't use
15353         mm-w3m-local-map-property.
15354
15355 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15356
15357         * run-at-time.el: New file.
15358
15359         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15360         under Emacs.
15361
15362         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15363         of gnus-set-text-properties.
15364
15365         * gnus-uu.el (gnus-uu-save-article): Ditto.
15366
15367         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15368
15369         * gnus-cite.el (gnus-cite-parse): Ditto.
15370
15371         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15372         of gnus-.
15373
15374         * gnus-xmas.el (run-at-time): Require run-at-time.
15375
15376         * gnus.el: Changed calls to nnheader-run-at-time and
15377         password-run-at-time throughout to use run-at-time directly.
15378
15379         * password.el: Removed definition of run-at-time.
15380
15381         * nnheaderxm.el: Remove definition of run-at-time.
15382
15383 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15384
15385         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15386         in prompt.
15387
15388 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15389
15390         * messagexmas.el (message-xmas-redefine): Alias
15391         `message-make-caesar-translation-table' to
15392         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15393         version.
15394
15395         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15396         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15397         `gnus-xmas-set-text-properties'.
15398         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15399         `gnus-xmas-completing-read'.
15400         (gnus-xmas-completing-read): Removed.
15401         (gnus-xmas-open-network-stream): Removed.
15402
15403         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15404         XEmacs version.
15405
15406         * dns.el (dns-make-network-process): Use `open-network-stream'
15407         instead of `gnus-xmas-open-network-stream'.
15408
15409         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15410
15411         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15412
15413 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15414
15415         * gnus-art.el (gnus-mime-display-alternative)
15416         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15417         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15418         Don't use gnus-local-map-property.
15419
15420         * gnus-util.el (gnus-local-map-property): Remove.
15421
15422         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15423         gnus-completing-read-maybe-default with completing-read.
15424
15425         * gnus-util.el (gnus-completing-read): do.
15426         (gnus-completing-read-maybe-default): Remove.
15427
15428 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15429
15430         * password.el: Only autoload `run-at-time' if not XEmacs.
15431         Only autoload the itimer functions if XEmacs.
15432
15433 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15434
15435         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15436         XEmacsen.
15437
15438         * dgnushack.el: Autoload executable-find for XEmacs.
15439
15440 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15441
15442         * gnus-art.el (gnus-read-string): Remove.
15443         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15444         read-string.
15445
15446 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15447
15448         * netrc.el: Autoload password-read.
15449         (netrc): Add configuration group.
15450         (netrc-encoding-method, netrc-openssl-path): Add
15451         variables for encoding and decoding of files with symmetric
15452         ciphers.
15453         (netrc-encode): Add assistant function to encode a file with
15454         netrc-encoding-method.
15455         (netrc-parse): Add interactive parameter, added optional
15456         decoding if netrc-encoding-method is non-nil but otherwise
15457         behavior is standard.
15458         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15459         Do s/encode/encrypt/ everywhere.
15460
15461         * spam.el: Remove executable-find autoload.
15462
15463 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15464
15465         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15466
15467         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15468
15469 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15470
15471         * gnus-art.el (gnus-treat-ansi-sequences)
15472         (article-treat-ansi-sequences): New variable and function.
15473         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15474
15475         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15476         Use it.
15477
15478 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15479
15480         * mm-util.el (mm-quote-arg): Remove.
15481
15482         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15483         shell-quote-argument.
15484
15485         * gnus-uu.el (gnus-uu-command): do.
15486
15487         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15488
15489         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15490         with make-char.
15491
15492         * mm-util.el (mm-make-char): Remove.
15493
15494         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15495         add-minor-mode.
15496
15497         * gnus-undo.el (gnus-undo-mode): do.
15498
15499         * gnus-topic.el (gnus-topic-mode): do.
15500
15501         * gnus-sum.el (gnus-dead-summary-mode): do.
15502
15503         * gnus-start.el (gnus-slave-mode): do.
15504
15505         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15506
15507         * gnus-ml.el (gnus-mailing-list-mode): do.
15508
15509         * gnus-gl.el (gnus-grouplens-mode): do.
15510
15511         * gnus-draft.el (gnus-draft-mode): do.
15512
15513         * gnus-dired.el (gnus-dired-mode): do.
15514
15515         * gnus-ems.el (gnus-add-minor-mode): Remove.
15516
15517         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15518         Replace gnus-char-width with char-width.
15519
15520         * gnus-ems.el (gnus-char-width): Remove.
15521
15522         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15523         Replace gnus-char-width with char-width.
15524
15525         * gnus-ems.el (gnus-char-width): Remove.
15526
15527         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15528         definition.
15529         Remove Emacs 20 hash table compatibility code.
15530
15531         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15532         20 compatibility code.
15533
15534         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15535
15536         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15537
15538         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15539         with point-at-{eol,bol}.
15540
15541         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15542
15543         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15544
15545         * flow-fill.el (fill-flowed-point-at-bol)
15546         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15547
15548         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15549         Replace with point-at-{eol,bol} throughout all files.
15550
15551 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15552
15553         * ntlm.el (ntlm-string-as-unibyte): New macro.
15554         (ntlm-build-auth-response): Use it.
15555
15556         Remove Emacs 20 stuff:
15557         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15558         (butlast, mapc, remove): Remove the compiler macros.
15559         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15560         of delq and copy-sequence.
15561         * gnus-art.el (popup-menu): Remove the compiler macro.
15562         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15563         Emacs 20.
15564
15565 2004-01-05  Simon Josefsson  <jas@extundo.com>
15566
15567         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15568         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15569         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15570         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15571         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15572         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15573         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15574         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15575         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15576         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15577         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15578         string-xor into ntlm-string-xor.  Suggested by
15579         Jesper Harder <harder@myrealbox.com>.
15580
15581         * ntlm.el: Don't include poem.
15582
15583         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15584         Jesper Harder <harder@myrealbox.com>.
15585
15586         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15587
15588         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15589         probably breaks emacs with DL patch, but do we care? Is anyone
15590         still using the DL stuff?)
15591
15592         * sieve-manage.el: Use the password package.
15593         (sieve-manage-read-passwd): Remove.
15594         (sieve-manage-interactive-login): Use password.  Re-add
15595         condition-case around loop.
15596
15597         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15598         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15599         the password package.
15600
15601 2003-02-19  Simon Josefsson  <jas@extundo.com>
15602
15603         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15604         token.
15605
15606 2002-08-07  Simon Josefsson  <jas@extundo.com>
15607
15608         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15609         (sieve-manage-authenticators):
15610         (sieve-manage-authenticator-alist): Add some SASL mechs.
15611         (sieve-sasl-auth): New function.
15612         (sieve-manage-cram-md5-auth):
15613         (sieve-manage-plain-auth): Rewrite using SASL library.
15614         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15615         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15616         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15617         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15618
15619 2004-01-05  Simon Josefsson  <jas@extundo.com>
15620
15621         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15622         New files.
15623
15624 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15625
15626         * gnus-group.el (gnus-no-groups-message): Update.
15627
15628         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15629
15630 2003-11-09  Simon Josefsson  <jas@extundo.com>
15631
15632         * imap.el: Support for ID IMAP extension (RFC 2971).
15633         (imap-local-variables): Add imap-id.
15634         (imap-id): New variable.
15635         (imap-id): New function.
15636         (imap-parse-response): Parse untagged ID response.
15637         * nnimap.el (nnimap-id): New variable.
15638         (nnimap-open-connection): Use it.
15639
15640 2003-12-28  Simon Josefsson  <jas@extundo.com>
15641
15642         * gnus-score.el (gnus-score-edit-all-score): New.
15643         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15644
15645 2004-01-04  Simon Josefsson  <jas@extundo.com>
15646
15647         * password.el: Add.
15648
15649 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15650
15651         * dns.el (dns-query-types): Fix typo.
15652         (dns-query-types): New function.
15653         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15654         PTR and SOA replies, see RFC 1035.
15655
15656 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15657
15658         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15659
15660         * Moved to Changelog.2.
15661
15662 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15663
15664         * gnus.el (gnus-version-number): Bump version.
15665
15666 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15667
15668         * gnus.el: No Gnus v0.1 is released.
15669
15670 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15671
15672         * gnus.el: No Gnus v0.0 is released.
15673
15674 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15675
15676         * gnus.el (gnus-version-number): Bump.
15677         (gnus-version): No.
15678
15679 See ChangeLog.2 for earlier changes.
15680
15681     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15682       Free Software Foundation, Inc.
15683
15684   This file is part of GNU Emacs.
15685
15686   GNU Emacs is free software: you can redistribute it and/or modify
15687   it under the terms of the GNU General Public License as published by
15688   the Free Software Foundation, either version 3 of the License, or
15689   (at your option) any later version.
15690
15691   GNU Emacs is distributed in the hope that it will be useful,
15692   but WITHOUT ANY WARRANTY; without even the implied warranty of
15693   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15694   GNU General Public License for more details.
15695
15696   You should have received a copy of the GNU General Public License
15697   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15698
15699 ;; Local Variables:
15700 ;; coding: utf-8
15701 ;; fill-column: 79
15702 ;; add-log-time-zone-rule: t
15703 ;; End: